/*
Theme Name: Cosmic
Theme URI: http://www.portfoliotheme.org/cosmic
Description: A clean, responsive multi-purpose app/product showcase and design agency portfolio theme from LiveMesh. Follow us on <a href="http://twitter.com/live_mesh">Twitter</a> for updates
Version: 1.2
Author: <a href="http://portfoliotheme.org">LiveMesh</a>
Author URI: http://www.portfoliotheme.org/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cosmic
Tags: one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, translation-ready, full-width-template, custom-menu, custom-header, custom-colors
*/
/*------------------------------------------------------------------
[Table of contents]

1. Global
2. Forms
3. Buttons
4. Images/Galleries
5. Sliders
6. Widgets
7. Shortcodes
8. Libraries

9. Header
10. Content
11. Comments
12. Sidebars
13. Footer

14. Portfolio
15. Pages

16. Responsive/Mobile

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

Body copy:              15px/26px "Merriweather", Arial, Helvetica, Verdana, sans-serif;
Headers h1,h2,h3,h4:    "Montserrat", Arial, Helvetica, Verdana, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background:	#ffffff (white)
Headers h1,h2,h3,h4: #333333
Body Text Color:	#686868

a (standard):	#f94213 (red)
a (visited):	#666666 (grey)

General theme color: #f94213 (red)

-------------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*------------------------------------------------------------------
1. Global Styles
-------------------------------------------------------------------*/
/* --------- Reset default browser CSS. http://meyerweb.com/eric/tools/css/reset/index.html ----------- */
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, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  background: #fff; }

ol, ul, nav ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0;
  display: block; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*----------- Clearfix for floats ----------- */
/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* ------------------------ Base CSS ----------------------------------- */
/*--------- General ------------ */
body {
  color: #686868;
  font-size: 15px;
  line-height: 1.75;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 479px) {
    body {
      font-size: 14px;
      line-height: 24px; } }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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

.invisible {
  visibility: hidden; }

/*--------- Alignment ------------ */
.center {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.alignleft {
  float: left;
  margin: 0 20px 5px 0; }

.alignright {
  float: right;
  margin: 0 0 0 20px; }

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  clear: both; }

.block, .alignnone {
  display: block;
  margin: 0 0 20px 0; }

/*------------------- Basic Styling ------------------------------------*/
/* Heading styling */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
  color: #333; }

h1 {
  font-size: 54px;
  line-height: 64px; }

h2 {
  font-size: 44px;
  line-height: 54px; }

h3 {
  font-size: 34px;
  line-height: 44px; }

h4 {
  font-size: 26px;
  line-height: 34px; }

h5 {
  font-size: 18px;
  line-height: 28px; }

h6 {
  font-size: 16px;
  line-height: 24px; }

h1, h2, h3 {
  margin-bottom: 20px; }

h4, h5, h6 {
  margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  h1, h2 {
    margin-bottom: 20px; }

  h1 {
    font-size: 44px;
    line-height: 54px; }

  h2 {
    font-size: 34px;
    line-height: 44px; }

  h3 {
    font-size: 26px;
    line-height: 36px; } }
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
  color: #fff; }
.dark-bg p {
  color: #aaa; }
.dark-bg a:hover {
  color: #ddd; }

/* List Style */
ul {
  list-style-type: square; }
  ul ul {
    list-style-type: disc; }
    ul ul ul {
      list-style-type: circle; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }
  ol ol {
    list-style: upper-roman; }
    ol ol ol {
      list-style: lower-roman; }
      ol ol ol ol {
        list-style: upper-alpha; }
        ol ol ol ol ol {
          list-style: lower-alpha; }

ul {
  margin: 0 0 20px 18px; }

ol {
  margin: 0 0 20px 28px; }

ul li, ol li {
  margin: 5px; }

ul ol {
  margin-bottom: 0; }

ol ul, ol ol {
  margin-bottom: 0; }

ul ul {
  margin-bottom: 0; }

dl {
  margin: 0 0 18px 3px; }
  dl dt {
    font-weight: bold;
    margin: 12px 0 0 0; }
  dl dd {
    margin: 6px 0 0 24px; }

.small {
  font-size: 12px; }

.large {
  font-size: 14px; }

cite, em, i {
  font: italic 14px/22px "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

/* Paragraphs */
p {
  margin: 0 0 20px 0; }
  p:empty {
    display: none; }

/* Input Boxes */
input, textarea {
  display: block;
  padding: 5px;
  border: 1px solid #DEDEDE;
  font-family: inherit; }

/* Abbreviations */
abbr[title], dfn[title] {
  border-bottom: 0;
  cursor: auto; }

/*---------------- Media Styles ------------ */
img {
  display: block;
  height: auto; }
  img.alignleft {
    margin: 5px 20px 10px 0; }

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

img.alignright, .wp-caption.alignright {
  margin: 5px 5px 10px 20px; }

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone, .wp-caption.alignnone {
  display: block;
  margin: 5px 0 20px 0; }

.entry-content img, .comment-content img {
  overflow: hidden; }

.entry-content .thumbnail.large {
  float: none;
  margin: 0;
  padding: 0;
  width: 620px; }

.img-circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/*-------------------  Responsive media styles ----------- */
img, object, embed {
  max-width: 100%;
  /* fit within the available area instead of overflowing */ }

audio {
  max-width: 100%; }

video {
  width: 100%;
  height: auto; }

/*------------------- Image captions --------- */
.wp-caption {
  max-width: 98%;
  /* To help prevent overflow of images and captions */ }
  .wp-caption .wp-caption-text {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    margin-top: 10px; }

.entry-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: center; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

/*----------- Links ---------------- */
a {
  color: #f94213;
  text-decoration: none; }
  a:active, a:visited {
    color: #f94213;
    text-decoration: none; }
  a:hover {
    color: #888;
    text-decoration: none; }

/*----------------------- Table Styling --------- */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

table {
  background-color: transparent; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

table tr:nth-child(odd) {
  background-color: #f4f4f4; }

table tr:nth-child(even) {
  background-color: #ffffff; }

table tr.fixzebra {
  background-color: #f4f4f4; }

table th {
  font-weight: 600; }

table thead th {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #555555;
  padding: 8px;
  vertical-align: top;
  text-align: left; }

table td, table tr th {
  border: 1px solid #d4d4d4;
  padding: 8px 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  .table-responsive > table {
    margin-bottom: 0; }

  .table-responsive > table th, .table-responsive > table td {
    white-space: nowrap; } }
/*----------------- Code and Pre Styling ---------------- */
code, .code, pre, .pre {
  font: normal 13px / 1.6 Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", monospace, Courier, "Courier New"; }

pre, .pre {
  display: block;
  overflow: auto;
  clear: both;
  padding: 20px;
  color: #555;
  background: #f4f4f4;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  width: 90%; }

code {
  background-color: #f9f9f9; }

.code {
  background-color: #f9f9f9;
  background: url("images/bg-pre.gif") repeat scroll 0 0 white;
  padding: 19px 10px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------------------------------------
2. Forms
-------------------------------------------------------------------*/
/* ------------------------ Forms, Input boxes ----------------------------------- */
input, textarea {
  background: #FDFDFD;
  color: #48484A;
  border: solid 1px #ccc;
  padding: 10px 10px;
  /* box-shadow: inset 0 0 10px #EAEAEA; */ }

input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  font-size: 14px;
  line-height: 24px; }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

input:focus, textarea:focus {
  border: 1px solid rgba(249, 66, 19, 0.8); }

input[type="radio"], input[type="checkbox"] {
  display: inline; }
input[type="submit"], input[type="file"] {
  width: auto; }
input[type="number"], input[type="date"] {
  padding: 10px 10px;
  height: auto; }
input[type="number"], input[type="date"], input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="range"] {
  width: 300px;
  max-width: 100%; }

textarea {
  width: 300px;
  max-width: 100%; }

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  text-transform: none;
  color: #b2b2b1;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* Helps make the height of input boxes uniform across browsers */
input[type="submit"], input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="file"] {
  line-height: normal !important; }
input[type="submit"] {
  border-radius: 0; }

/* Let button styles handle border radius */
/* Removes inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Select box styling */
select {
  display: block;
  outline: none;
  width: auto;
  border: 1px solid #ddd;
  padding: 10px 30px 8px 15px;
  margin: 0;
  max-width: 100%;
  font-family: inherit;
  color: inherit;
  background-image: url(images/select-alt.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 15%;
  background-color: white;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: rgba(0, 0, 0, 0.01961) 0px -19.76px 15.2px 0px inset;
  height: auto;
  font-size: 14px;
  line-height: 20px; }
  select[multiple] {
    background: none;
    height: auto; }
  select:hover {
    box-shadow: transparent 0px -27.36px 15.2px 0px inset; }
  .site-footer select {
    color: #444;
    border-color: transparent;
    border: none;
    box-shadow: none; }

/* ----------- Retina displays like iPhone 4+ and iPad 3+ -----------*/
.ios-device input[type=button], .ios-device input[type="submit"], .ios-device input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

/*---------- Form Styles ------- */
.contact-form label, .wpcf7-form label {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  display: none;
  /* Hide the labels */ }
  .contact-form label.form-error, .wpcf7-form label.form-error {
    float: left;
    color: #EB6666;
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    display: block;
    margin-bottom: 10px; }
.contact-form input[type=text], .contact-form input[type=tel], .contact-form input[type=url], .contact-form input[type=email], .contact-form input[type=number], .wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.contact-form textarea, .wpcf7-form textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.contact-form ::-webkit-input-placeholder, .wpcf7-form ::-webkit-input-placeholder {
  color: #4c5152;
  -webkit-font-smoothing: antialiased; }
.contact-form ::-moz-placeholder, .wpcf7-form ::-moz-placeholder {
  color: #4c5152;
  -moz-osx-font-smoothing: grayscale; }
.contact-form :-ms-input-placeholder, .wpcf7-form :-ms-input-placeholder {
  color: #4c5152; }
.dark-bg .contact-form ::-webkit-input-placeholder, .dark-bg .wpcf7-form ::-webkit-input-placeholder {
  color: #eee; }
.dark-bg .contact-form ::-moz-placeholder, .dark-bg .wpcf7-form ::-moz-placeholder {
  color: #eee; }
.dark-bg .contact-form :-ms-input-placeholder, .dark-bg .wpcf7-form :-ms-input-placeholder {
  color: #eee; }

label.form-error {
  float: left;
  color: #EB6666;
  font-style: normal;
  font-size: 13px;
  text-transform: none;
  display: block;
  margin-bottom: 10px; }

.success-msg {
  margin-bottom: 20px;
  font-weight: 500; }

div.form-error {
  display: none; }

input.form-error {
  border: 1px dotted #dd1e0e;
  margin-bottom: 10px !important; }

/* -------- Contact Us etc. -------- */
#content .contact-form input[type=text], #content .contact-form input[type=tel], #content .contact-form input[type=url], #content .contact-form input[type=password], #content .contact-form input[type=email], #content .contact-form input[type=number], #content .contact-form input[type=range], #content .contact-form textarea, #content .wpcf7-form input[type=text], #content .wpcf7-form input[type=tel], #content .wpcf7-form input[type=url], #content .wpcf7-form input[type=password], #content .wpcf7-form input[type=email], #content .wpcf7-form input[type=number], #content .wpcf7-form input[type=range], #content .wpcf7-form textarea {
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: 24px;
  background: #f9f9f9;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  #content .contact-form input[type=text]:focus, #content .contact-form input[type=text]:hover, #content .contact-form input[type=tel]:focus, #content .contact-form input[type=tel]:hover, #content .contact-form input[type=url]:focus, #content .contact-form input[type=url]:hover, #content .contact-form input[type=password]:focus, #content .contact-form input[type=password]:hover, #content .contact-form input[type=email]:focus, #content .contact-form input[type=email]:hover, #content .contact-form input[type=number]:focus, #content .contact-form input[type=number]:hover, #content .contact-form input[type=range]:focus, #content .contact-form input[type=range]:hover, #content .contact-form textarea:focus, #content .contact-form textarea:hover, #content .wpcf7-form input[type=text]:focus, #content .wpcf7-form input[type=text]:hover, #content .wpcf7-form input[type=tel]:focus, #content .wpcf7-form input[type=tel]:hover, #content .wpcf7-form input[type=url]:focus, #content .wpcf7-form input[type=url]:hover, #content .wpcf7-form input[type=password]:focus, #content .wpcf7-form input[type=password]:hover, #content .wpcf7-form input[type=email]:focus, #content .wpcf7-form input[type=email]:hover, #content .wpcf7-form input[type=number]:focus, #content .wpcf7-form input[type=number]:hover, #content .wpcf7-form input[type=range]:focus, #content .wpcf7-form input[type=range]:hover, #content .wpcf7-form textarea:focus, #content .wpcf7-form textarea:hover {
    background: #fff; }
#content .contact-form p, #content .wpcf7-form p {
  margin-bottom: 14px; }
#content .contact-form textarea, #content .wpcf7-form textarea {
  height: 150px; }
#content .contact-form textarea:focus, #content .wpcf7-form textarea:focus {
  background: #fff; }
#content .contact-form .human-check label, #content .wpcf7-form .human-check label {
  display: inline-block; }
#content .contact-form .human-check input, #content .wpcf7-form .human-check input {
  display: inline-block;
  margin-left: 15px;
  font-style: normal; }

#content .contact-form p, #content .wpcf7-form p {
  display: inline-block;
  margin-right: 2%;
  width: 48%;
  position: relative; }
  #content .contact-form p.human-check, #content .wpcf7-form p.human-check {
    display: block;
    clear: both; }
  #content .contact-form p.text-area, #content .wpcf7-form p.text-area {
    display: block;
    width: 98%; }
  @media only screen and (max-width: 479px) {
    #content .contact-form p, #content .wpcf7-form p {
      display: block;
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      #content .contact-form p.text-area, #content .wpcf7-form p.text-area {
        width: 100%; } }

#content .wpcf7-form {
  margin-left: 4px; }
  #content .wpcf7-form p {
    margin-left: -4px;
    /* inline-block whitespace hack - float hack has too many issues */
    vertical-align: top; }
    #content .wpcf7-form p.full-width {
      width: 98%; }
  #content .wpcf7-form input, #content .wpcf7-form .wpcf7-list-item-label {
    vertical-align: middle; }

#content .dark-bg .contact-form input[type=text], #content .dark-bg .contact-form input[type=tel], #content .dark-bg .contact-form input[type=url], #content .dark-bg .contact-form input[type=email], #content .dark-bg .contact-form input[type=number], #content .dark-bg .contact-form input[type=range], #content .dark-bg .contact-form textarea, #content .dark-bg .wpcf7-form input[type=text], #content .dark-bg .wpcf7-form input[type=tel], #content .dark-bg .wpcf7-form input[type=url], #content .dark-bg .wpcf7-form input[type=email], #content .dark-bg .wpcf7-form input[type=number], #content .dark-bg .wpcf7-form input[type=range], #content .dark-bg .wpcf7-form textarea {
  background: transparent;
  border-color: #ccc; }
  #content .dark-bg .contact-form input[type=text]:focus, #content .dark-bg .contact-form input[type=text]:hover, #content .dark-bg .contact-form input[type=tel]:focus, #content .dark-bg .contact-form input[type=tel]:hover, #content .dark-bg .contact-form input[type=url]:focus, #content .dark-bg .contact-form input[type=url]:hover, #content .dark-bg .contact-form input[type=email]:focus, #content .dark-bg .contact-form input[type=email]:hover, #content .dark-bg .contact-form input[type=number]:focus, #content .dark-bg .contact-form input[type=number]:hover, #content .dark-bg .contact-form input[type=range]:focus, #content .dark-bg .contact-form input[type=range]:hover, #content .dark-bg .contact-form textarea:focus, #content .dark-bg .contact-form textarea:hover, #content .dark-bg .wpcf7-form input[type=text]:focus, #content .dark-bg .wpcf7-form input[type=text]:hover, #content .dark-bg .wpcf7-form input[type=tel]:focus, #content .dark-bg .wpcf7-form input[type=tel]:hover, #content .dark-bg .wpcf7-form input[type=url]:focus, #content .dark-bg .wpcf7-form input[type=url]:hover, #content .dark-bg .wpcf7-form input[type=email]:focus, #content .dark-bg .wpcf7-form input[type=email]:hover, #content .dark-bg .wpcf7-form input[type=number]:focus, #content .dark-bg .wpcf7-form input[type=number]:hover, #content .dark-bg .wpcf7-form input[type=range]:focus, #content .dark-bg .wpcf7-form input[type=range]:hover, #content .dark-bg .wpcf7-form textarea:focus, #content .dark-bg .wpcf7-form textarea:hover {
    background: transparent; }
  #content .dark-bg .contact-form input[type=text]:focus, #content .dark-bg .contact-form input[type=tel]:focus, #content .dark-bg .contact-form input[type=url]:focus, #content .dark-bg .contact-form input[type=email]:focus, #content .dark-bg .contact-form input[type=number]:focus, #content .dark-bg .contact-form input[type=range]:focus, #content .dark-bg .contact-form textarea:focus, #content .dark-bg .wpcf7-form input[type=text]:focus, #content .dark-bg .wpcf7-form input[type=tel]:focus, #content .dark-bg .wpcf7-form input[type=url]:focus, #content .dark-bg .wpcf7-form input[type=email]:focus, #content .dark-bg .wpcf7-form input[type=number]:focus, #content .dark-bg .wpcf7-form input[type=range]:focus, #content .dark-bg .wpcf7-form textarea:focus {
    border-color: #f94213; }

/* Footer contact us widget --------*/
.site-footer .contact-form input, .site-footer .contact-form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  height: auto;
  line-height: 24px; }
.site-footer .contact-form textarea {
  height: 100px; }
.site-footer .contact-form .text-input, .site-footer .contact-form textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px;
  float: left;
  background: #606163;
  border-color: #606163;
  margin-bottom: 10px;
  color: #cdcdcd; }
.site-footer .sixcol .contact-form p {
  width: 46%;
  margin: 0 2% 0 0;
  float: left; }

#content .contact-form input:focus, #content .contact-form textarea:focus,
.site-footer .contact-form input:focus, .site-footer .contact-form textarea:focus {
  border: 1px solid rgba(249, 66, 19, 0.8); }

@media only screen and (max-width: 479px) {
  .site-footer .contact-form .text-input, .site-footer .contact-form textarea {
    width: 100% !important; } }
/*------------ Comment Form ---------------- */
#commentform {
  font-size: 0;
  /* inline-block hack */ }
  #commentform p {
    font-size: 14px;
    line-height: 24px; }
  #commentform p.comment-form-url, #commentform p.comment-form-email {
    margin-left: 3.33%; }
  #commentform p.comment-form-url, #commentform p.comment-form-email, #commentform p.comment-form-author {
    display: inline-block;
    width: 31.1%; }
    @media only screen and (max-width: 600px) {
      #commentform p.comment-form-url, #commentform p.comment-form-email, #commentform p.comment-form-author {
        width: 100%;
        display: block;
        margin-left: 0; } }
  #commentform label {
    display: inline; }
  #commentform input[type="text"], #commentform textarea {
    padding: 10px;
    margin: 0;
    height: auto;
    background-color: #fff;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 24px; }
  #commentform input[type="text"] {
    width: 100%;
    max-width: 250px; }
  #commentform textarea {
    width: 100%;
    clear: both;
    height: 98px; }
    @media only screen and (max-width: 600px) {
      #commentform textarea {
        max-width: 400px; } }
  @media only screen and (max-width: 479px) {
    #commentform p {
      margin-bottom: 10px; }
    #commentform input[type="text"] {
      float: none;
      width: 90%;
      margin: 0; }
    #commentform textarea {
      width: 90%;
      clear: both; } }

p.form-allowed-tags {
  display: none; }

/*------------------------------------------------------------------
3. Buttons
-------------------------------------------------------------------*/
/* ------------------------ Buttons ----------------------------------- */
/* ----- ---- --- -- - Default buttons - -- --- ---- ----- */
button, .button, input[type=button], input[type="submit"], input[type="reset"] {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background-color: #f94213;
  border: 1px solid #f94213;
  border-color: #f94213 #f94213 #f94213 #f94213;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    button, .button, input[type=button], input[type="submit"], input[type="reset"] {
      padding: 8px 16px; } }

