/*
Theme Name: Look
Theme URI: http://webdesign-finder.com/look/
Author: MW Templates
Author URI: http://modernwebtemplates.com/
Description: Look is a bright, classy and modern WordPress template for portfolio website. As well as theme functionality! The template comes with great portfolio design and customized layout for BOOKED appointment plugin. We've made main accent on theme readability and convenient navigation. Look theme great looks at any device, both desktop computers and phones. Live customizer allows to easily change theme colors, change logo, title, tagline, add social icons and adjust widgets according to your needs.
Version: 1.2.0
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: Custom-Header, Left-Sidebar, Right-Sidebar, Post-Formats, Rtl-Language-Support, Theme-Options, Editor-Style, Sticky-Post
Text Domain: look

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
@TODO: widgets recent posts - add options.
@TODO: widgets recent posts - improve js.
@TODO: search animation.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Site Layout
 * 	 2.1 - Preloader
 * 3.0 - Typography
 * 4.0 - Elements
 *	 4.1 Effects
 * 5.0 - Forms
 * 6.0 - Navigations
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Small 240px
 *    15.2 - Mobile Small 320px
 *    15.3 - Mobile Small 480px
 *    15.4 - Mobile Large 600px
 *    15.5 - Mobile Large 620px
 *    15.6 - Tablet Small 740px
 * 	  15.7 - Tablet Medium 768px
 *    15.8 - Tablet Medium 783px
 *    15.9 - Tablet Large 880px
 *    15.10 - Desktop Small 955px
 *    15.11 - Desktop Small 992px
 *    15.12 - Desktop Medium 1100px
 *    15.13 - Desktop Large 1240px
 *    15.14 - Desktop X-Large 1403px
 *    16.0 - Print
 *    16.1 - Retina-specific styles
 *    16.2 - Retina-specific styles
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */

/*.site-content .content-area .site-main {
    background: rgba(0, 0, 0, 0) url("img/stripes.png") repeat scroll 0 0;
}*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    font-weight: 300;
    overflow-y: scroll;
    overflow-x: hidden; /* Hide horizontal scroll */
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    height: 100%;
}

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

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

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

a img {
    border: 0;
}

a, button {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.footer ul,
.ul-icon ul {
    list-style: none;
    list-style-position: inside !important;
}

.nomargintop {
    margin-top: 0 !important;
}
.nomarginbottom {
    margin-bottom: 0 !important;
}
.nomarginleft {
    margin-left: 0 !important;
}
.nomarginright {
    margin-right: 0 !important;
}

.nopaddingtop {
    padding-top: 0 !important;
}
.nopaddingbottom {
    padding-bottom: 0 !important;
}
.nopaddingleft {
    padding-left: 0 !important;
}
.nopaddingright {
    padding-right: 0 !important;
}

/**
 * 2.0 - Site Layout
 */
.page.sidebar_none .post-container.sidebar_none,
.single-post.sidebar_none .post-container.sidebar_none,
.page.page-sidebar-none .post-container.container-fluid {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.page.sidebar_none .page-builder .post-container.container-fluid,
.page.page-sidebar-none .page-builder .post-container.container-fluid {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sidebar_none .page-builder .site-content,
.page-sidebar-none .page-builder .site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.site-content {
    padding: 36px 0;
}

/* Boxed layout */
.site_boxed_on .boxed-wrapper  {
    padding: 0;
    display: block;
}

/**
 * 2.1 - Preloader
 */
.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/**
 * 3.0 Typography
 */
body {
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.85714;
}

textarea {
    resize: none;
}

label {
    font-weight: 100;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: 100;
    margin: 0 0 24px 0;
}

.h1, h1 {
    font-size: 90px;
    font-size: 9rem;
    line-height: 1.28;
}

.h2, h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1.2;
}

.h3, h3 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.44;
}

.h4, h4 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.2;
}

.h5, h5 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.6;
}

.h6, h6 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

@media (max-width: 479px) {
    .h1, h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.44;
    }

    .h2, h2 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.6;
    }

    .h3, h3 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.2;
    }

    .h4, h4 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 1.3714;
    }
    .h5, h5 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.6;
    }

    .h6, h6 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.44;
    }

    .h2, h2 {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 1.6;
    }

    .h3, h3 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.2;
    }

    .h4, h4 {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.3714;
    }
}

p {
    margin: 0 0 26px 0;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    margin: 0 0 24px 0;
    padding: 15px 0 15px 40px;
    border-style: solid;
    border-left-width: 5px;
}

blockquote p {
    margin-bottom: 24px;
}

blockquote cite,
blockquote small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.714;
    margin-top: 24px;
}

blockquote cite img,
blockquote small img {
    margin-right: 12px;
    width: 40px;
    border-radius: 50%;
}

blockquote em,
blockquote i,
blockquote cite,
blockquote cite a {
    font-style: normal;
    text-decoration: none;
}

blockquote cite a {
    font-weight: 900;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    line-height: 1.71429;
    margin: 0 0 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    border-radius: 0;
    line-height: 1;
    vertical-align: middle;
}

kbd {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
}

code {
    line-height: 1;
}

pre {
    line-height: 1.71429;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    word-wrap: break-word;
}

abbr[title] {
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
    line-height: 1;
}


/* Title Block */
.post__title a {
    font-size: 30px !important;
    font-size: 3rem !important;
    font-weight: 700;
}

.post__heading {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 1.1111;
}

.posted-on a {
    text-decoration: none;
}

/**
 * 4.0 Elements
 */

hr {
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

ul,
ol {
    margin: 0 0 26px 0;
    padding: 0 0 0 26px;
}

ul li {
    line-height: 2;
    margin-bottom: 4px;
}

.ul-icon ul {
    margin: 0 0 26px 5px;
    position: relative;
}

.ul-icon ul li:before {
    font-family: 'FontAwesome';
    content:'\f00d';
    position: absolute;
    left: 0;
}

ol {
    list-style: decimal;
}

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

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

dd, dt {
    line-height: 1.71429;
}


table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px;
    margin: 0 0 24px;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

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

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    line-height: 1.71429;
    text-align: center;
    padding: 12px 5px 11px 5px;
}

thead th {
    padding: 12px 5px 11px 5px;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
    max-width: 100%;
}

del {
    opacity: 0.8;
}

/* Links */
a:hover,
a:focus {
    text-decoration: none;
}


/* Dropcaps */

body.dropcaps2:not(.home):not(.blog):not(.archive) .entry-content .post-content > p:first-child:first-letter {
    float: left;
    font-weight: 700;
    font-size: 48px;
    font-size: 4.8rem;
    margin-right: 15px;
    padding-top: 5px;
    line-height: 1;
}

body.dropcaps3:not(.home):not(.blog):not(.archive) .entry-content .post-content > p:first-child:first-letter {
    float: left;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 300;
    margin: 10px 4px 0 0;
    line-height: 90%;
}

/**
 * 4.1 Effects
 */
/* LazyLoading */
.lazyload,
.lazyloading {
    position: absolute;
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPYAAP///wAAANTU1JSUlGBgYEBAQERERG5ubqKiotzc3KSkpCQkJCgoKDAwMDY2Nj4+Pmpqarq6uhwcHHJycuzs7O7u7sLCwoqKilBQUF5eXr6+vtDQ0Do6OhYWFoyMjKqqqlxcXHx8fOLi4oaGhg4ODmhoaJycnGZmZra2tkZGRgoKCrCwsJaWlhgYGAYGBujo6PT09Hh4eISEhPb29oKCgqioqPr6+vz8/MDAwMrKyvj4+NbW1q6urvDw8NLS0uTk5N7e3s7OzsbGxry8vODg4NjY2PLy8tra2np6erS0tLKyskxMTFJSUlpaWmJiYkJCQjw8PMTExHZ2djIyMurq6ioqKo6OjlhYWCwsLB4eHqCgoE5OThISEoiIiGRkZDQ0NMjIyMzMzObm5ri4uH5+fpKSkp6enlZWVpCQkEpKSkhISCIiIqamphAQEAwMDKysrAQEBJqamiYmJhQUFDg4OHR0dC4uLggICHBwcCAgIFRUVGxsbICAgAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAHjYAAgoOEhYUbIykthoUIHCQqLoI2OjeFCgsdJSsvgjcwPTaDAgYSHoY2FBSWAAMLE4wAPT89ggQMEbEzQD+CBQ0UsQA7RYIGDhWxN0E+ggcPFrEUQjuCCAYXsT5DRIIJEBgfhjsrFkaDERkgJhswMwk4CDzdhBohJwcxNB4sPAmMIlCwkOGhRo5gwhIGAgAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYU7A1dYDFtdG4YAPBhVC1ktXCRfJoVKT1NIERRUSl4qXIRHBFCbhTKFCgYjkII3g0hLUbMAOjaCBEw9ukZGgidNxLMUFYIXTkGzOmLLAEkQCLNUQMEAPxdSGoYvAkS9gjkyNEkJOjovRWAb04NBJlYsWh9KQ2FUkFQ5SWqsEJIAhq6DAAIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhQkKE2kGXiwChgBDB0sGDw4NDGpshTheZ2hRFRVDUmsMCIMiZE48hmgtUBuCYxBmkAAQbV2CLBM+t0puaoIySDC3VC4tgh40M7eFNRdH0IRgZUO3NjqDFB9mv4U6Pc+DRzUfQVQ3NzAULxU2hUBDKENCQTtAL9yGRgkbcvggEq9atUAAIfkECQoAAAAsAAAAABAAEAAAB4+AAIKDhIWFPygeEE4hbEeGADkXBycZZ1tqTkqFQSNIbBtGPUJdD088g1QmMjiGZl9MO4I5ViiQAEgMA4JKLAm3EWtXgmxmOrcUElWCb2zHkFQdcoIWPGK3Sm1LgkcoPrdOKiOCRmA4IpBwDUGDL2A5IjCCN/QAcYUURQIJIlQ9MzZu6aAgRgwFGAFvKRwUCAAh+QQJCgAAACwAAAAAEAAQAAAHjIAAgoOEhYUUYW9lHiYRP4YACStxZRc0SBMyFoVEPAoWQDMzAgolEBqDRjg8O4ZKIBNAgkBjG5AAZVtsgj44VLdCanWCYUI3txUPS7xBx5AVDgazAjC3Q3ZeghUJv5B1cgOCNmI/1YUeWSkCgzNUFDODKydzCwqFNkYwOoIubnQIt244MzDC1q2DggIBACH5BAkKAAAALAAAAAAQABAAAAeJgACCg4SFhTBAOSgrEUEUhgBUQThjSh8IcQo+hRUbYEdUNjoiGlZWQYM2QD4vhkI0ZWKCPQmtkG9SEYJURDOQAD4HaLuyv0ZeB4IVj8ZNJ4IwRje/QkxkgjYz05BdamyDN9uFJg9OR4YEK1RUYzFTT0qGdnduXC1Zchg8kEEjaQsMzpTZ8avgoEAAIfkECQoAAAAsAAAAABAAEAAAB4iAAIKDhIWFNz0/Oz47IjCGADpURAkCQUI4USKFNhUvFTMANxU7KElAhDA9OoZHH0oVgjczrJBRZkGyNpCCRCw8vIUzHmXBhDM0HoIGLsCQAjEmgjIqXrxaBxGCGw5cF4Y8TnybglprLXhjFBUWVnpeOIUIT3lydg4PantDz2UZDwYOIEhgzFggACH5BAkKAAAALAAAAAAQABAAAAeLgACCg4SFhjc6RhUVRjaGgzYzRhRiREQ9hSaGOhRFOxSDQQ0uj1RBPjOCIypOjwAJFkSCSyQrrhRDOYILXFSuNkpjggwtvo86H7YAZ1korkRaEYJlC3WuESxBggJLWHGGFhcIxgBvUHQyUT1GQWwhFxuFKyBPakxNXgceYY9HCDEZTlxA8cOVwUGBAAA7AAAAAAAAAAAA);
}

