/*
Theme Name: Compus
Version: 1.1
Theme URI: http://netscripter.info/compus-theme
Description: Compus is a creative, modern, elegant and responsive theme for bloggers and businesses. Features: responsive design, retina-ready assets, built with bootstrap, impressive hero image with a lot of options, custom logo, Front page template, custom colors and translation-ready code.
Author: NetScripter
Author URI: http://netscripter.info
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, threaded-comments, translation-ready
Text Domain: compus
*/
/**
 * 1.0 - Normalize
 *
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 *
 * -----------------------------------------------------------------------------
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
  transition: all linear .3s;
}

a:active,a:hover {
  color: #505962;
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #374049;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,th {
  padding: 0;
}

/**
 * 3.0 - Grid system
 *
 * -----------------------------------------------------------------------------
 */
.row,.grid {
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.row:before,.grid:before,.row:after,.grid:after {
  content: " ";
  display: table;
}

.row:after,.grid:after {
  clear: both;
}

.row.collapse,.grid.collapse {
  margin-left: 0;
  margin-right: 0;
}

.column {
  position: relative;
  min-height: 1px;
  float: left;
  box-sizing: border-box;
  padding-left: 2.5%;
  padding-right: 2.5%;
  width: 100%;
}

.collapse .column {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 480px) {
  .one-half,.one-third,.two-third,.one-fourth,.two-fourth,.three-fourth,.one-fifth,.two-fifth,.three-fifth,.four-fifth {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .one-third {
    width: 33.33333333%;
  }

  .two-third {
    width: 66.66666667%;
  }

  .one-fourth {
    width: 25%;
  }

  .three-fourth {
    width: 75%;
  }

  .one-fifth {
    width: 20%;
  }

  .two-fifth {
    width: 40%;
  }

  .three-fifth {
    width: 60%;
  }

  .four-fifth {
    width: 80%;
  }
}

.grid .column {
  margin-bottom: 5%;
}

@media (min-width: 480px) {
  .grid .column:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .credits {
    padding: 0 10px 20px;
  }
}

@media (min-width: 768px) {
  .grid .column:nth-child(2n+1) {
    clear: none;
  }

  .grid .column.one-half:nth-child(2n+1) {
    clear: left;
  }

  .grid .column.one-third:nth-child(3n+1) {
    clear: left;
  }

  .grid .column.one-fourth:nth-child(4n+1) {
    clear: left;
  }

  .grid .column.one-fifth:nth-child(5n+1) {
    clear: left;
  }
}

.grid.collapse .column {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/**
 * 4.0 - Animation
 *
 * Library of animation CSS classes for hero area
 *
 * -----------------------------------------------------------------------------
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/****** fadeIn *******/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/****** fadeInDown *******/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/****** fadeInRight *******/
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/****** fadeInLeft *******/
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/**
 * 5.0 - General HTML elements and classes
 *
 * -----------------------------------------------------------------------------
 */
* {
  box-sizing: border-box;
}

html,body {
  color: #505962;
  font-family: 'Exo 2',sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Dosis',sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 1.333em 0 .5em;
  color: #374049;
}

h1 {
  font-size: 3em;
  letter-spacing: -.04em;
}

h2 {
  font-size: 2.5em;
  letter-spacing: -.04em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.7em;
}

h5 {
  font-size: 1.6em;
}

h6 {
  font-size: 1.3em;
  text-transform: uppercase;
}

blockquote {
  background: #374049;
  color: #fff;
  padding: 25px;
  font-size: 1em;
  margin-bottom: 20px;
  text-align: center;
  border: 0;
  font-style: italic;
}

blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  font-size: 30px;
  margin-right: .5em;
}

blockquote p:last-child {
  margin: 0;
}

blockquote cite {
  display: block;
  margin-top: .5em;
  font-size: .7em;
}

blockquote cite:before {
  content: '\2014';
  margin-right: .5em;
}

a {
  color: #ED5A5A;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button,input {
  padding: .7em 1.2em;
  font-size: .85em;
  border: 0;
  transition: all .3s;
}

textarea {
  padding: .7em 1.2em;
  font-size: .85em;
  background: #fff;
  transition: all .3s;
  border-radius: 5px;
  border: 1px solid #586674 !important;
}

button:active,input:active,textarea:active,button:focus,input:focus,textarea:focus {
  outline: 0;
}

textarea {
  width: 100%;
}

button,input[type="reset"],input[type="button"] {
  display: inline-block;
  background: #ED5A5A;
  border-color: #ED5A5A;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

button:hover,input[type="reset"]:hover,input[type="button"]:hover {
  background: #374049;
}

button:active,input[type="reset"]:active,input[type="button"]:active {
  top: 1px;
  position: relative;
}

code,kbd,samp {
  font-size: .85em;
  color: #c00;
}

pre {
  line-height: 1.4;
  padding: .7em 1.2em;
  background: #333;
  font-size: .75em;
  color: #eee;
}

pre code {
  color: #eee;
}

table {
  font-size: .9em;
  width: 100%;
  margin: 1em 0;
}

tr {
  border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
  background: #f3f3f3;
}

th,td {
  padding: .5em;
  line-height: 1.4;
}

caption {
  color: #374049;
  text-align: center;
  padding: 2%;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

li {
  line-height: 1.9;
}

strong,b {
  font-weight: 400;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,.clearfix:after {
  content: " ";
/* 1 */
  display: table;
/* 2 */
}

.clearfix:after {
  clear: both;
}

.button-minimal,.entry-content .more-link {
  padding: 1.2em 1.4em;
  margin: 0;
  background: #ED5A5A;
  color: rgba(255,255,255,0.7);
  font-size: .8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: background .2s;
  display: inline-block;
}

.button:hover,.button-minimal:hover,.entry-content .more-link:hover {
  background: #374049;
  color: #fff;
  text-decoration: none;
}

.button:focus,.button-minimal:focus,.button:active,.button-minimal:active {
  outline: none;
}

.button-minimal {
  background: transparent;
  border-color: rgba(0,0,0,0.3);
  color: #2f343a;
}

.button-minimal:hover {
  background: #ED5A5A;
  color: #fff;
  border-color: #ED5A5A;
}

u,.underline {
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}

big,.highlight {
  font-size: 1.2em;
  color: #7e7e7e;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

::-moz-selection {
  background: #e6e6e6;
  color: #fff;
}

::selection {
  background: #e6e6e6;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
}

:-ms-input-placeholder {
  color: #a9a9a9;
}

.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;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
/* Above WP toolbar. */
}

.container {
  width: 1170px;
  max-width: 91.40625%;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  background: rgba(241,241,241,0.7);
}

.main {
  margin-top: 0;
}

body.error404 .main {
  margin-top: 0;
}

.content {
  width: 65%;
  margin-top: 5%;
}

.page-template-front .content {
  margin: 0 auto;
  width: 90% !important;
}

.page-template-front .footer {
  margin-top: 0;
}

.content.center {
  margin-left: auto;
  margin-right: auto;
}

.sidebar-left .content {
  float: right;
}

.sidebar-left .sidebar {
  float: left;
}

.sidebar-right .content {
  float: left;
}

.sidebar-right .sidebar {
  float: right;
}

.page .content {
  margin-left: auto;
  margin-right: auto;
}

.no-sidebar .content,.page-template-front .content,.page-template-grid .content,.page-template-front-page .content,.post-type-archive-jetpack-portfolio .content,.post-type-archive-jetpack-testimonial .content {
  width: 100%;
}

/**
 * 6.0 - Header
 *
 * -----------------------------------------------------------------------------
 */
.header-wrapper {
}

.header {
  min-height: 500px;
  background: fixed no-repeat center center;
  background-size: cover;
  position: relative;
  border-bottom: 3px solid #ED5A5A;
}

@media (max-width: 480px) {
  .header {
    min-height: 600px;
  }

  .left-button {
    margin-bottom: 20px;
  }
}

.header .button-minimal {
  border-color: rgba(255,255,255,0.3);
  font-weight: 400;
  color: rgba(255,255,255,0.7);
}

.header .button-minimal:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.3);
}

.header-single {
  min-height: 500px;
  background: fixed no-repeat center center;
  background-size: cover;
  position: relative;
  border-bottom: 3px solid #ED5A5A;
}

.header-single .button-minimal {
  border-color: rgba(255,255,255,0.3);
  font-weight: 400;
  color: rgba(255,255,255,0.7);
}

.header-single .button-minimal:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.3);
}

.overlay {
  background: url(img/overlay-bg.png) repeat center;
  min-height: 500px;
  position: relative;
}

.navbar-above .header {
  margin-top: 55px;
}

.navbar-below .header {
  margin-bottom: 55px;
}

.header:after {
  content: ' ';
  display: block;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header-single .overlay {
  background: transparent;
  min-height: 500px;
  position: relative;
}

.navbar-above .header-single {
  margin-top: 55px;
}

.navbar-below .header-single {
  margin-bottom: 55px;
}

.header-single:after {
  content: ' ';
  display: block;
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 250px;
  padding-bottom: 30px;
  color: rgba(255,255,255,0.4);
}

.header-single .header-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 0 20px;
  color: rgba(255,255,255,0.4);
  background: rgba(0,0,0,0.4);
  display: block;
  top: 200px;
}

.header-single .header-inner h1.entry-title {
  text-align: center;
}

.archive .header-inner,.blog .header-inner {
  padding-top: 215px;
}

.header-inner h1,.header-inner h2,.header-inner h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.header-inner p {
  margin-bottom: 10px;
}

.header-inner p:last-child {
  margin-bottom: 0;
}

.header-inner h1,.header-inner h2 {
  text-transform: uppercase;
}

.header-inner h1 a,.header-inner h2 a {
  letter-spacing: 3px;
}

.header-inner h3 {
  color: rgba(255,255,255,0.5);
  font: 400 2rem 'Exo 2',sans-serif;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.header-inner h3::before {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background: rgba(255,255,255,0.2);
  margin: 10px auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  width: 100%;
  position: relative;
  z-index: 11;
  background-color: #fff;
  border-top: 2px solid #f07575;
  border-bottom: 2px solid #f07575;
}

.header-clone {
  display: none;
  background-color: #fff;
}

.compus-sticky-menu .site-header {
  position: absolute;
}

.compus-has-header.compus-no-sticky .site-header {
  position: relative;
}

.compus-sticky-menu .header-clone {
  display: block;
}

.site-header.header-scrolled {
  background-color: rgba(255,255,255,0.8);
  z-index: 999;
  border-bottom: 2px solid #f07575;
  top: 0;
  position: fixed;
}

.site-header.header-scrolled .site-branding {
  padding: 5px 0;
}

.site-header.header-scrolled .site-logo {
  max-height: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.admin-bar .site-header.header-scrolled {
  top: 32px;
}

.site-header .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.small-header {
  display: none;
}

.site-branding {
  width: 30%;
  float: left;
  padding: 15px 0;
}

.site-description {
  color: #94959A;
  margin: 15px 0 0;
}

.header-image {
  position: relative;
  text-align: center;
  opacity: .9;
}

.header-image::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.site-title {
  margin: 0;
}

.site-title a {
  color: #3E4C53;
  text-decoration: none;
}

.site-logo {
  max-height: 50px !important;
}

/* Header text */
.header-info {
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: right;
  z-index: 9;
}

.header-text {
  color: #fff;
  font-size: 40px;
  letter-spacing: 10px;
  margin: 0;
  text-align: center;
}

.header-buttons {
  margin-top: 50px;
  text-align: center;
}

.header-buttons .button {
  display: inline-block;
}

.left-button, .right-button {
  margin-right: 30px;
  color: #fff !important;
  font-size: 1rem;
  padding: 10px 25px;
  border: 2px solid #fff;
  background: transparent !important;
}

.left-button-none {
  display: none;
  background: transparent;
}

.right-button-none {
  display: none;
  background: transparent;
}

.left-button:hover, .right-button:hover {
  text-shadow: -1px -1px 4px rgba(250,250,250,1);
  box-shadow: 0px 0px 2px 0px rgba(250,250,250,1);
  background: transparent !important;
}

/* Header search */
.navbar li.search-item {
    margin-top: 7%;
}

.navbar.fixed li.search-item {
    margin-top: 5%;
}

.navbar-above li.search-item {
    margin-top: 5%;
}

.main-menu > ul > li.search-item::before {
  content: "";
}

.search-item .compus-icon {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.mobile-nav .search-item .compus-icon {
  background: #ED5A5A;
}

.header-search {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(77,25,25,0.9);
  z-index: 9999;
}

.header-search .header-search-inner {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}

.header-search .search-field {
  background-color: transparent !important;
  border: 2px solid #fff !important;
  padding: 30px 45px !important;
  font-size: 42px;
  width: auto !important;
  color: #fff !important;
}

.header-search .search-field::-webkit-input-placeholder {
  color: #fff;
}

.header-search .search-field:-moz-placeholder {
  color: #fff;
}

.header-search .search-field::-moz-placeholder {
  color: #fff;
}

.header-search .search-field::-ms-input-placeholder {
  color: #fff;
}

.header-search #searchsubmit {
  display: none;
}

.search-close {
  position: absolute;
  top: 30%;
  right: 22%;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .header-search {
  }

  li.search-item {
    text-align: center;
  }

  .search-item .compus-icon {
    background: transparent !important;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }

  .search-item .compus-icon:hover {
    color: #ccc;
  }

  .header-search .search-field {
    padding: 10px 15px;
    font-size: 22px;
    margin-right: 30px;
  }

  .header-search .search-form {
    margin-top: 50px;
  }

  .header-search .searchsubmit .search-button {
    margin-right: 30px;
  }
}

/**
 * 7.0 - Topbar
 *
 * -----------------------------------------------------------------------------
 */
.topbar {
  color: #ccc;
  line-height: 2rem;
  font-size: .8rem;
  background: #374049;
}

.topbar a {
  color: #aaa;
  font-weight: 400;
}

.topbar a:hover {
  color: #ccc;
}

.social-links:before,.social-links:after {
  content: " ";
  display: table;
}

.social-links:after {
  clear: both;
}

.social-links,.social-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  font: normal normal normal .7rem/1 FontAwesome;
  text-decoration: none;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 13px;
  transition: all linear 0.3s;
  border: 1px solid rgba(255,255,255,0.07);
  background-color: rgba(0, 0, 0, 0.07);
  text-align: center;
  margin: 5px 10px 5px 5px;
}

.social-links li a span {
  display: none;
}

.social-links li a:before {
  line-height: 2rem;
}

.social-links li a:hover,.social-links li a:active {
  color: #ED5A5A;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(196,186,196,0.5);
     -moz-box-shadow: 0px 0px 2px 0px rgba(196,186,196,0.5);
          box-shadow: 0px 0px 2px 0px rgba(196,186,196,0.5);
}

.social-links a[href*="facebook.com"]:before {
  content: "\f09a";
}

.social-links a[href*="twitter.com"]:before {
  content: "\f099";
}

.social-links a[href*="plus.google.com"]:before {
  content: "\f0d5";
}

.social-links a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.social-links a[href*="instagram.com"]:before {
  content: "\f16d";
}

.social-links a[href*="yelp.com"]:before {
  content: "\f1e9";
}

.social-links a[href*="youtube.com"]:before {
  content: "\f167";
}

.social-links a[href*="flickr.com"]:before {
  content: "\f16e";
}

.social-links a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.social-links a[href*="github.com"]:before {
  content: "\f09b";
}

.social-links a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.social-links a[href*="dribbble.com"]:before {
  content: "\f17d";
}

.social-links a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.social-links a[href*="tumblr.com"]:before {
  content: "\f173";
}

.social-links a[href*="codepen.io"]:before {
  content: "\f1cb";
}

.social-links a[href*="skype.com"]:before {
  content: "\f17e";
}

.social-links a[href*="reddit.com"]:before {
  content: "\f1a1";
}

.social-links a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}

.social-links a[href*="pocket.com"]:before {
  content: "\f265";
}

.social-links a[href*="foursquare.com"]:before {
  content: "\f180";
}

.topbar .social-links {
  text-align: center;
}

.topbar .social-links li {
  border-right: 0 solid rgba(255,255,255,0.1);
}

.topbar .social-links li:first-child {
  border-left: 0 solid rgba(255,255,255,0.1);
}

.footer .social-links a {
  background: #ED5A5A;
  border-radius: 50%;
  color: rgba(255,255,255,1);
  transition: all linear .3s;
}

.footer .social-links a:hover {
  color: #fff;
  background: #374049;
}

/**
 * 8.0 - Menu
 *
 * -----------------------------------------------------------------------------
 */
.navbar {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background .5s;
  background: rgba(47,52,58,0.5);
  border-bottom: 3px solid rgba(92,101,112,0.3);
}

.navbar.fixed {
  position: fixed;
  opacity: .8;
}

.navbar.fixed .brand img {
  width: 80%;
}

.navbar-collapse .navbar {
  background: #2f343a;
  border-bottom: 3px solid #ED5A5A;
}

.navbar-above .navbar {
  top: -55px;
}

.navbar-below .navbar {
  top: auto;
  bottom: -55px;
}

.brand {
  float: left;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.25em;
  transition: all .2s;
  line-height: 75px;
  display: block;
}

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

.brand img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 50px;
  margin-top: -5px;
  max-width: none;
}