.button::-moz-focus-inner, input[type="submit"].button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.button:active, .button:visited {
  color: #fff; }

.button:hover, .button:active, button:hover, button:active {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear; }
.button img, button img {
  display: inline-block !important;
  border: none;
  vertical-align: middle;
  width: auto !important; }
.button [class^="icon-"], .button [class*=" icon-"], button [class^="icon-"], button [class*=" icon-"] {
  padding: 8px; }
.button.small, button.small {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px; }
  .button.small [class^="icon-"], .button.small [class*=" icon-"], button.small [class^="icon-"], button.small [class*=" icon-"] {
    margin-top: 0; }
.button.large, button.large {
  padding: 12px 30px;
  font-size: 14px;
  line-height: 22px; }
  .button.large.rounded, button.large.rounded {
    border-radius: 36px; }
  .button.large [class^="icon-"], .button.large [class*=" icon-"], button.large [class^="icon-"], button.large [class*=" icon-"] {
    margin-top: 0;
    padding: 2px 12px 2px 0;
    font-size: 22px;
    vertical-align: middle; }
.button.small.rounded, button.small.rounded {
  border-radius: 30px; }
.button.rounded, button.rounded {
  border-radius: 36px; }
.button.default [class^="icon-"], .button [class*=" icon-"], button.default [class^="icon-"], button [class*=" icon-"] {
  font-size: 12px; }

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #FFF !important;
  background-color: #4B4B4B !important;
  border-color: #4B4B4B !important; }

/*---------- - Color Variations --------------- */
.button.black {
  background-color: #363636;
  border-color: #222222 #222222 #000000; }

.button.blue {
  background-color: #46a5d5;
  border-color: #37b4ee #1c8bbe #1c8bbe #37b4ee; }

.button.cyan {
  background-color: #57c0dc;
  border-color: #61cfec #48a7c0 #48a7c0 #61cfec; }

.button.green {
  background-color: #00a57d;
  border-color: #07b98e #028866 #028867 #07b98e; }

.button.orange {
  background-color: #e87151;
  border-color: #f88f73 #ca5a3b #ca5a3b #f88f73; }

.button.pink {
  background-color: #dd5679;
  border-color: #f0678a #c64a6a #c64a6a #f0678a; }

.button.red {
  background-color: #da4f49;
  border-color: #ec5e58 #c4403a #c4403a #ec5e58; }

.button.teal {
  background-color: #28c2ba;
  border-color: #2dcdc5 #23b1aa #20a59e #2dcdc5; }

.button.trans {
  color: #fff;
  background-color: #fff;
  /* IE */
  background-color: transparent !important;
  border: 2px solid #666; }
  .dark-bg .button.trans, .dark-bg .button.trans:hover {
    border: 1px solid #fff !important; }

.button.black, .button.blue, .button.cyan, .button.green, .button.orange, .button.pink, .button.red, .button.teal {
  color: #fff !important; }

/* @debug $skin-hover-elements; */
.button:hover, .button.default:hover, button:hover, .button.black:hover, .button.blue:hover, .button.cyan:hover, .button.green:hover, .button.orange:hover, .button.pink:hover, .button.red:hover, .button.teal:hover {
  color: #fff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  transition: 0.3s linear; }

.site-footer .button:hover, .site-footer button:hover, .site-footer input[type="button"]:hover, .site-footer input[type="submit"]:hover, .site-footer input[type="reset"]:hover {
  background-color: #f94213 !important;
  border-color: #f94213 !important; }

/* Transparent button */
.button.trans:hover {
  background-color: #f9f9f9;
  /* IE */
  background-color: rgba(255, 255, 255, 0.1) !important; }

.button.theme {
  border-color: #f94213;
  background-color: transparent !important;
  color: #333 !important;
  border-width: 2px; }
  .dark-bg .button.theme {
    color: #e1e1e1 !important;
    border-color: #fff; }

.button.theme:hover {
  background: #f94213 !important;
  border-color: #f94213 !important;
  color: #fff !important; }

/* ------------- Custom Styling for Buttons -------- */
#button-gallery .button {
  margin-right: 10px;
  margin-bottom: 10px; }

.portfolio-link .button {
  padding: 10px 30px;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.contact-form .button, .wpcf7-form input[type=submit] {
  padding: 12px 30px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block; }

/*---------- Rounded css3 buttons ------- */
.rounded-button {
  display: inline-block;
  position: relative;
  background: #52b3e3;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc4637), to(#52b3e3));
  background: -webkit-linear-gradient(top, #dc4637, #52b3e3);
  background: -moz-linear-gradient(top, #dc4637, #52b3e3);
  background: -ms-linear-gradient(top, #dc4637, #52b3e3);
  background: -o-linear-gradient(top, #dc4637, #52b3e3);
  padding: 5px 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: white !important;
  text-decoration: none;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease-out, 0;
  -moz-transition: all 0.4s ease-out, 0;
  transition: all 0.4s ease-out, 0; }
  .rounded-button:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .rounded-button:active {
    background: #327ba8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

/*------------------------------------------------------------------
4. Images/Gallery
-------------------------------------------------------------------*/
/* ------------------------ Images and WP Gallery ----------------------------------- */
/*-------------- Gallery Styling - Credit: Twenty Thirteen Theme ---------- */
.wp-smiley {
  margin: 0; }

.gallery {
  margin-bottom: 20px;
  margin-left: -4px; }
  .gallery:after {
    clear: both; }
  .gallery:before, .gallery:after {
    content: "";
    display: table; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

dl.gallery-item dt {
  margin: 0; }

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px; }

.gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px; }

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
  text-align: center; }

/* Account for 4px margin on the right when calculating width */
.gallery-columns-2 .gallery-item {
  width: 49%;
  width: -webkit-calc(50% -4px);
  width: calc(50% -4px); }

.gallery-columns-3 .gallery-item {
  max-width: 31%;
  max-width: -webkit-calc(33% -4px);
  max-width: calc(33% -4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% -4px);
  max-width: calc(25% -4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% -4px);
  max-width: calc(20% -4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% -4px);
  max-width: calc(16.7% -4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% -4px);
  max-width: calc(14.28% -4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% -4px);
  max-width: calc(12.5% -4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% -4px);
  max-width: calc(11.1% -4px); }

.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; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  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 -10px 15px black inset;
    content: "";
    height: 100%;
    min-height: 49px;
    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; }

/* ------ Gallery Styling for mobile resolutions ------*/
@media only screen and (max-width: 767px) {
  .gallery-columns-1 .gallery-item {
    margin-right: 0;
    width: 100%; }

  .gallery-caption {
    display: none; } }
@media only screen and (max-width: 359px) {
  .gallery {
    margin-left: 0; }
    .gallery .gallery-item {
      max-width: none;
      width: 49%;
      width: -webkit-calc(50% -4px);
      width: calc(50% -4px); }

  .gallery-columns-2.gallery-size-thumbnail .gallery-item {
    max-width: none;
    width: 49%;
    width: -webkit-calc(50% -4px);
    width: calc(50% -4px); }

  .gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail {
    display: block; }

  .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
    display: block; }

  .gallery-columns-1 .gallery-item, .gallery-columns-1.gallery-size-medium .gallery-item, .gallery-columns-1.gallery-size-thumbnail .gallery-item {
    text-align: center;
    width: 98%;
    width: -webkit-calc(100% -4px);
    width: calc(100% -4px); }

  .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 4px; }

  .gallery br {
    display: none; }
  .gallery .gallery-item:nth-of-type(even) {
    margin-right: 0; } }
/*--------- Isotope Portfolio Filtering ------------- */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/* Isotope CSS3 transitions */
.isotope {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity; }
  .isotope.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }
    .isotope.no-transition .isotope-item {
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
      -o-transition-duration: 0s;
      transition-duration: 0s; }
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s; }

/* disabling Isotope CSS3 transitions */
/* infinite scroll loading message styling */
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  #infscr-loading img {
    float: left;
    width: auto !important; }
  #infscr-loading div {
    float: left;
    padding-left: 10px; }

/* ------------ Image Frame Styles ---------------- */
.image-box {
  display: block; }

.image-area {
  position: relative;
  overflow: hidden; }
  .image-area a {
    display: block;
    text-decoration: none;
    color: #fff; }
  .image-area img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s; }
  .image-area:hover .thumbnail {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 2.6s;
    -moz-transition: -moz-transform 2.6s;
    transition: transform 2.6s; }
    ul.post-list .image-area:hover .thumbnail {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; }
  .image-area:hover .image-info {
    opacity: 1; }

@media only screen and (max-width: 479px) {
  #content .image-area {
    float: none; } }
.image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s; }
  .image-area:hover .image-overlay {
    opacity: 0.5; }

.rounded-img {
  border-radius: 50%; }

@media only screen and (max-width: 479px) {
  .image-wrapper.alignleft, .image-wrapper.alignright {
    float: none;
    margin: 0; } }
/*---------- Image Info Hover --------------------------*/
.image-info-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }
  .image-info-buttons i {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 15px;
    background: transparent;
    -webkit-transition: background 0.4s ease-in-out 0s;
    -moz-transition: background 0.4s ease-in-out 0s;
    -ms-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
    .image-info-buttons i:hover {
      background: rgba(0, 0, 0, 0.5); }

.image-info {
  display: block;
  z-index: 120;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  -ms-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s; }
  .image-info .entry-info {
    text-align: center;
    display: block;
    position: absolute;
    height: 82px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%; }
  .image-info h3 {
    padding: 10px;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #fff; }
    @media only screen and (max-width: 1024px) {
      .image-info h3 {
        font-size: 18px;
        line-height: 26px; } }
    .image-info h3 a {
      display: inline;
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      border-bottom: 1px solid transparent; }
      .image-info h3 a:hover {
        border-bottom: 2px solid #ccc; }
  .image-info .terms {
    display: block;
    color: #f9f9f9; }
    .image-info .terms a {
      color: #ddd;
      position: relative;
      display: inline;
      zoom: 1;
      font-size: 14px;
      line-height: 26px;
      font-style: italic;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s; }
      .image-info .terms a:hover {
        color: #f94213; }

.type-portfolio .image-info .terms {
  display: block; }

/* Four column layouts require less information to be shown in the image info 
since not everything will fit there */
.image-grid .threecol .image-info h3 {
  padding: 5px;
  font-size: 20px;
  line-height: 30px; }
.image-grid .threecol.zero-margin .image-info .terms {
  display: block; }

/*------------------------------------------------------------------
5. Sliders
-------------------------------------------------------------------*/
/* ------------------------ Sliders - Nivo, Flex and Revolution Slider ----------------------------------- */
#slider-area {
  clear: both;
  margin: 0 auto;
  width: 100%;
  background: #3F3B39; }
  #slider-area .image-area {
    background: none;
    box-shadow: none;
    border: none; }
  #slider-area #slider-error {
    padding: 240px 0;
    color: #bbb; }

/*--------------------------------------------------------------------*/
/*	Responsive Flex Slider Styles
/*--------------------------------------------------------------------*/
/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/ * */
/* Browser Resets */
.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; }

/* FlexSlider Necessary Styles *********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility: hidden; */ }
  .flexslider .slides img {
    display: block; }

/* Causes issues with fixed backgrounds in Chrome/Safari */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme *********************************/
.flex-slider-container {
  position: relative; }

.flexslider {
  background: transparent;
  padding: 0;
  max-width: 100%;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 2s ease 1s;
  -moz-transition: all 2s ease 1s;
  transition: all 2s ease 1s; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flexslider .slides > li {
  margin: 0;
  position: relative; }
.flexslider .slides .image-area {
  float: none; }
.flexslider .slides img {
  display: block; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* Caption styles */
.flex-caption {
  position: absolute;
  left: 150px;
  bottom: 30%;
  width: 35%;
  max-width: 450px;
  z-index: 89; }
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .flex-caption {
      left: 70px;
      bottom: 20%; } }
  .flex-caption a, .flex-caption .flex-summary {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=55);
    /*IE*/ }
  .flex-caption a {
    display: inline !important;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #EFEFEF !important;
    padding: 2px 15px; }
    @media only screen and (min-width: 768px) and (max-width: 959px) {
      .flex-caption a {
        font-size: 26px;
        line-height: 30px; } }
  .flex-caption .flex-summary {
    color: #ccc;
    margin-top: 5px;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 26px; }

/* Direction Nav */
.flex-direction-nav, .widget .flex-direction-nav {
  *height: 0;
  display: block; }
  .flex-direction-nav li, .widget .flex-direction-nav li {
    margin: 0;
    padding: 0;
    border: none; }
  .flex-direction-nav a, .widget .flex-direction-nav a {
    display: block;
    position: absolute;
    background-color: #888;
    z-index: 10;
    /* IE */
    background-color: rgba(55, 55, 55, 0.6);
    height: 25px;
    width: 25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .flex-direction-nav a:hover, .widget .flex-direction-nav a:hover {
    background-color: #666;
    /* IE */
    background-color: rgba(51, 51, 51, 0.8); }
  .flex-direction-nav .flex-next, .widget .flex-direction-nav .flex-next {
    right: 10px;
    bottom: 10px; }
  .flex-direction-nav .flex-prev, .widget .flex-direction-nav .flex-prev {
    right: 40px;
    bottom: 10px; }
  .flex-direction-nav span, .widget .flex-direction-nav span {
    font-size: 22px;
    color: #ddd;
    display: block;
    text-align: center; }

/* Control Nav */
.flex-control-nav {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center; }

.flex-control-nav li, .widget .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  text-indent: -9999px;
  background-color: #ddd;
  /* IE */
  background-color: rgba(218, 218, 218, 0.8);
  width: 14px;
  height: 14px;
  border-radius: 14px; }
  .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #aaa;
    /* IE */
    background-color: rgba(160, 160, 160, 0.8); }

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  background-color: #aaa;
  /* IE */
  background-color: rgba(160, 160, 160, 0.8); }

ol.flexlite-control-nav.flexlite-control-paging {
  display: none; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    cursor: default; }

.segment .flex-control-nav li a {
  width: 20px;
  height: 20px; }
  .segment .flex-control-nav li a:hover, .segment .flex-control-nav li a.flex-active {
    background-color: #999; }

/* ----- Inline flex slider styling ----------*/
.flex-slider-container.loading, .tab-slider-container.loading {
  background: #202834 url(images/sliders/ajax-loader.gif) no-repeat 50% 50%; }
.flex-slider-container .flexslider, .tab-slider-container .flexslider {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 2; }
.flex-slider-container.loading .flexslider, .tab-slider-container.loading .flexslider {
  visibility: hidden;
  opacity: 0; }

/*  ======================================================
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 *  ======================================================
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(images/sliders/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/* ======================================================
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*   =====================================================
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  filter: Alpha(Opacity=80);
  /*IE7 fix*/
  opacity: 0.8; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px 5px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  background: #8997A0; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(images/sliders/AjaxLoader.gif) no-repeat center center; }

/** THEME ===================================*/
/* Owl Carousel Customization */
.carousel-container .owl-carousel.owl-theme {
  z-index: 1; }
  .carousel-container .owl-carousel.owl-theme .owl-prev {
    margin-right: 6px; }
  .carousel-container .owl-carousel.owl-theme .owl-prev:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }
  .carousel-container .owl-carousel.owl-theme .owl-next:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80); }
  .carousel-container .owl-carousel.owl-theme .owl-buttons {
    position: absolute;
    display: block;
    bottom: 0;
    right: 10px;
    list-style: none; }
    .carousel-container .owl-carousel.owl-theme .owl-buttons div {
      display: inline-block;
      width: 32px;
      height: 32px;
      cursor: pointer;
      background: #8997A0;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      border-radius: 2px; }
      .carousel-container .owl-carousel.owl-theme .owl-buttons div i {
        font-size: 24px;
        line-height: 32px;
        display: block;
        color: #FFF; }

.gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-prev, .gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-next {
  background: #f94213; }
.gallery-carousel .carousel-container .owl-carousel.owl-theme .owl-buttons {
  top: 10px;
  right: 10px; }

.carousel-container {
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s; }
  .carousel-container .post-snippets .hentry {
    margin: 0 10px 20px 10px; }
  @media only screen and (max-width: 767px) {
    .carousel-container .entry-summary {
      display: none; }
    .carousel-container .flexslider .slides .image-area {
      padding: 2px; } }
  @media only screen and (max-width: 479px) {
    .carousel-container .type-portfolio .image-info .image-info-buttons {
      display: none; }
    .carousel-container .type-portfolio .image-info h3.post-title {
      top: 25%; } }

/* TODO: Remove references to iphone-slider-container - kept for compatibility to previous versions of theme */
.smartphone-slider, .iphone-slider-container {
  position: relative;
  margin: 0 auto;
  z-index: 2; }
  .smartphone-slider .flex-next, .iphone-slider-container .flex-next {
    right: 10px;
    bottom: 10px;
    border-radius: 4px; }
  .smartphone-slider .flex-prev, .iphone-slider-container .flex-prev {
    right: 40px;
    bottom: 10px;
    border-radius: 4px; }
  .smartphone-slider .flex-prev, .smartphone-slider .flex-next, .iphone-slider-container .flex-prev, .iphone-slider-container .flex-next {
    display: none; }
  .smartphone-slider .flex-slider-container:hover .flex-prev, .smartphone-slider .flex-slider-container:hover .flex-next, .iphone-slider-container .flex-slider-container:hover .flex-prev, .iphone-slider-container .flex-slider-container:hover .flex-next {
    display: block; }

.smartphone-slider .flex-slider-container.loading, .iphone-slider-container .flex-slider-container.loading {
  background-color: #333743; }

.smartphone-slider .flex-slider-container {
  position: absolute;
  overflow: hidden; }

.smartphone-slider .flexslider {
  max-height: 100%; }

.iphone-slider-container {
  max-width: 408px; }

.ipad-slider-container {
  max-width: 940px; }

.iphone7gold-slider-container, .iphone7rosegold-slider-container, .iphone7black-slider-container, .iphone7jetblack-slider-container, .iphone7silver-slider-container {
  max-width: 400px; }

.galaxys7-slider-container {
  max-width: 400px; }

.nexus6p-slider-container {
  max-width: 420px; }

.googlepixelsilver-slider-container, .googlepixelblack-slider-container, .googlepixelblue-slider-container {
  max-width: 400px; }

.galaxys4-slider-container, .htcone-slider-container {
  max-width: 331px; }

.imac-slider-container {
  max-width: 790px; }

.macbook-slider-container {
  max-width: 800px; }

.browser-slider-container {
  max-width: 875px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
  -ms-box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25);
  box-shadow: 1px 1px 2px 1px rgba(128, 128, 128, 0.25); }

.imac-slider-container .flex-next, .macbook-slider-container .flex-next, .browser-slider-container .flex-next {
  right: 10px;
  top: 10px; }
.imac-slider-container .flex-prev, .macbook-slider-container .flex-prev, .browser-slider-container .flex-prev {
  right: 40px;
  top: 10px; }

.iphone7gold-slider-container .flex-slider-container,
.iphone7rosegold-slider-container .flex-slider-container,
.iphone7black-slider-container .flex-slider-container,
.iphone7jetblack-slider-container .flex-slider-container,
.iphone7silver-slider-container .flex-slider-container {
  top: 11.3%;
  left: 6.3%;
  width: 87.5%;
  height: auto; }

.galaxys7-slider-container .flex-slider-container {
  top: 10.8%;
  left: 5%;
  width: 90%;
  height: auto; }

.nexus6p-slider-container .flex-slider-container {
  top: 10.6%;
  left: 8.6%;
  width: 83.4%;
  height: auto; }

.googlepixelsilver-slider-container .flex-slider-container,
.googlepixelblack-slider-container .flex-slider-container,
.googlepixelblue-slider-container .flex-slider-container {
  top: 10.2%;
  left: 5.6%;
  width: 88.4%;
  height: auto; }

.iphone-slider-container .flex-slider-container {
  width: 69.2%;
  height: auto;
  top: 10.7%;
  left: 12.9%; }

.ipad-slider-container .flex-slider-container {
  top: 6.0%;
  left: 12.5%;
  width: 74.7%;
  height: 78.4%; }

.galaxys4-slider-container .flex-slider-container {
  top: 9.2%;
  left: 4.8%;
  width: 90.8%;
  height: 81.6%; }

.htcone-slider-container .flex-slider-container {
  top: 9.5%;
  left: 6.5%;
  width: 87%;
  height: 76.4%; }

.imac-slider-container .flex-slider-container {
  top: 5%;
  width: 91%;
  left: 4.5%;
  height: 61.2%; }

.macbook-slider-container .flex-slider-container {
  top: 5.7%;
  left: 14.7%;
  width: 71.3%;
  height: 74.1%; }

.browser-slider-container .flex-slider-container {
  top: 11.2%;
  width: 100%;
  left: 0;
  height: 88.5%; }

.browser-slider-container .address-bar {
  position: absolute;
  left: 13%;
  top: 7.2%;
  font-size: 12px;
  line-height: 12px; }
  @media only screen and (max-width: 767px) {
    .browser-slider-container .address-bar {
      display: none; } }

/* Tab Slider and Team Slider navigation */
ul.tab-list {
  border-bottom: 1px solid #f94213;
  margin: 0 0 40px 0; }
  ul.tab-list li {
    display: inline;
    margin: 0 50px 0 0; }
    ul.tab-list li a {
      color: #292929;
      display: inline-block;
      font-size: 18px;
      line-height: 48px;
      -webkit-transition: color 0.2s ease-in-out 0s;
      -moz-transition: color 0.2s ease-in-out 0s;
      transition: color 0.2s ease-in-out 0s; }
      ul.tab-list li a.visible, ul.tab-list li a.flex-active {
        border-bottom: 3px solid #f94213; }
      ul.tab-list li a:hover {
        color: #f94213; }
    @media only screen and (max-width: 479px) {
      ul.tab-list li {
        margin-right: 25px; }
        ul.tab-list li a {
          line-height: 36px; } }

.thumbnail-slider-container {
  position: relative; }

/*------------------------------------------------------------------
6. Widgets
-------------------------------------------------------------------*/
/* ------------------------ WordPress Widgets ----------------------------------- */
.sidebar .widget {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 50px 0;
  overflow: hidden; }
  .sidebar .widget ol, .sidebar .widget ul, .sidebar .widget ol li, .sidebar .widget ul li {
    margin: 0;
    list-style: none; }
  .sidebar .widget li {
    padding: 8px 0 0; }
    .sidebar .widget li:first-child {
      padding-top: 0; }

.widget-title {
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding: 0 0 10px 0;
  margin-bottom: 20px; }
  .widget-title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #aaa;
    width: 35px;
    height: 12px; }
    .site-footer .widget-title:after {
      border-bottom: 1px solid #666; }
  #sidebar-header .widget-title {
    display: none;
    /* Do not display titles for header widgets */ }

.sidebar .widget .post-list .entry-text-wrap {
  float: none; }

/* Page Builder Widget Styling */
.panel-grid .widget {
  margin: 0; }

/* Default widgets styling */
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_links a,
.sidebar .widget_meta a,
.sidebar .widget_nav_menu a,
.sidebar .widget_pages a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a {
  border: 0; }
.sidebar .widget_archive ul,
.sidebar .widget_categories ul,
.sidebar .widget_links ul,
.sidebar .widget_meta ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_pages ul,
.sidebar .widget_recent_comments ul,
.sidebar .widget_recent_entries ul {
  list-style: none;
  margin: 0; }
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_links li,
.sidebar .widget_meta li,
.sidebar .widget_nav_menu li,
.sidebar .widget_pages li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 8px 0; }
.sidebar .widget_archive li:first-child,
.sidebar .widget_categories li:first-child,
.sidebar .widget_links li:first-child,
.sidebar .widget_meta li:first-child,
.sidebar .widget_nav_menu li:first-child,
.sidebar .widget_pages li:first-child,
.sidebar .widget_recent_comments li:first-child,
.sidebar .widget_recent_entries li:first-child {
  border-top: 0;
  padding-top: 0; }
.sidebar .widget_archive li:last-child,
.sidebar .widget_categories li:last-child,
.sidebar .widget_links li:last-child,
.sidebar .widget_meta li:last-child,
.sidebar .widget_nav_menu li:last-child,
.sidebar .widget_pages li:last-child,
.sidebar .widget_recent_comments li:last-child,
.sidebar .widget_recent_entries li:last-child {
  padding-bottom: 0; }
.sidebar .widget_categories .children,
.sidebar .widget_nav_menu .sub-menu,
.sidebar .widget_pages .children {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 8px 0 0 8px;
  padding-top: 8px;
  padding-left: 15px; }

/* ------ RSS Widget ------------ */
.widget_rss ul > li a.rsswidget {
  color: #f94213;
  font-weight: 700; }
  .widget_rss ul > li a.rsswidget:hover {
    color: #888; }
.widget_rss ul > li .rss-date {
  font-style: italic;
  color: #999;
  display: block; }

/*---------- Social List ---------- */
ul.social-list {
  list-style: none;
  margin: 0;
  display: block; }
  ul.social-list.center {
    margin: 5px auto; }
  ul.social-list li {
    padding: 0;
    list-style: none;
    margin: 0 10px 0 0;
    background: none !important;
    display: inline-block; }
    ul.social-list li:last-child {
      margin-right: 0; }
  ul.social-list a {
    color: #777;
    display: block;
    margin-right: 5px;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
    ul.social-list a i {
      font-size: 20px;
      line-height: 28px;
      -webkit-transition: color 0.2s ease-in-out 0s;
      -moz-transition: color 0.2s ease-in-out 0s;
      transition: color 0.2s ease-in-out 0s; }
    ul.social-list a:hover i {
      color: #999; }

.sidebar .widget ul.social-list li {
  border: none !important;
  padding-left: 0 !important; }

.site-footer .widget ul.social-list {
  display: table; }
  .site-footer .widget ul.social-list a {
    margin: 0 10px 10px 0; }
    .site-footer .widget ul.social-list a i {
      font-size: 22px;
      color: #a1a1a1; }
    @media only screen and (max-width: 479px) {
      .site-footer .widget ul.social-list a {
        margin: 0 8px 5px 0; }
        .site-footer .widget ul.social-list a i {
          font-size: 24px; } }
    .site-footer .widget ul.social-list a:hover {
      color: #e3e3e3; }
      .site-footer .widget ul.social-list a:hover i {
        color: #e3e3e3; }

/*-------------- Search Widget ----------------- */
.widget-search {
  margin: 0 0 20px;
  padding: 0; }
  .widget-search h3 {
    display: none; }

.search-form {
  position: relative;
  max-width: 233px;
  border: none;
  -moz-box-shadow: 0 0 3px white;
  -webkit-box-shadow: 0 0 3px white;
  box-shadow: 0 0 3px white;
  width: 100%; }
  .site-footer .search-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .search-form label {
    display: none; }
  .search-form .search-text {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: 35px;
    margin: 0;
    border: none;
    padding: 18px 8px 18px 15px;
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .search-form .search-text:focus {
      color: #696969;
      font-style: normal;
      border-color: #aaa !important; }
  .search-form .submit {
    background: url(images/icons/search.png) no-repeat center #f94213 !important;
    display: block;
    margin: 0;
    padding: 18px 8px 18px 28px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    cursor: pointer;
    height: 40px;
    background-color: #f94213 !important;
    background-size: 16px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
    .search-form .submit:hover, .search-form .submit:focus {
      background-color: #333743 !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .search-form .submit {
    background-image: url(images/icons/search-icon@2x.png);
    background-size: 34px 37px; } }
/* Text Widget */
#widget-text {
  margin: 0 0 20px 0; }

/* ------------ Author Widget ------ */
#author-widget .widget-title {
  border-bottom: none; }
#author-widget .avatar-wrap {
  float: left;
  margin: 0 40px 20px 0; }
  #author-widget .avatar-wrap img {
    border-radius: 50%; }
#author-widget .author-name {
  font-size: 18px;
  line-height: 22px;
  margin-right: 10px; }
#author-widget .social-list {
  margin-top: 10px; }

/* Make an exception for author widget */
#sidebar-after-singular #author-widget {
  padding: 0;
  display: table;
  width: 100%; }
  #sidebar-after-singular #author-widget .avatar-wrap {
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    float: none;
    margin: 0; }
    #sidebar-after-singular #author-widget .avatar-wrap img {
      margin: 0 auto; }
  #sidebar-after-singular #author-widget .author {
    display: table-cell;
    width: 80%;
    vertical-align: middle; }
  #sidebar-after-singular #author-widget .author-desc {
    max-width: 460px; }
  #sidebar-after-singular #author-widget .social-list {
    display: none; }
  @media only screen and (max-width: 600px) {
    #sidebar-after-singular #author-widget .avatar-wrap {
      width: 35%; }
    #sidebar-after-singular #author-widget .author {
      width: 65%; } }

/* Calendar Widget */
.widget_calendar caption {
  margin-bottom: 10px;
  font-weight: 600; }

.widget_calendar table td, .widget_calendar table tr th {
  padding: 6px 8px; }
.widget_calendar table td {
  color: #686868; }
.widget_calendar table td a {
  color: #f94213; }
  .widget_calendar table td a:hover {
    color: #666; }

/*--------- Contact Info Widget ---------- */
.contact-info p span {
  display: block;
  padding-left: 40px; }
.contact-info span.street1, .contact-info span.phone, .contact-info span.email {
  position: relative; }
  .contact-info span.street1:before, .contact-info span.phone:before, .contact-info span.email:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 22px;
    line-height: 22px; }
.contact-info span.street1:before {
  content: "\e644"; }
.contact-info span.phone:before {
  content: "\e65b"; }
.contact-info span.email:before {
  content: "\d7"; }
.contact-info .mini-separator {
  margin-bottom: 30px; }

.widget .contact-info p {
  margin-bottom: 10px; }

/* ---------- Recent Comments ---------- */
ul#recentcomments li.recentcomments {
  background: url(images/icons/comment-icon-sidebar.png) left center no-repeat transparent;
  padding-left: 26px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  ul#recentcomments li.recentcomments:first-child {
    background-position: 0 5px; }
  ul#recentcomments li.recentcomments a {
    display: inline !important;
    padding: 0;
    margin: 0;
    color: #f94213;
    font-style: normal; }
    ul#recentcomments li.recentcomments a:hover {
      color: #666; }
      .site-footer ul#recentcomments li.recentcomments a:hover {
        color: #DBDBD9; }
    ul#recentcomments li.recentcomments a.url {
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
  ul#recentcomments li.recentcomments:after {
    font-family: 'icomoon';
    speak: none;
    line-height: 1; }

/* ------------ Tag Cloud - Tag/Category/Taxonomy Term Cloud widget ----------------*/
.term-cloud {
  margin: 0;
  padding: 0 4px 10px; }
  .term-cloud a {
    display: inline;
    color: #55585b;
    float: left;
    padding: 2px 6px;
    margin: 0 5px 5px 0;
    font-size: 12px !important;
    text-transform: none;
    line-height: 20px;
    background-color: #eaeaea;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .term-cloud a:hover {
      color: #fff !important;
      background-color: #f94213; }
    .site-footer .term-cloud a {
      color: #d5d5d5;
      background-color: #555; }
      .site-footer .term-cloud a:hover {
        color: #fff !important; }

/* --------- Mailchimp integration ---------- */
div.mc_merge_var, div.mc_signup_submit {
  display: inline-block;
  margin-top: 10px; }

#mc_signup_form .mc_var_label {
  font-size: 14px;
  display: block;
  margin-bottom: 5px; }
#mc_signup_form .mc_input {
  display: inline-block;
  padding: 8px;
  margin: 0 15px 0 0;
  line-height: 20px; }
  .site-footer #mc_signup_form .mc_input {
    background: #686868;
    border: 1px solid #444; }

#mc_signup_submit {
  color: #ffffff !important;
  background-color: #f94213 !important;
  border-color: #37b4ee #1c8bbe #1c8bbe #37b4ee;
  padding: 8px 30px;
  margin: 0; }

#mc-indicates-required {
  margin: 10px 0 0;
  display: none; }

/* Sidebar Header */
#sidebar-header {
  float: right; }
  #sidebar-header .button, #sidebar-header .social-list {
    position: absolute;
    -webkit-transition: top 0.3s ease-in-out 0s;
    -moz-transition: top 0.3s ease-in-out 0s;
    -ms-transition: top 0.3s ease-in-out 0s;
    transition: top 0.3s ease-in-out 0s; }
  #sidebar-header .button {
    right: 45px;
    top: 30px; }
    #masthead.sticky #sidebar-header .button {
      top: 5px; }
  #sidebar-header .social-list {
    right: 40px;
    top: 40px; }
    #sidebar-header .social-list li {
      margin-right: 12px; }
      #sidebar-header .social-list li:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 1024px) {
        #sidebar-header .social-list li {
          margin-right: 14px; } }
    #sidebar-header .social-list a i {
      color: #555;
      font-size: 20px;
      line-height: 20px;
      -webkit-transition: color 0.3s ease-in-out 0s;
      -moz-transition: color 0.3s ease-in-out 0s;
      -ms-transition: color 0.3s ease-in-out 0s;
      transition: color 0.3s ease-in-out 0s; }
      @media only screen and (max-width: 1024px) {
        #sidebar-header .social-list a i {
          font-size: 20px;
          line-height: 20px; } }
    #sidebar-header .social-list a:hover i {
      color: #f94213; }
    #masthead.sticky #sidebar-header .social-list {
      top: 15px; }
  @media only screen and (max-width: 767px) {
    #sidebar-header {
      width: 100%;
      float: none; }
      #sidebar-header .widget {
        margin-bottom: 0; }
      #sidebar-header .button {
        display: none; }
      #sidebar-header .social-list {
        position: relative;
        top: 0;
        right: 0 !important;
        text-align: center;
        margin: 10px auto 0;
        display: inline-block; } }