/* Animation Element */
.fw-animated-element {
    visibility: hidden !important;
}
.fw-animated-element.animated {
    visibility: visible !important;
}

@media(max-width:1199px){
    .fw-animated-element {
        visibility: visible !important;
    }
}

/**
 * 5.0 Forms
 */
button,
input,
select,
textarea {
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    font-size: 12px;
    font-size: 1.2rem;
    transition: all 0.3s ease 0s;
    font-weight: 900;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 1em 3em;
    text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: transparent;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: transparent;
    font-weight: 300;
    padding: 7px 20px;
    width: 100%;
    border: 1px solid #dfdfdf;
    transition: all 0.3s ease 0s;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
textarea:hover {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    outline: 0;
}

.footer input[type="text"],
.footer input[type="email"],
.footer input[type="url"],
.footer input[type="password"],
.footer input[type="search"],
.footer input[type="tel"],
.footer input[type="number"],
.footer textarea {
}

.post-password-form {
    margin-bottom: 1.75em;
}

.post-password-form label {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;

    position: relative;
    top: 1px;
}

.post-password-form input[type="password"] {
    width: 200px;
    margin-top: 0.4375em;
}

.post-password-form > :last-child {
    margin-bottom: 0;
}

/* Search Form */
.search-form {
    position: relative;
}

.search-form label {
    width: 100%;
}

.search-form input[type="search"] {
    height: 40px;
    padding: 0.5em 1.2em;
    text-transform: uppercase;
    font-weight: 400;
}

.search-submit {
    text-indent: -99999px;
    border: 0 !important;
    background: transparent;
}

label.submit-button-icon {
    display: block;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px !important;
    height: 40px !important;
}

label.submit-button-icon:before {
    font-family: 'Flaticon';
    content: "\f118";
    font-size: 16px;
    right: 12px;
    top: 6px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

/* Bootstrap select */
.bootstrap-select > .btn {
    margin-top: 0;
}

.bootstrap-select .btn,
.bootstrap-select .dropdown-menu {
    border-radius: 0;
}

.bootstrap-select .btn.dropdown-toggle.selectpicker {
    padding: 11px 19px;
}

/* Contact From 7 */
form.wpcf7-form p {
    margin-bottom: 16px;
    position: relative;
    line-height: 0;
}

form.wpcf7-form label {
    position: absolute;
    display: block;
    font-size: 20px;
    left: 12px;
    line-height: 1;
    top: 10px;
    z-index: 1;
}

form.wpcf7-form .your-name + label {
    font-size: 18px;
    line-height: 1.2;
}

form.wpcf7-form .your-email + label {
    font-size: 18px;
    line-height: 1.4;
}

form.wpcf7-form .your-phone + label {
    font-size: 24px;
    line-height: 1;
    left: 15px;
}

form.wpcf7-form .your-address + label {
    font-size: 18px;
    line-height: 1.2;
}

form.wpcf7-form .your-message + label {
    font-size: 18px;
    line-height: 1.2;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="search"],
form.wpcf7-form textarea {
    font-size: 14px;
    font-size: 1.4rem;
}
form.wpcf7-form input[type="reset"] {
    background: transparent !important;
    cursor: pointer;
}

form.wpcf7-form textarea {
    resize: none;
    min-height: 153px;
}

form.wpcf7-form .submit {
    text-align: center;
}

form.wpcf7-form .submit button,
form.wpcf7-form .submit input[type="button"],
form.wpcf7-form .submit input[type="reset"],
form.wpcf7-form .submit input[type="submit"] {
    padding-left: 60px;
    padding-right: 60px;
    margin: 0;
}

span.wpcf7-not-valid-tip {
    color: #ff0000;
    display: block;
    font-size: 1em;
    position: absolute;
    right: 10px;
    top: 9px;
}
:-moz-ui-invalid:not(output) {
    box-shadow: 0px 1.5px #ff0000;
}

div.wpcf7-validation-errors {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Widget models entries carouse fix  */
.widget.widget_models_entries_carousel .models-carousel-cat-block .show-all i {
    font-family: 'FontAwesome';
}

/* MailChimp Widget */

.widget.widget_text .mc4wp-form,
.widget.widget_mc4wp_form_widget {
    background-color: transparent;
}

.widget.widget_mc4wp_form_widget .mc4wp-form .widget-title {
    display: none;
}

.widget.widget_text .mc4wp-form p,
.widget.widget_mc4wp_form_widget p {
    position: relative;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}

.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute input,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute input {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    background-color: transparent !important;
    border-color: transparent;
    z-index: 2;
    position: relative;
}
.mc4wp-form .mc4wp_button_position_absolute .fa {
    display: none !important;
}
.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.widget.widget_text .mc4wp-form .mc4wp_button_position_absolute:before,
.widget.widget_mc4wp_form_widget .mc4wp_button_position_absolute:before {
    font-family: 'Flaticon';
    content: "\f11d";
    font-size: 16px;
    position: absolute;
    right: 12px;
    color: inherit;
}

.widget.widget_text .mc4wp-form input,
.widget.widget_text .mc4wp-form textarea,
.widget.widget_mc4wp_form_widget .mc4wp-form input,
.widget.widget_mc4wp_form_widget .mc4wp-form textarea {
    padding: 0.68em 0.8em 0.68em 0.8em;
    height: 40px;
}

.widget.widget_text .mc4wp-form .button,
.widget.widget_text .mc4wp-form button,
.widget.widget_text .mc4wp-form input[type="button"],
.widget.widget_text .mc4wp-form input[type="reset"],
.widget.widget_text .mc4wp-form input[type="submit"] {
    border-color: transparent;
}

.widget.widget_text .mc4wp-form .mc4wp-form-fields p:last-child {
    margin-bottom: 0;
}

.widget.widget_text .mc4wp-form ::-webkit-input-placeholder,
.widget.widget_text .mc4wp-form :-moz-placeholder,
.widget.widget_text .mc4wp-form ::-moz-placeholder,
.widget.widget_text .mc4wp-form :-ms-input-placeholder,
.widget.widget_mc4wp_form_widget .mc4wp-form ::-webkit-input-placeholder,
.widget.widget_mc4wp_form_widget .mc4wp-form :-moz-placeholder,
.widget.widget_mc4wp_form_widget .mc4wp-form ::-moz-placeholder,
.widget.widget_mc4wp_form_widget .mc4wp-form :-ms-input-placeholder {
    opacity: 1;
}

.footer .widget_mc4wp_form_widget .mc4wp-form {
    margin: 20px 0;
}
.footer .widget_mc4wp_form_widget .mc4wp-form p {
    margin: 0;
}

/**
 * 6.0 Navigations
 */

/**** Main Navigation
----------------------------------------- ***/
.menu-strip {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.create-menu {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1111;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

.create-menu a {
    display: inline-block;
    padding: 0 0 0 20px;
    line-height: 1;
}

/* Main menu */
.menu-strip {
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.main-nav .create-menu {
    margin-left: -15px;
}

.main-nav {
    display: block;
    width: 100%;
}

.main-nav .menu,
.main-nav .menu ul {
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.main-nav .menu {
    border-bottom: 0;
}

.main-nav .menu li {
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.main-nav .menu li a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
}

/* Main menu -- zero level */
.main-nav .menu > li {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    margin-right: 0;
}

.main-nav .menu > li a {
    text-transform: uppercase;
    position: relative;
}
.main-nav .menu > li > a {
    margin: 0 35px;
    padding-bottom: 5px;
}

.main-nav .menu > li:after {
    content: ".";
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.main-nav .menu > #more-li:after,
.main-nav .menu > li:last-child:after {
    display: none;
}

/* Main menu -- dropdown */
.main-nav .menu li ul {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 2000;
    min-width: 230px;
    padding: 15px 30px 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0px, 40px);
    -moz-transform: translate(0px, 40px);
    transform: translate(0px, 40px);
    -webkit-transition: visibility 0.1s ease 0.2s, opacity 0.2s ease-in-out 0.1s, -webkit-transform 0.2s ease-in-out 0.1s;
    -moz-transition: visibility 0.1s ease 0.2s, opacity 0.2s ease-in-out 0.1s, -moz-transform 0.2s ease-in-out 0.1s;
    transition: visibility 0.1s ease 0.2s, opacity 0.2s ease-in-out 0.1s, transform 0.2s ease-in-out 0.1s;
}

.main-nav .menu li:hover > ul {
    overflow: visible;
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.main-nav .menu li li ul {
    top: 0;
    left: 100%;
    -webkit-transform: translate(-40px, 0px);
    -moz-transform: translate(-40px, 0px);
    transform: translate(-40px, 0px);
}

.main-nav .menu li li:hover > ul {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.main-nav .menu li li {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 12px 0 0;
}

.main-nav .menu li li a {
    display: block;
    position: relative;
    padding: 12px 0;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 3px solid transparent;
    line-height: 1.2;
    text-transform: uppercase;
}
.main-nav .menu li li a:hover {
    padding-left: 15px;
}

.main-nav .menu > li.md-hidden {
    display: none;
}

.main-nav .menu > li#more-li {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    z-index: 100;
}

.main-nav .menu > li#more-li > ul {
    left: auto;
    right: 0;
}

.main-nav .menu > li#more-li > ul [class*=icon] {
    display: none;
}

.main-nav .menu > li#more-li > ul li.dropdown a::before {
    position: relative;
    width: 0;
    left: 0;
    top: 2px;
}

.main-nav #more-li > ul li ul {
    left: auto;
    right: 100.5%;
}

.main-nav .sub-menu .menu-item-has-children a:after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 9px;
    display: block;
    position: absolute;
    top: 15px;
    right: -15px;
}

.ie-lt-10 .menu li li a:after {
    display: none;
}

/* Main menu -- dropdown level 1 items divider */
.sub-menu li:first-of-type > a {
    border-top: 0;
}

/* Main menu -- dropdown level 2,3,... */
.main-nav .menu li li ul {
    margin-top: -11px;
    margin-left: 15px;
}

/* Main menu -- icon */
.main-nav > ul > li .dropdown .genericon,
.main-nav > ul > li .dropdown .glyphicon,
.main-nav > ul > li .dropdown .rt-icon,
.main-nav > ul > li .dropdown .fa {
    line-height: 20px;
}

.main-nav > ul > li .genericon,
.main-nav > ul > li .glyphicon,
.main-nav > ul > li .rt-icon,
.main-nav > ul > li .fa {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 700;
}

.main-nav > ul > li .rt-icon {
    margin-top: -3px;
    margin-left: 1px;
}

/* Mobile Menu */

.mobile-menu {
    cursor: pointer;
    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=0);
    /* Older than Firefox 0.9 */
    -moz-opacity: 0;
    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0;
    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0;
    z-index: 10;
    border: none;
}

.toggle_menu {
    display: none;
}

/* Mobile Menu (max 59.6874em) styles */
@media(max-width: 59.6874em) {
    .header__primary {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        line-height: 1;
    }
    .admin-bar #main-nav,
    .admin-bar .toggle_menu.mobile-active {
        top: 40px;
    }
	.header-wrapper.header_style1 .menu-strip,
    .header__primary.sticky-menu.sticky-menu-open .menu-strip {
        display: block;
    }
    .main-nav {
        height: 100%;
		overflow: hidden;
		overscroll-behavior: contain;
	}
	.main-nav .menu {
		position: fixed;
		overflow: auto;
		background-color: #fff;
        border-top: 60px solid #95c6d8;
		padding: 20px 20px 60px 20px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 100%;
		font-size: 1.1em;
		text-transform: uppercase;
		font-weight: 400;
		word-wrap: break-word;
		text-align: left;
        transition: all .4s ease-out 0s;
		opacity: 0;
        height: 100vh;
        z-index: 101;
	}
    .mobile-active .main-nav .menu {
        opacity: 1;
        right: 0;
    }
    .main-nav .menu li {
        display: block;
    }
    .main-nav .menu>li::after {
        display: none;
    }
	.main-nav .menu > li > a,
	.main-nav .menu a {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin: 0;
	}
	.main-nav .menu li ul.sub-menu {
		list-style: none;
		padding-left: 10px;
        display: block;
        overflow: visible;
        visibility: visible;
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        background-color: transparent;
        border: none;
	}
	.main-nav .menu ul li a{
		display: block;
		padding: 10px;
		font-weight: 300;
		font-size: 16px;
		text-transform: capitalize;
	}
	.main-nav .menu ul li a:before {
		content: '-';
		padding-right: 5px;
	}
    .main-nav .sub-menu .menu-item-has-children a:after {
        display: none;
    }
	.main-nav .menu ul ul li a:before {
		content: '--';
		padding-right: 5px;
	}
    .toggle_menu{
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 1001;
        visibility: visible;
    }
    .toggle_menu span,
    .toggle_menu span:before,
    .toggle_menu span:after{
        background-color: #323232;
    }    
    .toggle_menu:hover span:before{
        top: -9px;
    }
    .toggle_menu:hover span:after{
        top: 9px;
    }
    .toggle_menu:before,
    .toggle_menu span,
    .toggle_menu span:before,
    .toggle_menu span:after{
        display: block;
        width: 30px;
        position: absolute;
        background-color: #000;
        content: "";
        left: 0;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        transition: .25s ease-in-out;
        height: 2px;
    }
    .toggle_menu:before,
    .toggle_menu span{
        left: 15px;
        top: 50%;
    }
    .toggle_menu span:before{
        opacity: 1;
        top: -8px;
    }
    .toggle_menu span:after{
        opacity: 1;
        top: 8px;
    }
    .toggle_menu.mobile-active{
        background-color: #95c6d8;
        border: none;
        left: auto;
        top: 0;
        right: 0;
        position: fixed;
        margin: 0;
        z-index: 3000;
    }
    .toggle_menu.mobile-active:before{
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggle_menu.mobile-active span{
        background-color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .toggle_menu.mobile-active span:before,
    .toggle_menu.mobile-active span:after{
        opacity: 0;
    }
}

.nav-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 0 0 0;
    line-height: 40px;
}

/* Social Menu */
.social-navigation {
    list-style: none;
    margin: 17px 0;
    position: relative;
    padding: 0;
    border: 0 !important;
}

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

.social-navigation li a {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    margin: 6px 6px 0 0;
}

.social-navigation li a::before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: left;
    top: 0;
}

.social-navigation li a.hidden {
    display: none;
}

/** Facebook */
.social-navigation li a[href*="facebook.com"]::before {
    content: '\f09a';
}

/** Twitter */
.social-navigation li a[href*="twitter.com"]::before {
    content: '\f099';
}

/** X */
.social-navigation li a[href*="x.com"]::before {
    content: '\e906';
    font-family: 'rt-icons-2';
}

/** Google Plus */
.social-navigation li a[href*="plus.google.com"]::before {
    content: '\f067';
}

/** Linkedin */
.social-navigation li a[href*="linkedin.com"]::before {
    content: '\f0e1';
}

/** Instagram */
.social-navigation li a[href*="instagram.com"]::before {
    content: '\f16d';
}

/** Pinterest */
.social-navigation li a[href*="pinterest.com"]::before {
    content: '\f231';
}

/** Vimeo */
.social-navigation li a[href*="vimeo.com"]::before {
    content: '\f27d';
}

/** Youtube */
.social-navigation li a[href*="youtube.com"]::before {
    content: '\f16a';
}

/** RSS */
.social-navigation li a[href$=".rss"]::before {
    content: '\f09e';
}

/** Top bar social navigation **/
.top-bar-center .social-navigation {
    margin: 0;
    padding: 0;
    width: auto;
}

.top-bar-center .social-navigation li a::before {
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.top-bar-center .social-navigation li a {
    background: transparent;
    height: 30px;
    margin: 6px 6px 0 0;
    width: 30px;
}

.top-bar-center .social-navigation li a:hover {
    opacity: 1;
}

.top-bar-center .social-navigation li a:hover:before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/** Facebook */
.top-bar-center .social-navigation li a[href*="facebook.com"]::before {
    color: #3b5998;
}

/** Twitter */
.top-bar-center .social-navigation li a[href*="twitter.com"]::before {
    color: #33ccff;
}

/** X */
.top-bar-center .social-navigation li a[href*="x.com"]::before {
    color: #33ccff;
}

/** Google Plus */
.top-bar-center .social-navigation li a[href*="plus.google.com"]::before {
    color: #dd4b39;
}

/** Linkedin */
.top-bar-center .social-navigation li a[href*="linkedin.com"]::before {
    color: #069;
}

/** Instagram */
.top-bar-center .social-navigation li a[href*="instagram.com"]::before {
    color: #3f729b;
}

/** Pinterest */
.top-bar-center .social-navigation li a[href*="pinterest.com"]::before {
    color: #c8232c;
}

/** Vimeo */
.top-bar-center .social-navigation li a[href*="vimeo.com"]::before {
    color: #1AB7EA;
}

/** Youtube */
.top-bar-center .social-navigation li a[href*="youtube.com"]::before {
    color: #bc0001;
}

/** RSS */
.social-navigation li a[href$=".rss"]::before {
    color: #FF6600;
}

/* Share icons */

.share-this {
    min-height: 29px;
}

.share-this ul.social-icons {
    overflow: hidden;
}

ul.share-icons {
    margin: 0;
    padding: 0;
}

.share-icons > li {
    display: inline-block;
    position: relative;
}

.share-icons li a {
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.share-icons li a:before {
    margin-right: 0;
}

.share-icons > li {
    line-height: 29px;
    margin-left: 0;
}

.share-icons > li > a {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pagination */

.pagination {
    padding: 10px 15px;
    border-radius: 0 !important;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
}

.pagination a,
.pagination span {
    display: inline-block;
    margin: 0 6px;
    padding: 6px;
    text-align: center;
}
.pagination .page-numbers {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.pagination .page-numbers.current {
    font-size: 20px;
    font-size: 2rem;
}

.pagination span span {
    display: none;
    float: initial;
    min-width: initial;
    min-height: initial;
    height: initial;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
}
.pagination .nav-links {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 0 60px;
}
.page-numbers:before {
    content: "0";
}
.next.page-numbers,
.prev.page-numbers {
    font-weight: 600;
    position: absolute;
    top: 2px;
}
.prev.page-numbers {
    left: 0;
}
.next.page-numbers {
    right: 0;
}
.next.page-numbers:before,
.prev.page-numbers:before {
    display: none;
}

/* Reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}

/* Image Navigation */

.image-navigation {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    font-weight: 400;
    margin: 0 0.7em;
}
.image-navigation .nav-previous {
    float: left;
}
.image-navigation .nav-next {
    float: right;
}

.image-navigation .nav-previous a:before {
    font-family: 'FontAwesome';
    content: "\f053";
    margin-right: 15px;
    position: relative;
}

.image-navigation .nav-next a:after {
    font-family: 'FontAwesome';
    content: "\f054";
    margin-left: 15px;
    position: relative;
    float: right;
}

.image-navigation {
    padding: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
    margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */

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

/* Must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    display: block;
    font: bold 14px/normal "Roboto", sans-serif;
    left: -9999em;
    outline: none;
    padding: 12px 24px 11px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 Alignments
 */

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

.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
}
.alignwide, .alignfull {
    clear: both;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0 40px 36px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0 0 36px 40px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0;
    margin-bottom: 36px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 24px;
}

/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}

/**
 * 10.0 - Header
 */
.sticky {
}
.header__primary {
    position: absolute;
    display: block;
    z-index: 100;
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.header__primary > div {
    display: block;
}
.header__primary .header-left {
    float: left;
    /*width: 50%;*/
    /*background-color: rgba(240, 245, 248, 0.1);*/
}
.header__primary .header-center {
    float: right;
    text-align: right;
    width: 50%;
}
.header__primary .header-right {
    display: none;
}

.header__primary.sticky-menu {
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    visibility: visible;
    z-index: 100;
    opacity: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.09);
    transform: translate(0, -100%);
    transition: transform 600ms ease, opacity 600ms ease;
}
@media (min-width: 600px) {
    .admin-bar .header__primary.sticky-menu {
        margin-top: 45px;
    }
}
@media (min-width: 783px) {
    .admin-bar .header__primary.sticky-menu {
        margin-top: 32px;
    }
}

.header__primary.sticky-menu.sticky-menu-open {
    transition: transform 600ms ease, opacity 600ms ease;
    transform: translate(0, 0);
    opacity: 1;
}

/* Top Bar Buttons */
.header-button__search,
.login-popup__logout,
.login-popup__toggle,
.registration__toggle {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    line-height: 27px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site_boxed_on .header-wrapper  .header-button__search {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    line-height: 27px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 300;
    right: 155px;
    top: 38px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
}


.header-button__search i,
.login-popup__logout i,
.login-popup__toggle i,
.registration__toggle i {
    position: relative;
    top: 6px;
    vertical-align: middle;
}
.header-button__search i:before {
    font-size: 23px;
}

.login-popup__logout i {
    display: block;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Search Box */
.search-box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0;
    width: 100%;
    height: 100px;
    z-index: -1;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.search-box--opened .search-box {
    z-index: 1000;
    display: block;
    opacity: 1;
    visibility: visible;
}

.search-box__form {
    position: relative;
    height: 100%;
}

.search-box__label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    display: none;
}

.search-box--opened .search-box__label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

input[type=search].search-box__input {
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    height: 100%;
    padding: 0 15px 0 15px;
    border: none;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    color: transparent;
    cursor: pointer;
}

.search-box--opened input[type=search].search-box__input.fadein {
    max-width: 100%;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

/* Placeholder for Top Search */
.search-box__form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 1) !important;
}

.search-box__form :-moz-placeholder {
    color: rgba(0, 0, 0, 1) !important;
}

.search-box__form ::-moz-placeholder {
    color: rgba(0, 0, 0, 1) !important;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.search-box__form :-ms-input-placeholder {
    color: rgba(0, 0, 0, 1) !important;
}

/* Search overlay */
.search-box-overlay {
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.search-box--opened .search-box-overlay {
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
}
.search-box-header-overlay {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.search-box--opened .search-box-header-overlay {
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
}


/* Search animation */
.search-box,
.search-box--opened .search-box,
input[type=search].search-box__input,
.search-box--opened input[type=search].search-box__input,
input[type=search].search-box__input.fadein,
.search-box--opened input[type=search].search-box__input.fadein {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Login popup */
.login-button {
    display: inline-block;
    z-index: 4;
}

.login-popup {
    padding-right: 0;
    text-align: left;
}

.registration__toggle {
}

.header_style1 .login-button .separator {
    border-right: 1px solid transparent;
    height: 100%;
    position: relative;
    margin: 0 1px 0 4px;
    width: 1px;
    top: 2px;
}

/* Login popup style */
.login-popup__popup {
    position: absolute;
    right: 0;
    top: 83px;
    z-index: 190;
    width: 360px;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
}

.login-popup__popup--closed {
}

.login-popup__popup--opened {
    visibility: visible;
    opacity: 1;
}

.login-popup__popup__title {
    font-size: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}

.login-popup__popup #loginform {
    overflow: hidden;
}

.login-popup__popup #loginform label {
    display: none;
}

.login-popup__popup #loginform input[type="text"],
.login-popup__popup #loginform input[type="password"] {
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: 100%;
}

.login-popup__popup #loginform .login-username,
.login-popup__popup #loginform .login-password {
    margin-bottom: 10px;
    display: block;
}

.login-popup__popup #loginform .login-remember {
    float: right;
    margin-top: 6px;
    margin-bottom: 6px;
}

.login-popup__popup #loginform .login-remember label {
    display: block;
    line-height: 1;
    margin-bottom: 0;
    width: 150px;
    overflow: hidden;
    cursor: pointer;
}

.login-popup__popup #loginform .login-remember label input[type="checkbox"] {
    display: none;
}

.login-popup__popup #loginform .login-remember label input[type="checkbox"] + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.login-popup__popup #loginform .login-remember label input[type="checkbox"]:checked + span:before {
    display: block;
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-top: 2px;
    margin-left: 2px;
}

.login-popup__popup #loginform .login-submit {
    float: left;
    margin-top: 0;
    margin-bottom: 18px;
}