.brand:hover {
  color: rgba(255,255,255,0.4);
}

.main-menu {
    font-weight: 400;
    display: inline-block;
}

.main-menu a {
  display: block;
  padding: 30px 20px;
  color: #ccc;
}

.main-menu > ul > li {
  float: left;
}

.main-menu > ul > li:hover > a,.main-menu > ul > li.current-menu-item > a,.main-menu > ul > li.current-menu-ancestor > a {
  color: #ED5A5A;
}

.main-menu > ul > li:before {
  content: "|";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  margin-left: -3px;
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  z-index: 1000;
}

.main-menu > ul > li:first-child:before {
  content: none;
}

.main-menu > ul > li.menu-item-has-children > a::after,.main-menu > ul > li.page_item_has_children > a::after {
  content: "";
  display: block;
  border: 5px solid transparent;
  border-top-color: rgba(255,255,255,0.4);
  position: absolute;
  z-index: 1001;
  right: 17px;
  top: 50%;
  margin-top: -2px;
}

.main-menu > ul > li.menu-item-has-children > a:hover::after,.main-menu > ul > li.page_item_has_children > a:hover::after,.main-menu > ul > li.menu-item-has-children > a:hover::after,.main-menu > ul > li.page_item_has_children > a:hover::after {
  border-top-color: #fff;
}