/*------------------------------------------------------------------
7. Shortcodes
-------------------------------------------------------------------*/
/* ------------------------ WordPress Shortcodes ----------------------------------- */
/*----------------- Highlighting --------------- */
.highlight1 {
  background: #ffff99; }

.highlight2 {
  background: #555;
  color: #FFF; }

/*----------------------- Pull Quotes --------- */
.pullquote {
  font: normal 18px/28px "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #555;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  font-style: italic; }

.quote-wrap.alignleft {
  float: left;
  width: 230px;
  margin: 0 20px 0 0;
  padding: 2px 0; }
  .quote-wrap.alignleft .pullquote {
    border-top: 3px solid #ccc;
    padding-top: 14px; }
.quote-wrap.alignright {
  float: right;
  width: 230px;
  margin: 0 0 0 20px;
  padding: 2px 0; }
  .quote-wrap.alignright .pullquote {
    border-top: 3px solid #ccc;
    padding-top: 14px; }
.quote-wrap.alignnone {
  padding: 2px 0; }
  .quote-wrap.alignnone .pullquote {
    border-top: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    padding-top: 21px;
    padding-bottom: 21px; }

blockquote {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #555;
  padding: 0 0 10px 45px;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  font-style: italic; }
  blockquote:after, blockquote:before {
    position: absolute;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #bbb; }
    .dark-bg blockquote:after, .dark-bg blockquote:before {
      color: #aaa; }
  blockquote:before {
    font-size: 24px;
    content: "\f10d";
    left: 0; }
  blockquote:after {
    content: "\f10e";
    right: 0;
    bottom: 0;
    display: none; }
  blockquote.alignleft {
    margin: 0px 20px 0 0;
    width: 230px; }
  blockquote.alignright {
    margin: 0px 0 0 20px;
    width: 230px; }
  blockquote p {
    margin-bottom: 10px; }
  blockquote cite {
    display: block; }
  .dark-bg blockquote {
    color: #ddd; }
    .dark-bg blockquote > p {
      color: #ddd; }

.quote-wrap .author, .quote-wrap em, .quote-wrap i, .quote-wrap cite {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #888;
  padding-left: 45px; }

@media only screen and (max-width: 767px) {
  .quote-wrap.alignright, .quote-wrap.alignleft {
    width: 180px; }

  .pullquote, blockquote {
    font-size: 14px !important;
    line-height: 24px !important; }

  .quote-wrap.alignright, blockquote.alignright {
    margin-left: 15px; }

  .quote-wrap.alignleft, blockquote.alignleft {
    margin-right: 15px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
  blockquote.alignleft, blockquote.alignright {
    width: 200px;
    padding: 5px 5px 5px 42px; } }
/*--------------------- Begin Typography: List Styles ----------------- */
ul.list1, ul.list2, ul.list3, ul.list4, ul.list5, ul.list6, ul.list7, ul.list8, ul.list9, ul.list10, ul.list11, ul.list12, ul.list13 {
  position: relative;
  overflow: hidden;
  margin: 5px 0px 5px 4px; }
ul.list1 li, ul.list2 li, ul.list3 li, ul.list4 li, ul.list5 li, ul.list6 li, ul.list7 li, ul.list8 li, ul.list9 li, ul.list10 li, ul.list11 li, ul.list12 li, ul.list13 li, ul.list-none li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none outside none; }
  ul.list1 li:before, ul.list2 li:before, ul.list3 li:before, ul.list4 li:before, ul.list5 li:before, ul.list6 li:before, ul.list7 li:before, ul.list8 li:before, ul.list9 li:before, ul.list10 li:before, ul.list11 li:before, ul.list12 li:before, ul.list13 li:before, ul.list-none li:before {
    position: relative;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #999;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    content: "\e845";
    margin-right: 10px; }
ul.list1 li:before {
  content: "\f105"; }
ul.list2 li:before {
  content: "\e116"; }
ul.list3 li:before {
  content: "\e117"; }
ul.list4 li:before {
  content: "\e114"; }
ul.list5 li:before {
  content: "\e115"; }
ul.list6 li:before {
  content: "\e095"; }
ul.list7 li:before {
  content: "\e093"; }
ul.list8 li:before {
  content: "\e085"; }
ul.list9 li:before {
  content: "\e081"; }
ul.list10 li:before {
  content: "\e076"; }
ul.list11 li:before {
  content: "\e024"; }
ul.list12 li:before {
  content: "\e063"; }
ul.list13 li:before {
  content: "\e108"; }
ul.list-none li:before {
  position: relative;
  overflow: hidden; }

list-none {
  position: relative;
  overflow: hidden;
  margin: 5px 0px 5px 4px; }

/*----------------------- Divider Styling --------------------------------------------*/
.divider {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 19px;
  margin-bottom: 40px;
  margin-top: 40px; }

.divider-space {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-top: 20px; }

.divider-line {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 19px;
  line-height: 0; }

.divider-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 39px;
  height: 1px;
  background: url("images/border-gradient.png") no-repeat center center; }

.header-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 0 10px;
  margin-top: 35px;
  margin-bottom: 40px;
  background: url("images/content-horizontal-seperator.png") no-repeat center center;
  text-align: center;
  height: 28px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .header-fancy span {
    display: inline-block;
    padding: 4px 16px;
    background-image: none !important;
    background-color: #f94213;
    color: #fff;
    font-size: 12px;
    word-spacing: 3px; }

.mini-separator {
  height: 1px;
  width: 105px;
  background-color: #808080; }

.mini-separator-thick {
  height: 4px;
  width: 85px;
  background-color: #808080;
  margin-top: 20px; }

.heading2 .mini-separator {
  margin-bottom: 20px; }

h3.fancy-header {
  color: #fefefe;
  background-color: #f94213;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  padding: 12px 50px;
  font-size: 16px;
  line-height: 16px; }

.top-of-page {
  position: relative;
  text-align: right;
  font-size: 12px;
  margin-bottom: 25px;
  line-height: 12px; }
  .top-of-page a {
    color: #999; }
    .top-of-page a:active, .top-of-page a:visited {
      color: #999; }
    .top-of-page a:hover {
      color: #f94213; }

/*-------------------- Box Styles ---------- */
.message-box {
  padding: 25px 55px 5px 25px !important;
  margin: 20px 0 !important;
  background: #EEE;
  word-spacing: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #555;
  overflow: auto;
  position: relative;
  max-width: 800px; }
  .message-box .contents {
    margin: 0 0 15px 0; }
  .message-box code {
    background: transparent;
    margin: 0 2px; }
  .message-box .title {
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: bolder;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .message-box p {
    margin: 0 0 10px 0; }
  .message-box a.close {
    position: absolute;
    right: 20px;
    top: 40%; }
    .message-box a.close i {
      color: #999;
      font-size: 24px; }

.info {
  background: #E8F8FF;
  border: 1px solid #c6ebfb; }

.note {
  background: #FEFED6;
  border: 1px solid #EDED03; }

.attention {
  background: #F0F4F9;
  border: 1px solid #DEE1E5; }

.warning {
  background: #FCF5E2;
  border: 1px solid #F4DC9D; }

.tip {
  background: #FAF2EF;
  border: 1px solid #ECCDC1; }

.success {
  background: #E8F8D8;
  border: 1px solid #cae88c; }

.errors {
  background: #FFF4F4;
  border: 1px solid #ffd9d9; }

/* ----------- Box Frame ----------*/
.box-frame {
  position: relative;
  border: 1px solid #d9d9d9;
  margin: 20px 0;
  background: #FAFAFA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 1024px) {
    .box-frame {
      max-width: 280px;
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .box-frame {
      margin-bottom: 15px; } }
  .box-frame .box-header {
    font-size: 16px;
    border-bottom: 1px solid #D1D1D1;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #FFF;
    padding: 8px 30px;
    text-shadow: 0 1px #eee;
    text-align: center;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    background-image: -moz-linear-gradient(top, white, #f1f1f1);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, white));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1'); }
  .box-frame .box-contents {
    padding: 10px 20px; }

.threecol .box-frame .box-contents {
  padding: 15px 10px; }

.fourcol .box-frame .box-contents {
  padding: 20px; }

/*---------------- Column shortcodes ------------------------------------------------------------------------------------*/
/* ------- Based on the 1140px Grid V2 by Andy Taylor \ http://cssgrid.net ------ */
.onecol, .twocol, .onefifthcol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  min-height: 1px;
  /* Prevents columns from collapsing when housing absolute elements or when lazy loading content */ }

.onecol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 5.17241%; }
  .onecol:last-child {
    margin-right: 0; }

.twocol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 13.7931%; }
  .twocol:last-child {
    margin-right: 0; }

.threecol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 22.41379%; }
  .threecol:last-child {
    margin-right: 0; }

.fourcol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 31.03448%; }
  .fourcol:last-child {
    margin-right: 0; }

.fivecol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 39.65517%; }
  .fivecol:last-child {
    margin-right: 0; }

.sixcol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 48.27586%; }
  .sixcol:last-child {
    margin-right: 0; }

.sevencol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 56.89655%; }
  .sevencol:last-child {
    margin-right: 0; }

.eightcol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 65.51724%; }
  .eightcol:last-child {
    margin-right: 0; }

.ninecol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 74.13793%; }
  .ninecol:last-child {
    margin-right: 0; }

.tencol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 82.75862%; }
  .tencol:last-child {
    margin-right: 0; }

.elevencol {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 91.37931%; }
  .elevencol:last-child {
    margin-right: 0; }

.twelvecol, .fullwidth {
  float: left;
  display: block;
  width: 100%; }

/*--------- Support for 5 column grid ----*/
.onefifthcol {
  float: left;
  display: block;
  margin-right: 2.73973%;
  width: 17.80822%; }
  .onefifthcol:last-child {
    margin-right: 0; }

.onefifthcol.zero-margin {
  margin-right: 0;
  width: 20%; }

/*-------- Remove margins on last column -----*/
.last {
  margin-right: 0; }

/*--------- No margin columns ----*/
.zero-margin, #content .zero-margin {
  margin-right: 0; }

.onecol.zero-margin, .twocol.zero-margin, .onefifthcol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin {
  margin-right: 0; }

.onecol.zero-margin {
  width: 8.33333%; }

.twocol.zero-margin {
  width: 16.66667%; }

.threecol.zero-margin {
  width: 25%; }

.fourcol.zero-margin {
  width: 33.33333%; }

.fivecol.zero-margin {
  width: 41.66667%; }

.sixcol.zero-margin {
  width: 50%; }

.sevencol.zero-margin {
  width: 58.33333%; }

.eightcol.zero-margin {
  width: 66.66667%; }

.ninecol.zero-margin {
  width: 75%; }

.tencol.zero-margin {
  width: 83.33333%; }

.elevencol.zero-margin {
  width: 91.66667%; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sixcol.zero-margin, .fourcol.zero-margin, .threecol.zero-margin {
    width: 50%; } }
/*---------- Grid for portfolio items and posts grid layout ------------------*/
.image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
  padding: 0 !important;
  margin: 0;
  margin-right: 2% !important;
  margin-bottom: 22px; }
  @media only screen and (max-width: 1024px) {
    .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
      margin-bottom: 18px; } }
.image-grid .sixcol {
  width: 48%; }
.image-grid .fourcol {
  width: 31.33%; }
.image-grid .threecol {
  width: 23%; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    width: 48%;
    height: auto;
    margin-bottom: 12px; } }
@media only screen and (max-width: 479px) {
  .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important; } }
/* ----- Packaged Image Grid ---------- */
.image-grid .sixcol.zero-margin {
  width: 50%; }
.image-grid .fivecol.zero-margin {
  width: 41.66667%; }
.image-grid .fourcol.zero-margin {
  width: 33.33333%; }
.image-grid .threecol.zero-margin {
  width: 25%; }
.image-grid .twocol.zero-margin {
  width: 16.66667%; }
.image-grid .onecol.zero-margin {
  width: 8.33333%; }
.image-grid .onecol.zero-margin, .image-grid .twocol.zero-margin, .image-grid .onefifthcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .fivecol.zero-margin, .image-grid .sixcol.zero-margin, .image-grid .sevencol.zero-margin, .image-grid .eightcol.zero-margin, .image-grid .ninecol.zero-margin, .image-grid .tencol.zero-margin, .image-grid .elevencol.zero-margin {
  padding: 0 !important;
  margin: 0 !important; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .image-grid .onecol.zero-margin, .image-grid .twocol.zero-margin, .image-grid .onefifthcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .fivecol.zero-margin, .image-grid .sixcol.zero-margin, .image-grid .sevencol.zero-margin, .image-grid .eightcol.zero-margin, .image-grid .ninecol.zero-margin, .image-grid .tencol.zero-margin, .image-grid .elevencol.zero-margin {
      width: 50%; } }
  @media only screen and (max-width: 479px) {
    .image-grid .onecol.zero-margin, .image-grid .twocol.zero-margin, .image-grid .onefifthcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .fivecol.zero-margin, .image-grid .sixcol.zero-margin, .image-grid .sevencol.zero-margin, .image-grid .eightcol.zero-margin, .image-grid .ninecol.zero-margin, .image-grid .tencol.zero-margin, .image-grid .elevencol.zero-margin {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .onefifthcol,
  .onecol.zero-margin, .twocol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin, .onefifthcol.zero-margin {
    float: left;
    display: block;
    margin-right: 5.26316%;
    width: 100%;
    margin-right: 0;
    margin: 0 0 25px 0; }
    .onecol:last-child, .twocol:last-child, .threecol:last-child, .fourcol:last-child, .fivecol:last-child, .sixcol:last-child, .sevencol:last-child, .eightcol:last-child, .ninecol:last-child, .tencol:last-child, .elevencol:last-child, .onefifthcol:last-child,
    .onecol.zero-margin:last-child, .twocol.zero-margin:last-child, .threecol.zero-margin:last-child, .fourcol.zero-margin:last-child, .fivecol.zero-margin:last-child, .sixcol.zero-margin:last-child, .sevencol.zero-margin:last-child, .eightcol.zero-margin:last-child, .ninecol.zero-margin:last-child, .tencol.zero-margin:last-child, .elevencol.zero-margin:last-child, .onefifthcol.zero-margin:last-child {
      margin-right: 0; } }

/* ---- Segment styles ------- */
.segment {
  position: relative; }

.segment {
  padding: 90px 0;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* Hide the image background when ytp video is playing */ }
  @media only screen and (max-width: 1100px) {
    .segment {
      background-attachment: scroll !important;
      background-position: center center !important; } }
  @media only screen and (max-width: 767px) {
    .segment {
      padding: 60px 0; } }
  .segment .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .segment .parallax-bg, .segment .image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .segment.ytp-bg .segment-content, .segment.parallax-banner .segment-content, .segment.image-banner .segment-content {
    position: relative; }
  .segment.mb_YTPlayer .image-bg {
    display: none; }
  .segment.parallax-banner {
    overflow: hidden; }
    .segment.parallax-banner .parallax-bg {
      height: 200%;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
      .mobile-device .segment.parallax-banner .parallax-bg {
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }

.first-segment {
  border-top: 10px solid #eaeaea; }
  .first-segment.regular-heading {
    padding-top: 60px; }

.last-segment {
  border-bottom: 10px solid #eaeaea; }

.segment .floating-text {
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  /* Align in the center and leave position to individual elements */
  overflow: hidden; }

/* Dual margin columns with margins on both sides used mainly for drawing middle lines/borders */
.threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
  padding-right: 1.9%;
  padding-left: 1.9%;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
      padding-right: 0;
      padding-left: 0;
      margin: 0;
      border: none; } }

.dual-margin.first, .dual-margin:first-child {
  padding-left: 0; }
.dual-margin.last, .dual-margin:last-child {
  padding-right: 0; }

.mini-column, .maxi-column {
  float: left;
  position: relative; }

.mini-column {
  width: 16.8%;
  margin-right: 4%; }

.maxi-column {
  width: 79.2%; }

/* ------- Stats Bar --------- */
.stats-bar {
  width: 100%;
  display: block;
  margin: 0 0 20px;
  overflow: hidden; }

.stats-title {
  margin: 0;
  display: block;
  color: #888;
  font-style: normal; }
  .stats-bar .stats-title {
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: none;
    color: #333;
    font-size: 16px;
    line-height: 28px; }
  .dark-bg .stats-title {
    color: #fff; }

.stats-bar-wrap {
  position: relative; }

.stats-bar-content {
  background: #f94213;
  display: block;
  height: 10px;
  width: 0;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  margin-top: 10px; }

.stats-bar-bg {
  width: 100%;
  background: #363636;
  height: 10px;
  display: block;
  margin-top: -10px;
  border-radius: 5px; }
  .dark-bg .stats-bar-bg {
    background: rgba(255, 255, 255, 0.1); }

/*---- Pie Charts --------- */
.piechart {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .piechart canvas {
    position: relative;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 479px) {
      .piechart canvas {
        margin-bottom: 15px; } }
  .piechart .label {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 55%;
    max-width: 65%;
    color: #999; }
  .piechart .percentage span {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    color: #333; }
  .piechart .percentage sup {
    font-size: 18px;
    vertical-align: super; }
  .dark-bg .piechart .label {
    color: rgba(255, 255, 255, 0.7); }
  .dark-bg .piechart .percentage span {
    color: #eee; }

/* --- Animate Numbers ---- */
.animate-numbers {
  font-size: 0;
  /* inline-block hack */ }
  .animate-numbers .stats {
    display: inline-block;
    width: 25%;
    min-width: 200px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
    .animate-numbers .stats .prefix, .animate-numbers .stats .suffix {
      display: inline;
      font-size: 40px;
      line-height: 72px;
      color: #4b4949;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0;
      vertical-align: middle; }
      .dark-bg .animate-numbers .stats .prefix, .dark-bg .animate-numbers .stats .suffix {
        color: #fff; }
    .animate-numbers .stats .number {
      font-size: 60px;
      line-height: 1;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0;
      color: #333;
      margin-bottom: 10px; }
      .dark-bg .animate-numbers .stats .number {
        color: #fff; }
      @media only screen and (max-width: 600px) {
        .animate-numbers .stats .number {
          font-size: 48px;
          line-height: 56px;
          margin-bottom: 0; } }
    .animate-numbers .stats .stats-title {
      font-size: 18px;
      line-height: 28px;
      font-style: normal;
      color: #9297A3; }
      @media only screen and (max-width: 600px) {
        .animate-numbers .stats .stats-title {
          font-size: 15px;
          line-height: 26px; } }
      .animate-numbers .stats .stats-title i {
        font-size: 28px;
        margin-right: 12px;
        vertical-align: middle;
        color: #9297A3; }
    @media only screen and (max-width: 800px) {
      .animate-numbers .stats {
        width: 100%; } }

.stats-section.bg-yellow {
  background: #F2C74E; }
  .stats-section.bg-yellow .animate-numbers .stats .number {
    color: #333; }
  .stats-section.bg-yellow .animate-numbers .stats .stats-title i {
    color: #806825; }
  .stats-section.bg-yellow .animate-numbers .stats .stats-title {
    color: #555; }

/* ---------- tooltip styling. by default the element to be styled is .tooltip ------------ */
.tooltip {
  display: none;
  font-size: 12px;
  line-height: 24px;
  height: auto;
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  width: auto;
  padding: 8px 15px;
  border-radius: 4px;
  max-width: 300px;
  position: absolute;
  margin-top: -20px;
  z-index: 800;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation-duration: 3s;
  -moz-animation-name: fadeIn;
  /* Fix for Firefox */
  animation: fadeIn 0.4s; }
  .tooltip:after {
    content: " ";
    border-width: 10px;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    height: 0;
    width: 0;
    display: block; }
  @media only screen and (max-width: 767px) {
    .tooltip {
      display: none !important;
      /* Hide them completely on mobile */ } }

/* ------ Video styling --------------*/
.video-play-button {
  background: url(images/video-play-button.png) center center no-repeat;
  width: 64px;
  height: 64px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .video-play-button:hover {
    background-image: url(images/video-play-hover.png); }

/* Video Embed - Credit - http://www.karavas.me/a-placeholder-for-vimeo-videos/ */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-wrap i {
    font-size: 52px;
    color: #d7d7d7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    -webkit-transition: color ease-in-out 0.2s 0s;
    -moz-transition: color ease-in-out 0.2s 0s;
    -ms-transition: color ease-in-out 0.2s 0s;
    transition: color ease-in-out 0.2s 0s; }
  .video-wrap img {
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity ease-in-out 0.2s 0s;
    -moz-transition: opacity ease-in-out 0.2s 0s;
    -ms-transition: opacity ease-in-out 0.2s 0s;
    transition: opacity ease-in-out 0.2s 0s; }
  .video-wrap img, .video-wrap i {
    cursor: pointer; }
  .video-wrap:hover i {
    color: #fff; }
  .video-wrap:hover img {
    opacity: 0.9; }
  .video-wrap iframe, .video-wrap object, .video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*------------------------------------------------------------------
8. Libraries
-------------------------------------------------------------------*/
/* ------------------------ Animations ----------------------------------- */
.delay1 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay2 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay3 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  animation-delay: 1.6s; }

#title-area .inner, #custom-title-area .inner, #content, .sidebar-right-nav, .sidebar-left-nav {
  -webkit-transition: opacity, 0.5s, ease-in-out 0s;
  -moz-transition: opacity, 0.5s, ease-in-out 0s;
  transition: opacity, 0.5s, ease-in-out 0s; }

/* Delay should come after transition specified above for opacity */
#title-area .inner, #custom-title-area .inner {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s; }

#content {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.sidebar-left-nav, .sidebar-right-nav {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s; }

/* ----------- Wrapper to help dim the elements on scroll -----------*/
.dim-wrap {
  background: #fff; }

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: ' ';
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #517fa4; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #406582; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0B79E5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      font-size: 11px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 17px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 12px;
        padding-top: 6px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path, .rrssb-buttons li a .rrssb-icon svg polygon {
            fill: #ffffff; }
      .rrssb-buttons li a .rrssb-text {
        color: #ffffff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(1) a {
        font-size: 20px;
        font-size: 4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(2) a, .rrssb-buttons.large-format li:first-child:nth-last-child(2) ~ li a {
        font-size: 16px;
        font-size: 2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(3) a, .rrssb-buttons.large-format li:first-child:nth-last-child(3) ~ li a {
        font-size: 14px;
        font-size: 1.7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(4) a, .rrssb-buttons.large-format li:first-child:nth-last-child(4) ~ li a {
        font-size: 13px;
        font-size: 1.4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(5) a, .rrssb-buttons.large-format li:first-child:nth-last-child(5) ~ li a {
        font-size: 13px;
        font-size: 1.2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(6) a, .rrssb-buttons.large-format li:first-child:nth-last-child(6) ~ li a {
        font-size: 12px;
        font-size: 1.05vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(7) a, .rrssb-buttons.large-format li:first-child:nth-last-child(7) ~ li a {
        font-size: 11px;
        font-size: .9vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(8) a, .rrssb-buttons.large-format li:first-child:nth-last-child(8) ~ li a {
        font-size: 11px;
        font-size: .8vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(9) a, .rrssb-buttons.large-format li:first-child:nth-last-child(9) ~ li a {
        font-size: 11px;
        font-size: .7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(10) a, .rrssb-buttons.large-format li:first-child:nth-last-child(10) ~ li a {
        font-size: 11px;
        font-size: .6vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(11) a, .rrssb-buttons.large-format li:first-child:nth-last-child(11) ~ li a {
        font-size: 11px;
        font-size: .5vw; }
      .rrssb-buttons.large-format li a {
        backface-visibility: hidden;
        border-radius: .2em;
        padding: 8.5% 0 8.5% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          height: 100%;
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%; }
        .rrssb-buttons.large-format li a .rrssb-text {
          backface-visibility: hidden; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg polygon {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg polygon {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg polygon {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg polygon {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg polygon {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg polygon {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg polygon {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg polygon {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg polygon {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg polygon {
        fill: #ed4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg polygon {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg polygon {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #2f4a60; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg polygon {
        fill: #0B79E5; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #064684; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg polygon {
        fill: #4d71a9; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #2d4263; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg polygon {
        fill: #ff6600; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path, .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg polygon {
        fill: #993d00; }

/* Custom Styles */
.rrssb-buttons li a .rrssb-icon i {
  color: #fff;
  font-size: 18px; }
  .rrssb-buttons li a .rrssb-icon i:before {
    vertical-align: middle; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

/*------------------------------------------------------------------
9. Header
-------------------------------------------------------------------*/
/* ----------- Headers, Menus, Page/Post Titles/Headings -------------------------*/
#masthead {
  display: block;
  position: fixed;
  z-index: 1020;
  width: 100%;
  /* Higher than the sidebar widget and widget container, sliders */
  margin: 0;
  padding: 0;
  background: #333743; }
  #masthead > .inner {
    position: relative; }
    #masthead > .inner > .wrap {
      position: relative;
      min-height: 100px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    #masthead > .inner {
      text-align: center; }
      #masthead > .inner > .wrap {
        min-height: 40px; } }

#masthead-spacer {
  height: 100px; }

.header-overlay #masthead-spacer {
  display: none; }
.header-overlay #masthead:not(.sticky) {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important; }
  .header-overlay #masthead:not(.sticky) #sidebar-header .social-list a i, .header-overlay #masthead:not(.sticky) #primary-menu > ul.menu > li > a {
    color: #fff; }
    .header-overlay #masthead:not(.sticky) #sidebar-header .social-list a i:hover, .header-overlay #masthead:not(.sticky) #primary-menu > ul.menu > li > a:hover {
      color: #ddd; }
  .header-overlay #masthead:not(.sticky) .side-nav-toggle .icon, .header-overlay #masthead:not(.sticky) .side-nav-toggle .icon:after, .header-overlay #masthead:not(.sticky) .side-nav-toggle .icon:before {
    background: #fff; }

#masthead.sticky {
  position: fixed;
  z-index: 1020;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #masthead.sticky {
      display: none !important; } }
  #masthead.sticky .wrap {
    min-height: 60px; }
  .admin-bar #masthead.sticky {
    top: 32px; }
  #masthead.sticky .site-branding, #masthead.sticky #primary-menu {
    display: inline-block !important; }
  #masthead.sticky .site-branding {
    top: 8px; }

@media only screen and (max-width: 767px) {
  /*No need to worry about sticky menu in mobile */
  .sticky-wrapper {
    height: auto !important; } }
.site-branding {
  position: relative;
  display: inline-block;
  float: left;
  left: 0;
  top: 30px;
  line-height: 0;
  margin: 0 50px 0 0;
  -webkit-transition: top 0.3s ease-in-out 0s;
  -moz-transition: top 0.3s ease-in-out 0s;
  -ms-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    .site-branding {
      display: block;
      float: none;
      position: relative;
      margin: 0 auto;
      top: 0;
      padding: 10px 0; } }
  .site-branding .site-title {
    font-size: 28px;
    color: #eee;
    line-height: 36px;
    direction: ltr;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .site-branding a {
    display: block;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .site-branding a {
        display: inline-block;
        text-align: center; } }
  .site-branding a img.standard-logo {
    display: block; }
    .header-overlay #masthead:not(.sticky) .site-branding a img.standard-logo {
      display: none; }
  .site-branding a img.light-logo {
    display: none; }
    .header-overlay #masthead:not(.sticky) .site-branding a img.light-logo {
      display: block; }
  .site-branding .site-description {
    margin: 0;
    color: #ced1da;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    display: none; }
  .site-branding.logo-image .site-title {
    display: none; }
  .site-branding.logo-text img.standard-logo, .site-branding.logo-text img.light-logo {
    display: none; }

/* --------- Menu styling ---------------- */
nav.menu-container ul li a, nav.dropdown-menu-wrap ul li a {
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }

/*----------------------------------- Dropdown Menus ---------------------------------------------------*/
/* Primary menu dropdown styling*/
.dropdown-menu-wrap ul {
  list-style-type: none; }
  .dropdown-menu-wrap ul li {
    position: relative;
    float: left;
    margin: 0; }
    .dropdown-menu-wrap ul li a {
      text-decoration: none;
      display: block;
      text-transform: none; }
  .dropdown-menu-wrap ul.sub-menu {
    display: none;
    position: absolute;
    width: 225px;
    background: #333743;
    z-index: 9999;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); }
    .dropdown-menu-wrap ul.sub-menu li {
      width: 100%;
      box-sizing: border-box;
      -webkit-transition: background-color ease-in-out 0.2s;
      -moz-transition: background-color ease-in-out 0.2s;
      transition: background-color ease-in-out 0.2s; }
      .dropdown-menu-wrap ul.sub-menu li a {
        color: #ccc;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        padding: 6px 25px;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
      .dropdown-menu-wrap ul.sub-menu li > ul.sub-menu {
        left: 226px;
        top: 0; }
      .dropdown-menu-wrap ul.sub-menu li:first-child > a {
        padding-top: 15px; }
      .dropdown-menu-wrap ul.sub-menu li:last-child > a {
        padding-bottom: 20px; }
      .dropdown-menu-wrap ul.sub-menu li:hover, .dropdown-menu-wrap ul.sub-menu li.sfHover {
        background: none; }
      .dropdown-menu-wrap ul.sub-menu li:hover > a {
        color: #fff; }
.dropdown-menu-wrap > ul.menu {
  margin: 0 auto; }
  .dropdown-menu-wrap > ul.menu > li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .dropdown-menu-wrap > ul.menu > li > a {
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .dropdown-menu-wrap > ul.menu > li:hover {
      border-color: #f94213; }
    .dropdown-menu-wrap > ul.menu > li.active {
      border-color: #f94213; }
    .dropdown-menu-wrap > ul.menu > li.sfHover {
      border-color: transparent; }
    .dropdown-menu-wrap > ul.menu > li > ul.sub-menu {
      left: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      -ms-background-clip: padding-box;
      background-clip: padding-box; }

/* Primary menu styling*/
#primary-menu {
  padding: 0;
  position: relative;
  bottom: 0;
  display: inline-block;
  float: left;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    #primary-menu {
      display: none !important; } }
  #primary-menu > ul.menu > li > a {
    font-size: 13px;
    font-style: normal;
    color: #fff;
    padding: 0 30px 0 10px;
    display: block;
    float: left;
    line-height: 100px; }
    #primary-menu > ul.menu > li > a:hover {
      color: #ddd; }
    @media only screen and (max-width: 1024px) {
      #primary-menu > ul.menu > li > a {
        font-size: 12px;
        padding: 0 12px 0; } }
  #primary-menu > ul.menu > li > ul.sub-menu {
    top: 100px; }
    @media only screen and (max-width: 1024px) {
      #primary-menu > ul.menu > li > ul.sub-menu {
        top: 62px; } }
  .header-social-links #primary-menu {
    float: left; }
  #masthead.sticky #primary-menu {
    padding: 0; }
    #masthead.sticky #primary-menu > ul.menu > li > a {
      line-height: 60px; }
    #masthead.sticky #primary-menu > ul.menu > li > ul.sub-menu {
      top: 60px; }
    @media only screen and (max-width: 767px) {
      #masthead.sticky #primary-menu {
        display: none !important; } }

/*---- Lava Lamp Effect ---- */
#primary-menu .hover-bg {
  border-color: #f94213;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible !important;
  border-width: 0 0 3px;
  border-color: #f94213;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- Footer Menu styling ---------------*/
#footer-bottom .menu-container {
  float: none;
  display: block;
  padding: 30px 0 0;
  margin: 0; }
  #footer-bottom .menu-container ul {
    list-style: none;
    margin: 0; }
    #footer-bottom .menu-container ul li {
      display: inline;
      margin: 0;
      padding: 0; }
      #footer-bottom .menu-container ul li:before {
        content: "|";
        color: #666;
        margin: 0 12px 0 6px; }
      #footer-bottom .menu-container ul li:first-child {
        background: none;
        padding-left: 0; }
        #footer-bottom .menu-container ul li:first-child:before {
          content: "";
          margin: 0; }
      #footer-bottom .menu-container ul li a {
        font-size: 14px;
        line-height: 24px;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
  @media only screen and (max-width: 479px) {
    #footer-bottom .menu-container {
      float: left;
      padding: 20px 0 20px 0; } }

/* --------- Mobile Menu - styling properties in responsive.css and used when needed only ---------- */
#mobile-menu {
  display: none;
  /* Hide on desktop */
  position: fixed;
  top: 0;
  margin: 0;
  width: 240px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  background: #3e4351;
  left: -240px; }
  #mobile-menu .menu-header {
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0;
    color: #EEE;
    padding: 5px 0 5px 25px;
    margin: 0;
    background: #3e4351; }
  #mobile-menu.slide-open {
    left: 0; }
  #mobile-menu ul {
    display: none;
    /* Hide all - the outermost parent is shown later - see below */
    list-style: none;
    text-transform: none; }
    #mobile-menu ul li {
      position: relative;
      border-top: 1px solid #494f60;
      border-bottom: 1px solid #494f60;
      margin: 0; }
      #mobile-menu ul li:first-child {
        border-top: none; }
      #mobile-menu ul li:last-child {
        border-bottom: none; }
      #mobile-menu ul li a {
        color: #ccc;
        display: block;
        padding: 10px 5px; }
        #mobile-menu ul li a:hover {
          color: #eee; }
      #mobile-menu ul li div {
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
      #mobile-menu ul li div i {
        font-size: 12px;
        line-height: 12px;
        color: #bbb;
        height: 44px;
        width: 44px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out;
        -ms-transition: -ms-transform .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out;
        transition: transform .3s ease-in-out; }
      #mobile-menu ul li.open > div i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
  #mobile-menu > ul {
    display: block;
    /* Display only the first level elements initially while the children are hidden*/
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #5E5F61;
    margin: 0 auto;
    max-width: 380px; }

#mobile-menu-toggle {
  display: none;
  /* Hide on desktop */
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px;
  background: #3e4351;
  border: none;
  z-index: 10000; }
  #mobile-menu-toggle i {
    font-size: 24px;
    color: #ddd; }

@media only screen and (max-width: 767px) {
  #mobile-menu, #mobile-menu-toggle {
    display: block;
    /* Show on mobile only */ }

  #mobile-menu, body {
    -webkit-transition: left 0.4s ease-in-out 0s;
    -moz-transition: left 0.4s ease-in-out 0s;
    transition: left 0.4s ease-in-out 0s;
    /* For slide out effect */ }

  body {
    overflow-x: hidden;
    position: relative;
    left: 0; }
    body.push-right {
      left: 240px; } }
/* ------------------ Header Area Styling ---------------------*/
#title-area {
  position: relative;
  display: block;
  padding: 85px 0 65px;
  background: #f94213;
  background-size: cover;
  background-position: center center; }
  .single-portfolio #title-area {
    padding: 0; }
  .image-header #title-area {
    padding: 120px 0 100px; }
    @media only screen and (max-width: 767px) {
      .image-header #title-area {
        padding: 80px 0 40px; } }
  #title-area h1, #title-area h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 2px;
    text-align: left; }
  #title-area p {
    color: #eee;
    max-width: 700px; }
    @media only screen and (max-width: 959px) {
      #title-area p {
        width: 100%; } }
  #title-area a {
    color: #f94213; }
    #title-area a:active, #title-area a:visited {
      color: #f94213; }
    #title-area a:hover {
      color: #666; }
  @media only screen and (max-width: 1024px) {
    #title-area {
      background-attachment: scroll !important; } }
  @media only screen and (max-width: 767px) {
    #title-area h3 {
      font-size: 22px; }
    #title-area h1, #title-area h2 {
      font-size: 32px;
      line-height: 38px; } }

