/*
Theme Name: themeworks
Theme URI: http://theme.works
Author: Theme.Works
Author URI: http://theme.works
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themeworks
Domain Path: /languages/
Tags:
*/
/*--------------------------------------------------------------
    Normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    /* 1 */
        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

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

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

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

a {
    background: transparent;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ffff00;
    color: #000000;
}

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;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
    Layout
--------------------------------------------------------------*/
body {
    background: white;
}

.container {
    display: block;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}
.container:after {
    content: "";
    display: table;
    clear: both;
}

.site-header,
.site-footer {
    padding: 2.25em 0;
}

/* Sections */
.section {
    padding: 4.5em 0;
    display: block;
}
.section:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.site-content {
    margin: 4.5em auto 4.5em;
    clear: both;
}

.home .site-content,
.page-template.is-section .site-content {
    margin: 0;
}

.home.has-sidebar .content-area {
    margin: 0;
    width: 100%;
}

/*--------------------------------------------------------------
    Grid
--------------------------------------------------------------*/
.col,
.has-sidebar .content-area {
    float: left;
    display: block;
    margin: 0 5% 5% 0;
    box-sizing: border-box;
}

.first {
    margin-right: 5%;
}

.last {
    margin-right: 0;
}

.one-col {
    width: 100%;
    margin-right: 0;
}

.two-col {
    width: 47.5%;
}
.two-col:nth-child(2n) {
    margin-right: 0;
}
.two-col:nth-child(2n+1) {
    clear: left;
}

.three-col {
    width: 30%;
}
.three-col:nth-child(3n) {
    margin-right: 0;
}
.three-col:nth-child(3n+1) {
    clear: left;
}

.four-col {
    width: 21.25%;
}
.four-col:nth-child(4n) {
    margin-right: 0;
}
.four-col:nth-child(4n+1) {
    clear: left;
}

.two-thirds-col,
.has-sidebar .content-area {
    width: 65%;
}

.one-third-col {
    width: 30%;
}

.two-col:nth-child(2n),
.three-col:nth-child(3n),
.four-col:nth-child(4n) {
    margin-right: 0;
}

.two-col:nth-child(2n+1),
.three-col:nth-child(3n+1),
.four-col:nth-child(4n+1) {
    clear: left;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .two-col,
    .three-col,
    .four-col,
    .two-thirds-col,
    .has-sidebar .content-area,
    .one-third-col {
        width: 47.5%;
    }
    .two-col:nth-child(3n),
    .three-col:nth-child(3n),
    .four-col:nth-child(3n),
    .two-thirds-col:nth-child(3n),
    .has-sidebar .content-area:nth-child(3n),
    .one-third-col:nth-child(3n) {
        margin-right: 4.72458%;
    }
    .two-col:nth-child(3n+1),
    .three-col:nth-child(3n+1),
    .four-col:nth-child(3n+1),
    .two-thirds-col:nth-child(3n+1),
    .has-sidebar .content-area:nth-child(3n+1),
    .one-third-col:nth-child(3n+1) {
        clear: none;
    }
    .two-col:nth-child(4n),
    .three-col:nth-child(4n),
    .four-col:nth-child(4n),
    .two-thirds-col:nth-child(4n),
    .has-sidebar .content-area:nth-child(4n),
    .one-third-col:nth-child(4n) {
        margin-right: 4.72458%;
    }
    .two-col:nth-child(4n+1),
    .three-col:nth-child(4n+1),
    .four-col:nth-child(4n+1),
    .two-thirds-col:nth-child(4n+1),
    .has-sidebar .content-area:nth-child(4n+1),
    .one-third-col:nth-child(4n+1) {
        clear: none;
    }
    .two-col:nth-child(2n),
    .three-col:nth-child(2n),
    .four-col:nth-child(2n),
    .two-thirds-col:nth-child(2n),
    .has-sidebar .content-area:nth-child(2n),
    .one-third-col:nth-child(2n) {
        margin-right: 0;
    }
    .two-col:nth-child(2n+1),
    .three-col:nth-child(2n+1),
    .four-col:nth-child(2n+1),
    .two-thirds-col:nth-child(2n+1),
    .has-sidebar .content-area:nth-child(2n+1),
    .one-third-col:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 768px) {
    .two-col,
    .three-col,
    .four-col,
    .two-thirds-col,
    .has-sidebar .content-area,
    .one-third-col {
        width: 47.5%;
    }
    .two-col:nth-child(3n),
    .three-col:nth-child(3n),
    .four-col:nth-child(3n),
    .two-thirds-col:nth-child(3n),
    .has-sidebar .content-area:nth-child(3n),
    .one-third-col:nth-child(3n) {
        margin-right: 4.72458%;
    }
    .two-col:nth-child(3n+1),
    .three-col:nth-child(3n+1),
    .four-col:nth-child(3n+1),
    .two-thirds-col:nth-child(3n+1),
    .has-sidebar .content-area:nth-child(3n+1),
    .one-third-col:nth-child(3n+1) {
        clear: none;
    }
    .two-col:nth-child(4n),
    .three-col:nth-child(4n),
    .four-col:nth-child(4n),
    .two-thirds-col:nth-child(4n),
    .has-sidebar .content-area:nth-child(4n),
    .one-third-col:nth-child(4n) {
        margin-right: 4.72458%;
    }
    .two-col:nth-child(4n+1),
    .three-col:nth-child(4n+1),
    .four-col:nth-child(4n+1),
    .two-thirds-col:nth-child(4n+1),
    .has-sidebar .content-area:nth-child(4n+1),
    .one-third-col:nth-child(4n+1) {
        clear: none;
    }
    .two-col:nth-child(2n),
    .three-col:nth-child(2n),
    .four-col:nth-child(2n),
    .two-thirds-col:nth-child(2n),
    .has-sidebar .content-area:nth-child(2n),
    .one-third-col:nth-child(2n) {
        margin-right: 0;
    }
    .two-col:nth-child(2n+1),
    .three-col:nth-child(2n+1),
    .four-col:nth-child(2n+1),
    .two-thirds-col:nth-child(2n+1),
    .has-sidebar .content-area:nth-child(2n+1),
    .one-third-col:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 480px) {
    .two-col,
    .three-col,
    .four-col,
    .two-thirds-col,
    .has-sidebar .content-area,
    .one-third-col {
        margin-right: 0;
        float: none;
        width: 100%;
    }
}