.main-menu li {
  position: relative;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
  letter-spacing: 1px;
}

.main-menu li.menu-item-has-children > a,.main-menu li.page_item_has_children > a {
  padding-right: 35px;
}

.main-menu li ul {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all .2s;
  margin: 7px 0;
}

.main-menu li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu li ul ul {
  left: 100%;
  top: 50%;
}

.main-menu li ul li:hover > ul {
  top: 0;
  left: 100%;
}

.main-menu li li {
  width: 200px;
  background: #ED5A5A;
  color: #fff;
  font-size: .675rem;
  line-height: 1.3;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-menu li li:last-child {
  border-bottom: none;
}

.main-menu li li:hover > a,.main-menu li li.current-menu-item > a,.main-menu li li.current-menu-ancestor > a {
  background: #2f343a;
}

.main-menu li li.menu-item-has-children > a::after,.main-menu li li.page_item_has_children > a::after {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-left-color: #999;
  position: absolute;
  z-index: 1001;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}

.main-menu li li.menu-item-has-children > a:hover::after,.main-menu li li.page_item_has_children > a:hover::after {
  border-left-color: #2d2d2d;
}

.main-menu li li a {
  padding: 1em 1.3em;
  color: #fff;
}

.main-menu li li a:hover {
  background: #2f343a;
}

.menu-toggle {
  height: 95px;
  padding-left: 24px;
  position: relative;
  background: transparent;
  text-indent: -9999px;
  display: none;
}

.menu-toggle:hover {
  background: none;
}

.menu-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 15px;
  border-top: 9px double #fff;
  border-bottom: 3px solid #fff;
  transition: all .5s;
}