#custom-title-area {
  overflow: hidden;
  clear: both;
  background: #f94213;
  background-attachment: fixed; }

/*------------- Side Menu Styling -----------*/
.side-nav-toggle {
  position: relative;
  float: left;
  top: 35px;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 1080;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: top 0.3s ease-in-out 0s;
  -moz-transition: top 0.3s ease-in-out 0s;
  -ms-transition: top 0.3s ease-in-out 0s;
  transition: top 0.3s ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    .side-nav-toggle {
      position: absolute;
      margin-right: 0;
      top: 8px; } }
  @media only screen and (max-width: 767px) {
    .admin-bar .side-nav-toggle {
      top: 5px; } }
  #masthead.sticky .side-nav-toggle {
    top: 15px; }

.side-nav-toggle .icon {
  display: inline-block;
  width: 22px;
  height: 2px;
  position: relative;
  top: 6px;
  background: #949bae;
  margin: 10px 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s; }
  .side-nav-toggle .icon:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #949bae;
    position: absolute;
    top: -7px;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s; }
  .side-nav-toggle .icon:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #949bae;
    position: absolute;
    top: 7px;
    right: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s; }

.side-nav-toggle.close-menu span {
  background: none !important; }
  .side-nav-toggle.close-menu span:before {
    top: 0 !important;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .side-nav-toggle.close-menu span:after {
    top: 0 !important;
    background-color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.side-nav-toggle:hover span:before {
  top: -8px; }
.side-nav-toggle:hover span:after {
  top: 8px; }

#sidenav {
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  background-color: #282b35;
  z-index: 1050;
  left: 0;
  top: 0; }

#side-menu {
  display: table;
  height: 100%;
  width: 100%; }
  #side-menu ul.menu {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    margin: 0; }
    #sidenav.open #side-menu ul.menu {
      -webkit-animation: fadeInUp 0.4s;
      -moz-animation: fadeInUp 0.4s;
      -ms-animation: fadeInUp 0.4s;
      animation: fadeInUp 0.4s; }
    #sidenav.closed #side-menu ul.menu {
      -webkit-animation: fadeOutDown 0.4s;
      -moz-animation: fadeOutDown 0.4s;
      -ms-animation: fadeOutDown 0.4s;
      animation: fadeOutDown 0.4s; }
    #side-menu ul.menu li {
      padding: 0; }
    #side-menu ul.menu li a {
      font-size: 36px;
      line-height: 44px;
      padding: 14px;
      text-decoration: none;
      display: block;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #side-menu ul.menu li a:hover {
        color: #ebecf0;
        background: #373c49; }
      @media only screen and (max-width: 767px) {
        #side-menu ul.menu li a {
          font-size: 24px;
          line-height: 36px;
          padding: 5px; } }
    #side-menu ul.menu a, #side-menu ul.menu li > a {
      color: #b1b6c4;
      font-style: normal; }
      #side-menu ul.menu a:active, #side-menu ul.menu a:hover, #side-menu ul.menu li > a:active, #side-menu ul.menu li > a:hover {
        color: #e1e1e1; }