.login-popup__popup #loginform .login-submit input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    border: 0;
    text-transform: uppercase;
    padding: 10px 32px;
    height: 45px;
}

.login-popup__popup__forgot-password {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 1;
}

/* Login popup on small screens */
@media (max-width: 480px) {
    .login-popup__popup {
        width: 320px;
        padding: 18px 20px;
        min-height: initial;
    }

    .login-popup__popup #loginform .login-remember label {
        width: 100%;
        text-align: right;
    }
}
/* Header  Image Logo */
.header-left .logo {
    margin-left: 0;
}
@media (min-width: 1099px) {
    .header-left .logo {
        margin-left: 40px;
    }
}

/* Header Blog Name */
.text-logo {
    font-family: 'Josefin Sans', sans-serif;
}
.text-logo .blogname {
    text-transform: uppercase;
}

.text-logo .blogname a,
.text-logo .blogname a:hover,
.text-logo .blogname a:active,
.text-logo .blogname a:focus {
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 40px;
    text-decoration: none;
    line-height: 40px;
    font-weight: 400;
    white-space: nowrap;
}

.blogdescr {
    line-height: 1;
    white-space: nowrap;
}

.blogdescr a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.blogdescr a,
.blogdescr a:hover,
.blogdescr a:active,
.blogdescr a:focus {
    text-decoration: none;
    text-transform: uppercase;
}