.navbar-collapse .brand {
  color: #2d2d2d;
  line-height: 55px;
  transition: all linear .5s;
}

.navbar-collapse .main-menu > ul > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.navbar-collapse .main-menu > ul > li:before {
  color: #e9e9e9;
}

.navbar-collapse .main-menu > ul > li:hover > a,.navbar-collapse .main-menu > ul > li.current-menu-item > a,.navbar-collapse .main-menu > ul > li.current-menu-ancestor > a {
  color: #ED5A5A;
}

.navbar-collapse .main-menu > ul > li.menu-item-has-children > a::after,.navbar-collapse .main-menu > ul > li.page_item_has_children > a::after {
  border-top-color: #d0d0d0;
}

.navbar-collapse .main-menu > ul > li.menu-item-has-children > a:hover::after,.navbar-collapse .main-menu > ul > li.page_item_has_children > a:hover::after {
  border-top-color: #2d2d2d;
}

.navbar-collapse .menu-toggle {
  height: 55px;
}

.mobile-menu {
  width: 240px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;
  display: none;
  background: #2f343a;
}

.mobile-menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  background: #374049;
}

.mobile-menu a:hover,.mobile-menu .current-menu-item > a {
  color: #fff;
}

.mobile-menu ul ul a {
  padding-left: 40px;
  font-size: 12px;
  background: #2f343a;
}

.mobile-menu ul ul ul a {
  padding-left: 60px;
  font-size: 11px;
  background: #2b3239;
}

.mobile-menu ul ul ul ul a {
  padding-left: 60px;
  font-size: 10px;
  background: #424242;
}