#sidenav-bottom-section {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto; }

body.hide {
  overflow: hidden;
  display: block !important; }

/* Portfolio header styling */
.single-portfolio #title-area .post-featured-image img {
  width: 100%; }
.single-portfolio #title-area .inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
.single-portfolio #title-area .portfolio-header {
  position: relative;
  margin-top: 40px; }
  .single-portfolio #title-area .portfolio-header .entry-title {
    text-align: left;
    color: #333;
    font-size: 34px;
    line-height: 46px; }
  .single-portfolio #title-area .portfolio-header .category-links {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .single-portfolio #title-area .portfolio-header .separator {
    font-style: italic;
    color: #777; }
  .single-portfolio #title-area .portfolio-header .portfolio-client {
    text-transform: none;
    font-weight: 600; }

/*------------------------------------------------------------------
10. Content
-------------------------------------------------------------------*/
/* ------------ Main content area styling -----------------------------*/
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    /* do not adjust size of text on iPhone */ } }
#container {
  width: 100%;
  clear: both; }

#main {
  position: relative; }

#container, #main {
  background: #fff; }

/* ------------ Boxed Layout ------------ */
body.boxed {
  height: 100%;
  width: 100%;
  background: #2A2725; }

.boxed #container {
  max-width: 1180px;
  width: 96%;
  margin: 0px auto;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 1400px) {
  .boxed #container, .boxed #masthead {
    max-width: 1220px; } }
/* ------- Page Loading --------*/
#page-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10010;
  background: #202834 url(images/sliders/preloader2.gif) no-repeat 50% 50%; }

/*----------- Breadcrumb trail ---------- */
#breadcrumbs {
  margin: 0 0 20px 0;
  color: #9A9A9A;
  font-size: 13px;
  font-style: italic; }
  #breadcrumbs .sep {
    margin: 0 2px; }

/* -------------------------------- Default widths ------------------------------- */
/* The sidebar fixed widths dictate how much space the #content gets */
.layout-1c #content {
  width: 100%; }

.layout-2c #content {
  max-width: 820px; }

.inner {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .inner::after {
    clear: both;
    content: "";
    display: table; }

#custom-title-area .wide {
  max-width: none;
  padding: 0 !important;
  margin: 0; }

.page-template-template-full-width #breadcrumbs {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
  margin: 0 auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-template-full-width #breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
.page-template-template-full-width #content, .page-template-template-full-width .entry-content {
  padding: 0;
  margin: 0; }
.page-template-template-full-width #breadcrumbs {
  display: none; }

/* Disable the distracting breadcrumbs on full width pages */
/*--------- Post List Styling for category pages ------------ */
.post-list .byline span i {
  display: none; }

#content div.post-list .hentry {
  padding: 15px 0;
  margin: 0; }
  #content div.post-list .hentry .entry-title {
    font-size: 16px; }

ul.post-list li .entry-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 15px; }

#content div.post-list .hentry .entry-title a {
  color: #545454; }
#content div.post-list .hentry .entry-summary {
  margin-top: 10px; }
#content div.post-list .thumbnail {
  display: block;
  float: left;
  margin: 0 10px 5px 0; }

ul.post-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.post-list li, ul.post-list li:hover {
    padding: 14px 0 15px;
    margin: 0;
    background: none !important;
    border-top: 1px dotted #aaa;
    overflow: hidden; }
    ul.post-list li:first-child, ul.post-list li:hover:first-child {
      border-top: 0 !important;
      padding-top: 0 !important; }
  ul.post-list .thumbnail {
    display: block;
    max-width: 100%; }
  ul.post-list .image-area {
    float: left !important;
    margin: 0 15px 5px 0;
    background: #FEFEFE; }
    ul.post-list .image-area img {
      width: 90px; }
  ul.post-list.medium-size .image-area {
    margin: 0 15px 5px 0;
    background: #FEFEFE; }
    ul.post-list.medium-size .image-area img {
      width: 121px; }
  ul.post-list .entry-title a {
    font-style: normal;
    border: none;
    -webkit-transition: color 0.2s ease-in-out 0s;
    -moz-transition: color 0.2s ease-in-out 0s;
    transition: color 0.2s ease-in-out 0s; }
  ul.post-list .published, ul.post-list .byline {
    font-size: 12px;
    line-height: 20px;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-style: normal; }
  ul.post-list .entry-meta {
    font-size: 12px;
    line-height: 20px;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-style: normal;
    color: #757777;
    margin-top: 10px;
    border-bottom: 0;
    text-transform: none; }
  ul.post-list .entry-summary {
    margin-top: 10px !important;
    font-size: 14px; }
  ul.post-list .published {
    margin-right: 10px;
    background: none;
    padding-right: 10px;
    border-right: 1px solid #888; }
  .site-footer ul.post-list .published {
    border-color: #aaa; }
  .widget ul.post-list .published {
    margin-right: 0;
    padding-right: 0;
    border: none; }
    .widget ul.post-list .published:after {
      content: '//';
      padding-left: 5px;
      margin-right: 5px; }

@media only screen and (max-width: 767px) {
  #content ul.post-list.medium-size .image-area img {
    width: 124px !important; }

  #content ul.post-list .image-area img {
    width: 90px !important; } }
#sidebars-footer .widget ul.post-list .image-area {
  padding: 0;
  background: none;
  border: none; }

.widget ul.post-list .thumbnail {
  padding: 0;
  border: none; }

.post-list .entry-title a:hover {
  color: #f94213;
  font-style: normal;
  border: none;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s; }

.post-list .byline {
  color: #757777;
  margin-top: 10px;
  border-bottom: 0;
  text-transform: none; }
  .post-list .byline a, .post-list .byline a:active, .post-list .byline a:visited {
    color: #f94213; }
    .post-list .byline a:hover, .post-list .byline a:active:hover, .post-list .byline a:visited:hover {
      color: #999; }

.site-footer ul.post-list .entry-meta, .site-footer .post-list .byline {
  color: #888; }

/** --------------------- Default Archive List styles ------------------------ **/
#content.default-list .hentry {
  margin-bottom: 60px;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 479px) {
    #content.default-list .hentry {
      margin-bottom: 40px;
      padding-left: 0; } }

.default-list .image-area {
  margin-bottom: 20px; }
.default-list .entry-text-wrap {
  width: 100%;
  clear: both; }
.default-list .image-area {
  display: inline-block;
  margin: 0 0 30px; }
.default-list .thumbnail {
  float: none;
  margin: 0;
  padding: 0; }
.default-list .thumbnail-slider-container {
  margin-bottom: 30px; }

/*------------------- Posts List for Widgets etc.-------------- */
.post-list {
  margin: 0; }
  .post-list li {
    margin: 0; }
  .post-list .entry-title a {
    color: #333; }
  .site-footer .post-list .entry-title a {
    color: #B3B3B1; }
  .site-footer .post-list li a:hover, .site-footer .post-list li .entry-title a:hover {
    color: #DBDBD9; }

/*---------------------- Post Listing ------------------------------ */
ul.post-listing {
  text-align: center;
  max-width: 400px;
  margin: 0 auto; }
  ul.post-listing li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 25px 0; }
    ul.post-listing li:last-child {
      border: none; }
  ul.post-listing .category:after {
    content: "//";
    margin: 0 5px; }
  ul.post-listing .published a, ul.post-listing .author a {
    color: #4b4949; }
    ul.post-listing .published a:hover, ul.post-listing .author a:hover {
      color: #f94213; }
  ul.post-listing .entry-title {
    margin: 4px 0 12px; }
  ul.post-listing .entry-title a {
    color: #4b4949;
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-bottom: 2px solid transparent; }
    @media only screen and (max-width: 1024px) {
      ul.post-listing .entry-title a {
        font-size: 22px;
        line-height: 32px; } }
  ul.post-listing .byline {
    font-style: italic; }
    ul.post-listing .byline author {
      color: #4b4949; }
  ul.post-listing li:hover .entry-title a {
    border-bottom: 2px solid #888; }

/** ---------------------------- Grid List styles -------------------------------- **/
.start-row {
  clear: both;
  border-bottom: 1px solid #eee; }

/**------------ Single Styling ------------ */
.single #content .entry-content big {
  font-size: 22px;
  line-height: 34px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

/* ----------- Single Post Styling ------------ */
.single-post #content .hentry h1.entry-title {
  font-size: 36px;
  line-height: 44px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  @media only screen and (max-width: 1024px) {
    .single-post #content .hentry h1.entry-title {
      font-size: 26px;
      line-height: 38px; } }
.single-post #content .hentry .entry-meta {
  text-align: left;
  margin-bottom: 20px; }
.single-post #content .hentry .category {
  text-align: left; }
.single-post #content .hentry .post-featured-image {
  margin-bottom: 20px; }
.single-post #content .hentry .featured-slider-container {
  margin-bottom: 40px; }
.single-post #content .hentry .thumbnail-slider-container {
  position: relative;
  margin-bottom: 20px; }

.single-post.layout-1c #content {
  padding: 0;
  margin: 40px 0 0; }
.single-post.layout-1c #breadcrumbs, .single-post.layout-1c #content > .hfeed .hentry, .single-post.layout-1c #sidebar-after-singular {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto; }
.single-post.layout-1c .entry-meta {
  text-align: center; }
.single-post.layout-1c .entry-title {
  text-align: center; }
.single-post.layout-1c .type-post .entry-content p {
  margin-bottom: 30px; }
.single-post.layout-1c .loop-nav, .single-post.layout-1c .related-posts {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

/*----- Required WP styling ---- */
.bypostauthor {
  -webkit-font-smoothing: antialiased; }

.sticky .entry-snippet {
  background: none;
  border-right: 5px solid #f94213;
  padding-right: 15px; }

/*--------------- Generic Post and Archive Title Styling ---------------- */
#content .hentry h2.entry-title a {
  color: #333;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  #content .hentry h2.entry-title a:hover {
    color: #666; }
#content .hentry .entry-summary {
  margin-top: 15px; }
#content .hentry .category {
  text-align: left;
  font-style: normal;
  display: block; }
  #content .hentry .category a {
    padding: 2px 10px;
    background-color: #f94213;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    margin: 0 10px 10px 0;
    display: inline-block;
    -webkit-transition: background-color ease-in-out 0.4s 0s;
    -moz-transition: background-color ease-in-out 0.4s 0s;
    -ms-transition: background-color ease-in-out 0.4s 0s;
    transition: background-color ease-in-out 0.4s 0s;
    font-style: normal; }
    #content .hentry .category a:hover {
      background-color: #333743; }
#content .hentry .entry-meta {
  color: #56595c;
  font-size: 15px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  text-align: left; }
  @media only screen and (max-width: 1024px) {
    #content .hentry .entry-meta {
      font-size: 13px;
      line-height: 24px; } }
  #content .hentry .entry-meta.taglist {
    margin: 15px 0 20px;
    padding: 0;
    text-align: left; }
    #content .hentry .entry-meta.taglist span a {
      display: inline-block;
      font-size: 13px;
      line-height: 13px;
      padding: 5px 10px;
      border: 1px solid #bbb;
      letter-spacing: 1px;
      margin-right: 15px;
      margin-bottom: 10px;
      color: #777; }
      #content .hentry .entry-meta.taglist span a:hover {
        background: #f94213;
        color: #fff;
        border-color: #f94213; }
  #content .hentry .entry-meta a {
    font-style: italic;
    color: #999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    #content .hentry .entry-meta a:hover {
      color: #f94213; }
  #content .hentry .entry-meta .category a {
    color: #f94213; }
    #content .hentry .entry-meta .category a:hover {
      color: #999; }
    #content .hentry .entry-meta .category a:after {
      display: none; }

.entry-snippet {
  width: 100%;
  float: left; }