/*--------------------------------------------------------------
    Lists
--------------------------------------------------------------*/
ul {
    list-style-type: disc;
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
ul li {
    line-height: 1.6;
}

ol {
    list-style-type: decimal;
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}
ol li {
    line-height: 1.6;
}

dl {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
dl dt {
    font-weight: bold;
    margin-top: .75em;
}
dl dd {
    margin: 0;
}

/*--------------------------------------------------------------
    Sidebar
--------------------------------------------------------------*/
.widget-area aside {
    margin-bottom: 3em;
}
.widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-area ul li.recentcomments,
.widget-area ul li a {
    padding: .5em 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
}
.widget-area ul li.recentcomments:hover,
.widget-area ul li a:hover {
    background-color: #f2f2f2;
    padding-left: 1em;
    width: 100%;
    box-sizing: border-box;
}
.widget-area ul .recentcomments a {
    border-bottom: none;
}
.widget-area ul .children {
    padding-left: 1em;
}

/*--------------------------------------------------------------
    Social
--------------------------------------------------------------*/
.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social li {
    display: inline;
    margin-left: 1em;
}
.social li:first-child {
    margin-left: 0;
}
.social li a {
    opacity: .7;
}
.social li a:hover {
    opacity: 1;
}

.widget-area .social {
    list-style: none;
    margin-bottom: 2em;
}
.widget-area .social li a {
    border: none;
    display: inline-block;
}
.widget-area .social li a:hover {
    background-color: transparent;
    border-color: transparent;
    padding-left: 0;
    width: auto;
    box-sizing: inherit;
}
.widget-area .social li a .genericon {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

/*--------------------------------------------------------------
    Posts and Pages
--------------------------------------------------------------*/
.hentry {
    margin-bottom: 3em;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.page .byline,
.group-blog .byline {
    display: inline;
}

.page-header {
    margin: 0 0 3em;
}

.page-content,
.entry-content {
    margin: 0 0 5em;
}

.entry-meta {
    color: #3d566e;
    font-size: .8em;
    margin-bottom: .3em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.entry-meta a {
    color: #57aae1;
}

/*--------------------------------------------------------------
    Post Meta
--------------------------------------------------------------*/
.entry-footer {
    margin: 0 0 5em;
    font-size: .8em;
    display: inline-block;
    width: 100%;
}
.entry-footer .cats-tags .tags {
    margin-left: 2em;
}

.read-more,
.cat-links,
.tags-links,
.comments-link,
.edit-link {
    font-size: .8em;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.edit-link {
    float: left;
    width: 100%;
    clear: both;
}

/*--------------------------------------------------------------
        Tagcloud & Pagination
--------------------------------------------------------------*/
.tagcloud,
.pagination {
    clear: both;
    display: block;
    text-align: left;
    margin-bottom: 1.5em;
}
.tagcloud:after,
.pagination:after {
    content: "";
    display: table;
    clear: both;
}
.tagcloud a,
.tagcloud span,
.pagination a,
.pagination span {
    background-color: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    color: #3498db;
    display: inline-block;
    font-size: .7em !important;
    margin: 0 2px 4px 0;
    padding: 0 8px;
}
.tagcloud a:hover,
.pagination a:hover {
    background-color: #e6e6e6;
    border: 1px solid #d9d9d9;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.nav-previous,
.nav-next {
    float: left;
    width: 50%;
}

.nav-next {
    text-align: right;
}

/*--------------------------------------------------------------
    Figures
--------------------------------------------------------------*/
figure {
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
    Alignment
--------------------------------------------------------------*/
.alignleft {
    float: left;
    margin-right: 1.5em;
}

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

/*--------------------------------------------------------------
    Nav
--------------------------------------------------------------*/
.main-navigation {
    z-index: 99;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
@media screen and (max-width: 768px) {
    .main-navigation ul {
        display: none;
    }
}
.main-navigation ul > li {
    display: inline-block;
    position: relative;
}
.main-navigation ul > li:hover > ul {
    display: block;
}
.main-navigation ul > li:hover > a {
    background-color: transparent;
}
.main-navigation ul > li a {
    display: block;
    padding: 1.5em;
    text-decoration: none;
}
.main-navigation ul > li ul {
    -webkit-animation: fadeIn .5s;
            animation: fadeIn .5s;
    border-radius: 2px;
    border-color: white;
    border-color: rgba(255, 255, 255, .25);
    border-width: 1px;
    border-style: solid;
    display: none;
    float: left;
    text-align: left;
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 99999;
}
.main-navigation ul > li ul li {
    border-radius: 0;
}
.main-navigation ul > li ul li:hover > a {
    background-color: black;
    color: white;
}
.main-navigation ul > li ul:before,
.main-navigation ul > li ul:after {
    content: "";
    position: absolute;
    top: -.5em;
    left: 3em;
    height: 0;
    width: 0;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    border-bottom: .5em solid black;
}
.main-navigation ul > li ul:before {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(255, 255, 255, .25);
    top: -9px;
    left: 47px;
}
.main-navigation ul > li ul a {
    background-color: black;
    padding: .75em 1.25em;
    width: 200px;
    box-sizing: border-box;
}
.main-navigation ul > li ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul > li ul ul:before,
.main-navigation ul > li ul ul:after {
    height: 0;
    width: 0;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 0 solid #34495e;
}
.main-navigation ul > li:last-child > ul:before,
.main-navigation ul > li:last-child > ul:after {
    right: 3em;
    left: auto;
}
.main-navigation ul > li:last-child > ul li {
    float: none;
}
.main-navigation ul > li:last-child > ul ul {
    right: 100%;
    left: auto;
    width: auto;
}
.main-navigation ul:not(.sub-menu) > li:last-child > ul {
    left: auto;
    right: 0;
}
.main-navigation ul:not(.sub-menu) > li:last-child > a {
    padding-right: 0;
}

/* Small menu */
.main-navigation.toggled ul li ul {
    -webkit-animation: none;
            animation: none;
}

.menu-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
}
.menu-toggle .genericon-menu {
    float: left;
}

/* Secondary Menu */
.second-navigation ul {
    list-style: none;
    margin: 1em 0;
    padding: 0;
}
.second-navigation ul li {
    display: inline;
    margin-left: 1em;
}
.second-navigation ul li:first-child {
    margin-left: 0;
}
.second-navigation ul li a {
    text-decoration: none;
}

/*--------------------------------------------------------------
    Header
--------------------------------------------------------------*/
.site-header {
    -webkit-animation: fadeIn 1s ease-in;
            animation: fadeIn 1s ease-in;
    z-index: 99999;
    position: relative;
    background-color: #10161c;
    color: white;
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.site-header .site-utilities {
    position: relative;
}
.site-header a {
    color: #fffc03b3;
    color: rgba(255, 255, 255, .7);
}
.site-header a:hover {
    color: #fffc03b3;
    color: rgba(255, 255, 255, .8);
}
.site-header .button-border {
    border-color: white;
    border-color: rgba(255, 255, 255, .6);
}
.site-header .button-border:hover {
    border-color: white;
    border-color: rgba(255, 255, 255, .8);
}

.home.has-header .content-area {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .site-header .main-navigation ul {
        background-color: #3498db;
    }
    .site-header .main-navigation ul li a {
        background: #3498db;
    }
    .site-header .main-navigation ul li a:hover {
        background: #258cd1;
    }
    .site-header .main-navigation ul.sub-menu a:hover {
        background-color: #258cd1;
    }
}
/*--------------------------------------------------------------
    Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    content: "";
    display: table;
    clear: both;
}

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

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

/*--------------------------------------------------------------
    Forms
--------------------------------------------------------------*/
fieldset {
    background: #e6e6e6;
    border: 1px solid #cccccc;
    margin: 0 0 .75em 0;
    padding: 1.5em;
}

input,
label,
select {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
}

label {
    font-weight: bold;
    margin-bottom: .375em;
}
label abbr {
    display: none;
}

.required:after {
    content: "*";
}

form textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple] {
    box-sizing: border-box;
    -webkit-transition: border-color;
            transition: border-color;
    background-color: white;
    border-radius: 2px;
    border: 2px solid #cccccc;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .06);
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 1.5em;
    padding: .75em .75em;
    width: 100%;
    -webkit-transition: opacity .3s ease-in;
            transition: opacity .3s ease-in;
    opacity: .75;
    color: #0d0d0d;
}
form textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
    border-color: #b3b3b3;
}
form textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
    outline: none;
    opacity: 1;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: .375em;
}

input[type="file"] {
    margin-bottom: .75em;
    padding-bottom: .5em;
    width: 100%;
}

select {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
    Tables
--------------------------------------------------------------*/
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.5em 0;
    table-layout: fixed;
    width: 100%;
}
table tbody tr:first-child th,
table tbody tr:first-child td {
    border-top: 2px solid #cccccc;
}
table tbody th,
table tbody td {
    padding: .5em;
    border-top: 1px solid #cccccc;
    border-bottom: 0;
}
table tbody th button,
table tbody td button {
    margin-right: .5em;
    display: inline-block;
    width: 100%;
    margin-bottom: .3em;
}
table thead th {
    padding: .5em;
    border-bottom: 0;
}

/*--------------------------------------------------------------
    Alerts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    Buttons
--------------------------------------------------------------*/
.button,
button,
input[type=submit],
input[type="submit"] {
    background-color: #3498db;
    border-radius: 3px;
    border: none;
    color: white;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    padding: 7px 18px;
    text-decoration: none;
    background-clip: padding-box;
    padding: .75em 1.5em;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: white;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all .3s;
            transition: all .3s;
}
.button:hover:not(:disabled),
button:hover:not(:disabled),
input[type=submit]:hover:not(:disabled),
input[type="submit"]:hover:not(:disabled) {
    background-color: #45a4e3;
    cursor: pointer;
}
.button:active:not(:disabled),
.button:focus:not(:disabled),
button:active:not(:disabled),
button:focus:not(:disabled),
input[type=submit]:active:not(:disabled),
input[type=submit]:focus:not(:disabled),
input[type="submit"]:active:not(:disabled),
input[type="submit"]:focus:not(:disabled) {
    background-color: #2a8bcc;
    cursor: pointer;
}
.button:disabled,
button:disabled,
input[type=submit]:disabled,
input[type="submit"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}
.button:hover,
button:hover,
input[type=submit]:hover,
input[type="submit"]:hover {
    color: white;
}

.button-border {
    box-sizing: border-box;
    -webkit-transition: border-color;
            transition: border-color;
    -webkit-transition: .2s;
            transition: .2s;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: #34495e;
    border-color: rgba(52, 73, 94, .8);
    color: #34495e;
    color: rgba(52, 73, 94, .8);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    padding: .75em 1.5em;
    width: 100%;
}
.button-border:hover {
    background-color: transparent;
    border-color: white;
    color: #34495e;
}
.button-border:focus {
    border-color: white;
    outline: none;
}

/* Submit button animation */
.progress-button {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.progress-button .tz-bar {
    background-color: #34495e;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 2px 2px;
    -webkit-transition: width .5s, height .5s;
            transition: width .5s, height .5s;
}
.progress-button .tz-bar.background-horizontal {
    height: 100%;
    border-radius: 2px;
}

.progress-button.in-progress,
.progress-button.finished {
    color: transparent;
}

.progress-button.in-progress:after,
.progress-button.finished:after {
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    padding-top: inherit;
    color: #ffffff;
    left: 0;
}

.progress-button.in-progress:after {
    content: attr(data-loading);
}

.progress-button.finished:after {
    content: attr(data-finished);
}

/*--------------------------------------------------------------
    Media
--------------------------------------------------------------*/
img {
    height: auto;
    max-width: 100%;
}
img.bw {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;
            filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    opacity: .5;
    -webkit-transition: opacity .25s ease;
            transition: opacity .25s ease;
}
img.bw:hover {
    opacity: 1;
            filter: none;
    -webkit-filter: grayscale(0%);
    background-color: white;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
    Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.entry-caption {
    font-style: italic;
    text-align: center;
}

/*--------------------------------------------------------------
    Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}
.gallery .slides img {
    border: none;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery.themeworks-gallery.flexslider,
.site-main .gallery.themeworks-gallery.flexslider img {
    max-height: 595px;
    width: auto;
    margin: 0 auto;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

/* Flexslider */
.flexslider,
.carousel {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.flexslider .slides,
.carousel .slides {
    zoom: 1;
    margin: 0;
    padding: 0;
}
.flexslider .slides:after,
.carousel .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.flexslider .slides > li,
.carousel .slides > li {
    display: none;
    position: relative;
}
.flexslider .slides > li.flex-active-slide .slide .slide-title,
.carousel .slides > li.flex-active-slide .slide .slide-title {
    -webkit-animation: bounceInLeft 1s;
            animation: bounceInLeft 1s;
}
.flexslider .slides > li.flex-active-slide .slide .slide-caption,
.carousel .slides > li.flex-active-slide .slide .slide-caption {
    -webkit-animation: bounceInLeft 1.5s;
            animation: bounceInLeft 1.5s;
}
.flexslider .slides > li.flex-active-slide .slide .slide-link,
.carousel .slides > li.flex-active-slide .slide .slide-link {
    -webkit-animation: bounceInLeft 2s;
            animation: bounceInLeft 2s;
}
.flexslider .slides > li.flex-active-slide .slide.slide-right .slide-title,
.carousel .slides > li.flex-active-slide .slide.slide-right .slide-title {
    -webkit-animation: bounceInRight 1s;
            animation: bounceInRight 1s;
}
.flexslider .slides > li.flex-active-slide .slide.slide-right .slide-caption,
.carousel .slides > li.flex-active-slide .slide.slide-right .slide-caption {
    -webkit-animation: bounceInRight 1.5s;
            animation: bounceInRight 1.5s;
}
.flexslider .slides > li.flex-active-slide .slide.slide-right .slide-link,
.carousel .slides > li.flex-active-slide .slide.slide-right .slide-link {
    -webkit-animation: bounceInRight 2s;
            animation: bounceInRight 2s;
}
.flexslider .slides img,
.carousel .slides img {
    width: 100%;
    display: block;
}
.flexslider .slides .slide .slideshow-caption,
.carousel .slides .slide .slideshow-caption {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    color: white;
}
.flexslider .slides .slide .slideshow-caption .slide-title,
.carousel .slides .slide .slideshow-caption .slide-title {
    font-size: 3em;
    margin-bottom: .25em;
}
.flexslider .slides .slide .slideshow-caption .slide-caption,
.carousel .slides .slide .slideshow-caption .slide-caption {
    font-size: 1.5em;
    margin-bottom: .75em;
}
.flexslider .flex-direction-nav,
.carousel .flex-direction-nav {
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .flex-direction-nav a,
.carousel .flex-direction-nav a {
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    opacity: .6;
    top: 50%;
    cursor: pointer;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    z-index: 10;
}
.flexslider .flex-direction-nav a:before,
.carousel .flex-direction-nav a:before {
    font-family: "Genericons";
    content: "\f432";
    display: inline-block;
}
.flexslider .flex-direction-nav a.flex-prev:before,
.carousel .flex-direction-nav a.flex-prev:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.flexslider .flex-direction-nav a.flex-next:before,
.carousel .flex-direction-nav a.flex-next:before {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.flexslider .flex-direction-nav .flex-prev,
.carousel .flex-direction-nav .flex-prev {
    left: 0;
    overflow: hidden;
}
.flexslider .flex-direction-nav .flex-next,
.carousel .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
    overflow: hidden;
}
.flexslider .flex-direction-nav .flex-prev,
.flexslider .flex-direction-nav .flex-next,
.carousel .flex-direction-nav .flex-prev,
.carousel .flex-direction-nav .flex-next {
    background-color: black;
    background-color: rgba(0, 0, 0, .3);
}
.flexslider .flex-direction-nav .flex-next:hover,
.flexslider .flex-direction-nav .flex-prev:hover,
.carousel .flex-direction-nav .flex-next:hover,
.carousel .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.flexslider .flex-direction-nav .flex-disabled,
.carousel .flex-direction-nav .flex-disabled {
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default;
}
.flexslider .slide-thumbs,
.carousel .slide-thumbs {
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, .3);
    margin: 0;
    padding: 0;
    text-align: center;
}
.flexslider .slide-thumbs li,
.carousel .slide-thumbs li {
    list-style: none;
    float: left;
    width: 75px;
    margin-left: 1em;
    cursor: pointer;
    padding: 1em 0;
    opacity: .7;
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
}
.flexslider .slide-thumbs li img,
.carousel .slide-thumbs li img {
    width: 100%;
    height: auto;
    float: left;
}
.flexslider .slide-thumbs li:hover,
.carousel .slide-thumbs li:hover {
    opacity: 1;
}
.flexslider .slide-thumbs li.flex-active,
.carousel .slide-thumbs li.flex-active {
    opacity: 1;
}
.flexslider .flex-control-nav,
.carousel .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 2em;
    text-align: center;
    padding: 0;
    margin: 0;
    z-index: 10;
}
.flexslider .flex-control-nav li,
.carousel .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
}
.flexslider .flex-control-paging li a,
.carousel .flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #cccccc;
    cursor: pointer;
    text-indent: -9999px;
    -o-border-radius: 20px;
       border-radius: 20px;
}
.flexslider .flex-control-paging li a:hover,
.flexslider .flex-control-paging li a.flex-active,
.carousel .flex-control-paging li a:hover,
.carousel .flex-control-paging li a.flex-active {
    background: #999999;
    cursor: pointer;
}
.flexslider .flex-pauseplay span,
.carousel .flex-pauseplay span {
    text-transform: capitalize;
}
.flexslider .flex-pauseplay a,
.carousel .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: black;
}
.flexslider .flex-pauseplay a:before,
.carousel .flex-pauseplay a:before {
    font-family: "Genericons";
    font-size: 20px;
    display: inline-block;
    content: "\f429";
}
.flexslider .flex-pauseplay a:hover,
.carousel .flex-pauseplay a:hover {
    opacity: 1;
}
.flexslider .flex-pauseplay a.flex-play:before,
.carousel .flex-pauseplay a.flex-play:before {
    content: "\f429";
}
.flexslider.loading,
.carousel.loading {
    min-height: 500px;
}

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

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

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

.carousel li {
    margin-right: 40px;
    list-style: none;
}

/* Gallery */
.gallery.flexslider,
.site-main .gallery.flexslider img {
    padding: 0;
    border: 0 !important;
    margin: 0;
    box-shadow: none;
}

.site-main .gallery.flexslider {
    margin-bottom: 2em;
}
.site-main .gallery.flexslider .flex-caption {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, .3);
    color: white;
    margin: 0;
    padding: 1em 2em;
    max-width: 100%;
}

/*--------------------------------------------------------------
    Widgets
--------------------------------------------------------------*/
.widgets .widget {
    margin-bottom: 5em;
}
.widgets .widget select {
    max-width: 100%;
}
.widgets .widget.widget_search .search-submit {
    display: none;
}

.section .widget {
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
    Comments
--------------------------------------------------------------*/
.comments-area {
    padding: 8% 0;
    margin-top: 5%;
    clear: both;
}
.comments-area .comments-title {
    font-size: 1.5em;
    letter-spacing: 2px;
    padding-bottom: 3%;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
}
.comments-area .comment-list {
    list-style-type: none;
    margin: 0 0 5em;
    padding: 0;
}
.comments-area .comment-list .comment-article {
    padding: 2em 0;
}
.comments-area .comment-list .comment {
    list-style: none;
}
.comments-area .comment-list .comment .children {
    padding-left: 5em;
}
.comments-area .comment-list .comment .children .comment {
    border-bottom: 0;
}
.comments-area .comment-list .comment .comment-meta .avatar {
    border-radius: 50%;
    float: left;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata {
    padding: .75em 0 0 6em;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata .fn {
    color: #2b3c4e;
    font-style: normal;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata .datetime {
    font-size: .8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata .datetime a {
    color: #258cd1;
}
.comments-area .comment-list .comment .comment-content {
    margin: 1em 6em 0;
}
.comments-area .comment-list .comment .comment-content .edit-link {
    font-size: .8em;
}
.comments-area .comment-list .comment .reply {
    margin-left: 6em;
}

.comment-content a {
    word-wrap: break-word;
}

/*--------------------------------------------------------------
    Tooltips
--------------------------------------------------------------*/
.tooltip-item {
    border: 1px solid #cccccc;
    padding: .5em 1em;
    border-radius: 2px;
    position: relative;
    margin-bottom: 1.5em;
}
.tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible;
}
.tooltip-item .tooltip {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 130%;
    left: 50%;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    background-color: rgba(52, 73, 94, .9);
    border-radius: 2px;
    color: white;
    font-size: .9em;
    line-height: 1.5em;
    margin-left: -8em;
    opacity: 0;
    padding: 1em;
    text-align: center;
    visibility: hidden;
    min-width: 16em;
    z-index: 10;
}
.tooltip-item .tooltip p {
    margin-bottom: 0;
}
.tooltip-item .tooltip:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top-color: rgba(52, 73, 94, .9);
    content: "";
    pointer-events: none;
}

/*--------------------------------------------------------------
    Shapes
--------------------------------------------------------------*/
.triangle-overlay {
    position: relative;
}
.triangle-overlay:after {
    border-color: white transparent;
    border-style: solid;
    border-width: 25px 25px 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    width: 0;
}

/**

    Genericons Helper CSS

*/
/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
    font-family: "Genericons";
    src: url("font/genericons-regular-webfont.eot");
}
@font-face {
    font-family: "Genericons";
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url("font/genericons-regular-webfont.ttf") format("truetype"), url("font/genericons-regular-webfont.svg#genericonsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/**
 * All Genericons
 */
.genericon {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 1;
    font-family: "Genericons";
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: top;
}

/**
 * Individual icons
 */
/* Post formats */
.genericon-standard:before {
    content: "\f100";
}

.genericon-aside:before {
    content: "\f101";
}

.genericon-image:before {
    content: "\f102";
}

.genericon-gallery:before {
    content: "\f103";
}

.genericon-video:before {
    content: "\f104";
}

.genericon-status:before {
    content: "\f105";
}

.genericon-quote:before {
    content: "\f106";
}

.genericon-link:before {
    content: "\f107";
}

.genericon-chat:before {
    content: "\f108";
}

.genericon-audio:before {
    content: "\f109";
}

/* Social icons */
.genericon-github:before {
    content: "\f200";
}

.genericon-dribbble:before {
    content: "\f201";
}

.genericon-twitter:before {
    content: "\f202";
}

.genericon-facebook:before {
    content: "\f203";
}

.genericon-facebook-alt:before {
    content: "\f204";
}

.genericon-wordpress:before {
    content: "\f205";
}

.genericon-googleplus:before {
    content: "\f206";
}

.genericon-linkedin:before {
    content: "\f207";
}

.genericon-linkedin-alt:before {
    content: "\f208";
}

.genericon-pinterest:before {
    content: "\f209";
}

.genericon-pinterest-alt:before {
    content: "\f210";
}

.genericon-flickr:before {
    content: "\f211";
}

.genericon-vimeo:before {
    content: "\f212";
}

.genericon-youtube:before {
    content: "\f213";
}

.genericon-tumblr:before {
    content: "\f214";
}

.genericon-instagram:before {
    content: "\f215";
}

.genericon-codepen:before {
    content: "\f216";
}

.genericon-polldaddy:before {
    content: "\f217";
}

.genericon-googleplus-alt:before {
    content: "\f218";
}

.genericon-path:before {
    content: "\f219";
}

.genericon-skype:before {
    content: "\f220";
}

.genericon-digg:before {
    content: "\f221";
}

.genericon-reddit:before {
    content: "\f222";
}

.genericon-stumbleupon:before {
    content: "\f223";
}

.genericon-pocket:before {
    content: "\f224";
}

.genericon-dropbox:before {
    content: "\f225";
}

/* Meta icons */
.genericon-comment:before {
    content: "\f300";
}

.genericon-category:before {
    content: "\f301";
}

.genericon-tag:before {
    content: "\f302";
}

.genericon-time:before {
    content: "\f303";
}

.genericon-user:before {
    content: "\f304";
}

.genericon-day:before {
    content: "\f305";
}

.genericon-week:before {
    content: "\f306";
}

.genericon-month:before {
    content: "\f307";
}

.genericon-pinned:before {
    content: "\f308";
}

/* Other icons */
.genericon-search:before {
    content: "\f400";
}

.genericon-unzoom:before {
    content: "\f401";
}

.genericon-zoom:before {
    content: "\f402";
}

.genericon-show:before {
    content: "\f403";
}

.genericon-hide:before {
    content: "\f404";
}

.genericon-close:before {
    content: "\f405";
}

.genericon-close-alt:before {
    content: "\f406";
}

.genericon-trash:before {
    content: "\f407";
}

.genericon-star:before {
    content: "\f408";
}

.genericon-home:before {
    content: "\f409";
}

.genericon-mail:before {
    content: "\f410";
}

.genericon-edit:before {
    content: "\f411";
}

.genericon-reply:before {
    content: "\f412";
}

.genericon-feed:before {
    content: "\f413";
}

.genericon-warning:before {
    content: "\f414";
}

.genericon-share:before {
    content: "\f415";
}

.genericon-attachment:before {
    content: "\f416";
}

.genericon-location:before {
    content: "\f417";
}

.genericon-checkmark:before {
    content: "\f418";
}

.genericon-menu:before {
    content: "\f419";
}

.genericon-refresh:before {
    content: "\f420";
}

.genericon-minimize:before {
    content: "\f421";
}

.genericon-maximize:before {
    content: "\f422";
}

.genericon-404:before {
    content: "\f423";
}

.genericon-spam:before {
    content: "\f424";
}

.genericon-summary:before {
    content: "\f425";
}

.genericon-cloud:before {
    content: "\f426";
}

.genericon-key:before {
    content: "\f427";
}

.genericon-dot:before {
    content: "\f428";
}

.genericon-next:before {
    content: "\f429";
}

.genericon-previous:before {
    content: "\f430";
}

.genericon-expand:before {
    content: "\f431";
}

.genericon-collapse:before {
    content: "\f432";
}

.genericon-dropdown:before {
    content: "\f433";
}

.genericon-dropdown-left:before {
    content: "\f434";
}

.genericon-top:before {
    content: "\f435";
}

.genericon-draggable:before {
    content: "\f436";
}

.genericon-phone:before {
    content: "\f437";
}

.genericon-send-to-phone:before {
    content: "\f438";
}

.genericon-plugin:before {
    content: "\f439";
}

.genericon-cloud-download:before {
    content: "\f440";
}

.genericon-cloud-upload:before {
    content: "\f441";
}

.genericon-external:before {
    content: "\f442";
}

.genericon-document:before {
    content: "\f443";
}

.genericon-book:before {
    content: "\f444";
}

.genericon-cog:before {
    content: "\f445";
}

.genericon-unapprove:before {
    content: "\f446";
}

.genericon-cart:before {
    content: "\f447";
}

.genericon-pause:before {
    content: "\f448";
}

.genericon-stop:before {
    content: "\f449";
}

.genericon-skip-back:before {
    content: "\f450";
}

.genericon-skip-ahead:before {
    content: "\f451";
}

.genericon-play:before {
    content: "\f452";
}

.genericon-tablet:before {
    content: "\f453";
}

.genericon-send-to-tablet:before {
    content: "\f454";
}

.genericon-info:before {
    content: "\f455";
}

.genericon-notice:before {
    content: "\f456";
}

.genericon-help:before {
    content: "\f457";
}

.genericon-fastforward:before {
    content: "\f458";
}

.genericon-rewind:before {
    content: "\f459";
}

.genericon-portfolio:before {
    content: "\f460";
}

.genericon-heart:before {
    content: "\f461";
}

.genericon-code:before {
    content: "\f462";
}

.genericon-subscribe:before {
    content: "\f463";
}

.genericon-unsubscribe:before {
    content: "\f464";
}

.genericon-subscribed:before {
    content: "\f465";
}

.genericon-reply-alt:before {
    content: "\f466";
}

.genericon-reply-single:before {
    content: "\f467";
}

.genericon-flag:before {
    content: "\f468";
}

.genericon-print:before {
    content: "\f469";
}

.genericon-lock:before {
    content: "\f470";
}

.genericon-bold:before {
    content: "\f471";
}

.genericon-italic:before {
    content: "\f472";
}

.genericon-picture:before {
    content: "\f473";
}

.genericon-fullscreen:before {
    content: "\f474";
}

/* Generic shapes */
.genericon-uparrow:before {
    content: "\f500";
}

.genericon-rightarrow:before {
    content: "\f501";
}

.genericon-downarrow:before {
    content: "\f502";
}

.genericon-leftarrow:before {
    content: "\f503";
}

/*--------------------------------------------------------------
    Footer
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    padding: 0;
    background-color: #10161c;
    color: #34495e;
}
.site-footer a {
    color: #587ca0;
}
.site-footer a:hover {
    color: #98afc6;
}
.site-footer input[type="search"],
.site-footer input[type="text"] {
    color: #0d0d0d;
}
.site-footer .site-info {
    padding: 2em 0;
    background-color: black;
}

/*--------------------------------------------------------------
    Page Templates
--------------------------------------------------------------*/
/* Team Page */
.team-page figure .team-member-position {
    width: 100%;
    float: left;
    margin: 0 0 .5em 0;
}
.team-page figure .author-info {
    width: 100%;
    float: left;
}
.team-page figure .team-member-link {
    margin: .5em .5em 0 0;
    float: left;
}

/* Archives Page */
.archives-page .container {
    padding: 0;
    width: 100%;
}
.archives-page .container div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Wide Page */
.page-template .content-area {
    width: 100%;
    margin: 0;
}

/* Narrow Page */
.page-template-page-narrow-php .content-area {
    float: none;
    margin: 0 auto;
    width: 60%;
}
.page-template-page-narrow-php .content-area .entry-header,
.page-template-page-narrow-php .content-area .entry-footer {
    text-align: center;
}

/* Portfolio Page */
.page-template-page-portfolio-1-php .site-main .hentry {
    text-align: center;
}

/*--------------------------------------------------------------
    Animate
--------------------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
            -ms-transform: scale3d(.3, .3, .3);
                transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
            -ms-transform: scale3d(.9, .9, .9);
                transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
            -ms-transform: scale3d(1.03, 1.03, 1.03);
                transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
            -ms-transform: scale3d(.97, .97, .97);
                transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
            -ms-transform: translate3d(0, -3000px, 0);
                transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
            -ms-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
            -ms-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
            -ms-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
            -ms-transform: translate3d(-3000px, 0, 0);
                transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
            -ms-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
            -ms-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
            -ms-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
                transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
                transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
                transform: none;
    }
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
            -ms-transform: translate3d(3000px, 0, 0);
                transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
            -ms-transform: translate3d(-25px, 0, 0);
                transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
            -ms-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
            -ms-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
                transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
                transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
            -ms-transform: translate3d(0, 3000px, 0);
                transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
            -ms-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
            -ms-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
            -ms-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
                transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
                transform: none;
    }
}
/*--------------------------------------------------------------
    Typography
--------------------------------------------------------------*/
body {
    color: #b300a7;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.25em;
    line-height: 1.25em;
    margin-bottom: .75em;
}

h2 {
    font-size: 2em;
    line-height: 1.25em;
    margin-bottom: .75em;
}

h3 {
    font-size: 1.75em;
    line-height: 1.25em;
    margin-bottom: .75em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.25em;
    margin-bottom: .75em;
}

h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: .75em;
}

h6 {
    font-size: 1em;
    line-height: 1em;
    margin-bottom: .75em;
}

p {
    margin: 0 0 1.5em;
    line-height: 1.6;
}

a {
    color: #3498db;
    text-decoration: none;
    -webkit-transition: .2s;
            transition: .2s;
}
a:hover {
    color: #217dbb;
}
a:active,
a:focus {
    color: #217dbb;
    outline: none;
}

.entry-meta a,
.entry-footer a {
    color: #75b9e7;
}
.entry-meta a:hover,
.entry-footer a:hover {
    color: #3498db;
}

hr {
    border-bottom: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

abbr,
acronym {
    border-bottom: 1px dotted #cccccc;
    cursor: help;
}

address {
    display: block;
    margin: 0 0 1.5em;
}

del {
    color: #4f6f8f;
}

blockquote {
    background: white;
    color: #4f6f8f;
    font-size: 1.25em;
    line-height: 1.5em;
    margin: 1.5em 0;
    padding: 1.5em;
}
blockquote p {
    margin-bottom: 0;
}

cite {
    color: #6789ab;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2em;
}
.section-title a {
    text-decoration: none;
}

.page-title {
    display: inline-block;
    border-bottom: 1px solid #34495e;
    padding-bottom: .5em;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.taxonomy-description p {
    color: gray;
    font-size: 75%;
}

.entry-header {
    margin-bottom: 3em;
}

.dropcap {
    float: left;
    font-size: 6em;
    line-height: 1em;
    padding-right: .2em;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

.single-portfolio .entry-header,
.single-portfolio .entry-footer,
.single-service .entry-header,
.single-service .entry-footer,
.single-testimonial .entry-header,
.single-testimonial .entry-footer {
    text-align: center;
}

/*--------------------------------------------------------------
    Shortcodes
--------------------------------------------------------------*/
/* Contact */
.contact-form .hide {
    display: none;
}
.contact-form .contact-error {
    width: 100%;
    color: #e74c3c;
}
.contact-form .contact-error:last-child {
    margin-bottom: 2em;
}
.contact-form .contact-success {
    width: 100%;
    float: left;
    color: #2ecc71;
    margin-bottom: 2em;
}
.contact-form .invalid {
    border: 1px solid #e74c3c;
}

/* Grid */
.themeworks-grid-container {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.themeworks-grid-container:after {
    content: "";
    display: table;
    clear: both;
}
.themeworks-grid-container:after {
    content: "";
    display: table;
    clear: both;
}
.themeworks-grid-container:after {
    content: "";
    display: table;
    clear: both;
}

/*  Alert Boxes  */
.themeworks-box {
    background-color: #10161c;
    color: rgba(255, 255, 255, .7);
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 1.5em 1.5em;
    margin: .5em 0;
    font-size: 1.25em;
}
.themeworks-box.alignright,
.themeworks-box.alignleft {
    margin-left: 0;
    margin-right: 0;
}
.themeworks-box a {
    text-decoration: underline;
}

/* Dividers */
.themeworks-divider {
    display: block;
    height: 0;
    margin: 0;
    background: none;
}
.themeworks-divider.solid {
    border-bottom: 1px solid #cccccc;
}
.themeworks-divider.dashed {
    border-bottom: 1px dashed #cccccc;
}
.themeworks-divider.dotted {
    border-bottom: 1px dotted #cccccc;
}
.themeworks-divider.double {
    box-sizing: border-box;
    height: 5px;
    display: block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

/* Pricing Table */
.themeworks-pricing-table {
    border: 1px solid rgba(0, 0, 0, .4);
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em;
}
.themeworks-pricing-table header {
    background: #10161c;
    color: white;
    text-align: center;
    padding: 3em;
}
.themeworks-pricing-table header .themeworks-pricing-title {
    font-size: 1.25em;
    margin: 0;
    font-weight: normal;
    line-height: 1;
}
.themeworks-pricing-table header .price {
    font-size: 3em;
    line-height: 1;
}
.themeworks-pricing-table header .per {
    font-size: .75em;
}
.themeworks-pricing-table.featured {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.themeworks-pricing-table section {
    background: white;
    color: #10161c;
    font-size: .85em;
    padding: 3em;
    text-align: center;
}
.themeworks-pricing-table section p {
    margin: 0;
}
.themeworks-pricing-table section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.themeworks-pricing-table section ul li {
    border-bottom: 1px solid white;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding: 1em;
}
.themeworks-pricing-table footer {
    background: white;
    text-align: center;
    padding: 0 0 3em;
}

.themeworks-sc-highlight {
    color: white;
}

/*--------------------------------------------------------------
    Team
--------------------------------------------------------------*/
.team-member-image img {
    margin-bottom: .5em;
}

.team-member-name {
    margin: 0;
}

.team-member-title {
    font-style: italic;
}
/* Blog 8 */
.blog-8 .entry-image {
    margin-bottom: 2em;
}
.blog-8 .post-details {
    margin-top: 1em;
}
.blog-8 .post-details h3 {
    margin-bottom: .1em;
}
.blog-8 .post-details .entry-meta {
    margin-bottom: 1.5em;
}
.blog-8 .flex-control-nav {
    bottom: 0;
    position: relative;
    padding: 0;
    margin: 2em 0 0 0;
}

.page .blog-8 .carousel .slides > li {
    display: block;
    margin-bottom: 3em;
}
/* Footer 3 */
.site-footer .site-info,
.site-footer .secondary-menu {
    text-align: center;
}
/* Header-10 */
.site-header-10 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}
.site-header-10 .site-utilities {
    display: block;
}
.site-header-10 .site-utilities:after {
    content: "";
    display: table;
    clear: both;
}
.site-header-10 .site-utilities .site-branding {
    float: left;
    max-width: 25%;
}
.site-header-10 .site-utilities .site-branding .site-title {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 1em;
}
.site-header-10 .site-utilities .site-branding .site-description {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}
.site-header-10 .main-navigation {
    max-width: 75%;
    float: right;
    clear: right;
    position: relative;
}
.site-header-10 .main-navigation ul {
    float: right;
    text-transform: uppercase;
}
.site-header-10 .main-navigation ul li li {
    text-transform: none;
}
.site-header-10 .site-welcome {
    margin: 3em;
    text-align: center;
    font-size: 1.3em;
}
.site-header-10 .site-welcome .site-action {
    margin-top: 3em;
}
.site-header-10 .social {
    float: right;
}
.site-header-10 .background-video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: visible;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.site-header-10 .background-video video {
    min-width: 100%;
    min-height: 100%;
}
@media screen and (max-width: 768px) {
    .site-header-10 .site-utilities {
        position: static;
    }
    .site-header-10 .site-utilities .site-branding {
        float: none;
        max-width: 100%;
    }
    .site-header-10 .site-branding {
        float: left;
        display: block;
        margin-right: 4.72458%;
        width: 100%;
        max-width: 100%;
        float: none;
        text-align: center;
        margin: 1em auto;
        position: relative;
    }
    .site-header-10 .site-branding:last-child {
        margin-right: 0;
    }
    .site-header-10 .site-branding .site-title {
        font-size: 1.5em;
        font-size: 1.5rem;
    }
    .site-header-10 .site-branding .site-title img {
        max-width: 90%;
        max-height: auto;
        height: auto;
    }
    .site-header-10 .site-branding .site-description {
        display: none;
    }
    .site-header-10 .site-welcome {
        font-size: .66667em;
        float: left;
        display: block;
        margin-right: 4.72458%;
        width: 100%;
        padding: 1em;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .site-header-10 .site-welcome:last-child {
        margin-right: 0;
    }
    .site-header-10 .social {
        float: none;
        margin: 1em auto;
        text-align: center;
    }
    .site-header-10 .main-navigation {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1em;
        margin: .5em;
        bottom: auto;
        background: transparent;
        border: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        width: 97% !important;
        max-width: 100%;
    }
    .site-header-10 .main-navigation .container {
        width: 100%;
        padding: 0;
    }
    .site-header-10 .main-navigation ul.primary-menu {
        top: 48px;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .site-header-10 .main-navigation ul {
        position: relative;
        float: none !important;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        z-index: 999;
        box-shadow: none;
        border: none;
    }
    .site-header-10 .main-navigation ul li {
        width: 100%;
        left: auto;
        text-align: center;
        border: none;
    }
    .site-header-10 .main-navigation ul li:hover > ul {
        display: block;
        -webkit-animation: none;
           -moz-animation: none;
                animation: none;
    }
    .site-header-10 .main-navigation ul li a {
        color: white;
        margin-left: 0;
        width: auto;
        text-transform: none;
        padding: 1em;
        letter-spacing: 0;
        text-transform: none !important;
    }
    .site-header-10 .main-navigation ul li ul {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        float: none;
        box-shadow: none;
    }
    .site-header-10 .main-navigation ul li ul a {
        opacity: 1;
    }
    .site-header-10 .main-navigation ul li:last-child ul {
        width: 100%;
    }
    .site-header-10 .main-navigation ul ul li:hover > a {
        background-color: transparent;
    }
    .site-header-10 .menu-toggle {
        display: block;
        line-height: 1;
    }
    .site-header-10 .toggled .nav-menu {
        display: block;
    }
    .site-header-10 .toggled .nav-menu ul.sub-menu {
        display: block;
        top: 0;
        left: 0 !important;
        position: relative;
    }
    .site-header-10 .toggled .nav-menu ul.sub-menu:before,
    .site-header-10 .toggled .nav-menu ul.sub-menu:after {
        border: none;
    }
    .site-header-10 .toggled .menu-toggle {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .site-header-10 .button {
        font-size: 1em;
        font-size: 1rem;
        padding: .5em;
    }
}

.has-header .site-header-10 .site-welcome {
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
}
/*--------------------------------------------------------------
    Blog
--------------------------------------------------------------*/
.section.blog article {
    box-sizing: border-box;
    overflow: hidden;
}
/*--------------------------------------------------------------
    Portfolio
--------------------------------------------------------------*/
.single-portfolio .entry-header {
    text-align: center;
}
.single-portfolio img {
    clear: both;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.portfolio-page .entry-title,
.tax-portfolio-category .entry-title {
    margin-bottom: 0;
    margin-top: .25em;
}

.portfolio.one-col .entry-image {
    text-align: center;
}
.portfolio.one-col .post-details {
    text-align: center;
    margin-bottom: 3em;
}
/* Portfolio 1 */
.portfolio-1 article {
    position: relative;
}
.portfolio-1 article figcaption {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.portfolio-1 article figcaption h3 {
    display: table;
    height: 100%;
    margin: 0;
    width: 100%;
}
.portfolio-1 article figcaption h3 a {
    display: table-cell;
    height: 100%;
    opacity: 0;
    text-align: center;
    padding: 10%;
    position: relative;
    text-decoration: none;
    transition: opacity .25s ease-in-out 0s, background .25s ease-in-out 0s;
    vertical-align: middle;
    z-index: 1;
    color: white;
}
.portfolio-1 article figcaption h3 a:hover {
    opacity: .9;
    background-color: rgba(0, 0, 0, .9);
    color: white;
}
.portfolio-1 article figure {
    margin: 0;
}
.portfolio-1 article figure img {
    display: block;
}