/* Breadcrumbs */
.breadcrumbs-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    z-index: 1;
}
.breadcrumbs {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 0;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    position: relative;
    line-height: 1;
}

.breadcrumbs li a,
.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover,
.breadcrumbs li:last-child span {
    padding: 2px 10px;
}

.breadcrumbs li::after {
    content: '.';
    font-size: 24px;
    position: relative;
    top: -3px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs span a {
    padding: 2px 20px;
}

.breadcrumbs span.separator {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;

    width: 2px;
    margin: 0 14px;
    padding: 0 0 0 0;
}


/**
 * 11.0 Widgets
 */
/* Widgets */

/* Instagram Feed */
.instagram-wrapper .textwidget {
    margin: 0 -10px !important;
}

/* Footer contact us */
.footer .contact-us ul {
    padding: 0;
}
.footer .contact-us ul li {
    position: relative;
    padding-left: 34px;
    line-height: 2;
}
.footer .contact-us ul > li > i {
    position: absolute;
    left: 0;
    top: 5px;
}
.footer .contact-us ul > li > .fa-map-marker,
.footer .contact-us ul > li > .fa-phone {
    font-size: 20px;
    font-size: 2rem;
}
.footer .contact-us ul > li > .flaticon-paper-plane {
    top:0;
}
/* Footer newsletter  */
.footer .newsletter-form {
    padding-bottom: 0 !important;
}
/* Footer social links */
.footer .social-links li:before {
    content:'';
}
.footer .social-links li,
.footer .social-links li a {
    padding-left: 0 !important;
}
/* Footer tagcloud */
.footer .widget.widget_tag_cloud .tagcloud a {
    border-color: #fff;
    color: #fff;
}

.textwidget {
    position: relative;
}
.textwidget a:hover .widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0 0 55px 0;
}
.primary-sidebar .widget-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.primary-sidebar .widget-title span {
    display: inline-block;
    position: relative;
}
.primary-sidebar .widget-title span:before,
.primary-sidebar .widget-title span:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    color: inherit;
    top: 50%;
    width: 300px;
}
.primary-sidebar .widget-title span:after {
    left: 100%;
    margin-left: 20px;
}
.primary-sidebar .widget-title span:before {
    right: 100%;
    margin-right: 20px;
}

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

/* Widget Archives */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul {
    list-style-type: none !important;
}

.widget button,
.widget input {
    line-height: normal;
}

.widget .bootstrap-select {
    padding: 0 25px;
}


.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.585;
    text-transform: uppercase;
    overflow: hidden;
    padding: 0.5em 0;
    cursor: pointer;
}
.widget_archive li a,
.widget_categories li a,
.widget_links li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_comments li a {
    padding-left: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul {
    margin: 0;
    padding-left: 0;
}

.widget_archive > ul,
.widget_categories > ul,
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > div > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul {
    padding: 0;
}

.footer .widget_archive ul {
    list-style-type: disc;
}

.footer .widget_archive ul,
.footer .widget_categories ul,
.footer .widget_links ul,
.footer .widget_meta ul,
.footer .widget_nav_menu ul,
.footer .widget_pages ul,
.footer .widget_recent_comments ul {
    border-bottom: 0;
    margin: 0;
}

.footer .widget_archive ul li,
.footer .widget_categories ul li,
.footer .widget_links ul li,
.footer .widget_meta ul li,
.footer .widget_nav_menu ul li,
.footer .widget_pages ul li,
.footer .widget_recent_comments ul li {
    padding: 0.2em 0 0.2em 15px;
}
.footer .widget_archive ul li .cat-item-body,
.footer .widget_categories ul li .cat-item-body,
.footer .widget_links ul li .cat-item-body,
.footer .widget_meta ul li .cat-item-body,
.footer .widget_nav_menu ul li .cat-item-body,
.footer .widget_pages ul li .cat-item-body,
.footer .widget_recent_comments ul li .cat-item-body {
    display: flex;
    justify-content: space-between;
}
.footer .widget_archive li:before,
.footer .widget_categories li:before,
.footer .widget_links li:before,
.footer .widget_meta li:before,
.footer .widget_nav_menu li:before,
.footer .widget_pages li:before,
.footer .widget_recent_comments li:before {
    top: 0;
}

.footer .widget.widget_categories,
.footer .widget.widget_archive {
    background-color: transparent;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li {
    position: relative;
    padding-right: 0;
    padding-left: 30px;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    clear: both;
    border-bottom: none;
    margin: 0.857em 0 -0.857em 0;
    padding-top: 0;
}

.widget_nav_menu .sub-menu {
    margin: 0.857em 0 -0.757em 0;
}

.widget_nav_menu .sub-menu li {
    padding-right: 10px;
    padding-left: 10px;
}

/* WP Widget Calendar */
.widget.widget_calendar .calendar__navigation {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.widget.widget_calendar #today,
.widget.widget_calendar #today a {
    font-weight: 600 !important;
}
.widget.widget_calendar #today a {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    .widget.widget_calendar .calendar__navigation {
        margin-left: -35px;
        margin-right: -35px;
    }
}

.widget.widget_calendar .calendar__month {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.5;
    text-align: center;
}

.widget.widget_calendar .calendar__navigation #prev a,
.widget.widget_calendar .calendar__navigation #next a,
.widget.widget_calendar .calendar__navigation #prev span,
.widget.widget_calendar .calendar__navigation #next span {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2.5;
    padding: 0 1.0834em;
    text-align: center;
}