.admin-bar .mobile-menu {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .mobile-menu {
    top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar .mobile-menu {
    top: 0;
  }
}

.mobile-menu-open .wrapper {
  -webkit-transform: translate3d(-240px,0,0);
  transform: translate3d(-240px,0,0);
  cursor: pointer;
}

.mobile-menu-open .mobile-menu {
  display: block;
}

.mobile-menu-open .menu-toggle:before {
  border-top: 9px double #fff;
  border-bottom: 3px solid #fff;
}

.mobile-menu-open.navbar-collapse .menu-toggle:before {
  border-top: 9px double #2f343a;
  border-bottom: 3px solid #2f343a;
}

/**
 * 9.0 - Entry
 *
 * Style for post, page (entry)
 *
 * -----------------------------------------------------------------------------
 */
.hentry {
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  margin-bottom: 10%;
}

.hentry:last-child {
  margin-bottom: 0;
}

.entry-text {
  padding: 8% 10%;
}

.entry-media + .entry-text {
  padding-top: 6%;
}

.entry-header {
  padding-bottom: 4%;
}

.entry-title {
  margin: 0;
}

.entry-title a {
  color: #374049;
}

.entry-meta {
  color: #999;
  text-align: left;
}

.entry-date {
  text-transform: uppercase;
  text-align: left;
  font-family: 'Exo 2',sans-serif;
  display: block;
  font-size: 12px;
}

.header .entry-meta {
  font-size: .85em;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

.header .entry-meta.no-avatar {
  margin-top: 10px;
}

.header .entry-meta img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.header .entry-meta a {
  color: rgba(255,255,255,0.8);
  font-weight: 700;
}

.header .entry-date {
  margin-bottom: 10px;
}

.header .comments-link {
  margin-left: 5px;
}

.header-single .entry-meta {
  font-size: .85em;
  color: rgba(255,255,255,0.6);
  margin: 0;
  text-align: center;
}

.header-single .entry-meta.no-avatar {
  margin-top: 10px;
}

.header-single .entry-meta.no-avatar::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(255,255,255,0.3);
  margin: 0 auto;
}

.header-single .entry-meta img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.header-single .entry-meta a {
  color: rgba(255,255,255,0.8);
  font-weight: 400;
  color: #ED5A5A;
  text-transform: capitalize;
  transition: all linear .3s;
}

.header-single .entry-meta a:hover {
  color: #ccc;
}

.header-single .entry-date {
  margin-bottom: 0;
  text-align: center;
}

.header-single .comments-link {
  margin-left: 5px;
}

.entry-content a:hover,.widget a:hover {
  text-decoration: none;
}

.entry-content .button:hover,.widget .button:hover,.entry-content .button-minimal:hover,.widget .button-minimal:hover {
  text-decoration: none;
}

.entry-content p:first-child,.entry-summary p:first-child {
  margin-top: 0;
}

.entry-content p:last-child,.entry-summary p:last-child {
  margin-bottom: 0;
}

.entry-content .more-link {
  font-size: .8em;
  border: none;
}

.grid .more-link,.thumb-text .more-link {
  background: none;
  color: #ED5A5A;
  padding: 0;
  display: block;
  margin-top: 1.333em;
  text-transform: inherit;
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
}

.grid .more-link:hover,.thumb-text .more-link:hover {
  background: none;
  color: #ED5A5A;
  text-decoration: none;
}

.entry-content hr {
  width: 50%;
  height: 4px;
  background: #eee;
  margin: 2em auto;
  border: 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption a,.wp-caption img {
  display: block;
}

.alignleft,.alignright {
  margin-bottom: 1.2em;
  max-width: 40%;
}

.wp-caption .alignleft,.wp-caption .alignright {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption-text,.gallery-caption {
  font-size: .8em;
  color: #888;
  text-align: center;
}

.gallery-caption {
  font-size: .8em;
}

.format-image .entry-content {
  padding: 8% 10%;
}

.format-quote .entry-content {
  background: #374049;
  padding: 8% 10%;
}

.format-quote blockquote {
  background: none;
  color: #fff;
  padding: 0;
  font-size: 1.25em;
  margin-bottom: 0;
  text-align: center;
  border: 0;
}

.format-quote a {
  color: rgba(255,255,255,0.75);
}

body.single .wrapper,body.page .wrapper {
  background: #fff;
}

body.single .content > article,body.page .content > article {
  background: transparent;
  box-shadow: none;
}

body.single .content > article .entry-content,body.page .content > article .entry-content {
  padding: 0;
}

body.single .content > article.format-quote .entry-content,body.page .content > article.format-quote .entry-content {
  padding: 8% 10%;
}

body.single .entry-content > p:first-child,body.page .entry-content > p:first-child {
  font-size: 1.2em;
  color: #7e7e7e;
  line-height: 1.4;
  margin-bottom: 1em;
}

body.single .no-sidebar > article,body.page .no-sidebar > article,body.single .no-sidebar .comments,body.page .no-sidebar .comments,body.single .no-sidebar .comment-respond,body.page .no-sidebar .comment-respond {
  max-width: 725px;
  margin: 0 auto;
}

body.single .no-sidebar.front > article,body.page .no-sidebar.front > article,body.single .no-sidebar.front .comments,body.page .no-sidebar.front .comments,body.single .no-sidebar.front .comment-respond,body.page .no-sidebar.front .comment-respond {
  max-width: none;
}

body.single .header .header-inner.title-center,body.page .header .header-inner.title-center {
  padding-top: 215px;
}

body.single .header .header-inner.title-center .entry-title,body.page .header .header-inner.title-center .entry-title,body.single .header .header-inner.title-center .entry-date,body.page .header .header-inner.title-center .entry-date,body.single .header .header-inner.title-center .entry-meta,body.page .header .header-inner.title-center .entry-meta {
  text-align: center;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}

body.single .header .header-inner.title-right .entry-title,body.page .header .header-inner.title-right .entry-title,body.single .header .header-inner.title-right .entry-date,body.page .header .header-inner.title-right .entry-date,body.single .header .header-inner.title-right .entry-meta,body.page .header .header-inner.title-right .entry-meta {
  text-align: right;
}

body.single .entry-title,body.page .entry-title {
  text-align: left;
  text-transform: none;
}

body.single .format-aside .entry-content,body.page .format-aside .entry-content {
  padding-top: 0;
}

.entry-media {
  position: relative;
  padding: 15px;
}

.entry-media img {
  display: block;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.entry-media iframe {
  display: block;
  border: none;
  width: 100%;
  height: auto;
}

.entry-media .sticky-post {
  position: absolute;
  top: 5%;
  right: 0;
  padding: 8px 10px;
  border-radius: 3px 0 0 3px;
  background: #ED5A5A;
  color: #fff;
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.media-caption-container {
  position: absolute;
  width: 95%;
  margin-left: 2.5%;
  bottom: 1.5em;
  text-align: center;
  font-size: .85em;
}

.media-caption {
  display: inline-block;
  padding: 7px 11px;
  background: #262626;
  background: rgba(38,38,38,0.75);
  color: #fff;
  text-align: center;
  line-height: 130%;
}

.media-caption:hover {
  background: #262626;
  color: #fff;
}

.entry-footer {
  margin-top: 5%;
}

.post-tags a {
  position: relative;
  font-size: .9rem;
  color: #374049;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #fff;
  transition: background .3s;
  border: 2px solid #374049;
}

.post-tags a:hover {
  background: #5c6570 !important;
  color: #fff;
}

/* Portfolio shortcode */
.portfolio-entry-header .portfolio-featured-image img {
  max-height: 272px;
}

/**
 * 10.0 - Comments
 *
 * -----------------------------------------------------------------------------
 */
.comments {
  margin-top: 5%;
  font-size: .9em;
}

li.comment,li > div.comment {
  margin-bottom: 25px;
  position: relative;
}

li > div.comment {
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.commentlist,.commentlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.commentlist > li:first-child > div.comment:first-child {
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.comment .children {
  padding-left: 70px;
}

.comment .children li:last-child {
  margin-bottom: 0;
}

.commentlist > li.comment:last-child,.commentlist > li.comment div.comment:last-child {
  margin-bottom: 0;
}

/* Pingback list --------------------------------------- */
.comments .pingbacks {
  margin-top: 5.5%;
}

.pingbacks-inner {
  margin: 0 auto;
}

.pingbacks-title {
  margin-bottom: 20px;
}

.pingbacklist li {
  padding: .5em;
  line-height: 130%;
}

.pingbacklist a:hover {
  text-decoration: none;
}

.pingbacklist li:nth-child(odd) {
  background: #f9f9f9;
}

.pingbacklist .comment-edit-link {
  color: #999;
}

.pingbacklist .comment-edit-link:hover {
  color: #374049;
  text-decoration: none;
}

/* Comment meta --------------------------------------- */
.comment-meta {
  margin-bottom: 1em;
}

.comment-meta .avatar {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 999px;
  float: left;
}

.comment-actions {
  font-size: .7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.comment-actions a {
  margin-left: 8px;
}

.comment-actions a:first-child {
  margin-left: 0;
}

.comment-meta-content {
  margin-left: 70px;
  padding-top: 5px;
}

.comment-meta-content cite {
  font-size: 1.075em;
  color: #ED5A5A;
  display: block;
  font-weight: 700;
  line-height: 1;
  font-style: normal;
}

.comment-meta-content a {
  color: #374049;
}

.comment-meta-content a:hover {
  color: #ED5A5A;
}

.comment-meta-content p {
  font-size: .65em;
  text-transform: uppercase;
  margin: 0;
}

.comment-meta-content p a {
  color: #bbb;
}

.bypostauthor .post-author {
  font-weight: 400;
  color: #999;
  margin-left: 3px;
  letter-spacing: 0;
}

.comment-awaiting-moderation {
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: 700;
  display: block;
  padding: 10px;
  background: #ccc;
  font-size: .8rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-content {
  margin-left: 70px;
}

#respond {
  margin-top: 10%;
}

.nocomments {
  margin-top: 10%;
  color: #2f343a;
  text-align: center;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: .8em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-form .submit {
  padding: 1.2em 1.4em;
  color: #fff;
  background: #374049;
}

.comment-form .submit:hover {
  background: #ED5A5A;
}

.commentlist .comment-respond {
  padding-bottom: 1.5em;
}

@media (max-width: 479px) {
  .comment-author .avatar {
    display: none;
  }

  .comment-meta-content,.comment-content {
    margin: 0;
    padding: 0;
  }

  .comment .children {
    padding-left: 30px;
  }
}

/**
 * 11.0 - Pagination
 *
 * -----------------------------------------------------------------------------
 */
.navigation {
  margin-top: 1em;
  padding: 1em 0;
  overflow: hidden;
  clear: both;
}

.post-navigation {
  margin-top: 1em;
  border-top: 5px solid #8f98a3;
  border-bottom: 5px solid #8f98a3;
  padding: 1em 0;
  overflow: hidden;
  clear: both;
}

.navigation a {
  display: block;
  color: #2f343a;
}

.navigation a .post-title {
  transition: color .2s;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Dosis';
  font-size: 20px;
}

.navigation a:hover .post-title {
  color: #ED5A5A;
}

.navigation .meta-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  color: #777;
  margin-bottom: 7px;
  font-weight: 400;
  display: block;
}

.navigation .nav-previous {
  float: left;
  max-width: 49%;
}

.navigation .nav-next {
  float: right;
  text-align: right;
  max-width: 49%;
}

.comment-navigation {
  margin-top: 5%;
  border-top: 4px solid #eee;
  padding-top: 5%;
  font-size: .85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.comment-navigation a {
  display: inline-block;
}

.page .header {
}

.page .overlay {
}

.page-title {
  margin-bottom: 7.5%;
  text-align: center;
}

.page-title h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
  font-weight: 700;
  color: #999;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

.pagination a,.pagination span {
  display: inline-block;
  background: #374049;
  padding: 10px 18px;
  color: #fff;
  font-size: .85em;
  transition: all .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination .current,.pagination a:hover {
  background: #ED5A5A;
  color: #fff;
}

/**
 * 12.0 - Social Buttons
 *
 * -----------------------------------------------------------------------------
 */
.social-buttons {
  margin-left: 10px;
  display: inline-block;
}

.social-buttons a {
  display: inline-block;
  margin-right: 8px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.social-buttons i,.social-buttons .count {
  line-height: 20px;
  display: inline-block;
}

.social-buttons i {
  width: 40px;
  text-align: center;
  border-radius: 10%;
  margin-right: 3px;
}

.social-buttons .facebook i {
  background: #3b5998;
}

.social-buttons .facebook i:hover {
  background: #2d4373;
}

.social-buttons .twitter i {
  background: #55acee;
}

.social-buttons .twitter i:hover {
  background: #2795e9;
}

.social-buttons .googleplus i {
  background: #dd4b39;
}

.social-buttons .googleplus i:hover {
  background: #c23321;
}

.title-center .social-buttons {
  display: block;
  padding-top: 10px;
}

/**
 * 13.0 - Sidebar
 *
 * -----------------------------------------------------------------------------
 */
.sidebar {
  width: 30%;
  font-size: .9em;
  padding: 2%;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  margin-top: 5%;
}

.widget {
  margin-bottom: 20%;
  line-height: 1.4;
  overflow: hidden;
}

.widget :last-child {
  margin-bottom: 0;
}

.widget a:hover {
  text-decoration: none;
  color: #505962;
}

.widget p {
  line-height: 1.5;
  margin-bottom: 1em;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget li {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}

.widget li ul > li:first-child {
  margin-top: 10px;
}

.widget .page_item_has_children {
  padding-bottom: 0;
}

.widget li li {
  padding-left: 15px;
}

.widget li .post-date {
  margin-left: 5px;
  color: #999;
}

.widget > ul > li:first-child {
  border-top: 0;
}

.widget:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.widget-title {
  font-size: 1.7em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #374049;
  letter-spacing: .03em;
}

.searchform {
  position: relative;
}

#s {
  padding: 1em 1em 1em 1.5em;
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  color: #374049;
  width: 75%;
  box-sizing: border-box;
}

#s:focus {
  background: #eee;
}

#searchsubmit {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #ED5A5A;
  border: 0;
  box-sizing: border-box;
}

#searchsubmit:hover {
  background: #374049;
}

#searchsubmit .fa {
  color: #fff;
}

#wp-calendar caption,#wp-calendar td,#wp-calendar th {
  text-align: center;
  padding: 4% 2%;
}

#wp-calendar tr {
  background: none;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar tfoot a {
  display: block;
}

/* Widget tag cloud --------------------------------------- */
.widget_tag_cloud .tagcloud a {
  font-size: .9em !important;
}

.tagcloud a {
  position: relative;
  font-size: .9rem;
  color: #374049;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #fff;
  transition: background .3s;
  border: 2px solid #374049;
}

.tagcloud a:hover {
  background: #5c6570 !important;
  color: #fff;
}

/* Widget Flickr --------------------------------------- */
.flickr_badge_image {
  width: 32%;
  margin-bottom: 2%;
  margin-left: 2%;
  overflow: hidden;
  float: left;
  line-height: 0;
}

#flickr_badge_image1,#flickr_badge_image4,#flickr_badge_image7,#flickr_badge_image10,#flickr_badge_image13,#flickr_badge_image16,#flickr_badge_image19,#flickr_badge_image22,#flickr_badge_image25 {
  margin-left: 0;
}

.flickr_badge_image img {
  display: block;
  height: 70px;
}

.widgetmore a {
  display: block;
  clear: both;
  padding: .5em 0;
}

.footer .flickr_badge_image img {
  height: 50px;
}

/* Widget Dribbble --------------------------------------- */
.dribbble-shot {
  display: block;
  width: 48%;
  margin-bottom: 2%;
  margin-right: 2%;
  overflow: hidden;
  float: left;
  line-height: 0;
}

.dribbble-shot:nth-child(2n) {
  margin-right: 0;
}

.dribbble-shot img {
  display: block;
}

/* Widget Posts --------------------------------------- */
.compus_posts_widget .entry-text {
  padding: 0;
  width: 100%;
}

.compus_posts_widget li {
  overflow: hidden;
  padding: 15px 0;
}

.compus_posts_widget .has-thumbnail .entry-media {
  padding: 0;
  width: 64px;
  margin-right: 10px;
}

.compus_posts_widget .has-thumbnail .entry-media img {
  display: block;
  width: 64px;
  height: 50px;
}

.compus_posts_widget .has-thumbnail .entry-text {
  padding: 0;
  font-size: .8rem;
  width: auto;
  float: none;
  display: inline-block;
}

.compus_posts_widget .has-thumbnail .entry-text .entry-title {
  margin: 2px 0 7px;
}

.compus_posts_widget .has-thumbnail .entry-text .entry-date {
  text-transform: none;
}

.compus_video_widget iframe {
  width: 100%;
  min-height: 250px;
  height: auto;
}

/**
 * 14.0 - Footer
 *
 * -----------------------------------------------------------------------------
 */
/* Footer navigation */
.footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-navigation li {
  display: inline-block;
}

.footer .tagcloud a {
  background: #ED5A5A;
  color: #fff;
}

.footer .tagcloud a:hover {
  background: rgba(250,250,250,0.7);
  color: #505962;
}

.credits {
  background: #374049;
  font-size: .8rem;
  text-align: center;
  padding-bottom: 10px;
  color: #aaa;
}

.credits a {
  color: #a8b3bd;
}

.credits .social-links {
  text-align: center;
  margin-bottom: 5px;
}

.footer-widgets + .credits {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5em;
}

.site-footer {
  background: #2b3239 !important;
  padding: 10px;
  font-size: 13px;
}

.site-footer,.site-footer a {
  color: #6e8091 !important;
}

.footer-widgets .widget li {
  border-top: 1px solid #6e8091;
}

.footer-navigation li a {
  padding: 0 12px;
  border-right: 1px solid #5c6570 !important;
  color: #fff;
  transition: all linear .3s;
}

.footer-navigation li a:hover {
  color: #505962;
}

.footer-navigation li:last-of-type a {
  border-right: 0;
}

#footer-navigation {
  padding: 15px;
  text-align: center;
}

.site-info {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #6e8091 !important;
}

.inner-footer {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #2b3239;
  border-top: 2px solid #586674;
  border-bottom: 2px solid #586674;
}

/* Footer widgets */
.footer-widgets {
  background: #374049 !important;
  padding: 25px 0 10px;
  border-top: 3px solid #ED5A5A;
}

.footer-widgets .widget,.footer-widgets .widget a {
  color: #99a6b2 !important;
}

.footer-widgets .widget a:hover {
  color: #fff !important;
}

.footer-widgets .widget {
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
}

.footer-widgets .widget:last-of-type {
  margin-bottom: 0;
}

.footer-widgets .widget-title {
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
  border: 0 solid rgba(255,255,255,0.2);
  background-color: #2b3239;
  padding: 15px;
  font-weight: 500;
  font-size: 24px;
}

/**
 * 15.0 - Grid layout
 *
 * -----------------------------------------------------------------------------
 */
.grid .content article {
  float: left;
  background: #fff;
  position: relative;
}

.grid .content article .format-video iframe {
  width: 100%;
  height: auto;
}

.column-2 .content {
  margin: 0;
}

.column-2 .content article {
  width: 46.15384615%;
  margin-right: 7.69230769%;
  margin-bottom: 7.69230769%;
}

.column-2 .content article:nth-of-type(2n) {
  margin-right: 0;
}

.column-2 .content article:nth-of-type(2n+1) {
  clear: left;
}

.column-3 .content {
  margin: 0;
}

.column-3 .content article {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.column-3 .content article:nth-of-type(3n) {
  margin-right: 0;
}

.column-3 .content article:nth-of-type(3n+1) {
  clear: left;
}

/**
 * Child pages in grid page template
 * -----------------------------------------------------------------------------
 */
.child-pages {
  margin-top: 5em;
}

.child-pages .column {
  margin-bottom: 5%;
}

.child-pages article {
  transition: box-shadow .3s;
  min-height: 500px;
  box-shadow: 0 0 12px 6px rgba(0,0,0,0.15);
}

.child-pages article:hover {
  box-shadow: 0 0 0 8px rgba(19,162,192,0.25);
}

.child-pages .entry-footer {
  position: absolute;
  bottom: 0;
  margin: 10% 0;
}

/**
 * 16.0 - Classic layout
 *
 * Style for classic layout of archive pages with thumbnail left and text right
 *
 * -----------------------------------------------------------------------------
 */
.thumb-text article {
  overflow: hidden;
  border-radius: 0;
  background: none;
  box-shadow: none;
  position: relative;
}

.thumb-text article .entry-media,.thumb-text article .entry-text {
  width: 48%;
}

.thumb-text article .entry-media {
  min-height: 250px;
}

.thumb-text .entry-media {
  background: #ccc;
  float: left;
  height: auto;
  display: block;
}

.thumb-text .entry-media img {
  border-radius: 0;
  max-height: 270px;
}

.thumb-text .entry-text {
  float: right;
  padding: 0;
}

.thumb-text .entry-meta {
  padding-bottom: 10px;
}

.thumb-text .entry-title {
  font-size: 1.333em;
}

.thumb-text .entry-content {
  font-size: .9em;
}

.thumb-text .more-link {
  text-align: right;
}

/**
 * 17.0 - Portfolio
 *
 * -----------------------------------------------------------------------------
 */
.portfolio-filter ul {
  list-style-type: none;
  margin: 0 0 30px;
  text-align: center;
  padding: 0;
}

.portfolio-filter li {
  display: inline-block;
  margin: 0 10px;
  font-size: .8em;
  cursor: pointer;
  position: relative;
}

.portfolio-filter li:before {
  content: "/";
  display: block;
  position: absolute;
  left: 0;
  margin-left: -13px;
  color: #ccc;
  font-weight: 300;
  z-index: 1000;
}

.portfolio-filter li:first-child:before {
  content: none;
}

.portfolio-filter li.active,.portfolio-filter li:hover {
  color: #2d2d2d;
}

.portfolio-items .column:hover .entry-text {
  opacity: 1;
}

.portfolio-items .column:hover .entry-title {
  opacity: 1;
  top: 56%;
}

.portfolio-items .entry-media img {
  border-radius: 0;
  max-height: 220px;
}

.portfolio-items .entry-text {
  transition: .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0;
  background-color: rgba(16,157,133,0.63);
}

.portfolio-items .entry-text .entry-title {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: .3s;
  position: absolute;
  opacity: 0;
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  top: 0;
}

.portfolio-items .entry-text .entry-title:after {
  content: "";
  display: block;
  top: 0;
  margin: 2% auto;
  width: 50px;
  height: 3px;
  background-color: #fff;
}

.portfolio-entry .portfolio-entry-title {
  font-weight: inherit;
  font-size: 1.333em;
  margin: 0;
}

.portfolio-entry .portfolio-entry-title a {
  color: #374049;
}

.portfolio-entry .more-link {
  background: none;
  color: #ED5A5A;
  padding: 0;
  display: block;
  margin-top: 1.333em;
  text-transform: inherit;
  font-size: 1em;
  letter-spacing: 0;
  font-weight: 400;
}

.portfolio-entry .more-link:hover {
  background: none;
  color: #374049;
  text-decoration: none;
}

.portfolio-entry-meta {
  font-size: .9em;
}

/**
 * 18.0 - Testimonial
 *
 * -----------------------------------------------------------------------------
 */
.testimonial {
  font-size: .9rem;
}

.testimonial .row,.testimonial .grid {
  background: #fff;
}

.testimonial img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
}

.testimonial .author {
  padding-top: 5px;
  font-size: .9em;
}

.testimonial .author a {
  font-weight: 700;
  color: #2f343a;
}

.testimonial .author span {
  font-weight: 400;
  display: block;
  color: #bbb;
  font-size: .75em;
}

.jetpack-testimonial-shortcode .more-link {
  display: none;
}

.jetpack-testimonial-shortcode .testimonial-featured-image {
  float: left;
  width: 20%;
  display: block;
}

.jetpack-testimonial-shortcode .testimonial-entry-title {
  float: right;
  display: block;
  width: 80%;
}

.jetpack-testimonial-shortcode .testimonial-entry-title a {
  font-weight: 700;
  color: #2f343a;
  font-size: .9em;
}

/*--------------------------------------------------------------
## Go to top button
--------------------------------------------------------------*/
.go-top {
  position: fixed !important;
  right: 10px;
  color: #fff !important;
  display: block;
  font-size: 22px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 35px;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  background: #ED5A5A;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.go-top:hover {
  background: #374049;
}

.go-top.show {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  color: #fff !important;
  bottom: 20px;
}

/**
 * 19.0 - Responsive
 *
 * -----------------------------------------------------------------------------
 */
@media (max-width: 991px) {
  html,body {
    font-size: 18px;
  }

  .footer .flickr_badge_image img {
    min-height: 50px;
  }
}

@media (max-width: 767px) {
  .content,.sidebar {
    width: 100%;
    float: none;
  }

  .sidebar {
    margin-top: 40px;
  }

  .main-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .column-3 > article {
    width: 46.15384615%;
    margin-right: 7.69230769%;
    margin-bottom: 7.69230769%;
  }

  .column-3 > article:nth-of-type(3n) {
    margin-right: 7.69230769%;
  }

  .column-3 > article:nth-of-type(3n+1) {
    clear: none;
  }

  .column-3 > article:nth-of-type(2n) {
    margin-right: 0;
  }

  .column-3 > article:nth-of-type(2n+1) {
    clear: left;
  }

  .footer-widgets div.column {
    margin-top: 10px;
    min-height: 200px;
  }

  .credits .left,.credits .right {
    float: none;
    max-width: 100%;
    text-align: center;
  }

  .portfolio-items .entry-media img {
    max-height: none;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 15px;
  }

  .column-2 > article,.column-3 > article {
    width: 100%;
    margin-right: 0;
  }

  .thumb-text .entry-media,.thumb-text .entry-text {
    width: 100%;
    min-height: 70px;
  }

  .alignleft,.alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.2em;
  }

  .alignleft img,.alignright img {
    display: block;
    margin: 1em auto;
  }

  .footer-widgets div.column {
    margin-top: 40px;
    min-height: 0;
  }

  .footer .flickr_badge_image img {
    min-height: 60px;
  }

  .jetpack-testimonial-shortcode .testimonial-entry {
    box-sizing: border-box;
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    width: 100% !important;
  }

  .jetpack-testimonial-shortcode .testimonial-entry-title {
    width: 78%;
  }
}

/**
 * 20.0 - Front page
 *
 * -----------------------------------------------------------------------------
 */
body.home .section,.page-template-front-page .section {
  padding-bottom: 5%;
}

body.home .heading,.page-template-front-page .heading {
  text-align: center;
}

body.home .call-to-action,.page-template-front-page .call-to-action {
  text-align: center;
}

body.home .call-to-action .button,.page-template-front-page .call-to-action .button,body.home .call-to-action .button-minimal,.page-template-front-page .call-to-action .button-minimal {
  margin-bottom: 1em;
}

body.home .blog,.page-template-front-page .blog {
  padding-bottom: 0;
}

body.home .blog .heading,.page-template-front-page .blog .heading {
  margin-bottom: 1em;
}

body.home .blog article,.page-template-front-page .blog article {
  box-shadow: none;
  background: none;
}

body.home .blog .entry-text,.page-template-front-page .blog .entry-text {
  padding-left: 0;
  padding-right: 0;
}

.features h4 {
  font-weight: 600;
  margin-bottom: 0;
}

.features i {
  font-size: 1.5em;
  color: #4cae4c;
  width: 2.5rem;
  vertical-align: middle;
}

.features .grid p {
  margin-top: 0;
  margin-left: 2.5rem;
  font-size: .9rem;
}

.features .button {
  background: #4cae4c;
  border-color: #4cae4c;
}

.features .button:hover {
  background: #3e8f3e;
  border-color: #3e8f3e;
}

.features .button-minimal:hover {
  background: #4cae4c;
  border-color: #4cae4c;
}

.features.icon-top {
  text-align: center;
}

.features.icon-top i,.features.icon-top img {
  display: block;
  width: initial;
  margin-bottom: 10px;
  font-size: 3em;
}

.features.icon-top p {
  margin-left: 0;
}

/* Custom Styles */
/* Ninja Forms */
/* WP Tab Widget */
.wpt_widget_content .tab_title a {
  background: #374049 !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.wpt_widget_content .tab_title.selected a {
  background: #ED5A5A !important;
}

.wpt_widget_content .entry-title {
  font-weight: 400 !important;
}

.wpt_comment_meta {
  font-weight: 400 !important;
}

.profile_pass-wrap input,.text-wrap.label-above input,.text-wrap.label-below input,.text-wrap.label-inside input,.textarea-wrap.label-above textarea,.textarea-wrap.label-below textarea,.textarea-wrap.label-inside textarea,.list-dropdown-wrap.label-above select,.list-dropdown-wrap.label-below select {
  background: #fff !important;
  padding: 15px !important;
  font-size: 14px;
  border: 1px solid #586674 !important;
  border-radius: 5px;
  color: #505962;
}

.text-wrap.label-above label,.textarea-wrap.label-above label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
}

.ninja-forms-required-items {
  font-size: 12px;
  text-align: right;
}

.entry-content input[type="submit"] {
  width: auto;
  height: auto;
  vertical-align: inherit;
  background: transparent;
  color: #374049 !important;
  border: 2px solid #374049;
}

.entry-content input[type="submit"]:hover {
  background: #374049;
  color: #fff !important;
}

.footer-widgets input[type="submit"] {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #ccc !important;
}

.footer-widgets input[type="submit"]:hover {
  background: #ccc !important;
  color: #374049 !important;
}

/* Page Builder */
.so-widget-sow-features-features-2e97b4a28480 .sow-features-list .sow-features-feature .textwidget > h5 {
  font-size: 24px !important;
}

.so-widget-sow-headline-sow-headline-ac468e9cb6e7 #sow-headline-container.sow-headline h1 {
  color: #374049 !important;
  margin: 0 !important;
}

.ow-button-base.ow-button-align-left {
  text-align: center !important;
  margin-top: 55px !important;
}

.so-widget-sow-social-media-buttons-wire-6f14b729cf60 .sow-social-media-button-twitter:visited,.so-widget-sow-social-media-buttons-wire-6f14b729cf60 .sow-social-media-button-twitter:active,.so-widget-sow-social-media-buttons-wire-6f14b729cf60 .sow-social-media-button-twitter:hover {
  color: #fff !important;
  background: #374049;
}

.sow-headline h1,.sow-headline h2,.sow-headline h3 {
  font-weight: 500 !important;
}

.so-widget-sow-headline-sow-headline-3b7457635cc0 #sow-headline-container.sow-headline h3 {
  color: #374049 !important;
}

.siteorigin-widget-tinymce p,.siteorigin-widget-tinymce span {
  font-size: 14px !important;
}

.wp-core-ui .button,.wp-core-ui .button-secondary {
  color: #555 !important;
}