.entry-meta span {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 14px; }
  .entry-meta span a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }
  .entry-meta span.author {
    border: none;
    padding-left: 0; }
  .entry-meta span i {
    color: #f94213; }
  .entry-meta span.author:after, .entry-meta span.published:after {
    content: '/';
    color: #999;
    padding-left: 4px;
    padding-right: 5px; }

abbr.published {
  cursor: default; }

.entry-header {
  float: left;
  position: absolute;
  left: 0;
  height: 100px;
  width: 100px; }
  .entry-header span a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }
  .entry-header .published {
    position: relative;
    font-size: 32px;
    line-height: 48px;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    color: #Fefefe;
    background: none;
    border: 1px double #CCC;
    -webkit-box-shadow: 1px 1px 1px #eee;
    -moz-box-shadow: 1px 1px 1px #eee;
    -ms-box-shadow: 1px 1px 1px #eee;
    box-shadow: 1px 1px 1px #eee;
    color: #444; }
    .entry-header .published abbr span {
      display: block;
      text-align: center;
      letter-spacing: 1px; }
      .entry-header .published abbr span.month {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300; }
      .entry-header .published abbr span.date {
        font-size: 32px;
        line-height: 38px; }
  .entry-header .comments-link {
    display: block;
    margin-top: 15px;
    text-align: left; }
    .entry-header .comments-link a {
      font-size: 14px;
      font-style: normal;
      letter-spacing: 1px;
      text-transform: uppercase; }
  @media only screen and (max-width: 479px) {
    .entry-header {
      width: auto;
      display: block;
      height: auto;
      position: relative;
      border: 1px solid #5B9AA9;
      margin-bottom: 15px; }
      .entry-header .published {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 10px;
        border-radius: 0;
        display: inline-block; }
        .entry-header .published abbr span {
          display: block;
          text-align: center; }
          .entry-header .published abbr span.month {
            font-size: 16px;
            line-height: 24px;
            font-weight: 300;
            display: inline;
            padding-right: 5px;
            letter-spacing: 1px; }
          .entry-header .published abbr span.date {
            font-size: 16px;
            line-height: 24px;
            display: inline; }
      .entry-header .comments-link {
        display: inline;
        padding: 10px;
        margin: 0; } }

.entry-meta span a:hover, .entry-header span a:hover {
  color: #f94213; }

.byline span i {
  color: #f94213;
  padding-right: 5px; }
.byline span:hover i {
  color: #888;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

/*-------------- starter1 styles -------------- */
.starter1 .entry-text-wrap {
  width: 390px; }
  .starter1 .entry-text-wrap.nothumbnail {
    width: 620px !important; }

/* --------- Read More Link ------------------ */
a.more-link {
  text-transform: none;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  a.more-link:hover {
    padding-right: 30px;
    color: #f94213; }

div.more-link {
  clear: both;
  padding-top: 20px; }

/* --------- Read More Link -----------------------------------*/
.read-more {
  display: inline;
  color: #aaa;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .read-more i {
    font-size: 10px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .read-more:hover a {
    color: #999; }
  .read-more:hover i {
    color: #888;
    margin-left: 12px; }

.dark-bg .read-more {
  color: rgba(255, 255, 255, 0.8); }
  .dark-bg .read-more:hover {
    color: #fff; }

/* Blog Read More Button */
span.read-more-link {
  display: block;
  margin-top: 20px; }

/* Password Form in Protected Post */
.post-password-form input[type="password"] {
  padding: 5px 10px; }
.post-password-form input[type="submit"] {
  margin-top: 10px;
  padding: 8px 20px; }

/*------------------- In Page Page Links Styling ----------------- */
.page-links, .pagination {
  clear: both;
  margin: 60px auto;
  text-transform: uppercase;
  text-align: center; }

.page-links a, .page-links a:visited, .page-links > span {
  padding: 10px 15px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f94213; }
.page-links > span {
  border: 1px solid #aaa;
  color: #686868; }

.pagination a, .pagination a:visited, .pagination span.current {
  padding: 10px 15px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.pagination span.current {
  color: #f8f2f2;
  background: #444; }
.pagination span.pages {
  float: right; }

.page-links a, .page-links a:visited, .pagination a, .pagination a:visited {
  background: #f94213; }

.page-links a:hover, .pagination a:hover {
  background: #444 !important;
  border-color: #444;
  color: #f8f2f2; }

.page-links a:active, .pagination a:active {
  position: relative; }

.ajax-portfolio .pagination, .ajax-gallery .pagination {
  visibility: hidden;
  margin: 0; }

/*------------- Loop Navigation - Next/Previous Links ------------- */
.loop-nav {
  padding: 50px 0;
  display: table;
  width: 100%; }
  .loop-nav .previous, .loop-nav .next, .loop-nav .post-index {
    display: table-cell; }
  .loop-nav i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle; }
  .loop-nav a {
    font-size: 18px;
    line-height: 28px;
    vertical-align: middle; }
  .loop-nav .previous {
    width: 45%; }
    .loop-nav .previous i {
      margin-right: 10px; }
  .loop-nav .next {
    width: 45%;
    text-align: right; }
    .loop-nav .next i {
      margin-left: 10px; }
  .loop-nav .post-index {
    width: 10%;
    text-align: center; }
  .loop-nav a {
    color: #666; }
    .loop-nav a:active, .loop-nav a:visited {
      color: #666; }
    .loop-nav a:hover {
      color: #f94213; }

/* Responsive styles */
@media only screen and (max-width: 479px) {
  /* Posts Lists - Blog */
  .page-template-template-sitemap h2, .page-template-template-archives h2, .archive h2 {
    font-size: 24px;
    line-height: 32px; }

  .entry-snippet {
    width: auto;
    display: block;
    height: auto; }

  .entry-meta span {
    font-size: 14px;
    line-height: 22px; } }
/* Attachment Page */
.single-attachment .posttitle {
  margin-top: 50px; }

/* Error message */
.wp-error {
  margin: 20px 0; }

/*------------ Related Posts ------------*/
.single .related-posts .subheading {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
  font-weight: 700; }
.single .related-posts .hentry .entry-title {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 28px; }

/*------------------------------------------------------------------
11. Comments
-------------------------------------------------------------------*/
/* ------------------------ Post page comments styling ----------------------------------- */
#comments-number, #reply-title {
  clear: both;
  font-size: 26px;
  line-height: 36px;
  color: #333;
  margin-bottom: 40px; }

.comments-header {
  background: none;
  padding: 0; }

#cancel-comment-reply-link {
  text-transform: none;
  margin: 0 0 0 10px; }

.comment-list {
  list-style: none outside none;
  margin: 25px 0 0;
  clear: both; }

.comment ol.children {
  list-style: none outside none;
  margin: 25px 0 0;
  clear: both;
  margin-left: 40px;
  margin-top: 40px;
  /* Keep this value same as margin set between list elements. See next element */ }
  .comment ol.children li {
    margin-left: 15px; }
    .comment ol.children li .line {
      display: block;
      position: absolute;
      width: 15px;
      height: 1px;
      border-bottom: 1px solid #EFEFEF;
      margin: 35px 0 0 -15px; }

.comment-list .line {
  display: none; }

li.comment, li.trackback, li.pingback {
  margin: 0 0 30px 0; }

.comment-meta-section {
  display: block;
  position: relative; }

.comment-wrap {
  position: relative;
  border-bottom: 1px solid #e7e6e6;
  overflow: hidden;
  padding: 0 0 30px 0; }

.comment-list .avatar-wrap {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  position: relative;
  margin-right: 40px; }
.comment-list .pingback .avatar-wrap {
  margin-right: -78px; }
.comment-list .avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%; }

.comment-text-wrap {
  display: block;
  width: 100%;
  /* Helps avoid setting individual values for each layout */ }
  .comment-text-wrap .entry-content {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 26px;
    color: #888; }

.comment-box-wrap {
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .comment-box-wrap .comment-text p:last-child {
    margin-bottom: 0; }

.comment-meta {
  margin-bottom: 10px; }

.comment-byline {
  display: inline;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  font-style: italic; }
  .comment-byline abbr[title], .comment-byline dfn[title] {
    border-bottom: 0;
    cursor: auto; }

.comment-author {
  display: inline;
  margin-right: 10px; }
  .comment-author cite {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

.comment-reply-link, .comment-edit-link {
  font-style: normal;
  margin: 0 0 0 5px;
  color: #999;
  font-weight: 700;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .comment-reply-link:hover, .comment-edit-link:hover {
    color: #f94213; }
  .comment-reply-link:before, .comment-edit-link:before {
    content: ".";
    display: inline;
    margin: 0 4px 0 0;
    vertical-align: top; }

#comments-template {
  margin: 0 0 35px 0; }
  .single-post.layout-1c #comments-template {
    max-width: 840px;
    margin: 0 auto; }

#comments {
  margin-top: 0;
  padding-top: 30px;
  max-width: 820px; }
  .layout-1c #comments {
    max-width: 640px; }

#respond {
  padding-top: 25px;
  max-width: 640px; }
  #respond .comment-notes {
    display: none;
    font-size: 15px;
    line-height: 26px; }
  #respond input[type=submit] {
    padding: 15px 30px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 26px; }

@media only screen and (max-width: 767px) {
  /* Comments */
  .comment-wrap .comment-arrow {
    top: 80px;
    left: 30px;
    border-bottom-color: #FFF;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent; }

  .comment-box-wrap, .comment-list .avatar-wrap {
    float: none;
    display: block; }

  .comment-box-wrap {
    max-width: 100%;
    width: 100%;
    margin-top: 20px; }

  .comment ol.children {
    margin-left: 10px; } }
/*------------------------------------------------------------------
12. Sidebars
-------------------------------------------------------------------*/
/* ----------------------- Sidebar Styling ---------------------------------- */
.sidebar li > a {
  color: #55585b;
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -moz-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s; }
  .sidebar li > a:hover {
    color: #f94213; }
.sidebar li:hover > a {
  color: #f94213; }
.sidebar ul.post-list .entry-meta, .sidebar .post-list .byline {
  margin-top: 6px !important; }
.sidebar .hentry .entry-summary {
  margin-top: 5px !important; }

.site-footer .sidebar li:hover > a {
  color: #fff; }

#sidebar-after-singular .post-list li, #sidebar-primary .post-list li {
  padding: 16px 0; }

/* Custom Singular Widgets Styling */
#sidebar-after-singular {
  margin-top: 35px;
  background: #faf9f9; }
  #sidebar-after-singular .widget {
    float: none;
    clear: both;
    max-width: 840px;
    margin: 0 auto;
    padding: 25px; }

/*------------------ Post Level Layouts ---------------------------------------------------------*/
#content {
  margin: 60px 0; }

#sidebar-primary {
  position: relative;
  display: block;
  min-height: 230px;
  margin-top: 60px; }

/* -------------------- Layouts -------------------- */
@media only screen and (min-width: 768px) {
  body.layout-2c-l #main .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    body.layout-2c-l #main .inner #content {
      width: 72%;
      margin-right: 6%; }
    body.layout-2c-l #main .inner #sidebar-primary {
      width: 22%; }

  body.layout-2c-r #main .inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    body.layout-2c-r #main .inner #content {
      width: 72%; }
    body.layout-2c-r #main .inner #sidebar-primary {
      width: 22%;
      margin-right: 6%; } }
/*--------- Sec Nav Widget Area ------------ */
.site-footer .inner {
  color: #fff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  /* Helps the area not show up with its background painted if there are no widgets in footer area */ }
.site-footer a, .site-footer li > a {
  color: #ced1da;
  font-style: normal; }
  .site-footer a:active, .site-footer a:hover, .site-footer li > a:active, .site-footer li > a:hover {
    color: #e1e1e1; }

.site-footer .sidebars {
  clear: both;
  margin: 0;
  padding: 100px 0 40px; }
  .site-footer .sidebars .widget-title {
    color: #e1e1e1;
    border-bottom: none;
    margin-bottom: 25px; }
  .site-footer .sidebars .widget_text a.small {
    color: #f94213; }
    .site-footer .sidebars .widget_text a.small:visited {
      color: #f94213; }
    .site-footer .sidebars .widget_text a.small:hover {
      color: #fff !important; }

.site-footer ul.menu, .site-footer ul.menu ul {
  list-style-type: none;
  margin: 0; }
  .site-footer ul.menu li, .site-footer ul.menu ul li {
    position: relative;
    background: none !important;
    margin: 0;
    border: none;
    padding: 0 0 12px 0; }
    .site-footer ul.menu li a, .site-footer ul.menu ul li a {
      text-decoration: none;
      display: block;
      -webkit-transition: all ease-in-out 0.2s;
      -moz-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
    .site-footer ul.menu li.menu-item-has-children, .site-footer ul.menu ul li.menu-item-has-children {
      padding-bottom: 0; }
  .site-footer ul.menu.sub-menu, .site-footer ul.menu ul.sub-menu {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 0 0 15px; }
    .site-footer ul.menu.sub-menu li, .site-footer ul.menu ul.sub-menu li {
      width: 100%; }
      .site-footer ul.menu.sub-menu li:hover, .site-footer ul.menu ul.sub-menu li:hover {
        padding-left: 0; }
      .site-footer ul.menu.sub-menu li:hover > a, .site-footer ul.menu ul.sub-menu li:hover > a {
        color: #ddd; }

@media only screen and (max-width: 767px) {
  /*  Sidebars */
  #sidebar-primary {
    background: none;
    padding: 20px 0 !important;
    float: none !important;
    max-width: 300px;
    margin-top: 0; }

  #content {
    float: none !important; }

  #sidebar-after-singular .widget {
    float: none;
    margin: 0 0 25px 0; } }
/*------------------------------------------------------------------
13. Footer
-------------------------------------------------------------------*/
/* ------------------------ Footer Area ----------------------------------- */
/*---- Back to top button --------*/
#go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  z-index: 999;
  display: none;
  -webkit-transition: opacity 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out 0s;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  #go-to-top i {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    vertical-align: middle; }
  #go-to-top:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-color: rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 767px) {
    #go-to-top {
      padding: 5px 10px; }
      #go-to-top i {
        font-size: 18px;
        line-height: 18px; } }

/*--------- Top Footer Area ------------ */
#footer-top {
  position: relative;
  background-color: #333743; }

/*--------- Bottom Footer ------------ */
#footer-bottom {
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  color: #ddd;
  border-top: none;
  overflow: hidden;
  background: #333743;
  border-top: 1px solid #494f60; }
  #footer-bottom .inner {
    overflow: hidden;
    position: relative;
    text-align: center; }
  #footer-bottom a:active, #footer-bottom a:hover {
    color: #ebebe9; }

#footer-bottom-text {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 20px 0;
  color: #949bae;
  font-size: 12px;
  line-height: 20px; }

.site-footer .company-info .title {
  color: #dedede;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }
.site-footer .company-info .desc {
  color: #999;
  max-width: 350px; }
.site-footer .company-info .copyright-info {
  font-style: italic;
  color: #ddd; }
.site-footer .social-widget i {
  color: #777;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.site-footer .social-widget li:hover i {
  color: #aaa; }
.site-footer .mc4wp-form input[type="email"] {
  background: #3a3a3a;
  border: none;
  padding: 12px;
  margin-bottom: 15px;
  color: #bbb; }
.site-footer .mc4wp-form input[type="submit"] {
  border-radius: 0;
  border-color: #bbb;
  background: transparent;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px; }
.site-footer .mc4wp-form ::-webkit-input-placeholder, .site-footer .mc4wp-form :-moz-placeholder, .site-footer .mc4wp-form ::-moz-placeholder, .site-footer .mc4wp-form :-ms-input-placeholder {
  font-style: italic;
  color: #aaa; }

/*------------------------------------------------------------------
14. Portfolio
-------------------------------------------------------------------*/
/*-------------- Portfolio Templates -------------- */
.showcase-template .entry-text-wrap, .post-snippets .hentry .entry-text-wrap {
  text-align: left;
  padding-top: 20px; }

.post-snippets .hentry .entry-text-wrap.nothumbnail {
  padding-top: 0; }

.archive .showcase-template .entry-title, .showcase-template .entry-title, .post-snippets .hentry .entry-title {
  font-size: 18px;
  line-height: 26px; }

#showcase-full-width .portfolio .entry-summary, .showcase-template .portfolio .entry-summary, .post-snippets .hentry .entry-summary {
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px; }

.showcase-template .hfeed .clear {
  padding: 25px 0; }

.showcase-template .thumbnail, .post-snippets img {
  width: 100%; }

/* Show Portfolio shortcode */
.portfolio-title h3, #showcase-filter {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }
  .portfolio-title h3::after, #showcase-filter::after {
    clear: both;
    content: "";
    display: table; }

.portfolio-title h3 {
  font-size: 36px;
  line-height: 1.5;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .portfolio-title h3 {
      font-size: 28px; } }

#showcase-filter {
  margin-bottom: 40px; }

/*----------- Portfolio Isotope support ------- */
ul.image-grid {
  list-style-type: none;
  margin: 0; }
  ul.image-grid li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

div.image-grid .hentry, .post-snippets .hentry {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul.image-grid img {
  width: 100%; }

#content .showcase-items {
  margin-bottom: 60px; }
  .page-template-template-full-width #content .showcase-items {
    margin-bottom: 0; }

#showcase-filter, #showcase-links {
  list-style-type: none; }
  .showcase-template #showcase-filter, .showcase-template #showcase-links {
    margin: 15px auto 40px; }
  #showcase-filter li, #showcase-links li {
    display: inline-block;
    margin: 0 0px 10px 0; }
  #showcase-filter .filter-text, #showcase-links .filter-text {
    font-size: 13px; }
  #showcase-filter a, #showcase-links a {
    color: #888;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    #showcase-filter a:after, #showcase-links a:after {
      content: "/";
      position: relative;
      margin-left: 10px;
      color: #888; }
    #showcase-filter a:hover, #showcase-filter a.active, #showcase-links a:hover, #showcase-links a.active {
      color: #f94213; }
  #showcase-filter li:last-child a:after, #showcase-links li:last-child a:after {
    display: none; }
  .dark-bg #showcase-filter a, .dark-bg #showcase-links a {
    color: #DDD !important;
    background: #333743;
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0; }

@media only screen and (max-width: 767px) {
  .showcase-template .hfeed .clear, .showcase-template .sixcol, .showcase-template .fourcol, .showcase-template .threecol, #showcase-full-width .hfeed .clear, #showcase-full-width .sixcol, #showcase-full-width .fourcol, #showcase-full-width .threecol {
    padding: 0; } }
/*----------- Portfolio Single Post ------- */
.portfolio-sidebar {
  background: #ededed;
  padding: 50px 0; }

.portfolio-info {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 4px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #333;
  background: #fff;
  padding: 5px 10px; }

.portfolio-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  color: #f94213;
  padding: 0;
  margin: 0; }