.widget.widget_calendar .calendar__navigation #prev {
    float: left;
}

.widget.widget_calendar .calendar__navigation #next {
    float: right;
}

.widget.widget_calendar .calendar__navigation .genericon,
.widget.widget_calendar .calendar__navigation .glyphicon,
.widget.widget_calendar .calendar__navigation .rt-icon,
.widget.widget_calendar .calendar__navigation .fa {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
}

/* WP Calendar week days */
.widget.widget_calendar .calendar__week {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
    .widget.widget_calendar .calendar__week {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

.widget.widget_calendar .calendar__week tr {
}

.widget.widget_calendar .calendar__week th,
.widget.widget_calendar .calendar__week td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    padding: 0.4em 0;
}

.widget_calendar #calendar_wrap {
    position: relative;
}

.widget_calendar h4 ~ #calendar_wrap {
    margin-top: 95px
}

.widget_calendar #calendar_wrap table {
    margin: 0;
}

.widget_calendar #wp-calendar {
    width: 100%;
    border: none;
    background-color: transparent;
}

.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.6667;
    border: none;
}

.widget_calendar #wp-calendar .pad,
.widget_calendar #wp-calendar #prev,
.widget_calendar #wp-calendar #next {
    background-color: transparent;
}

.widget_calendar #wp-calendar th#today,
.widget_calendar #wp-calendar td#today {
    font-weight: 300;
    background: #95c6d8;
}

.widget_calendar #wp-calendar thead th {
    font-weight: 700;
    padding: 6px;
    font-size: 11px
}

.widget_calendar #wp-calendar tfoot {
    border-top: 0
}

.widget_calendar #wp-calendar tfoot td {
    border: 0;
    padding: 6px;
    font-size: 12px
}

.widget_calendar #wp-calendar tfoot td#prev {
    text-align: left
}

.widget_calendar #wp-calendar tfoot td#next {
    text-align: right
}

/* WP Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
    margin-top: -15px;
    margin-left: -6px;
}

.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin-top: 12px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 12px !important;
    font-size: 1.2rem !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1 !important;
    padding: 1.1667em 1.6667em;
}

/* sidebar corrections  */
.primary-sidebar .widget {
    padding: 20px 0;
    margin-bottom: 10px;
}
.primary-sidebar .widget:first-child {
    padding: 0 0 20px;
    margin-bottom: 40px;
}

/**
 * 12.0 Content
 */

/**
 *   12.1 - Posts and pages
 */
.cat-links,
.post__meta {
    display: inline-block;
    margin-right: 6px;
}

.cat-links a {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 6px;
    padding: 0;
    text-transform: uppercase;
}

/* Post meta */
.post__meta {
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}
.post__meta,
.post__meta span {
    line-height: 1.2;
}

/* Excerpt read more */
.excerpt-more a {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 0 20px;
    height: 30px;
    display: inline-block;
}
.excerpt-more a:after {
    font-family: "Flaticon";
    content: '\f11c';
    width: 30px;
    text-align: center;
    margin-left: 15px;
    height: 30px;
    display: inline-block;
}

.blog .edit-link .post-edit-link,
.search .edit-link .post-edit-link,
.archive .edit-link .post-edit-link {
    font-weight: 600;
}