.portfolio-sidebar p {
  font-size: 18px;
  line-height: 28px;
  color: #333; }

.portfolio-description {
  margin-bottom: 30px; }
  .portfolio-description .portfolio-label {
    margin-top: 10px; }

/* The next, previous and index portfolio entries in a single portfolio page */
.portfolio-index {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 20px; }
  .portfolio-index i {
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    color: #ddd; }
    .portfolio-index i:hover {
      color: #fff; }

.portfolio-nav span {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 2px; }

.single-portfolio .loop-nav .previous a, .single-portfolio .loop-nav .next a {
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  -moz-transition: background-color 0.4s ease-in-out 0s;
  -ms-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
  padding: 6px 0;
  width: 154px;
  border: 1px solid #333;
  display: inline-block;
  text-align: center; }
  @media only screen and (max-width: 479px) {
    .single-portfolio .loop-nav .previous a, .single-portfolio .loop-nav .next a {
      width: 135px; } }
  .single-portfolio .loop-nav .previous a span, .single-portfolio .loop-nav .previous a i, .single-portfolio .loop-nav .next a span, .single-portfolio .loop-nav .next a i {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .single-portfolio .loop-nav .previous a:hover, .single-portfolio .loop-nav .next a:hover {
    background: #333743;
    color: #fff; }
    .single-portfolio .loop-nav .previous a:hover span, .single-portfolio .loop-nav .previous a:hover i, .single-portfolio .loop-nav .next a:hover span, .single-portfolio .loop-nav .next a:hover i {
      color: #fff; }

.single-portfolio .loop-nav {
  padding: 35px 0; }

.single-portfolio img.featured {
  width: 100%;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important; }
.single-portfolio .entry-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 45px; }
  .single-portfolio .entry-content .image-node {
    display: block; }
    @media only screen and (min-width: 1140px) {
      .single-portfolio .entry-content .image-node {
        margin: 60px -170px 60px -170px; } }

/*---------- Full Width Snippets of Posts, raw HTML etc. ---------- */
.post-snippets .clear {
  margin: 20px 0;
  display: block;
  height: 1px; }

/*---------------- Post Snippets ----------------------------------------------*/
.post-snippets-title {
  margin-bottom: 15px;
  word-spacing: 0; }

.post-snippets .hentry .entry-title {
  word-spacing: 0;
  margin: 0;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: 0;
  margin: 10px 0 5px; }
  .post-snippets .hentry .entry-title a {
    display: block;
    color: #333;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -moz-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .post-snippets .hentry .entry-title a:hover {
      color: #f94213; }
.post-snippets .hentry .entry-summary {
  margin-top: 10px !important; }
.post-snippets .byline {
  color: #888;
  font-size: 14px;
  margin: 0;
  border: none;
  padding: 0; }
  .post-snippets .byline a {
    color: #888; }
  .post-snippets .byline a:hover {
    color: #f94213; }
.post-snippets .published {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #aaa; }

/* ------- Portfolio Footer ------*/
#portfolio-footer {
  display: table;
  width: 800px;
  margin: 0 auto 60px;
  text-align: center; }
  #portfolio-footer .social-share {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    #portfolio-footer .social-share span {
      text-transform: uppercase;
      color: #999;
      margin-right: 10px; }
    #portfolio-footer .social-share .rrssb-buttons {
      width: 200px;
      vertical-align: middle;
      display: inline-block; }
  #portfolio-footer .portfolio-link {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }

/*------------------------------------------------------------------
15. Pages
-------------------------------------------------------------------*/
/* ------------------------ Theme Pages including Home Page, About Us etc. ----------------------------------- */
/* ------- JQuery Parallax -----------------*/
.parallax-section {
  position: relative;
  overflow: hidden; }

.normal-background, .parallax-background {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.normal-background {
  background-position: center center; }

.parallax-background.fixed {
  background-attachment: fixed !important; }

/* ------ Pointer down button ------ */
.pointer-down {
  display: block;
  left: 50%;
  bottom: 20px;
  margin-left: -17px;
  position: absolute;
  font-size: 20px;
  z-index: 3;
  padding: 10px 6px;
  border-radius: 2px;
  border: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.3s 0s;
  -moz-transition: all ease-in-out 0.3s 0s;
  -ms-transition: all ease-in-out 0.3s 0s;
  transition: all ease-in-out 0.3s 0s;
  color: #333; }
  @media only screen and (min-width: 1400px) {
    .pointer-down {
      bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    .pointer-down {
      display: none; } }
  .dark-bg .pointer-down {
    color: #fff; }
  .pointer-down:hover {
    background: rgba(255, 255, 255, 0.1); }

/* ------ Headings -------- */
.heading {
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .heading {
      margin-bottom: 40px; } }
  .heading .title {
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media only screen and (max-width: 767px) {
      .heading .title {
        font-size: 28px; } }
  .heading .pitch {
    max-width: 700px;
    margin: 0 auto; }
    .dark-bg .heading .pitch {
      color: #8d9096; }
  .heading.dashed .title:after {
    width: 35px;
    height: 2px;
    background: #f94213;
    display: block;
    content: "";
    margin: 15px auto;
    background: #999; }
  .heading.left {
    text-align: left; }
  .heading.left.dashed .title:after {
    margin: 15px 0; }
  @media only screen and (max-width: 767px) {
    .heading {
      font-size: 32px;
      line-height: 42px; } }
  .heading.big {
    font-size: 52px;
    line-height: 62px; }
    @media only screen and (max-width: 767px) {
      .heading.big {
        font-size: 36px;
        line-height: 44px; } }
  .heading.smaller {
    font-size: 42px;
    line-height: 56px; }
    @media only screen and (max-width: 767px) {
      .heading.smaller {
        font-size: 28px;
        line-height: 40px; } }
  .heading.small {
    font-size: 36px;
    line-height: 48px; }
    @media only screen and (max-width: 767px) {
      .heading.small {
        font-size: 24px;
        line-height: 36px; } }

.heading2 {
  text-align: center;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 767px) {
    .heading2 {
      margin-bottom: 40px; } }
  .heading2 .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto 25px auto;
    max-width: 640px;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .heading2 .title {
        font-size: 20px;
        line-height: 30px; } }
  .heading2 .sub-title {
    margin: 0 auto 10px;
    max-width: 700px;
    color: #4b1e14;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px; }
    @media only screen and (max-width: 767px) {
      .heading2 .sub-title {
        font-size: 13px;
        line-height: 24px; } }
    .dark-bg .heading2 .sub-title {
      color: #ddd; }

.pitch {
  font-size: 18px;
  line-height: 32px; }
  @media only screen and (max-width: 767px) {
    .pitch {
      font-size: 15px;
      line-height: 26px; } }

/* Heading single line style */
@media only screen and (min-width: 960px) {
  .heading.single-line {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 900px; }
    .heading.single-line .title, .heading.single-line .pitch {
      width: 50%;
      margin: 0; }
    .heading.single-line .title {
      border-right: 1px solid #666; }
      .dark-bg .heading.single-line .title {
        border-color: #8d9096; }
    .heading.single-line .pitch {
      text-align: left;
      padding-left: 50px; } }
/* ------ Slogan Headings ------*/
.slogan .heading2 {
  margin-bottom: 0; }
.slogan h2, .slogan h1, .slogan h3 {
  margin: 0 auto; }

.segment.slogan, .panel-row-style.slogan {
  padding: 165px 0 145px; }
  .segment.slogan blockquote, .panel-row-style.slogan blockquote {
    position: relative;
    color: #efefef;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 38px;
    line-height: 58px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    background: none;
    max-width: 800px;
    text-align: center;
    margin: 0 auto; }
    .segment.slogan blockquote:after, .segment.slogan blockquote:before, .panel-row-style.slogan blockquote:after, .panel-row-style.slogan blockquote:before {
      position: absolute;
      font-size: 32px;
      color: #7d7f86; }
      @media only screen and (max-width: 767px) {
        .segment.slogan blockquote:after, .segment.slogan blockquote:before, .panel-row-style.slogan blockquote:after, .panel-row-style.slogan blockquote:before {
          font-size: 24px; } }
    .segment.slogan blockquote:before, .panel-row-style.slogan blockquote:before {
      left: -20px; }
    .segment.slogan blockquote:after, .panel-row-style.slogan blockquote:after {
      right: -20px;
      bottom: 0;
      display: block; }
    .segment.slogan blockquote .footer, .panel-row-style.slogan blockquote .footer {
      margin: 0 auto;
      text-align: center; }
    .segment.slogan blockquote .footer cite, .panel-row-style.slogan blockquote .footer cite {
      color: #f94213;
      font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-size: 24px;
      font-style: normal;
      line-height: 24px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 4px; }
  @media only screen and (max-width: 1024px) {
    .segment.slogan, .panel-row-style.slogan {
      padding: 160px 0; }
      .segment.slogan blockquote, .panel-row-style.slogan blockquote {
        font-size: 32px !important;
        line-height: 48px !important; }
        .segment.slogan blockquote .footer cite, .panel-row-style.slogan blockquote .footer cite {
          font-size: 18px;
          line-height: 28px; } }
  @media only screen and (max-width: 767px) {
    .segment.slogan, .panel-row-style.slogan {
      padding: 90px 0 70px; }
      .segment.slogan blockquote, .panel-row-style.slogan blockquote {
        font-size: 26px !important;
        line-height: 36px !important; }
        .segment.slogan blockquote .footer cite, .panel-row-style.slogan blockquote .footer cite {
          font-size: 16px;
          line-height: 24px; } }
  .segment.slogan .author, .panel-row-style.slogan .author {
    font-size: 18px;
    line-height: 36px;
    color: #9da0ab;
    font-style: italic;
    margin: 40px 0 0;
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .segment.slogan .author, .panel-row-style.slogan .author {
        font-size: 14px;
        line-height: 22px; } }

.subtitle {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #ACB2BF;
  margin-bottom: 5px; }
  .dark-bg .subtitle {
    color: #ACB2BF; }
  .subtitle.dashed:after {
    display: block;
    margin: 15px auto 0 auto;
    content: "";
    width: 60px;
    border-bottom: 2px solid #ddd; }

/* ------ Tiles generic styling ------- */
.tiles-container {
  display: table;
  width: 100%;
  position: relative; }
  .tiles-container .tile {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    width: 50%; }
    .tiles-container .tile img {
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .tiles-container .tile {
      display: block;
      width: 100% !important; } }

.flex-tiles-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex-tiles-container .tile {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    width: 50%; }
  @media only screen and (max-width: 767px) {
    .flex-tiles-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flex-tiles-container .tile {
        width: 100% !important; } }

/* ---------- Pricing table --------- */
.pricing-table {
  padding: 0;
  margin: 0; }
  .pricing-table .top-header h3 {
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    font-weight: normal; }
    .dark-bg .pricing-table .top-header h3 {
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .pricing-table .top-header .tagline {
    display: block;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #aaa;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px; }
    .dark-bg .pricing-table .top-header .tagline {
      color: #787d88; }
  .pricing-table .pricing-plan {
    background: #fff;
    border: 1px solid #c5cbd8;
    padding: 50px 20px 35px;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    margin-left: -1px; }
    .pricing-table .pricing-plan:first-child {
      margin-left: 0; }
    .dark-bg .pricing-table .pricing-plan {
      background: transparent;
      border-color: #5e6269; }
    .pricing-table .pricing-plan:hover {
      background: #f6f6f6; }
      .dark-bg .pricing-table .pricing-plan:hover {
        background: transparent; }
        .dark-bg .pricing-table .pricing-plan:hover .purchase a {
          background: #f94213 !important;
          border-color: #f94213 !important; }
    .pricing-table .pricing-plan h4.plan-price {
      color: #fff;
      font-size: 52px;
      line-height: 1.4;
      font-weight: normal;
      margin: 0; }
  .pricing-table .plan-price .text {
    color: #f94213; }
    .pricing-table .plan-price .text span {
      display: block;
      color: #9297A3;
      font-size: 14px;
      line-height: 1.4;
      font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
      font-style: italic;
      letter-spacing: 0; }
      .dark-bg .pricing-table .plan-price .text span {
        color: #fff; }
  .pricing-table .plan-details {
    padding: 25px 0 50px; }
    .pricing-table .plan-details .pricing-item {
      text-align: center;
      color: #888;
      font-size: 14px;
      line-height: 1.7; }
      .dark-bg .pricing-table .plan-details .pricing-item {
        color: #afb5c1; }
      .pricing-table .plan-details .pricing-item:after {
        content: "_";
        position: relative;
        display: block;
        text-align: center;
        color: #ccc;
        line-height: 1;
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px); }
        .dark-bg .pricing-table .plan-details .pricing-item:after {
          color: #6a6e77; }
      .pricing-table .plan-details .pricing-item:last-child:after {
        display: none; }
      .pricing-table .plan-details .pricing-item .help {
        display: none; }
  .pricing-table .purchase {
    text-align: center;
    margin: 0 auto; }
    .pricing-table .purchase a {
      padding: 12px 40px;
      border-radius: 2px;
      letter-spacing: 0; }
      .dark-bg .pricing-table .purchase a {
        border: 1px solid #777b84;
        background: rgba(100, 100, 100, 0.1); }
        .dark-bg .pricing-table .purchase a:hover {
          background: #f94213 !important;
          border-color: #f94213 !important; }
  .pricing-table .pricing-plan.highlight {
    background: #f8f8f8;
    margin-top: -10px;
    padding: 60px 20px 60px; }
    .dark-bg .pricing-table .pricing-plan.highlight {
      background: transparent; }
  @media only screen and (max-width: 1024px) {
    .pricing-table .threecol {
      width: 48%;
      margin-right: 2%;
      margin-bottom: 30px; }
      .pricing-table .threecol.zero-margin {
        width: 50%;
        margin-right: 0%; } }
  @media only screen and (max-width: 479px) {
    .pricing-table .threecol, .pricing-table .threecol.zero-margin {
      width: 100%;
      margin: 0 0 30px 0 !important; } }

/* ----------- Miscelleneous Home Page styling ------------- */
.page-template-template-sitemap h2.entry-title, .page-template-template-archives h2.entry-title,
.archive h2.entry-title, .blog h2.entry-title {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: left;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.testimonials.flexslider {
  position: relative; }
  .testimonials.flexslider .flex-control-nav {
    bottom: -30px; }
    @media only screen and (max-width: 767px) {
      .testimonials.flexslider .flex-control-nav {
        position: relative;
        bottom: 0; } }
    .testimonials.flexslider .flex-control-nav li a {
      width: 10px;
      height: 10px;
      background: #999;
      border-radius: 50%;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
      .testimonials.flexslider .flex-control-nav li a:hover, .testimonials.flexslider .flex-control-nav li a.flex-active {
        background-color: #ccc; }
      .testimonials.flexslider .flex-control-nav li a.flex-active {
        height: 12px;
        width: 12px; }
  .testimonials.flexslider .flex-direction-nav a, .testimonials.flexslider .flex-direction-nav a:hover {
    background: transparent; }
  .testimonials.flexslider .flex-direction-nav span {
    color: #aaa;
    font-size: 32px;
    -webkit-transition: color 0.4s ease-in-out 0s;
    -moz-transition: color 0.4s ease-in-out 0s;
    -ms-transition: color 0.4s ease-in-out 0s;
    transition: color 0.4s ease-in-out 0s; }
    .testimonials.flexslider .flex-direction-nav span:hover {
      color: #ddd; }
  .testimonials.flexslider .flex-direction-nav .flex-next {
    right: 0;
    top: 45%; }
  .testimonials.flexslider .flex-direction-nav .flex-prev {
    left: 0;
    top: 45%; }
  @media only screen and (max-width: 767px) {
    .testimonials.flexslider .flex-direction-nav {
      display: none; } }

.testimonials.flexslider .testimonial-text {
  max-width: 800px;
  font-size: 32px;
  line-height: 1.5; }
  @media only screen and (max-width: 1024px) {
    .testimonials.flexslider .testimonial-text {
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .testimonials.flexslider .testimonial-text {
      font-size: 24px; } }
.testimonials.flexslider .testimonial-user .text .author-name {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px; }

/* Action Call shortcode */
.action-call .heading {
  max-width: 900px; }
  .action-call .heading .title {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 30px; }
  .action-call .heading .pitch {
    color: #757C91;
    font-style: italic; }

/* Contact us Section */
#contact-us input, #contact-us textarea {
  -webkit-font-smoothing: antialiased; }
#contact-us ::-webkit-input-placeholder {
  color: #878787; }
#contact-us ::-moz-placeholder {
  color: #878787; }
#contact-us :-ms-input-placeholder {
  color: #878787; }
#contact-us .dark-bg input, #contact-us .dark-bg textarea {
  color: #dedede; }
#contact-us .dark-bg ::-webkit-input-placeholder {
  color: #bbb; }
#contact-us .dark-bg ::-moz-placeholder {
  color: #bbb; }
#contact-us .dark-bg :-ms-input-placeholder {
  color: #bbb; }

#contact-details p {
  color: #767a84;
  font-size: 16px;
  line-height: 28px; }

#blog-header {
  padding: 80px 0; }
  #blog-header h1 {
    color: #f4f4f4;
    font-size: 48px;
    line-height: 52px; }
  #blog-header p {
    color: #e5e5e5;
    max-width: 600px; }
  @media only screen and (max-width: 479px) {
    #blog-header h1 {
      font-size: 36px;
      line-height: 48px; }
    #blog-header p {
      font-size: 14px;
      line-height: 24px; } }

/* ----- Our Clients ---- */
#client-list {
  border: 1px solid #d7d7d7;
  overflow: hidden;
  margin: 0 auto; }
  #client-list img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    margin: 0; }
    #client-list img:hover {
      background: rgba(128, 128, 128, 0.1); }
  #client-list p {
    margin: 0; }
  #client-list .threecol {
    border-left: 1px solid #d7d7d7;
    width: 25%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #client-list .threecol:nth-child(1), #client-list .threecol:nth-child(5) {
      border-color: transparent; }
    #client-list .threecol:nth-child(n+5) {
      border-top: 1px solid #d7d7d7; }
    @media only screen and (max-width: 767px) {
      #client-list .threecol {
        width: 50%; }
        #client-list .threecol:nth-child(even) {
          border-left: 1px solid #d7d7d7; }
        #client-list .threecol:nth-child(odd) {
          border-left-color: transparent; }
        #client-list .threecol:nth-child(n+3) {
          border-top: 1px solid #d7d7d7; } }
  #client-list .fourcol {
    border-left: 1px solid #d7d7d7;
    width: 33.33%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #client-list .fourcol:nth-child(1), #client-list .fourcol:nth-child(4) {
      border-left-color: transparent; }
    #client-list .fourcol:nth-child(n+4) {
      border-top: 1px solid #d7d7d7; }
    @media only screen and (max-width: 767px) {
      #client-list .fourcol {
        width: 50%; }
        #client-list .fourcol:nth-child(even) {
          border-left: 1px solid #d7d7d7; }
        #client-list .fourcol:nth-child(odd) {
          border-left-color: transparent; }
        #client-list .fourcol:nth-child(n+3) {
          border-top: 1px solid #d7d7d7; } }

/* ------ Our Numbers Stats ------ */
#numbered-stats {
  padding: 120px 0; }
  @media only screen and (min-width: 480px) and (max-width: 1024px) {
    #numbered-stats {
      padding: 90px 0 40px; } }

#our-stats .stats-bar .stats-bar-content {
  border-radius: 3px; }
#our-stats .stats-bar .stats-bar-bg {
  background-color: #ddd;
  border-radius: 3px; }

/* ------ Fixing missing background ------ */
#video-intro {
  position: relative;
  z-index: 1; }

/* ------ Stats Sections -------- */
@media only screen and (max-width: 1024px) {
  .stats-section .piechart {
    margin: 0 0 30px 0; }
  .stats-section p {
    margin-top: 0; } }
@media only screen and (max-width: 1024px) {
  .stats-section .threecol {
    width: 50%;
    margin: 0; } }
@media only screen and (max-width: 600px) {
  .stats-section .threecol {
    width: 100%; } }

/* Contact Us section */
.contact-info {
  max-width: 900px;
  margin: 0 auto; }
  .contact-info h4 {
    font-size: 20px;
    line-height: 32px;
    color: #f8f9fc !important;
    font-weight: 600; }
  .contact-info .fourcol {
    position: relative;
    padding-left: 55px;
    color: #ddd; }

#contact-us .contact-info-section {
  background: #f94213; }
  #contact-us .contact-info-section .text-content {
    padding: 60px 60px 40px 60px; }
    @media only screen and (max-width: 479px) {
      #contact-us .contact-info-section .text-content {
        padding: 40px 20px 20px 40px; } }
    #contact-us .contact-info-section .text-content h3 {
      margin-bottom: 50px; }
      @media only screen and (max-width: 1024px) {
        #contact-us .contact-info-section .text-content h3 {
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 35px; } }
    #contact-us .contact-info-section .text-content p {
      color: #f5f5f5;
      font-size: 18px;
      line-height: 32px; }
      @media only screen and (max-width: 1024px) {
        #contact-us .contact-info-section .text-content p {
          font-size: 15px;
          line-height: 26px; } }
  @media only screen and (min-width: 768px) and (max-width: 1300px) {
    #contact-us .contact-info-section .text-content {
      padding: 60px 20px 40px 40px; }
    #contact-us .contact-info-section .image-content {
      position: relative;
      overflow: hidden; }
      #contact-us .contact-info-section .image-content img {
        position: absolute;
        top: 0;
        height: 100%;
        max-width: none; } }
#contact-us .contact-form-section {
  background: #454545; }
  #contact-us .contact-form-section .map-content {
    position: relative;
    overflow: hidden; }
    #contact-us .contact-form-section .map-content .fluid-width-video-wrapper {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        #contact-us .contact-form-section .map-content .fluid-width-video-wrapper {
          position: relative; } }
  #contact-us .contact-form-section .form-content {
    padding: 60px 50px 60px 60px; }
    @media only screen and (max-width: 1024px) {
      #contact-us .contact-form-section .form-content {
        padding: 40px 30px 40px 40px; } }
    @media only screen and (max-width: 767px) {
      #contact-us .contact-form-section .form-content {
        padding: 60px 40px; } }
    @media only screen and (max-width: 479px) {
      #contact-us .contact-form-section .form-content {
        padding: 40px 30px; } }
    #contact-us .contact-form-section .form-content h3 {
      margin-bottom: 30px; }
      @media only screen and (max-width: 1024px) {
        #contact-us .contact-form-section .form-content h3 {
          font-size: 24px;
          line-height: 36px; } }
#contact-us .contact-form, #contact-us .wpcf7-form {
  max-width: 600px; }
  @media only screen and (max-width: 767px) {
    #contact-us .contact-form, #contact-us .wpcf7-form {
      margin: 0; }
      #contact-us .contact-form .sixcol, #contact-us .wpcf7-form .sixcol {
        margin-bottom: 0; } }
  #contact-us .contact-form label, #contact-us .wpcf7-form label {
    color: #caced9; }
#contact-us .dark-bg .contact-form ::-webkit-input-placeholder, #contact-us .dark-bg .wpcf7-form ::-webkit-input-placeholder {
  color: #aaa;
  font-size: 15px;
  font-style: italic;
  -webkit-font-smoothing: antialiased; }
#contact-us .dark-bg .contact-form ::-moz-placeholder, #contact-us .dark-bg .wpcf7-form ::-moz-placeholder {
  color: #aaa;
  font-size: 15px;
  font-style: italic;
  -moz-osx-font-smoothing: grayscale; }
#contact-us .dark-bg .contact-form :-ms-input-placeholder, #contact-us .dark-bg .wpcf7-form :-ms-input-placeholder {
  color: #aaa;
  font-size: 15px;
  font-style: italic; }
#contact-us .dark-bg .contact-form input[type=text], #contact-us .dark-bg .contact-form input[type=tel], #contact-us .dark-bg .contact-form input[type=url], #contact-us .dark-bg .contact-form input[type=email], #contact-us .dark-bg .contact-form input[type=number], #contact-us .dark-bg .contact-form input[type=range], #contact-us .dark-bg .contact-form textarea, #contact-us .dark-bg .wpcf7-form input[type=text], #contact-us .dark-bg .wpcf7-form input[type=tel], #contact-us .dark-bg .wpcf7-form input[type=url], #contact-us .dark-bg .wpcf7-form input[type=email], #contact-us .dark-bg .wpcf7-form input[type=number], #contact-us .dark-bg .wpcf7-form input[type=range], #contact-us .dark-bg .wpcf7-form textarea {
  border-color: transparent;
  background: #3a3a3a; }
  #contact-us .dark-bg .contact-form input[type=text]:hover, #contact-us .dark-bg .contact-form input[type=text]:focus, #contact-us .dark-bg .contact-form input[type=tel]:hover, #contact-us .dark-bg .contact-form input[type=tel]:focus, #contact-us .dark-bg .contact-form input[type=url]:hover, #contact-us .dark-bg .contact-form input[type=url]:focus, #contact-us .dark-bg .contact-form input[type=email]:hover, #contact-us .dark-bg .contact-form input[type=email]:focus, #contact-us .dark-bg .contact-form input[type=number]:hover, #contact-us .dark-bg .contact-form input[type=number]:focus, #contact-us .dark-bg .contact-form input[type=range]:hover, #contact-us .dark-bg .contact-form input[type=range]:focus, #contact-us .dark-bg .contact-form textarea:hover, #contact-us .dark-bg .contact-form textarea:focus, #contact-us .dark-bg .wpcf7-form input[type=text]:hover, #contact-us .dark-bg .wpcf7-form input[type=text]:focus, #contact-us .dark-bg .wpcf7-form input[type=tel]:hover, #contact-us .dark-bg .wpcf7-form input[type=tel]:focus, #contact-us .dark-bg .wpcf7-form input[type=url]:hover, #contact-us .dark-bg .wpcf7-form input[type=url]:focus, #contact-us .dark-bg .wpcf7-form input[type=email]:hover, #contact-us .dark-bg .wpcf7-form input[type=email]:focus, #contact-us .dark-bg .wpcf7-form input[type=number]:hover, #contact-us .dark-bg .wpcf7-form input[type=number]:focus, #contact-us .dark-bg .wpcf7-form input[type=range]:hover, #contact-us .dark-bg .wpcf7-form input[type=range]:focus, #contact-us .dark-bg .wpcf7-form textarea:hover, #contact-us .dark-bg .wpcf7-form textarea:focus {
    border-color: transparent;
    background: #333; }
#contact-us .dark-bg .contact-form .button, #contact-us .dark-bg .contact-form input[type=submit], #contact-us .dark-bg .wpcf7-form .button, #contact-us .dark-bg .wpcf7-form input[type=submit] {
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0; }
  #contact-us .dark-bg .contact-form .button:hover, #contact-us .dark-bg .contact-form .button:focus, #contact-us .dark-bg .contact-form input[type=submit]:hover, #contact-us .dark-bg .contact-form input[type=submit]:focus, #contact-us .dark-bg .wpcf7-form .button:hover, #contact-us .dark-bg .wpcf7-form .button:focus, #contact-us .dark-bg .wpcf7-form input[type=submit]:hover, #contact-us .dark-bg .wpcf7-form input[type=submit]:focus {
    background-color: #333743 !important; }

/* Call to action */
#call-to-action {
  padding: 60px 0; }
  #call-to-action .action-wrap {
    text-align: center;
    font-size: 0; }
  #call-to-action .heading2 {
    display: inline-block;
    margin: 0 100px 0 0; }
    @media only screen and (max-width: 767px) {
      #call-to-action .heading2 {
        display: block;
        margin: 0 0 40px 0; } }
  #call-to-action .heading2 .title {
    font-size: 32px;
    line-height: 44px;
    margin: 0 auto; }
  #call-to-action .button-wrap {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      #call-to-action .button-wrap {
        display: block;
        text-align: center; } }
  #call-to-action .button {
    background-color: #02baf2;
    padding: 14px 25px 14px 40px;
    border: none; }
  #call-to-action .button-wrap i {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px; }

/* Featured List */
#featured-sources {
  padding: 90px 0 60px; }
  #featured-sources .heading {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      #featured-sources .heading {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    #featured-sources {
      padding: 60px 0 40px; }
      #featured-sources .onefifthcol {
        width: 46%;
        margin-right: 3%; } }

.featured-list img {
  margin: 0 auto;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s; }
  .featured-list img:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }
  .widget .featured-list img {
    margin-right: 60px;
    margin-bottom: 20px;
    float: left; }

/* Hero Header */
.segment.hero-header {
  padding: 400px 0; }
  @media only screen and (max-width: 1280px) {
    .segment.hero-header {
      padding: 280px 0; } }
  @media only screen and (max-width: 767px) {
    .segment.hero-header {
      padding: 200px 0; } }
  .segment.hero-header .heading2 {
    margin-bottom: 0; }
  .segment.hero-header .heading2 .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 400;
    max-width: 500px; }
    @media only screen and (max-width: 767px) {
      .segment.hero-header .heading2 .title {
        font-size: 36px;
        line-height: 44px; } }
  .segment.hero-header .pitch {
    font-weight: 600; }

/* Blog Posts Section */
#blog-posts {
  overflow: hidden; }
  #blog-posts .text-content {
    width: 75%;
    padding: 50px 0;
    float: right; }
  #blog-posts .nav-content {
    width: 25%;
    position: absolute;
    height: 100%; }
    #blog-posts .nav-content .title-section, #blog-posts .nav-content .social-section {
      position: relative;
      height: 50%;
      width: 100%;
      display: table; }
      #blog-posts .nav-content .title-section .text-wrap, #blog-posts .nav-content .social-section .text-wrap {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
      #blog-posts .nav-content .title-section h3, #blog-posts .nav-content .social-section h3 {
        font-size: 24px;
        line-height: 34px; }
    #blog-posts .nav-content .title-section {
      background: #eee; }
      #blog-posts .nav-content .title-section:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -15px;
        border-left: 20px solid #eee;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent; }
        @media only screen and (max-width: 767px) {
          #blog-posts .nav-content .title-section:after {
            top: 100%;
            left: 0;
            right: 0;
            margin: auto;
            border-top: 15px solid #eee;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            width: 15px; } }
      #blog-posts .nav-content .title-section h3 {
        color: #333;
        border-bottom: 1px solid #333;
        margin: 0 auto;
        display: inline; }
    #blog-posts .nav-content .social-section {
      background: #333; }
      @media only screen and (max-width: 767px) {
        #blog-posts .nav-content .social-section {
          display: none; } }
  @media only screen and (max-width: 1140px) {
    #blog-posts .text-content {
      width: 68%; }
    #blog-posts .nav-content {
      width: 32%; } }
  @media only screen and (max-width: 767px) {
    #blog-posts .text-content {
      width: 100%; }
    #blog-posts .nav-content {
      position: relative;
      width: 100%; }
      #blog-posts .nav-content .title-section {
        padding: 80px 0; } }
  @media only screen and (max-width: 479px) {
    #blog-posts .nav-content .title-section {
      padding: 60px 0; } }

/* Footer Section */
#footer-section h3 {
  font-size: 24px;
  line-height: 36px;
  max-width: 600px;
  margin: 0 auto 40px; }
  @media only screen and (max-width: 767px) {
    #footer-section h3 {
      font-size: 20px;
      line-height: 30px; } }
#footer-section .social-list {
  margin-bottom: 40px; }
  #footer-section .social-list li a i {
    font-size: 28px;
    color: #959494; }
    @media only screen and (max-width: 767px) {
      #footer-section .social-list li a i {
        font-size: 22px; } }
#footer-section .button {
  border-radius: 0;
  padding: 10px 40px;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    #footer-section .button {
      padding: 8px 30px;
      font-size: 12px;
      line-height: 22px; } }

/* Sidenav Bottom Section Styling */
#sidenav-bottom-section .social-list li a {
  color: #64646B; }

/* -------- Other Pages styling ----------*/
#column-shortcode-section p {
  color: #fff;
  line-height: 80px;
  background: #f94213;
  text-align: center;
  margin: 0; }
#column-shortcode-section .divider-space {
  margin: 0; }

/* Giving Quote section */
.segment.slogan, .panel-row-style.slogan {
  text-align: center;
  padding: 200px 0; }
  @media only screen and (max-width: 1024px) {
    .segment.slogan, .panel-row-style.slogan {
      padding: 140px 0; } }
  @media only screen and (max-width: 767px) {
    .segment.slogan, .panel-row-style.slogan {
      padding: 100px 0; } }
  .segment.slogan h3, .panel-row-style.slogan h3 {
    color: #f94213 !important;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 400; }
  .segment.slogan h2, .panel-row-style.slogan h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    color: #ebebeb !important; }
  .segment.slogan .button, .panel-row-style.slogan .button {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .segment.slogan i, .panel-row-style.slogan i {
    font-size: 68px;
    color: #ccc;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .segment.slogan i:hover, .panel-row-style.slogan i:hover {
      color: #eee; }
  @media only screen and (max-width: 479px) {
    .segment.slogan h3, .panel-row-style.slogan h3 {
      font-size: 16px;
      line-height: 24px; }
    .segment.slogan h2, .panel-row-style.slogan h2 {
      font-size: 20px;
      line-height: 30px; } }

/* Marketing Section */
.call-to-action {
  position: relative;
  z-index: 2; }
  .call-to-action div.zero-margin a {
    overflow: hidden;
    display: block; }
  .call-to-action div.zero-margin img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
    .call-to-action div.zero-margin img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      cursor: all-scroll; }
  .call-to-action div.zero-margin .image-wrap {
    position: relative;
    overflow: hidden; }
    .call-to-action div.zero-margin .image-wrap .caption {
      position: absolute;
      top: 15%;
      right: 20%;
      color: #fff;
      display: block;
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .call-to-action div.zero-margin .image-wrap .caption span {
        display: block;
        font-weight: 900;
        letter-spacing: 2px; }
      .call-to-action div.zero-margin .image-wrap .caption .subcaption {
        display: table;
        padding: 0 8px;
        margin-bottom: 5px;
        background-color: #f94213;
        font-size: 11px;
        line-height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px; }
  .call-to-action div.zero-margin .bottom {
    padding: 0 10px;
    text-align: left; }
    .call-to-action div.zero-margin .bottom p {
      width: 80%;
      line-height: 26px; }
  .call-to-action div.zero-margin h3 {
    margin: 35px 0 20px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .call-to-action div.zero-margin h3 {
      font-size: 18px;
      line-height: 28px; } }
  @media only screen and (max-width: 479px) {
    .call-to-action div.zero-margin .bottom p {
      line-height: inherit; } }

/* Featured Work */
#featured-work .heading {
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    #featured-work .heading {
      margin-bottom: 30px; } }
#featured-work .segment-content {
  position: relative; }
#featured-work #showcase-filter {
  position: absolute;
  top: 0;
  right: 35px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    #featured-work #showcase-filter {
      position: relative;
      left: 0;
      right: initial;
      text-align: left; } }

/* Team Members */
.team-members .team-member {
  max-width: 320px;
  margin: 0 auto 40px; }
  .team-members .team-member .image-wrapper img {
    margin: 0 auto 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .team-members .team-member:hover .image-wrapper img {
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    filter: brightness(50%); }
    @media only screen and (max-width: 767px) {
      .team-members .team-member:hover .image-wrapper img {
        -webkit-filter: brightness(80%);
        -moz-filter: brightness(80%);
        -ms-filter: brightness(80%);
        filter: brightness(80%); } }
  .team-members .team-member .team-member-details {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 14px;
    line-height: 1.5;
    color: #9297A3;
    max-width: 250px;
    margin: 0 auto 20px; }
  .team-members .team-member .team-member-text {
    text-align: center;
    max-width: 650px; }
    .team-members .team-member .team-member-text .title {
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      text-transform: none;
      letter-spacing: 0;
      font-size: 22px;
      line-height: 1.4;
      font-weight: normal;
      margin-bottom: 10px; }
    .team-members .team-member .team-member-text .team-member-position {
      font-size: 13px;
      line-height: 1.5;
      color: #f94213;
      margin-bottom: 15px;
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .team-members .team-member .social-list .social-list-item {
    display: inline;
    margin: 0 15px 0 0; }
    .team-members .team-member .social-list .social-list-item i {
      font-size: 18px;
      color: #999;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .team-members .team-member .social-list .social-list-item i:hover {
        color: #555; }

.dark-bg .team-members .team-member .team-member-details {
  color: #909090; }
.dark-bg .team-members .team-member .team-member-text .title {
  color: #e5e5e5; }
.dark-bg .team-members .team-member .team-member-text .team-member-position {
  color: #505050; }

/* --------- Image Text Toggle section --------- */
.image-text-toggle .image-content,
.image-text-toggle .text-content {
  width: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: -4px; }

.image-text-toggle .image-content img {
  display: block;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .image-text-toggle-section {
    margin-left: -10px;
    margin-right: -10px; }

  .image-text-toggle {
    display: table;
    border-spacing: 10px 40px; }

  .image-text-toggle .text-content, .image-text-toggle .image-content {
    width: 100%;
    text-align: left; }

  .image-text-toggle .text-content {
    display: table-footer-group; }

  .image-text-toggle .image-content {
    display: table-header-group; } }
.flex-image-text-toggle-widget .textwidget, .flex-image-text-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .flex-image-text-toggle-widget .textwidget .image-content, .flex-image-text-toggle-widget .textwidget .text-content, .flex-image-text-toggle .image-content, .flex-image-text-toggle .text-content {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
    width: 50%; }
  .flex-image-text-toggle-widget .textwidget .image-content img, .flex-image-text-toggle .image-content img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .flex-image-text-toggle-widget .textwidget, .flex-image-text-toggle {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .flex-image-text-toggle-widget .textwidget .image-content, .flex-image-text-toggle-widget .textwidget .text-content, .flex-image-text-toggle .image-content, .flex-image-text-toggle .text-content {
        width: 100%;
        margin: 0; }
      .flex-image-text-toggle-widget .textwidget .image-content, .flex-image-text-toggle .image-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px; }
      .flex-image-text-toggle-widget .textwidget .text-content, .flex-image-text-toggle .text-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0; } }

/* App Intro 1 */
#app-intro1, #app-intro3 {
  /* Gradient: */
  background: #254478;
  background: -moz-linear-gradient(left, #254478 0%, #5a94f4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #254478), color-stop(100%, #5a94f4));
  background: -webkit-linear-gradient(left, #254478 0%, #5a94f4 100%);
  background: -o-linear-gradient(left, #254478 0%, #5a94f4 100%);
  background: -ms-linear-gradient(left, #254478 0%, #5a94f4 100%);
  background: linear-gradient(to right, #254478 0%, #5a94f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254478', endColorstr='#5a94f4', GradientType=1 ); }

#app-intro1 {
  position: relative; }
  #app-intro1 .text-content h3 {
    font-size: 42px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 4px; }
  #app-intro1 .text-content p {
    font-size: 14px;
    color: #b5c0d4;
    max-width: 375px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      #app-intro1 .text-content p {
        max-width: none; } }
  #app-intro1 .pointer-down {
    bottom: 20px; }

#app-intro3 .heading.single-line {
  max-width: 820px; }
  #app-intro3 .heading.single-line .title {
    border-color: #acb5c5; }
  #app-intro3 .heading.single-line .pitch {
    font-size: 14px;
    color: #cdd8ec; }

@media only screen and (min-width: 768px) {
  #app-features2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    #app-features2 .services .service {
      max-width: 320px; } }
/* Services */
.services .service {
  margin-bottom: 50px; }
  .services .service .icon-wrapper span {
    font-size: 36px;
    line-height: 1;
    color: #666666; }
  .services .service .title {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px; }
  .services .service .service-details {
    color: #9297A3;
    font-size: 14px; }
.services.style1 .service-wrapper {
  margin: 0; }
  .services.style1 .service-wrapper .service {
    text-align: center;
    border-right: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    padding: 30px;
    max-width: 320px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .services.style1 .service-wrapper .service {
        border: none;
        padding: 30px !important; } }
    .services.style1 .service-wrapper .service .icon-wrapper span {
      margin-bottom: 20px; }
  .services.style1 .service-wrapper.last .service {
    border-right: none; }
  .services.style1 .service-wrapper.first .service {
    border-top: none; }
.services.style2 .service {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.services.style2 .icon-wrapper {
  margin-right: 25px; }

/* App Features */
#app-features1 .heading .pitch {
  max-width: 360px; }
#app-features1 .services .service-wrapper:nth-child(1) .service {
  padding: 0 30px 30px 0; }
#app-features1 .services .service-wrapper:nth-child(2) .service {
  padding: 0 0 30px 30px; }
#app-features1 .services .service-wrapper:nth-child(3) .service {
  padding: 30px 30px 0 0; }
#app-features1 .services .service-wrapper:nth-child(4) .service {
  padding: 30px 0 0 30px; }

/* Features */
.features .feature {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .features .feature {
      margin-bottom: 50px; } }
  .features .feature:last-child {
    margin-bottom: 0; }
  .features .feature h3 {
    font-size: 32px;
    margin-bottom: 15px; }
  .features .feature .feature-details {
    color: #9297A3;
    font-size: 14px;
    max-width: 420px; }
@media only screen and (min-width: 768px) {
  .features .feature.flex-image-text-toggle .text-content {
    padding: 0 50px; }
  .features .feature.flex-image-text-toggle .image-content {
    max-width: 520px; }
  .features .feature.flex-image-text-toggle:nth-child(even) .image-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .features .feature.flex-image-text-toggle:nth-child(even) .text-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; } }

/* Testimonials */
.testimonials .testimonial-text {
  text-align: center;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  max-width: 320px; }
  .dark-bg .testimonials .testimonial-text, .dark-bg .testimonials .testimonial-text p {
    color: #fff; }
.testimonials .testimonial-user {
  text-align: center; }
  .testimonials .testimonial-user .image-wrapper {
    display: block; }
    .testimonials .testimonial-user .image-wrapper img {
      max-width: 200px;
      border-radius: 50%;
      margin: 0 auto; }
  .testimonials .testimonial-user .text {
    color: #888;
    margin: 20px 0; }
    .dark-bg .testimonials .testimonial-user .text {
      color: #727A91; }
    .testimonials .testimonial-user .text .author-name {
      font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-style: normal;
      text-transform: none;
      letter-spacing: 0;
      font-size: 16px;
      line-height: 25px;
      margin-bottom: 5px;
      color: #333; }
      .dark-bg .testimonials .testimonial-user .text .author-name {
        color: #b3b8c1; }
    .testimonials .testimonial-user .text .author-credentials {
      font-style: italic; }

/* App Intro 2 */
#app-intro2 {
  background: #2e6352;
  background: -moz-linear-gradient(-45deg, #2e6352 0%, #96a83f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #2e6352), color-stop(100%, #96a83f));
  background: -webkit-linear-gradient(-45deg, #2e6352 0%, #96a83f 100%);
  background: -o-linear-gradient(-45deg, #2e6352 0%, #96a83f 100%);
  background: -ms-linear-gradient(-45deg, #2e6352 0%, #96a83f 100%);
  background: linear-gradient(135deg, #2e6352 0%, #96a83f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6352', endColorstr='#96a83f', GradientType=1 ); }
  #app-intro2 .image-content {
    width: 60%; }
  #app-intro2 .text-content {
    width: 40%; }
    #app-intro2 .text-content h3 {
      font-size: 42px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #FFFFFF;
      letter-spacing: 4px; }
    #app-intro2 .text-content p {
      font-size: 14px;
      color: #c5dcd6;
      max-width: 375px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        #app-intro2 .text-content p {
          max-width: none; } }
  @media only screen and (max-width: 767px) {
    #app-intro2 .text-content {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 50px; }
    #app-intro2 .image-content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; }
    #app-intro2 .text-content, #app-intro2 .image-content {
      width: 100%; } }

/* Agency Intro */
#agency-intro .heading {
  margin-bottom: 25px; }
#agency-intro .heading .title {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 40px; }
#agency-intro .pitch {
  margin-bottom: 50px;
  color: #9297A3;
  max-width: 650px; }

/* Features Tabs */
@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ---------- General tab styles ---------- */
.features-tabs {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .features-tabs .features-tab-content {
    width: 40%; }
  .features-tabs .features-screenshots {
    width: 60%; }
  @media only screen and (max-width: 767px) {
    .features-tabs {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .features-tabs .features-tab-content, .features-tabs .features-screenshots {
        width: 100%; }
      .features-tabs .features-screenshots {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px; }
      .features-tabs .features-tab-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .features-tabs .features-tab-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    border-top: 1px solid #ddd; }
    .features-tabs .features-tab-nav .features-tab {
      margin-top: 20px;
      text-align: center;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
      .features-tabs .features-tab-nav .features-tab a {
        display: block;
        text-overflow: ellipsis;
        white-space: normal;
        text-decoration: none;
        border: none;
        margin: 0 80px 0 0;
        outline: none;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s; }
      .features-tabs .features-tab-nav .features-tab:last-child a {
        margin-right: 0; }
      .features-tabs .features-tab-nav .features-tab span.icon-wrapper span {
        font-size: 42px;
        font-weight: 400;
        vertical-align: middle;
        margin-right: 10px;
        color: #aaa;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        -ms-transition: color 0.3s;
        transition: color 0.3s; }
      .features-tabs .features-tab-nav .features-tab span.image-wrapper img {
        max-width: 64px;
        display: inline-block;
        vertical-align: middle;
        height: auto;
        width: auto;
        padding: 0;
        margin: 0 10px 0 0;
        border: none; }
      .features-tabs .features-tab-nav .features-tab span.features-tab-title {
        font-size: 14px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .features-tabs .features-tab-nav .features-tab.active span.icon-wrapper span, .features-tabs .features-tab-nav .features-tab:hover span.icon-wrapper span {
        color: #333; }
  .features-tabs .features-tab-panes {
    position: relative; }
    .features-tabs .features-tab-panes .features-tab-pane {
      display: none;
      overflow: hidden; }
      .features-tabs .features-tab-panes .features-tab-pane.active {
        display: block;
        animation: show 0.3s ease-in-out; }
  .features-tabs .features-screenshots {
    position: relative; }
    .features-tabs .features-screenshots .features-screenshot {
      display: none;
      overflow: hidden; }
      .features-tabs .features-screenshots .features-screenshot.active {
        display: block;
        animation: show 0.3s ease-in-out; }
      .features-tabs .features-screenshots .features-screenshot img {
        width: 100%;
        max-width: 480px;
        margin: 0 auto; }
  .features-tabs .features-tab-pane .sidelabel {
    font-style: italic;
    color: #999;
    margin-bottom: 10px; }
  .features-tabs .features-tab-pane h3.title {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.4;
    letter-spacing: 1px; }

/*------------------------------------------------------------------
16. Responsive/Mobile
-------------------------------------------------------------------*/
/* ========================= Media Queries ====================== */
/* --------------------- Desktops and laptops -------------------------------- */
/* -------------------------- Small screens -------------------------------------- */
/* -------------------------------------- Smaller than standard 960 (devices and browsers) -------------------------------------- */
/* --------------------------------------Tablet Portrait size to standard 960 (devices and browsers)-------------------------------------- */
@media only screen and (max-width: 767px) {
  #styleswitcher {
    display: none; } }
/* --------------------------------------Mobile Landscape Size to Tablet Portrait (devices and browsers)-------------------------------------- */
/* --------------------------------------Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --------------------------------------*/