/*** Page header ***/
.entry-header-wrapper {
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 110px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    background-attachment: fixed !important;
    background-position: 50% 0 !important;
}
.entry-header-wrapper .entry-header {
    position: relative;
    z-index: 1;
    height: 100%;
}
.entry-header-wrapper-overlay {
    opacity: 0.8;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
}
.entry-header-wrapper .entry-title-wrap {
    display: inline-block;
    min-width: 300px;
    max-width: 850px;
    overflow: hidden;
}
.entry-header-wrapper .entry-title-wrap .subtitle {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
}
.entry-header-wrapper .entry-title-wrap .subtitle span {
    display: inline-block;
    position: relative;
}
.entry-header-wrapper .entry-title-wrap .subtitle span:before,
.entry-header-wrapper .entry-title-wrap .subtitle span:after {
    content: "";
    position: absolute;
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 50%;
    width: 100%;
    min-width: 600px;
}
.entry-header-wrapper span:before {
    right: 100%;
    margin-right: 15px;
}
.entry-header-wrapper span:after {
    left: 100%;
    margin-left: 15px;
}
.page-title,
.post__title {
    font-family: 'Josefin Sans',  sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 2px;
    padding: 10px;
    margin-bottom: 50px;
}
.page-title-secondary {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.single .page-title-secondary {
    display: none;
}

.page-title,
.post__title,
.entry-title,
.page-title-secondary {
    word-break: break-word;
}

/* Post Controls */
.post-controls {
    margin: 0 0 6px 0;
    width: auto;
    float: left;
    border-left: 3px solid transparent;
}

.post-controls > div {
    height: 25px;
    position: relative;
}

.post-controls > div > * {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    display: inline-block;
}

.post-controls .pctrl-left {
    float: left;
}

.post-controls .pctrl-right {
    float: right;
}

.post-controls .pctrl-social-btn {
    width: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
}
.pctrl-social-btn.pctrl-left i {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 1px;
}

.post-controls .pctrl-social {
    width: 0;
    overflow: hidden;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.post-controls .pctrl-social-btn div,
.post-controls .pctrl-social ul {
    /*padding-top: 2px;*/
}

.post-controls .pctrl-social .share-icons {
    position: absolute;
    left: -170px;
    line-height: 1;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-controls .pctrl-like-btn {
    width: 40px;
    font-size: 16px;
    font-size: 1.6rem;
}

.post-controls.active .pctrl-social {
    width: 190px;
}

.post-controls.active .pctrl-social .share-icons {
    left: 12px;
}

.post-controls .pctrl-like-btn a {
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}
.post-controls .pctrl-view,
.post-controls .pctrl-like,
.post-controls .pctrl-comment {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 12px;
}

.post-controls .pctrl-view:before,
.post-controls .pctrl-like:before,
.post-controls .pctrl-comment:before {
    font-family: 'Flaticon';
    margin-right: 5px;
    font-size: 16px;
}

.post-controls .pctrl-view:before {
    content: "\f110";
}

.post-controls .pctrl-comment:before {
    content: "\f106";
}

/** End Post Controls **/

/* Page pagination/navigation */

.page-links {
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71429;
    text-transform: uppercase;
    margin-top: -15px;
    margin-bottom: 30px;
    clear: both;
}

.page-links > a,
.page-links > span {
    display: block;
    float: left;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    margin: 12px 12px 0 0;
    padding: 9px;
    text-align: center;
}

/* Post media */

.post__media {
    position: relative;
}

.post__media .post-thumbnail {
    text-align: center;
}

.post__media .post-thumbnail img {
}

/* Post Thumbnail */

/* Post Featured image */

.post-thumbnail {
    border: 0;
    display: block;
    margin-bottom: 30px;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
}

/* Post time */

.posted-on {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.1429;
    text-transform: uppercase;
}

/* Posted on block on img */

.posted-on-block {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 300;
    text-align: center;
    padding: 5px 0 0 0;
    min-width: 60px;
    z-index: 2;
}

.posted-on-block .posted-day {
    display: block;
    font-size: 42px;
    line-height: 1;
    font-weight: 100;
}

.posted-on-block .posted-month {
    display: block;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 5px;
}

.posted-on-block span > .entry-date,
.posted-on-block span > .updated {
    display: none;
}

.posted-on-block .comments-line {
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px;
}

.posted-on-block .comments-line i {
    margin-right: 5px;
}

/* Post Author Info */

.author-info {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 30px 70px 30px 40px;
    position: relative;
    min-height: 170px;
}

.author-info .author-avatar {
    display: none;
}

.author-info .avatar {
    border-radius: 0 !important;
}

.author-info .author-description {
    overflow: hidden;
}

.author-info .author-title,
.author-info .author-title a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.44;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.author-meta-wrap {
    position: absolute;
    right: 0;
    width: 64px;
    top: 0;
    bottom: 0;
}

.author-meta-block {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.author-meta-block a {
    display: block;
    margin: 0;
    padding: 16px 23px;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.author-info .author-bio {
    margin-bottom: 0;
}

.author-info .author-link {
    white-space: nowrap;
}

/*  Post Author Info */

/* Post edit link */
.entry-footer {
    text-align: center;
    clear: both;
}

.entry-footer .edit-link {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.1429;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 24px;
}

/**
 * 12.2 Post Formats
 */

/*** Post Format: Model (Models Plugin) ***/

/**  Model Profile (Single Page) **/
.single-models_profile .model-profile-right-side .model-profile-right-side-inner {
    margin-bottom: 24px;
}

.single-models_profile .page-title-secondary {
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 30px;
    padding: 0;
}
.single-models_profile .model-name {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0;
}

.single-models_profile .model-profile-right-side .model-profile-right-side-middle {
    padding: 30px;
}

.single-models_profile .model-profile-right-side .model-profile-parameters {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    overflow: hidden;
}
.single-models_profile .model-profile-right-side .model-profile-parameters > div {
    display: inline-block;
    margin: 0 -2px;
    padding: 3px 14px;
}
.single-models_profile .model-profile-right-side .post__media .post-thumbnail {
    margin-bottom: 0;
}

/* Model Profile Social */
.single-models_profile .model-profile-right-side .model-profile-social {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    margin-bottom: -3px;
}

.single-models_profile .model-profile-right-side .model-profile-social div {
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.single-models_profile .model-profile-right-side .model-profile-social div > a {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 30px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.single-models_profile .model-profile-right-side .model-profile-contacts {
    padding: 30px 50px 30px 40px;
}

/* Model Profile Parameters */
.single-models_profile .model-profile-right-side .model-profile-parameters {
    width: 100%;
    display: block;
}

.single-models_profile .model-profile-right-side .model-profile-parameters > div > span {
    font-weight: 900;
    font-size: 16px;
    font-size: 1.6rem;
}

/* Model Profile Contacts */
.single-models_profile .model-profile-right-side .model-profile-contacts > div {
    margin-bottom: 12px;
    margin-top: 12px;
    position: relative;
}

.single-models_profile .model-profile-right-side .model-profile-contacts > div:last-child {
    border-bottom: 0;
}

.single-models_profile .model-profile-right-side .model-profile-contacts > div > span {
    margin-left: 30px;
    display: block;
}
.single-models_profile .model-profile-right-side .model-profile-contacts > div > i {
    position: absolute;
}
.single-models_profile .model-profile-right-side .model-profile-contacts .model-address i {
    font-size: 20px;
    font-size: 2rem;
    top: 4px;
}
.single-models_profile .model-profile-right-side .model-profile-contacts .model-phone i {
    font-size: 18px;
    font-size: 1.8rem;
    top: 3px;
}
.single-models_profile .model-profile-right-side .model-profile-contacts .model-email i {
    font-size: 18px;
    font-size: 1.8rem;
    top: -2px;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li:before {
    font-family: rt-icons-2;
    content: ' ';
    position: absolute;
    font-size: 16px;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 5px;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li.ccmContactName:before {
    content: '\e654';
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li.ccmEmail:before {
    content: '\e666';
    font-size: 18px;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li.ccmCommentsText:before {
    content: '\e65c';
}

/* Model Profile Gallery */
.single-models_profile .model-profile-content .model-profile-gallery {
    margin-bottom: 48px;
    overflow: hidden;
    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

@media (min-width:768px) {
    .single-models_profile .model-profile-content .model-profile-gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
}

.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item a img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(149, 198, 216, 0.7);
}
.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item:hover .overlay {
    opacity: 1;
}

.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item .overlay:before {
    font-family: 'FontAwesome';
    content: '\f002';
    position: absolute;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    top: 50%;
    left: 50%;
    opacity: 0;
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.single-models_profile .model-profile-content .model-profile-gallery .model-gallery-item:hover .overlay:before {
    opacity: 1;
}

.single-models_profile .model-profile-contact-form .submit {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 35px 16px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

/* Model Profile Contact form */
.single-models_profile .model-profile-content .form-title {
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}
.single-models_profile .model-profile-content .model-profile-contact-form ul {
    list-style: none;
    padding: 0;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li {
    margin-bottom: 12px;
    position: relative;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li:before {
    font-family: rt-icons-2;
    content: ' ';
    position: absolute;
    font-size: 16px;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 5px;
}

.single-models_profile .model-profile-content .model-profile-contact-form ul li label {
    display: none;
}

/** Models Archive/Category Style 1 **/
.models-category-header {
    position: relative;
    overflow: hidden;
}

.models-category-header .models-filter {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    width: 100%;
    max-width: 325px;
}

.models-category-header .models-filter select {
    background-color: transparent;
    font-style: italic;
    width: 100%;
    height: 40px;
    line-height: 2;
    padding: 3px 20px;
    box-shadow: 0 !important;
    margin: 0;
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none; /*Removes default style Firefox*/
}

.models-category-header .models-filter select option {
    padding: 0.5em 1em;
}

.models-category-header .models-filter:after {
    font-family: 'FontAwesome';
    content: '\f107';
    position: absolute;
    font-size: 14px;
    z-index: -1;
    top: 14px;
    right: 15px;
}
.models-category-header .model-categories {
    display: inline-block;
}

.models-category-header .model-categories ul {
    padding: 0;
}

.models-category-header .model-categories ul {
    margin: 0;
}
.models-category-header .model-categories ul li {
	width: 100%;
}
.models-category-header .model-categories ul li a {
    margin: 0 0 4px;
	display: block;
    cursor: pointer;
	padding: 5px 30px;
	font-weight: 700;
	opacity: 1;
	text-transform: uppercase;
	font-family: "Josefin Sans",sans-serif;
	border-left: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.models-category-header .model-categories ul li a:hover {
	opacity: 0.4;
}

.models-category-header .model-categories ul li a {
    line-height: 1.7142;
    font-weight: 900;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.models-category-content {
    line-height: 0.8;
    margin: 0 15px;
    text-align: center;
    position: relative;
}

.style_1 .models-category-content .post__wrap {
    width: 100%;
    position: relative;
    display: inline-block;
	padding: 0 15px;
	margin-bottom: 60px;
}
.style_1 .models-category-content  .models-category-content-inner {
    margin: 0 -15px;
}

.style_1 .models-category-content .post__wrap .post__media {
    height: 400px;
    width: 100%;
    display: block;
    overflow: hidden;
	margin-bottom: 117px;
    background-position: 50% 0 !important;
}

.style_1 .models-category-content .post__wrap .post-thumbnail {
    margin-bottom: 0;
}

.style_1 .models-category-content .post__wrap .model-details-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 500px;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
	margin: 0 15px;
	padding: 37px 65px 30px 20px;
}

.style_1 .post__wrap:hover .model-details-block {
	border-color: transparent !important;
	padding-right: 65px;
	padding-top: 37px;
	z-index: 2;
}

.style_1 .models-category-content .post__wrap .model-details-block .page-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.71429;
	min-height: 40px;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
	text-align: left;
}

.style_1 .models-category-content .post__wrap .model-details-block .model-parameters-block {
	max-height: 0;
	opacity: 0;
	position: relative;
	display: block;
	border-left: 3px solid transparent;
	top: 10px;
	text-align: left;
    /*max-width: 175px;*/ /* see /models page */
	padding-left: 10px;
	transition: max-height 0.4s ease-in-out 0s, margin 0.4s ease-in-out 0s, top 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}

.style_1 .models-category-content .post__wrap:hover .model-details-block .model-parameters-block {
	max-height: 170px; /* was 120 */
	opacity: 1;
	top: 0;
	margin: 0;
	overflow: hidden;
}

.style_1 .models-category-content .post__wrap .model-details-block .model-parameters-block > div {
    display: inline-block;
    padding: 3px 8px;
	margin: 7px 0;
	font-family: "Josefin Sans",sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}

.style_1 .models-category-content .post__wrap .model-details-block .model-parameters-block > div > span {
	font-size: 16px;
	font-weight: 900;
	display: block;
}

.style_1 .post__wrap .model-details-block .model-profile-social {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 64px;
    transform-origin: right center;
    transform: rotateY(-120deg);
    opacity: 0;
    transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
}
.style_1 .post__wrap .model-details-block .model-profile-social > div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.style_1 .post__wrap:hover .model-details-block .model-profile-social  {
	opacity: 1;
	transform: rotateY(0deg);
	transition: transform 0.4s ease-in-out 0.4s, opacity 0.4s ease-in-out 0.4s;
}
.style_1 .post__wrap .model-details-block .model-profile-social .social-icon a {
	display: block;
	margin: 0;
	padding: 16px 24px;
}


/** Models Archive/Category Style 2 **/
.style_2 .models-category-content-inner {
    margin-left: 0;
    margin-right: 0;
}
.style_2 .models-category-content .post__wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.style_2 .models-category-content .post__wrap .post__media {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.style_2 .models-category-content .post__wrap .page-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 15px 20px 10px;
    text-align: left;
    background-color: rgba(245, 245, 245, 0.5);
    transition: all 0.4s ease-in-out 0s;
}

.style_2 .models-category-content .post__wrap .model-details-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s ease-in-out 0s;
    overflow: hidden;
}
.style_2 .models-category-content .post__wrap:hover .model-details-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 500px;
    display: block;
}
.style_2 .models-category-content .post__wrap .model-details-block .model-details-block-inner {
    padding: 0 20px;
    transform-origin: center top;
    transform: rotateX(-97deg);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s, opacity 0.4s ease-in-out 0s, max-height 0.4s ease-in 0s, padding 0.4s ease-in 0s;
}
.style_2 .models-category-content .post__wrap:hover .model-details-block .model-details-block-inner {
    padding: 10px 20px 20px;
    transform: rotateX(0);
    opacity: 1;
    max-height: 200px;
}

.style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block {
    margin: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding-left: 15px;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
}

.style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div {
    display: inline-block;
    margin: 5px 0;
    padding: 6px;
    width: 33%;
}
.style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div > span {
    font-weight: 900;
    display: block;
    margin-bottom: 0;
}
.style_2 .models-category-content .post__wrap .model-details-block .model-profile-social {
    margin-top: 10px;
}

.style_2 .models-category-content .post__wrap .model-details-block .social-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.style_2 .models-category-content .post__wrap .model-details-block .social-icon a {
    font-size: 18px;
    padding: 8px;
}

/** Post Format: Video **/
.single embed,
.single iframe,
.single object,
.single video {
    margin-bottom: 20px;
}

.post__media_wide > .container {
    padding-left: 0;
    padding-right: 0;
}

.post__media_wide > .container > embed,
.post__media_wide > .container > iframe,
.post__media_wide > .container > object,
.post__media_wide > .container > video {
    width: 100%;
    margin-bottom: 0;
}

/* Post Format: Gallery */
.entry-content .owl-gallery {
    position: relative;
}
.single-format-gallery .entry-content .owl-carousel {
    margin-bottom: 72px;
}

/* Post Format: Audio */

.format-audio .entry-content .post__media .post-thumbnail {
    margin-bottom: 30px;
}

/* Post Format: Aside */
.format-aside .entry-content {
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
}
.format-aside .entry-content .post__inner {
    z-index: 1;
    position: relative;
}
.format-aside .entry-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
body.blog .format-aside .entry-content .entry-title {
    float: left;
}
body.blog .format-aside .post-content {
    clear: both;
}

/* Post Format: Status */

.format-status .entry-content,
.single-format-status .entry-content {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
}

.format-status .entry-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-format-status .entry-content {
    padding: 36px;
    margin-bottom: 24px;
}

.format-status .author-avatar,
.single-format-status .author-avatar {
    margin-bottom: 24px;
}

.format-status .posted-on,
.single-format-status .posted-on {
    margin-bottom: 24px;
}

.format-status .avatar {
    border-radius: 50%;
}

/* Post Format: Quote */

.format-quote .entry-content .post-content blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
}

.format-quote .entry-content .post-controls {
    margin-bottom: 0;
}

/* Post Format: Link */

.format-link .entry-content .post-controls {
    margin-bottom: 0;
}

/* Post Format: Chat */

.single-format-chat .post-content p {
    margin-bottom: 0;
}

.single-format-chat p:nth-child(odd) {
    padding: 12px 40px 12px 40px;
}

.single-format-chat .author-bio {
    padding: 0;
}

.single-format-chat .post-content > p:first-child::first-letter {
    color: inherit !important;
    float: none !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1;
    margin-right: 0 !important;
}

/* Archive / Blog */
.blog .entry-content,
.search .entry-content,
.archive .entry-content {
    margin-bottom: 36px;
}

.blog .entry-content .post__inner,
.search .entry-content .post__inner,
.archive .entry-content .post__inner {
    padding: 24px 0;
}
.blog .sticky .entry-content .post__inner {
    padding: 24px 15px;
}

.blog .entry-content .entry-title,
.search .entry-content .entry-title,
.archive .entry-content .entry-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.blog .edit-link,
.search .edit-link,
.archive .edit-link,
.blog .entry-content .post-thumbnail,
.search .entry-content .post-thumbnail,
.archive .entry-content .post-thumbnail {
    margin-bottom: 0;
}

.blog embed,
.search embed,
.archive embed,
.blog iframe,
.search iframe,
.archive iframe,
.blog object,
.search object,
.archive object,
.blog video,
.search video,
.archive video {
    margin-bottom: 0;
}

/**
 * 12.3 Comments
 */

.comments-area {
    margin-top: 36px;
    padding: 0;
    margin-bottom: 48px;
}

.comments-area input[type="tel"],
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area input[type="password"],
.comments-area input[type="search"],
.comments-area textarea {
    background-color: transparent;
}

.comments-area input[type="tel"]:focus,
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area input[type="password"]:focus,
.comments-area input[type="search"]:focus,
.comments-area textarea:focus {
    background-color: transparent;
}

.comments-area > :last-child {
    margin-bottom: 0;
}

.comment-form-wrap {
    background-color: transparent;
}

.comment-list-wrap ol,
.comment-list .children > li {
    padding-left: 0;
}

.comment-form-wrap .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-author,
.comment-form-wrap .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-email {
    margin: 0;
    padding: 0 0 12px 0;
    vertical-align: bottom;
}

.comment-form-wrap .comment-form-comment {
    padding: 0 0 12px 0;
}

.comment-form-wrap .comment-form-author,
.comment-form-wrap .comment-form-email,
.comment-form-wrap .comment-form-textarea,
.comment-respond .comment-form-textarea {
    position: relative;
}

.comment-form-wrap .comment-form-textarea,
.comment-respond .comment-form-textarea {
    width: 100%;
    overflow: hidden;
}

.comment-form-wrap .form-submit {
    margin-top: 20px;
    margin-bottom: 48px;
}

.comment-list-wrap .comment-body {
    margin-bottom: 24px;
}

.comment-list-wrap .comment-respond {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.comment-list-wrap .comment-respond .form-submit {
    margin-top: 12px;
    margin-bottom: 24px;
}

.comment-reply-title {
    margin-bottom: 20px;
    left: 0;
    position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1;
}

.comment-respond .comment-reply-title small a {
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: 900;
    line-height: 1 !important;
    height: 38px !important;
    padding: 15px 0 0 36px;
    width: auto !important;
    text-transform: uppercase;
    text-align: center;
}

.comments-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.44;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    overflow: hidden;
    position: relative;
    padding: 24px 30px 24px 30px;
}

.comment-list .pingback,
.comment-list .trackback {
    border: none;
    padding: 0;
}

.comment-list li + li article,
.comment-list li + li .pingback,
.comment-list li + li .trackback {
    margin-top: 20px !important;
}

.comment-list .children li article,
.comment-list .children li .pingback,
.comment-list .children li .trackback {
    margin-top: 20px !important;
}

.comment-list > li:first-child > article,
.comment-list > li:first-child > .pingback,
.comment-list > li:first-child > .trackback {
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-author {
    line-height: 1;
    margin-bottom: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.comment-author a {
    font-weight: 300;
}

.comment-author .avatar {
    float: left;
    display: none;
    height: 70px !important;
    width: 70px !important;
    top: initial !important;
    margin-right: 0 !important;
}

.bypostauthor > article .fn:after {
    content: "\e008";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-metadata,
.pingback .edit-link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.comment-metadata {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
    opacity: 0.5;
}

.comment-metadata a {
    font-size: 14px;
    font-size: 1.4rem;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content > :last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    display: inline-block;
}

.comment-list .reply a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    padding: 8px 14px;
    text-transform: none;
    margin-left: 20px;
    font-weight: 700;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    outline: 0;
}

.comment-form {
    padding-top: 0;
}

.comment-form label {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
}
.comments-form-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    text-transform: uppercase;
}

.comment-form input[type="tel"],
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.no-comments {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-top: 1.6em;
    padding-left: 30px;
    padding-right: 30px;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.form-submit button, input[type="button"],
.form-submit input[type="reset"],
.form-submit input[type="submit"] {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    text-decoration: none;
    outline: none;
    border: 0;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}

.comment-respond h3 {
    text-align: right;
}

.comment-respond h3 small a {
    float: none;
    font-size: 12px;
}

/* Post tags links */

.tags-links {
    overflow: hidden;
    clear: both;
}

.tags-links a {
    display: block;
    float: left;
    margin-right: 12px;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 4px 10px;
}


/* Back to top button */

.to-top {
    bottom: -100px;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 11px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999;
    width: 40px;
}

.to-top:hover {
    opacity: 0.6;
}

.to-top [class^="fa-"]:before,
.to-top [class*=" fa-"]:before {
    margin: 0;
}

.to-top .fa {
    line-height: 35px;
}

/* /Back to top button */

/* Page 404 */
.error404 {
    text-align: center;
    display: block;
    background-image: url("img/not_found.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.error404 .site-content {
    padding-left: 0;
    padding-right: 0;
    display: block;
    margin-top: 80px;
}

.error404 .site-content .page-main-title {
    font-size: 130px;
    font-weight: 300;
    line-height: 0.8;
    font-family: 'Josefin Sans', sans-serif;
}

.error404 .site-content .page_message_404 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
    margin: 28px 0 50px;
    font-weight: bold;
    text-align: center;
}
.error404 .footer,
.error404 .copyright {
    display: none;
}
.error404 .entry-header-wrapper {
    display: none;
}

.error-404 .search-form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.error-404 .search-form label {
    width: 100%;
    margin-bottom: 0;
}

.error-404 .search-form label:after {
    font-family: rt-icons-2;
    content: '\e65c';
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}

.error-404 .search-form input[type="submit"] {
    clip: auto !important;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background-color: transparent;
}

.error-image {
    max-height: 213px;
    margin-top: 40px;
    margin-bottom: 0;
}

.page_title_404.page-title {
    font-size: 40px;
    text-transform: uppercase;
    margin: 28px 0 50px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
}

.error-404 .homepage_link a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px 35px 16px;
    margin-bottom: 4px;
    line-height: 1;
    display: inline-block;
    min-width: 8.5em;
    text-align: center;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}

.error-404 .homepage_link a:active,
.error-404 .homepage_link a:hover,
.error-404 .homepage_link a:focus {
    opacity: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.05s linear 0s;
    -moz-transition: all 0.05s linear 0s;
    -o-transition: all 0.05s linear 0s;
    -ms-transition: all 0.05s linear 0s;
    transition: all 0.05s linear 0s;
}


/**
 * 13.0 Footer
 */
.sidebar-before-footer {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
}

.sidebar-before-footer .widget {
    margin: 0 auto;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.footer__widgets-row.row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer .widget {
    padding: 0 0 40px 0;
    margin: 0;
    background-color: transparent;
}

.footer .widget .textwidget p:last-child {
    margin: 0;
}

.footer .widget-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 25px;
    padding: 0 0 0 30px;
    text-align: left;
}

.footer ul,
.footer ol {
    line-height: 30px;
    margin: 0;
}

.footer .widget-width__container {
    text-align: center;
}

.footer .widget-width__container .widget {
    padding-bottom: 0;
    margin: 0 auto;
}

.footer .widget-width__side .widget + .widget,
.footer .widget-width__container .widget + .widget {
    margin-top: 36px;
}

.footer .widget_text .img-responsive {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer .widget_mc4wp_form_widget {
    margin: 0;
    padding: 0;
}

/* Footer menu */
.footer-menu .create-menu {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1111;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

.footer-menu .create-menu a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 20px;
    line-height: 1;
}

.footer-menu ul {
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 0;
}

.footer-menu ul li {
    display: inline-block;
    position: relative;
}
.footer-menu ul li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
}
.footer-menu ul li:before {
    content: '.';
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -27px;
    font-size: 20px;
    font-size: 2rem;
}

.footer-menu ul li:first-child:before {
    display: none;
}

.footer-menu ul li a:hover {
}

.footer-menu ul li a .fa,
.footer-menu ul li a .genericon,
.footer-menu ul li a .glyphicon,
.footer-menu ul li a .rt-icon,
.footer-menu ul li a i {
    display: none;
}

/* Footer social */
.footer .social-links {
    margin: 0;
    padding: 0;
}

.footer .widget_nav_menu ul li {
    border: 0 !important;
}

/* Footer logo */
.footer-logo {
    text-align: left;
    background-color: transparent;
}

.footer-logo .logo {
    margin: 0 0 30px 0;
}

.footer-logo .logo a {
    margin: 0;
}

/* Copyright */
.copyright {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 22px 15px;
    text-align: center;
}

@media (min-width: 1200px) {
    .copyright .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.copyright-row {
    margin-right: -15px;
    margin-left: -15px;
}
.copyright-inner {
    text-align: left;
}
/**
 * 14.0 Media
 */

.site .avatar {
}

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

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin-bottom: 24px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 21px;
    margin-bottom: 21px;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}

.col-sm-8 iframe[src*="feature=oembed"],
.col-sm-8 iframe[src*="player.vimeo.com"] {
    height: 383px;
}

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

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

.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 12px 0;
    margin-bottom: 24px;
}

/**
 * 14.2 Galleries
 */
.gallery.owl-carousel .owl-controls {
    position: absolute;
    height: 100%;
    width: 20px;
    right: 40px;
    top: 0;
    background: transparent;
    line-height: 1;
}

.gallery.owl-carousel .owl-controls .owl-nav {
    display: block;
    min-height: 30px;
    pointer-events: none;
    min-width: 180px;
    margin: 0 auto;
}
.gallery.owl-carousel .owl-controls .owl-nav {
    display: none;
}

.gallery.owl-carousel .owl-controls .owl-nav .owl-prev,
.gallery.owl-carousel .owl-controls .owl-nav .owl-next {
    float: left;
    pointer-events: auto;
    text-align: center;
    width: 20px;
}

.gallery.owl-carousel .owl-controls .owl-nav .owl-next {
    float: right;
}

.gallery.owl-carousel .owl-controls .owl-nav i {
    font-size: 20px;
    font-weight: 100;
}

.gallery.owl-carousel .owl-dots {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.gallery.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    background: transparent;
    height: 40px;
    width: 100%;
}

.gallery.owl-carousel .owl-dots .owl-dot span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    transition: opacity 200ms ease 0s;
    transform: rotate(90deg);
}

.gallery.owl-carousel .owl-dots .owl-dot.active span {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
}


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

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

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

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

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

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

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

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

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

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 12px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.tiled-gallery {
    margin: 0 0 24px 0 !important;
}

/**
 * 15.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * 15.1 Mobile Small 240px
 */
@media screen and (min-width: 15em) {
}

/**
 * 15.2 Mobile Small 320px
 */
@media screen and (min-width: 20em) {
    /* Comments */
    .comment-author .avatar {
        display: block;
    }
}

/**
 * 15.3 Mobile Small 480px
 */
@media screen and (min-width: 29em) {
    /*** Header ***/
    .header__primary {
        display: table;
    }
    .header__primary > div {
        display: table-cell;
        vertical-align: middle;
    }
    .header__primary .header-left {
        /*width: 40%;*/
        float: none;
    }
    .header__primary .header-center {
        width: 20%;
        text-align: center;
        float: none;
    }
    .header__primary .header-right {
        width: 40%;
        display: table-cell;
        text-align: right;
        float: none;
    }

    .post-controls .pctrl-like,
    .post-controls .pctrl-view {
        padding: 0 20px;
    }

    .author-info .author-title,
    .author-info .author-title a {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .post__meta {
        padding: 0;
    }

    /* Post Controls */
    .post-controls {
        margin: 0 0 6px 0;
        width: auto;
        float: right;
        border-left: 0;
        border-right: 3px solid transparent;
    }

    /* Author Bio */
    .author-info .author-avatar {
        display: block;
        float: left;
        margin-top: -30px;
        margin-left: -40px;
        margin-right: 40px;
    }

    /* Comments */
    .comment-list .children > li {
        padding-left: 20px;
    }

    /* Models Plugin */
    .models-category-header .model-categories ul li {
        margin: 0 12px 24px;
        width: auto;
    }
}

/**
 * 15.4 Mobile Medium 600px
 */
@media screen and (min-width: 42.85em) {

    .blog .entry-content .entry-title,
    .search .entry-content .entry-title,
    .archive .entry-content .entry-title {
        font-size: 30px;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.2;
    }

    .page-title,
    .post__title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.44;
        padding: 10px 0;
    }
}

/**
 * 15.5 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {
    /* Author Bio */
    .author-info {
        overflow: hidden;
        height: 170px;
    }

    .author-bio {
        overflow: hidden;
        height: 48px;
    }

    /** Models Archive/Category Style 1 **/
    .style_1 .models-category-content .post__wrap {
        width: 50%;
    }

    /** Models Archive/Category Style 2 **/
    .style_2 .models-category-content .post__wrap {
        width: 50%;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block {
        padding-left: 10px;
    }
    .style_2 .models-category-content .post__wrap:hover .model-details-block .model-details-block-inner {
        max-height: 200px;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div {
        display: inline-block;
        margin: 5px 0;
        padding: 3px 6px;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div > span {
        margin-bottom: 0;
    }
}

/**
 * 15.6 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {
}


/**
 * 15.7 Tablet Medium 768px
 */
@media screen and (min-width: 768px) {

    /*** Site layout ***/
    .site-content {
        padding: 36px 0;
    }

    .primary-sidebar .widget {
        padding: 20px 0;
    }

    .blog .entry-content .post__inner,
    .search .entry-content .post__inner,
    .archive .entry-content .post__inner {
        padding: 27px 0;
    }
    .blog .sticky .entry-content .post__inner {
        padding: 27px;
    }

    /** Pages **/
    .page-title,
    .post__title {
        font-size: 50px;
        font-size: 5rem;
        line-height: 1.2;
        margin-bottom: 50px;
        max-width: 750px;
    }

    .ul-icon ul {
        margin: 0 0 26px 36px;
    }

    /*** Comments ***/

    .comment-form-wrap .comment-form-author,
    .comment-respond .comment-form-author {
        padding: 0 20px 20px 0 !important;
    }

    .comment-list-wrap .comment-body {
        margin-bottom: 36px;
    }

    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback {
        padding: 0 30px;
    }

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

    /*** Models Plugin ***/
    .models-category-header .model-categories {
        float: left;
    }

    .models-category-header .models-filter {
        max-width: 200px;
        float: right;
    }

    .models-category-header .model-categories ul li {
        margin: 0 12px 24px 0;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block {
        padding-left: 15px;
    }

    /*** 404 ***/
    .error404 .site-content .page-main-title {
        font-size: 300px;
    }

    /*** Footer ***/
    .footer .row .widget-width__side {
        min-height: 289px;
    }

    /** Copyright **/
    .copyright .copyright-alt .copyright-left {
        float: left;
        margin-left: 36px;
        margin-bottom: 0;
    }
    .copyright .copyright-alt .copyright-right {
        float: right;
        margin-right: 36px;
        margin-bottom: 0;
        line-height: 2;
    }
}

/**
 * 15.8 Tablet Medium 783px
 */
@media screen and (min-width: 783px) {
}

/**
 * 15.9 Tablet Large 880px
 */
@media screen and (min-width: 55em) {
}

.header__primary .header-left {
    width: 190px;
    display: block;
}

/**
 * 15.10 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
    .menu-strip {
        display: block;
    }

    .nav-button {
        display: none;
    }
    /*** Header ***/
    .header__primary {
        display: table;
    }
    .header__primary .header-left {
        width: 190px;
    }
    .header__primary .header-center {
        width: auto;
    }
    .header__primary .header-right {
        width: 190px;
    }

    /*** Models Plugin ***/
    /** Models Archive/Category Grid 1 **/
    .post-type-archive-models_profile .models-category-content,
    .tax-models_category .models-category-content {
        margin: 0 30px;
    }

    .post-type-archive-models_profile .models-category-content .model-categories ul,
    .tax-models_category .models-category-content .model-categories ul {
        padding-left: 5px;
    }

    .post-type-archive-models_profile .models-category-content .post__wrap,
    .tax-models_category .models-category-content .post__wrap {
        width: 33%;
    }

    .models-category-header {
        margin-bottom: 36px;
    }
}

@media (max-width: 1099px) {
    .header__primary .header-left {
        width: 150px;
    }
}


/**
 * 15.11 Desktop Small 992px
 */
@media screen and (min-width: 992px) {
    .ul-icon ul {
        margin: 0 0 26px 56px;
    }
    .footer .row .widget-width__side:nth-child(odd) {
        clear: none;
    }
}

/**
 * 15.12 Desktop Medium 1100px
 */
@media screen and (min-width: 68.75em) {

    input[type=search].search-box__input {
        padding: 0 30px 0 30px;
    }
    /* Post Format: Aside */
    .format-aside .entry-content {
        padding: 10px 25px;
    }

    /* Boxed layout */
    .site_boxed_on .boxed-wrapper  {
        padding: 60px;
    }

    /*** Footer ***/
    .footer {
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .footer .widget {
        padding: 0;
    }
    .footer .row .widget-width__side {
        min-height: 100%;
    }

    /*** Copyright ***/
    .copyright-inner {
        text-align: left;
        margin-left: 15px;
    }
}

/**
 * 15.13 Desktop Large 1240px
 */
@media screen and (min-width: 77.5em) {

    /* Page Header */
    .entry-header-wrapper {
        min-height: 425px;
    }
    .entry-header-wrapper .entry-header .entry-title-wrap {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    /*** Site Layout ***/
    .sidebar_left .post-container > .row > .site__content {
        padding-left: 45px !important;
    }

    .sidebar_right .post-container > .row > .site__content {
        padding-right: 45px !important;
    }

    .sidebar_left .post-container > .row > .site__content.full_width_content,
    .sidebar_right .post-container > .row > .site__content.full_width_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .primary-sidebar .widget {
        padding: 30px 0 30px 0;
    }

    .primary-sidebar .widget.widget_categories:first-child,
    .primary-sidebar .widget.widget_archive:first-child {
        padding-top: 30px;
    }

    /** content **/
    .site-content {
        padding: 110px 0;
    }

    .tags-links a {
        line-height: 1.2;
    }


    /*** Models Plugin ***/
    .models-category-header .model-categories ul li a {
        margin: 0 0 10px;
        padding: 12px 30px;
    }

    /** Models Archive/Category Style 1 **/
    .post-type-archive-models_profile .models-category-content,
    .tax-models_category .models-category-content {
        margin: 0 60px;
    }

    .post-type-archive-models_profile .models-category-content .model-categories ul,
    .tax-models_category .models-category-content .model-categories ul {
        padding-left: 0;
    }

    .post-type-archive-models_profile .models-category-content .post__wrap,
    .tax-models_category .models-category-content .post__wrap {
        width: 20%;
    }

    .style_1 .models-category-content .post__wrap {
        width: 20%;
    }


    /** Models Archive/Category Style 2 **/
    .style_2 .models-category-content .post__wrap {
        width: 20%;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block {
        padding-left: 20px;
    }
    .style_2 .models-category-content .post__wrap:hover .model-details-block .model-details-block-inner {
        max-height: 200px;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div {
        display: inline-block;
        margin: 5px 0;
        padding: 10px 22px;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-parameters-block > div > span {
        margin-bottom: 0;
    }
    .style_2 .models-category-content .post__wrap .model-details-block .model-profile-social {
        margin-top: 20px;
    }

    /*** 404 ***/
    .error404 .site-content .page-main-title {
        font-size: 460px;
    }
}

/**
 * 15.14 Desktop X-Large 1403px
 */
@media screen and (min-width: 87.6875em) {
}

/**
 * 16.0 Print
 */

@media print {
    body {
        background: none !important; /* Brute force since user agents all print differently. */
        font-size: 11.25pt;
    }

    .navigation,
    .page-links,
    .edit-link,
    #reply-title,
    .comment-form,
    .comment-edit-link,
    button,
    input,
    textarea,
    select {
        display: none;
    }

    .site-header,
    .site-footer,
    .hentry,
    .entry-footer,
    .page-content,
    .comments-area {
        background: none !important; /* Make sure color schemes dont't affect to print */
    }

    body,
    blockquote,
    blockquote cite,
    blockquote small,
    label,
    a,
    .site-title a,
    .site-description,
    .post-title,
    .author-heading,
    .entry-footer,
    .entry-footer a,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .no-comments,
    .site-info,
    .site-info a,
    .wp-caption-text,
    .gallery-caption {
        color: #000 !important; /* Make sure color schemes don't affect to print */
    }

    pre,
    abbr[title],
    table,
    th,
    td,
    .site-header,
    .site-footer,
    .hentry + .hentry,
    .author-info,
    .comments-area,
    .comment-list .comment-respond,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
    }

    .site {
        margin: 0 7.6923%;
    }

    .site-header {
        padding: 0;
    }

    .site-description {
        display: block;
    }

    .hentry.has-post-thumbnail {
        padding-top: 7.6923%;
    }

    .sticky-post {
        background: #000 !important;
        color: #fff !important;
    }

    .entry-footer {
        padding: 0;
    }
}

/**
 * 16.1 Retina-specific styles
 */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .blogname {
        font-weight: 100;
    }

    .office--title {
        font-weight: 100;
    }

    .widget-title {
        font-weight: 100;
    }

    body.archive .entry-header .entry-title,
    body.search .entry-header .entry-title {
        font-weight: 200;
    }

}

/**
 * 16.2 Browsers adjustments
 * /

/* Firefox */

@-moz-document url-prefix() {

}

/* IE10+ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}