/*-----------------------------------------------------------------------------------

   Theme Name: Shadow
   Theme URI: http://demo.krownthemes.com/shadow/
   Description: A modern flat & bold theme, focused on great typography and unique design elements.
   Author: KrownThemes
   Author URI: http://krownthemes.com
   License: GNU General Public License version 3.0 & Envato Regular/Extended License
   License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
   Version: 2.1.0

   Designed by Mindaugas Budginas: http://chargedpixels.com/
   All PHP code is released under the GNU General Public Licence version 3.0
   All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)

-----------------------------------------------------------------------------------*/

@charset "UTF-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
canvas {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

*:focus {
    outline: none
}

.clearfix:after,
form:after,
.row-fluid:after,
.payment_methods li:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix,
form,
.payment_methods li {
    display: inline-block;
}

html[xmlns] .clearfix,
.row-fluid {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hidden {
    display: none;
}

#oldie {
    display: none;
}

.clear {
    clear: both;
}


/* ---------------------------------------------------------------------------------
------------------------------   GENERAL RULES   ----------------------------------
------------------------------------------------------------------------------------*/

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.wrapper {
    width: 1140px;
    margin: auto;
    position: relative;
}

#content .wrapper {
    overflow: hidden;
}

#secondary-footer .wrapper {
    overflow: visible;
}

.left {
    float: left;
}

.right {
    float: right;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

#content iframe {
    vertical-align: middle;
    width: 100%;
    border: none !important;
}

#content {
    background: #fff;
    position: relative;
}

#content>.wrapper {
    padding: 50px 0 150px;
}

.no-padding #content {
    padding: 0;
}


/* ------------------------
-----   Sidebars  -----
------------------------------*/

.sub-content.layout-right-sidebar,
.sub-content.layout-left-sidebar {
    width: 72.5%;
}

.sub-content.layout-left-sidebar {
    float: right;
}

.sub-content.layout-right-sidebar {
    float: left;
}

#sidebar {
    width: 22.5%;
}

#sidebar.layout-left-sidebar {
    float: left;
}

#sidebar.layout-right-sidebar {
    float: right;
}

.page #sidebar {
    margin-top: 40px;
}

.page-template-template-blog-php #sidebar,
.archive #sidebar,
.search #sidebar,
.single #sidebar {
    margin-top: 60px;
}


/* ------------------------
-----   Typography  -----
------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 44px;
    line-height: 50px;
    margin-top: 50px;
}

h2 {
    font-size: 38px;
    line-height: 42px;
    margin: 42px 0;
}

h3 {
    font-size: 23px;
    line-height: 26px;
    margin: 36px 0;
}

h4 {
    font-size: 19px;
    line-height: 22px;
    margin: 22px 0;
}

h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 18px 0;
}

h6 {
    font-size: 14px;
    line-height: 16px;
    margin: 16px 0;
}

a {
    color: #e54939;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a:focus {
    outline: none !important;
}

p {
    margin: 18px 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

span.extreme {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 300;
    display: block;
}

span.large {
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 20px;
    display: block;
}

span.medium {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
    margin-bottom: 20px;
    display: block;
}

span.regular {
    font-size: 19px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

span.small {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    display: block;
}

small {
    font-size: .7em;
}

ul.krown-list,
.krown-pricing-content ul {
    list-style: none;
}

ul.krown-list li,
ol.krown-list li,
.woo-tabs .panel ul li,
.krown-pricing-content ul li {
    border-top: 1px solid #E9E9E9;
    margin-top: 11px;
    padding-top: 11px;
}

ul.krown-list li:first-child,
ol.krown-list li:first-child,
.woo-tabs .panel ul li:first-child,
.krown-pricing-content ul li:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.woo-tabs .panel ul li {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: disc inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-left: 20px;
}

.dropcap {
    background: #000;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: 700;
    height: 56px;
    line-height: 30px;
    margin: 8px 15px 8px 0;
    padding-top: 12px;
    text-align: center;
    width: 56px;
}

pre,
code,
tt {
    background: #fff;
    border: 1px solid #e9e9e9;
    font-family: Consolas, Courier, Monaco, monospace;
    font-size: 12px;
    line-height: 19px;
    margin: 18px 0;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

table {
    width: 100%;
    border: 1px solid #e9e9e9;
    text-align: left;
}

table thead h4 {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

table tr {
    border-top: 1px solid #e9e9e9;
}

table thead tr {
    border-top: none;
}

table th,
table td {
    min-height: 41px;
    padding: 10px 14px 8px;
    border-right: 1px solid #e9e9e9;
}

sub,
sup {
    font-size: .7em;
    line-height: .7em;
}

sub {
    vertical-align: bottom;
}

sup {
    vertical-align: top;
}

del {
    color: #959595;
}

var {
    font-family: Consolas, Courier, Monaco, monospace;
}

blockquote {
    border-left: 3px solid #e54939;
    padding-left: 50px;
    margin: 40px 0;
}

blockquote>p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 0;
}

blockquote cite {
    color: #999999;
    display: inline-block;
    font-size: 20px;
    font-style: italic;
    margin: 25px 0 15px;
}

q {
    border-left: 3px solid #b3b3b3;
    font-style: italic;
    padding-left: 15px;
}


/* ---------------------------------------------------------------------------------
------------------------------   HEADER   ----------------------------------
------------------------------------------------------------------------------------*/


/* ------------------------
-----   First Header    -----
------------------------------*/

#primary-header {
    background-color: #fff;
    height: 40px;
    color: #959595;
    font-size: 13px;
    line-height: 39px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
}

#primary-header .left>* {
    margin-right: 40px;
}

#primary-header a {
    color: #949494;
    display: inline-block;
}

#primary-header a:hover {
    color: #e54939;
}

#primary-header p {
    margin: 0;
}

#primary-header .left>* {
    margin-right: 40px;
}


/* Text widgets */

.header_email:before,
.header_phone:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    color: #b2b2b2;
}

.header_email:before {
    content: "]";
    top: 1px;
}

.header_phone:before {
    content: "";
    top: 2px;
}

.header_email:hover:before,
.header_phone:hover:before {
    color: #e54939;
}


/* Social icons */

.krown-social.header ul {
    margin-right: -12px;
}

.krown-social.header li {
    display: block;
    color: #fff;
    height: 40px;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.krown-social.header a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #b2b2b2;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
}

.krown-social.header i {
    font-size: 16px;
    line-height: 39px;
    width: 36px;
    color: #b2b2b2;
    text-align: center;
    position: absolute;
}

.krown-social.header span {
    display: inline-block;
    padding: 1px 20px 0 40px;
    color: #b2b2b2;
}

.krown-social.header li:last-child span {
    padding-right: 0;
}

.krown-social.header li:hover * {
    color: #000;
}

.krown-social.default ul {
    margin: 0;
    height: 28px;
}

.krown-social.default li {
    position: relative;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    width: 25px;
}

.krown-social.default i:before {
    font-size: 20px;
    width: 25px;
    color: #adadad;
}

.krown-social.default a:hover i:before {
    color: #e54939;
}

.krown-social.default a {
    display: block;
    height: 25px;
    width: 25px;
}


/* ------------------------
-----   Header Search Form   -----
------------------------------*/

#main-menu.w-search {
    margin-right: 67px;
}

#main-menu.w-cart {
    padding-right: 40px;
}

#main-search {
    margin: -28px 0 0;
    position: absolute;
    right: -10px;
    top: 50%;
    z-index: 999;
}

#main-search #searchform {
    height: 43px;
    width: 40px;
    margin-right: -10px;
}

#main-search #s {
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05) !important;
    color: #959595;
    font-size: 12px;
    font-weight: 500;
    height: 43px;
    line-height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 40px;
    width: 234px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    visibility: hidden;
}

#main-search #searchform.opened #s {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
}

.ie8 #main-search #s {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    padding-top: 14px !important;
}

#main-search #searchform .krown-icon-search {
    right: 8px;
    top: 12px;
    position: absolute;
    color: #868686;
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 1;
    font-size: 21px;
    line-height: 18px;
    display: block !important;
    cursor: pointer;
}

#main-search #searchform .krown-icon-search:hover {
    color: #212121;
}

#main-search #submit_s {
    display: none !important;
}

#main-search #submit_s:focus {
    outline: none !important;
}


/* ------------------------
-----   Secondary Header   -----
------------------------------*/

#secondary-header {
    position: relative;
}

#secondary-header .header-content {
    width: 100%;
    height: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    background-color: #fff;
}

#secondary-header .wrapper {
    z-index: 99;
}

.ie8 #secondary-header .header-content {
    border-bottom: 1px solid #e9e9e9;
}

#logo {
    margin: 30px 0;
    display: inline-block;
}

#logo .retina {
    display: none;
}

#custom-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

#custom-header.below-header {
    position: relative;
}

.header-image {
    background-repeat: no-repeat;
    background-position: center center;
    webkit-background-size: cover;
    background-size: cover;
}

.no-touch .header-image {
    background-attachment: fixed;
}

.header-html,
.header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.header-wrapper {
    display: table;
    height: 100%;
}

.header-inner {
    display: table-cell;
    vertical-align: middle;
}

#secondary-header {
    z-index: 9910;
}

#primary-header {
    z-index: 9920;
}

#page-title,
#content {
    z-index: 9900;
}

#custom-header {
    z-index: 9880;
}


/* Sticky & Smaller */

.w-sticky.sactive #secondary-header,
#logo,
#main-menu,
.top-menu>li>a {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.w-sticky.sactive #secondary-header .header-content {
    position: fixed;
}

.w-sticky.sactive #secondary-header.smaller {
    height: 78px !important;
}

.w-sticky.sactive #secondary-header.smaller .header-content,
.w-sticky.sactive #secondary-header.stick-it .header-content {
    position: fixed;
    top: 0 !important;
}

.w-sticky.sactive #secondary-header.smaller #logo {
    height: 38px !important;
    margin: 20px 0;
}

.w-sticky.sactive #secondary-header #logo img {
    height: 100%;
    width: auto;
}

.w-sticky.sactive #secondary-header.smaller #main-menu {
    height: 76px !important;
}

.w-sticky.sactive #secondary-header.smaller .top-menu>li>a {
    padding: 32px 50px 35px 0;
}

.w-sticky.sactive #secondary-header.smaller .top-menu>li>a>span {
    padding-bottom: 4px;
}

.w-sticky.sactive #secondary-header.smaller .sub-menu {
    top: 78px;
}

.w-sticky.sactive #secondary-header.smaller #main-search {
    margin-top: -22px;
}

.w-sticky.sactive #secondary-header.smaller #main-cart .widget_shopping_cart {
    margin-top: -14px !important;
}


/* Parallax */

.insert-map {
    width: 100%;
    height: 100%;
    z-index: 9750;
}


/* Custom menu over header */

.custom-menu {
    height: 44px;
    overflow: hidden;
}

.custom-menu li {
    display: inline-block;
    margin: 10px 30px;
    padding: 0;
    border: none;
}

.custom-menu li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: .5;
}

.custom-menu.white li a {
    color: #fff;
}

.custom-menu li:hover a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: .8;
}

.custom-menu li.selected a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.custom-menu li a:before {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
    float: left;
}


/* ------------------------
-----   Menu    -----
------------------------------*/

.top-menu {
    margin-right: -50px;
    display: inline-block !important;
}

.top-menu a {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.top-menu li {
    display: inline-block;
    position: relative;
    float: left;
}

.top-menu>li>a {
    text-transform: uppercase;
    font-weight: 800;
    padding: 48px 50px 55px 0;
}

.top-menu>li:hover>a {
    color: #e54939;
}

.top-menu>li.selected>a {
    color: #000 !important;
}

.top-menu>li>a>span {
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
}

.top-menu>li:hover span {
    border-color: #e54939;
}

.top-menu>li.selected span {
    border-color: #000 !important;
}

.no-js .top-menu>li:hover .sub-menu {
    display: block;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 106px;
    display: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    margin: 0;
    z-index: 9999;
}

.ie8 .sub-menu {
    border: 1px solid #e9e9e9;
    border-width: 0 2px 2px 0;
    margin-top: -2px;
}

.sub-menu li {
    padding: 0;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    background: #fff;
}

.sub-menu li a {
    text-align: left;
    text-transform: none;
    margin: 0;
    padding: 15px 20px;
    font-weight: 600;
}

.sub-menu li:hover {
    background-color: #e54939;
}

.sub-menu li:hover,
.sub-menu li:hover+li {
    border-color: #e54939;
}

.sub-menu li.selected {
    background-color: #e9e9e9 !important;
}

.sub-menu li.selected,
.sub-menu li.selected+li {
    border-color: transparent !important;
}

.sub-menu li:hover a {
    color: #fff;
}

.sub-menu li.selected a {
    color: #000;
}

.no-js .sub-menu>li:hover .third-menu {
    display: block;
}

.third-menu {
    position: absolute;
    left: 195px;
    top: -1px !important;
    display: none;
    box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, .1);
    margin: 0;
}

.third-menu li:first-child {
    border-top: none;
}

.third-menu li:hover>a {
    background-color: #db4030;
    color: #fff !important;
}

.third-menu a {
    color: #6b6b6b !important;
}

#main-menu .responsive-menu {
    display: none;
}

.header-dark .top-menu a {
    opacity: .5;
    color: #fff;
}

.header-dark .sub-menu a {
    color: #6b6b6b;
}

.header-dark .top-menu>li.selected>a,
.header-dark .top-menu>li:hover>a {
    color: #fff;
    opacity: 1;
}

.menu-fix {
    display: block !important;
    position: fixed !important;
    width: auto !important;
    top: 0;
    left: 0;
}


/* ------------------------
-----   Page Title -----
------------------------------*/

#page-title {
    border-bottom: 1px solid #e9e9e9;
    padding: 31px 0 30px;
    background: #f9f9f9;
    position: relative;
}

#page-title .title {
    float: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin: 0;
}

.title-add {
    font-weight: 700;
}

.title-add:before {
    content: ":";
    margin-right: 5px;
}


/* ------------------------
-----   Breadcrumbs -----
------------------------------*/

#breadcrumbs {
    color: #6b6b6b;
    font-size: 12px;
    line-height: 12px;
    padding-top: 2px;
}

#breadcrumbs .desc {
    margin-right: 12px;
}

#breadcrumbs a {
    font-weight: 600;
}

#breadcrumbs a:after {
    content: "/";
    margin: 0 12px;
    font-weight: 400;
    color: #6b6b6b !important;
}

#breadcrumbs a:last-child:after {
    display: none;
}

#breadcrumbs a {
    color: #000;
}

#breadcrumbs a:hover {
    color: #e54939;
}


/* ---------------------------------------------------------------------------------
------------------------------   FOOTER   ----------------------------------
------------------------------------------------------------------------------------*/


/* ------------------------
-----   Primary Footer  -----
------------------------------*/

#primary-footer {
    padding: 125px 0 100px;
    background-color: #202020;
    color: #959595;
}

#primary-footer .krown-column-row {
    margin: 0;
    padding: 0;
}

#primary-footer .widget {
    font-size: 14px;
    line-height: 24px;
}

#primary-footer .widget-title {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 30px;
}

#primary-footer .widget ul li {
    border-color: #343434;
}

#primary-footer .widget ul a,
#primary-footer .krown-widget span {
    color: #959595;
}

#primary-footer a {
    color: #e54939;
}

#primary-footer a:hover,
#primary-footer .widget ul a:hover {
    color: #fff;
}

#primary-footer .krown-widget i {
    color: #999 !important;
}


/* ------------------------
-----   Secondary Footer -----
------------------------------*/

#secondary-footer {
    background-color: #000000;
    height: 40px;
    color: #959595;
    font-size: 13px;
    line-height: 40px;
    overflow: hidden;
}

#secondary-footer a {
    color: #959595;
    display: inline-block;
}

#secondary-footer a:hover {
    color: #fff;
}

#secondary-footer p {
    margin: 0;
}

#secondary-footer .krown-social.header li:hover * {
    color: #fff;
}


/* ------------------------
-----   Tertiary Footer  -----
------------------------------*/

#tertiary-footer {
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
    position: relative;
    z-index: 9901;
}

#tertiary-footer .collapsed-title {
    font-size: 23px;
    line-height: 26px;
    color: #000;
    padding: 35px 0 49px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#tertiary-footer .collapsed-title:before {
    color: #aaa;
    content: "";
    display: inline-block;
    font-family: fontello;
    font-size: 24px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    text-align: center;
    top: 60px;
    font-weight: 400;
    -webkit-transition: top 100ms linear;
    transition: top 100ms linear;
}

#tertiary-footer .collapsed-title:hover {
    color: #e54939;
}

#tertiary-footer .collapsed-title:hover:before {
    top: 65px;
}

#tertiary-footer.opened .collapsed-title:before {
    content: "";
}

#tertiary-footer .collapsed-content {
    display: none;
}

#tertiary-footer.opened .collapsed-content {
    padding: 50px 0 100px;
}

.woocommerce-page #tertiary-footer {
    display: none;
}


/* ------------------------
-----   GTT button  -----
------------------------------*/

#top {
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 5px;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
    transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

#top:after {
    content: "";
    display: inline-block;
    font-family: fontello;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
    width: 42px;
}

#top:hover {
    background: #e54939;
    background: rgba(229, 73, 57, .9);
}

#top.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
}


/* ---------------------------------------------------------------------------------
------------------------------   BLOG   ----------------------------------
------------------------------------------------------------------------------------*/

.page-template-template-blog-php .post-standard,
.archive .post-standard,
.search .post-standard {
    margin-bottom: 170px;
}

.single-post .post-standard {
    margin-bottom: 0;
}

.page-template-template-blog-php .post-standard:first-child,
.archive .post-standard:first-child,
.single-post .post-standard:first-child,
.search .post-standard:first-child {
    margin-top: 60px;
}

.post-standard header {
    margin-bottom: 35px;
}

.post-standard .post-title .cite {
    position: absolute;
}


/* Post meta */

.post-meta {
    margin-bottom: 20px;
    height: 24px;
    overflow: hidden;
    list-style: none;
}

.post-meta li,
.folio.like {
    float: left;
    padding: 0 22px;
    border: none;
    margin: 0;
    border-left: 1px solid #e9e9e9;
    font-size: 14px;
    position: relative;
}

.post-meta li:first-child,
.folio.like {
    padding: 0 22px 0 0;
    border: none;
}

.post-meta a,
.folio.like a {
    color: #000;
}

.post-meta a:hover,
.folio.like a:hover {
    color: #e54939;
}

.post-meta .like a,
.post-meta .comments a,
.folio.like a {
    padding-right: 24px;
}

.post-meta i,
.krown-widget i,
.folio.like i {
    color: #999;
    margin-left: 7px;
    position: absolute;
}

.post-meta .comments i {
    top: 0;
}

.post-meta a:hover i,
.krown-widget a:hover i,
.folio.like a:hover i {
    color: #e54939;
}

.post-meta .krown-icon-heart-1,
.krown-widget .krown-icon-heart-1,
.folio.like .krown-icon-heart-1 {
    font-size: 21px;
}

.post-meta .krown-icon-comment-alt,
.krown-widget .krown-icon-comment-alt {
    font-size: 16px;
}

.post-meta .like>div {
    width: 40px;
}


/* Post title */

.post-title h2,
.post-title h1 {
    font-size: 44px;
    line-height: 49px;
    font-weight: 700;
    color: #000;
    margin: 0 0 0 -1px;
    position: relative;
}

.post-title:hover h2,
.post-title:hover h1 {
    color: #e54939;
}

.post-title .format {
    font-weight: 300;
    color: #000 !important;
}

.post-title .format:before {
    content: " (";
}

.post-title .format:after {
    content: ")";
}

.post-title .cite {
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    margin-top: 25px;
    display: block;
}

.post-title .cite:before {
    content: "- ";
}

.format-quote .post-title h2,
.format-quote .post-title h1 {
    margin-bottom: 70px;
}

.post-format-image img,
.post-format-gallery img {
    width: 100%;
    height: auto;
}

.post-excerpt,
.post-content {
    font-size: 17px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.post-more,
.post-tags {
    font-size: 17px;
}

.post-tags {
    margin-top: 50px;
}

.post-format-image+.post-more {
    margin-top: 60px;
}


/* Big like button */

.single-like {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    margin: 50px auto 100px;
}

.single-like a {
    position: absolute;
    left: 50%;
    margin: -30px 0 0 -50px;
    width: 100px;
    background-color: #fff;
    text-align: center;
}

.single-like .krown-icon-heart-1:before {
    font-size: 80px;
    padding: 0;
    line-height: 80px;
    float: none;
    color: #999;
}

.single-like span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    color: #fff;
    vertical-align: top;
}

.single-like:hover .krown-icon-heart-1:before {
    color: #e54939;
}

.single-like .post-like.liked:before {
    color: #e54939;
    cursor: default;
}

.single-like .post-like.liked {
    cursor: default;
    pointer-events: none;
}


/* Pagination */

.pagination a {
    height: 42px;
    background: #fff;
    color: #6b6b6b;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    margin: 0 5px;
    padding: 14px 20px;
}

.pagination a:hover {
    color: #fff;
    background: #e54939;
    border-color: transparent;
}

.pagination a.active {
    color: #000;
    border-color: #e9e9e9;
    background: #fff;
    pointer-events: none;
}

.pagination a.none {
    pointer-events: none;
}


/* Search tweaks */

.search-results .type-page .post-meta li {
    display: none;
}

.search-results .type-page .post-meta li:first-child {
    display: block;
}

.search-results .type-page .post-title span {
    display: none;
}


/* Post w/ Author */

.post-standard.w-author>header,
.post-standard.w-author>section {
    width: 79%;
    float: left;
}

.post-author {
    float: right;
    width: 130px;
}

.author-avatar {
    position: relative;
    display: block;
}

.author-avatar .caption {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    background: rgba(229, 73, 57, .9);
    background: #e54939;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.author-avatar:hover .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.author-avatar .hover-text {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.author-avatar strong {
    display: block;
    line-height: 17px;
    margin-top: 5px;
}

.post-author .post-meta {
    margin-top: 25px;
    overflow: visible;
}

.post-author .post-meta li {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    width: 100%;
    border: none;
}

.post-author .post-meta .category {
    margin-top: 3px;
}

.post-author .post-meta .like,
.post-author .post-meta .comments {
    float: left;
    margin-top: 25px;
    text-align: left;
    width: 50%;
}

.post-author .post-meta .like {
    text-align: right;
    padding-right: 5px;
}

.post-author .post-meta .comments {
    padding-left: 7px;
}


/* Comments */

#comments {
    margin: 125px 0;
}

#comments h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 25px 0;
    font-weight: 700;
}

.comment {
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid #e9e9e9;
    position: relative;
    min-height: 141px;
}

#comments-list>.comment:first-child {
    border: none;
    margin-top: 0;
}

#comments-list .children li {
    padding-left: 112px;
}

#comments-list .children .children li {
    padding-left: 224px;
}

.comment-avatar {
    position: absolute !important;
    top: 50px;
    width: 80px;
    height: 80px;
}

.comment-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    margin-top: 15px;
}

.comment-title a,
.comment-reply-link {
    color: #3b3b3b;
}

.comment-title a:hover,
.comment-reply-link:hover {
    color: #e54939;
}

.comment-meta span {
    font-size: 13px;
    margin-top: -2px;
    display: block;
}

.comment-content {
    float: left;
    width: 100%;
    padding-left: 112px;
}

.comment-text {
    margin-top: -10px;
}

.comment-reply-link {
    position: absolute;
    right: 0;
    top: 40px;
    font-size: 12px;
    font-weight: 500;
    opacity: 0;
}

.comment-reply-link .krown-icon-cw {
    font-size: 14px;
    left: -7px;
    position: relative;
}

.comment:hover .comment-reply-link {
    opacity: 1;
}

.await {
    color: #f00;
    display: block;
    margin-top: 15px;
}

#respond {
    margin-top: 180px;
}

#comments-list #respond {
    margin-top: 60px;
}

#comment-form {
    margin-top: 20px;
}

.logged-in-as {
    margin-top: -5px;
}


/* ------------------------
-----   Widgets  -----
------------------------------*/

.widget {
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 30px;
}

.widget ul {
    list-style: none;
}

.widget ul:first-child,
.widget p:first-child {
    margin-top: 0;
}

.widget ul li {
    border-top: 1px solid #e9e9e9;
    padding: 15px 0;
    line-height: 20px;
}

.widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget ul a {
    color: #000;
    padding: 13px 0;
}

.widget ul a:hover {
    color: #e54939;
}

.widget .current-menu-item a {
    color: #000 !important;
    font-weight: 700;
}

.widget small {
    font-size: 1em;
}

.widget_calendar table {
    width: 100%;
    text-align: left;
}

.widget_calendar caption {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}

.widget_calendar thead {
    font-weight: 700;
}

.widget_calendar tfoot a {
    margin-top: 15px;
    float: left;
}

.krown-widget i {
    position: relative;
    margin-right: 5px;
    top: 1px;
    color: #999;
}

.krown-widget .krown-icon-comment-alt {
    font-size: 15px;
}

.krown-widget .krown-icon-heart-1 {
    top: 2px;
}

.krown-widget span {
    color: #666;
    position: absolute;
    top: -2px;
    left: 0;
}

.krown-widget a:hover span {
    color: inherit;
}

.krown-commented-posts a,
.krown-liked-posts a {
    position: relative;
    padding: 0 0 0 47px !important;
    display: block;
}

.krown-liked-posts a {
    padding-left: 59px !important;
}

.krown-recent-posts li {
    height: 83px;
    padding: 15px 0;
    display: table;
}

.krown-recent-posts li:first-child {
    height: 66px;
}

.krown-recent-posts .img {
    position: absolute;
    padding: 0;
}

.krown-recent-posts img {
    width: 100px;
    height: 53px;
}

.krown-recent-posts .title {
    padding: 0 0 0 120px !important;
    display: table-cell;
    vertical-align: middle;
}

.cwidget ul li {
    font-size: 13px;
    line-height: 18px;
    padding: 11px 0;
}

.swidget ul li {
    width: 45%;
    float: left;
}

.swidget ul li:nth-child(even) {
    float: right;
}

.swidget ul li:first-child+li {
    border-top: none;
    padding-top: 0;
}

.cwidget .wp-tag-cloud a {
    font-size: 13px !important;
}


/* ---------------------------------------------------------------------------------
------------------------------   PORTFOLIO   ----------------------------------
------------------------------------------------------------------------------------*/


/* General */

.folio-title {
    margin: 40px 0;
    position: relative;
}

.folio-title h1 {
    font-size: 40px;
    line-height: 48px;
}

.single-portfolio .content {
    padding: 50px 0;
}

.single-portfolio .content>.krown-column-row:first-child {
    padding-top: 0;
}

.full-width-slider.flexslider,
.remove-space {
    margin-top: -150px;
}


/* Third slider project */

.portfolio.third-slider {
    margin-top: 60px;
}

.portfolio.third-slider>.span3 {
    float: right;
}

.portfolio.third-slider>.span9 {
    float: left;
    margin-left: 0;
}

.portfolio.third-slider .post-nav {
    left: 0;
    right: auto;
    margin: -55px 0 0 -10px;
}

.portfolio.third-slider .folio-title h1 {
    padding-top: 24px;
}

.portfolio.third-slider .single-like {
    margin: 50px 0;
    border: none;
}

.portfolio.third-slider .single-like a {
    margin: -30px 0 0 -16px;
    left: 0;
}

.portfolio.third-slider .post-share {
    margin: 40px 0 20px -30px;
    text-align: left;
}

.portfolio.third-slider .post-share>div {
    width: 90px;
}


/* Navigation */

.post-nav {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
}

.post-nav * {
    font-family: 'fontello';
}

.post-nav a {
    width: 42px;
    height: 42px;
    font-size: 30px;
    line-height: 42px;
    margin: 4px 0 0 11px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #b1b1b1;
    float: left;
    position: relative;
    text-indent: -9999px;
}

.post-nav a:before {
    float: left;
    text-indent: 0;
}

.post-nav a:hover {
    background: #e54939;
    color: #fff;
    border-color: transparent;
}

.post-nav .btn-close:before {
    content: "";
    font-size: 25px;
    margin-left: 7px;
}

.post-nav .btn-prev:before {
    content: "";
    margin-left: 14px;
}

.post-nav .btn-next:before {
    content: "";
    margin-left: 15px;
}

.post-share {
    text-align: center;
}

.post-share>div {
    display: inline-block;
    height: 20px;
    width: 45px;
    position: relative;
}

.post-share>div>div,
.post-share>div>iframe {
    position: absolute;
    top: 0;
    left: 30px;
}

.post-share .fb-like {
    margin-top: -4px;
}


/* Filter */

.filter {
    text-align: center;
    margin-bottom: 55px;
}

.filter li {
    height: 42px;
    background: #fff;
    color: #6b6b6b;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    margin: 0 5px;
    padding: 14px 20px;
    cursor: pointer;
    display: inline-block;
}

.filter li:hover {
    color: #fff;
    background: #e54939;
    border-color: transparent;
}

.filter li.active {
    color: #000;
    background: #fff !important;
    border-color: #e9e9e9 !important;
}


/* ---------------------------------------------------------------------------------
------------------------------   ONE PAGER   ----------------------------------
------------------------------------------------------------------------------------*/

#pager-nav {
    background: #ccc;
    border-radius: 20px;
    padding: 5px 8px;
    position: fixed;
    right: 10px;
    text-align: center;
    top: 50%;
    width: 27px;
    z-index: 99999;
    visibility: hidden;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

#pager-nav.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    visibility: visible;
}

#pager-nav a {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background: #fff;
    margin: 10px 0;
    text-indent: -9999px;
}

#pager-nav a:hover {
    background: #000;
}

#pager-nav a.selected {
    background: #e54939;
}

#pager-nav.show {
    display: block;
}


/* ---------------------------------------------------------------------------------
------------------------------   SHORTCODES   ----------------------------------
------------------------------------------------------------------------------------*/


/* ------------------------
-----   Accordion   -----
------------------------------*/

.krown-accordion h5 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 30px 36px 90px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 -1px 0;
}

.krown-accordion h5:before {
    display: block;
    position: absolute;
    content: "";
    font-family: 'fontello';
    color: #999;
    border: 1px solid #e9e9e9;
    background: #f8f8f8;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    padding-top: 5px;
    font-weight: 400;
    top: 33px;
    left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.krown-accordion h5:hover {
    background: #f9f9f9;
}

.krown-accordion>section.opened h5 {
    background: #f4f4f4;
    font-weight: 700;
}

.krown-accordion>section.opened h5:before {
    color: #FFF;
    background: #e54939;
    border-color: transparent;
    content: "";
}

.krown-accordion .content {
    display: none;
    padding: 40px 0 40px 90px;
}

.krown-accordion .krown-column-row {
    margin-bottom: 40px;
}

.krown-accordion.opened:last-child {
    border-bottom: 1px solid #e9e9e9;
}

.krown-accordion.small h5 {
    font-weight: 500;
    font-size: 16px;
    padding: 17px 30px 14px 40px;
    text-transform: none;
}

.krown-accordion.small h5:before {
    border: none;
    background: transparent !important;
    padding-top: 0;
    top: 17px;
    left: 5px;
    font-size: 14px;
}

.krown-accordion.small>section.opened h5:before {
    color: #000;
}

.krown-accordion.small .content {
    padding: 20px 0 20px 50px;
}


/* ------------------------
-----   Alerts   -----
------------------------------*/

.krown-alert {
    min-height: 40px;
    margin-bottom: 15px;
    padding: 10px 40px;
    display: inline-block;
}

.krown-alert p {
    margin: 9px 0;
}

.krown-alert.alert-error {
    background: #f9e5e6;
    border: 1px solid #fad2d3;
    color: #c48587;
}

.krown-alert.alert-success {
    background: #e3ebc6;
    border: 1px solid #cddb9b;
    color: #8e9c5e;
}

.krown-alert.alert-info {
    background: #d8ecf5;
    border: 1px solid #aed7ea;
    color: #5593b1;
}

.krown-alert.alert-block {
    background: #fcf7d9;
    border: 1px solid #f7e292;
    color: #c49c03;
}


/* ------------------------
-----   Blank Divider   -----
------------------------------*/

.krown-blank-divider {
    display: block;
    width: 100%;
    height: 1px;
}


/* ------------------------
-----   Button   -----
------------------------------*/

.krown-button {
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    background-color: #212121;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 100ms linear !important;
    transition: all 100ms linear !important;
}

.krown-button i {
    float: right;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all 100ms linear !important;
    transition: all 100ms linear !important;
}

.krown-button:hover {
    background-color: #e54939;
}

.krown-button:hover i {
    margin-left: 14px !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.krown-button.normal {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 20px;
}

.krown-button.normal i {
    font-size: 23px;
    margin: -1px -3px 0 -15px;
}

.krown-button.small {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 13px 20px;
}

.krown-button.small i {
    font-size: 17px;
    margin: 0 -3px 0 -15px;
}

.krown-button.empty {
    background: #fff;
    color: #6b6b6b !important;
    border: 1px solid #e9e9e9;
}

.krown-button.empty:hover {
    color: #fff !important;
    background: #e54939;
    border-color: transparent;
}

.krown-button.no-border {
    border: none !important;
}


/* ------------------------
-----   Columns  -----
------------------------------*/

.krown-column-container {
    float: left;
    display: block;
    margin-left: 4%;
    position: relative;
}

.span12 {
    width: 100%;
}

.span6 {
    width: 48%;
}

.span10 {
    width: 83.34%;
}

.span9 {
    width: 74%;
}

.span8 {
    width: 65.34%;
}

.span4 {
    width: 30.66%;
}

.span3 {
    width: 22%;
}

.span2 {
    width: 13.33%;
}

.krown-column-row [class*="span"]:first-child {
    margin-left: 0;
}

#content>.krown-column-row:first-child {
    margin-top: 0;
}

.krown-column-row .krown-column-row {
    padding: 0;
}

.krown-column-row {
    padding: 50px 0;
}

.no-touch .krown-column-row {
    background-attachment: fixed;
}

.full-width #content>.krown-column-row {
    border-bottom: 1px solid #e9e9e9;
}

.full-width #content>.krown-column-row>.row-content {
    width: 1140px;
    margin: auto;
}

.full-width #content>.krown-column-row.row-full>.row-content {
    width: 100%;
}

.krown-divider {
    display: block;
    height: 1px;
    width: 100%;
}

.krown-tabs .contents .wpb_wrapper>*:first-child,
#content>.wrapper .krown-column-row:first-child .wpb_wrapper:first-child>*:first-child {
    margin-top: 0;
}

.more-space {
    margin: 25px 0;
}

.even-more-space {
    margin: 50px 0;
}

.reduce-space {
    margin-top: -50px;
}

.reduce-more-space {
    margin-top: -100px;
}


/* -------------------------------
-----   Fancybox   -----
---------------------------------*/

.fancybox-skin {
    background: transparent;
}

.fancybox-overlay {
    z-index: 99998;
    background: #333;
    background: rgba(51, 51, 51, .95);
    overflow: hidden !important;
}

.fancybox-opened {
    z-index: 99999;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 0px 13px rgba(0, 0, 0, 0.2);
}

.fancybox-nav span,
.fancybox-close {
    background: url(images/sharpSprites.png) no-repeat -1px 0 #181818;
    background-color: rgba(24, 24, 24, .8);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    display: block;
    text-indent: -9999px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0;
}

.fancybox-next span {
    background-position: -50px 0;
    right: 0;
}

.fancybox-prev span {
    left: 0;
}

.fancybox-close {
    background-position: -115px 0;
    right: -25px;
    top: -5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.fancybox-nav:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.fancybox-nav span:hover,
.fancybox-close:hover {
    background-color: #e54939;
    background-color: rgba(229, 73, 57, .9);
}

#fancybox-loading {
    z-index: 99999;
}

#fancybox-loading div {
    background: url(images/preloader-222.gif) no-repeat center center transparent;
}

.fancybox-title-float-wrap .child {
    background: transparent;
}

.fancybox-thumb {
    display: inline-block;
    position: relative;
}

.fancybox-thumb img {
    margin: 0 !important;
    float: none !important;
    vertical-align: top;
}

.fancybox-thumb span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/cross.png) no-repeat center center #222;
    background-color: rgba(0, 0, 0, .7);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.fancybox-thumb:hover span {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
}

.krown-thumbnail-gallery .fancybox-thumb {
    float: left;
    margin: 1px;
}

.krown-thumbnail-gallery .fancybox-thumb.first {
    margin-left: 0;
}

.krown-thumbnail-gallery .fancybox-thumb.last {
    margin-right: -10px;
}


/* -------------------------------
-----   Form Elements   -----
---------------------------------*/

form {
    width: 100%;
}

input,
textarea {
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 0 17px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    width: 100%;
    color: #444;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: inline-block;
    resize: none;
    height: 44px;
    margin: 0 0 40px 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

p input {
    margin-bottom: 0;
}

textarea {
    padding: 17px;
    height: 220px;
}

input:focus,
textarea:focus {
    background: #f7f7f7;
    border-color: #dfdfdf;
    color: #000;
}

.ie8 input {
    padding-top: 10px;
}

.contact-error-border {
    border-color: red;
}

.success-message,
.error-message {
    margin-top: 0;
}

form .column_container {
    padding-bottom: 10px;
}

form label {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    color: #000;
}

form label span {
    font-style: italic;
}

input[type="submit"] {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 11px 20px;
    height: 38px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    background-color: #000;
    border: none !important;
    border-radius: 5px !important;
    display: inline !important;
    text-align: center;
    width: auto !important;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #e54939;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    height: auto;
    float: left;
    margin: 5px 10px 0 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input,
input[type="submit"],
textarea {
    -webkit-appearance: none !important;
}


/* ------------------------
-----   Flickr Feed   -----
------------------------------*/

.krown-flickr {
    margin-left: -1px;
    width: 103%;
}

.krown-flickr li {
    float: left;
    margin: 1px;
    list-style: none;
}

.krown-flickr a {
    display: block;
}

.krown-flickr img {
    vertical-align: middle;
}

.krown-flickr a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: .6;
}


/* ------------------------
-----   Latest Posts   -----
------------------------------*/


/* General */

.krown-latest-posts h3 {
    font-size: 23px;
    line-height: 28px;
    color: #000;
    margin: 0;
}

.krown-latest-posts a:hover h3 {
    color: #e54939;
}

.krown-latest-posts .post-meta {
    margin: 15px 0 25px;
}

.krown-latest-posts .post-meta li {
    font-size: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-color: #959595;
}

.krown-latest-posts .post-meta li:first-child {
    padding-left: 0;
}

.krown-latest-posts .post-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.krown-latest-posts .post-more {
    margin: 25px 0 0 0;
}

.krown-latest-posts .add-link h2:after {
    content: " (link)";
    font-weight: 500;
}

.krown-latest-posts.format-quote .post-title h2 {
    margin-bottom: 40px;
}

.krown-latest-posts iframe {
    height: auto;
}


/* Standard Grid */

.krown-latest-posts.standard .krown-column-row {
    margin-top: 100px;
}

.krown-latest-posts.standard .krown-column-row:first-child {
    margin-top: 0;
}

.standard-post {
    float: left;
    margin-left: 4%;
}

.standard-post:first-child {
    margin-left: 0;
}


/* Masonry Grid */

.krown-latest-posts.masonry {
    margin: -20px 0 20px -20px;
    width: 110%;
}

.masonry-post {
    float: left;
    width: 353px;
    margin: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 0 #e9e9e9;
}

.masonry-post .content {
    padding: 40px 35px 50px;
}

.masonry-post .post-title .cite {
    position: static;
    margin-bottom: 30px;
}


/* Infinite Loading */

.infinite-barrier {
    float: left;
    margin-top: 100px;
    text-align: center;
    width: 100%;
    display: none;
}

.infinite-barrier i {
    font-size: 17px;
}

.infinite-barrier p {
    display: none;
}

#infinite-link {
    display: none;
}


/* Sticky */

.masonry-post.sticky.format-standard .content,
.masonry-post.sticky.format-quote,
.masonry-post.sticky.format-link,
.masonry-post.sticky.format-audio .content {
    background: url(images/sticky.png) no-repeat 0 0 transparent;
}

.masonry-post.sticky.format-gallery:before,
.masonry-post.sticky.format-video:before,
.masonry-post.sticky.format-image:before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 46px;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(images/sticky.png) no-repeat 0 0 transparent;
}


/* ------------------------
-----   Latest Projects   -----
------------------------------*/


/* Classic Grid */

.krown-latest-portfolio.classic .portfolio-items {
    margin: -45px 0 45px -20px;
    width: 110%;
}

.portfolio-item.classic {
    float: left;
    margin: 45px 20px 0;
    text-align: center;
}

.portfolio-item.classic>a {
    display: block;
    position: relative;
}

.portfolio-item.classic>a .hover {
    background: url(images/cross.png) no-repeat center center #e54939;
    background: url(images/cross.png) no-repeat center center rgba(229, 73, 57, .9);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-indent: -9999px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}

.portfolio-item.classic>a:hover .hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.portfolio-item.classic h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 32px 0 0;
}

.portfolio-item.classic .caption>a {
    color: #000;
}

.portfolio-item.classic .caption>a:hover {
    color: #e54939;
}

.portfolio-item.classic .category {
    margin-top: 2px;
    display: block;
    color: #959595;
    font-weight: 500;
}

.portfolio-item.classic .like {
    margin-top: 9px;
    padding-right: 15px;
    float: none;
    font-weight: 500;
}

.portfolio-item.classic .post-like {
    color: #999 !important;
    padding-right: 12px;
}

.portfolio-item.classic .post-like i {
    color: #999 !important;
}


/* Alternate Grid */

.krown-latest-portfolio.alt .filter,
.krown-latest-portfolio.alt .pagination {
    text-align: left;
    margin-left: -5px;
}

.krown-latest-portfolio.alt.full-width-portfolio .filter {
    text-align: center;
    margin-left: 0;
}

.portfolio-item.alt {
    float: left;
    margin: 0;
    position: relative;
}

.portfolio-item.alt a {
    display: block;
    position: relative;
    overflow: hidden;
}

.alt-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
    background: #e54939;
    background: rgba(229, 73, 57, .9);
}

.alt-hover>div {
    width: 100%;
    height: 100%;
    display: table;
}

.alt-hover>div .caption {
    display: table-cell;
    vertical-align: middle;
}

.alt-hover .caption>* {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    top: 50px;
    position: relative;
}

.alt-hover h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 35px 0 1px 0;
    color: #fff;
}

.alt-hover .category {
    color: #fff;
    margin-top: -1px;
    display: inline-block;
    font-weight: 500;
}

.alt-hover .like {
    margin-top: 15px;
    float: none;
    font-weight: 500;
}

.alt-hover .like * {
    color: #fff !important;
}


/* Captions Size */

.krown-latest-portfolio.classic.col-4 .caption {
    max-width: 255px;
}

.krown-latest-portfolio.classic.col-3 .caption {
    max-width: 353px;
}


/* With sidebar */

.layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,
.layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item {
    width: 249px;
}

.layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,
.layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item {
    width: 275px;
}


/* Custom title on portfolio pages */

.krown-latest-portfolio .pagination,
.krown-latest-portfolio .moe-pagination {
    text-align: center;
    margin-top: 100px;
}

.portfolio-item.disabled,
.portfolio-item.disabled .custom-link {
    pointer-events: none;
}

.full-width-portfolio .portfolio-item {
    width: 19.9%;
}

.full-width-portfolio .portfolio-item a {
    width: 103%
}

.full-width-portfolio .portfolio-item img {
    max-width: none;
    width: 100%;
}

.full-width-portfolio .portfolio-item:last-child {
    overflow: hidden;
}


/* Portfolio grid initial size */

.krown-latest-portfolio.col-4 .portfolio-item.classic {
    width: 255px;
}

.krown-latest-portfolio.col-3 .portfolio-item.classic {
    width: 353px;
}

.krown-latest-portfolio.col-4 .portfolio-item.alt {
    width: 285px;
}

.krown-latest-portfolio.col-3:not(.full-width-portfolio) .portfolio-item.alt {
    width: 380px;
}


/* ------------------------
-----   Pies  -----
------------------------------*/

.krown-pie {
    text-align: center;
}

.krown-pie .holder {
    width: 150px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.krown-pie .holder span {
    display: block;
    position: relative;
    z-index: 5;
}

.krown-pie .value {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: -5px;
    padding: 35px 5px 0 0;
}

.krown-pie .subtitle {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-top: 30px;
}

.krown-pie .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    padding-top: 40px;
}

.krown-pie .pie-holder {
    position: absolute;
    top: 1px;
    left: 0;
    width: 150px;
    height: 150px;
    border: 3px solid #d7d7d7;
    border-radius: 75px;
    z-index: 1;
}

.krown-pie .pie-blank {
    position: absolute;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-style: solid;
    border-width: 110px;
    left: 50%;
    margin-left: -110px;
    top: -45px;
    z-index: 3;
}

.krown-pie .pie-canvas {
    position: absolute;
    top: -81px;
    left: -80px;
    z-index: 2;
    -ms-transform: scale(.5) rotate(226deg);
    -webkit-transform: scale(.5) rotate(226deg);
    transform: scale(.5) rotate(226deg);
}

.krown-pie.large .holder {
    width: 212px;
}

.krown-pie.large .value {
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    padding-top: 62px;
}

.krown-pie.large .subtitle {
    padding-top: 56px;
}

.krown-pie.large .title {
    font-weight: 700;
}

.krown-pie.large .pie-holder {
    width: 210px;
    height: 210px;
    border-radius: 105px;
    border-width: 2px;
}

.krown-pie.large .pie-blank {
    border-width: 151px;
    margin-left: -151px;
    top: -60px;
}

.krown-pie.large .pie-canvas {
    left: -109px;
    top: -111px;
}

.krown-pie.addk .value:after {
    content: "k";
}


/* ------------------------
-----   Pricing Tables  -----
------------------------------*/

.krown-pricing {
    border: 1px solid #e9e9e9;
    text-align: center;
}

.krown-pricing.col-1 .krown-pricing-column {
    width: 100%;
}

.krown-pricing.col-2 .krown-pricing-column {
    width: 50%;
}

.krown-pricing.col-3 .krown-pricing-column {
    width: 33.33%;
}

.krown-pricing.col-4 .krown-pricing-column {
    width: 25%;
}

.krown-pricing.col-5 .krown-pricing-column {
    width: 20%;
}

.krown-pricing-column {
    float: left;
    border-left: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
}

.krown-pricing-column:first-child {
    border-left: none;
}

.krown-pricing-column.featured {
    background: #fafafa;
}

.krown-pricing-column.featured:before {
    content: "★";
    font-family: 'fontello';
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
}

.krown-pricing-column.featured:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 0 41px 41px 0;
    border-color: transparent #212121 transparent transparent;
    z-index: 1;
}

.krown-pricing-title {
    border-bottom: 1px solid #e9e9e9;
    padding: 50px 0 60px;
}

.krown-pricing-title h3 {
    font-size: 56px;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #212121;
    margin: 0 0 25px;
}

.krown-pricing-title h5 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
}

.krown-pricing-title sub,
.krown-pricing-title sup {
    color: #797979;
    letter-spacing: 0;
}

.krown-pricing-title sub {
    font-size: 18px;
    line-height: 18px;
    padding-left: 3px;
}

.krown-pricing-title sup {
    font-size: 24px;
    line-height: 24px;
    padding-right: 3px;
}

.krown-pricing-content {
    font-weight: 500;
}

.krown-pricing-content ul li:first-child {
    padding-top: 11px;
}

.krown-pricing-content ul li:last-child {
    padding-bottom: 11px;
}


/* ------------------------
-----   Progress Bars  -----
------------------------------*/

.krown-progress-bars ul {
    list-style: none;
    margin: 0;
}

.krown-progress-bars li {
    margin-bottom: 32px;
}

.krown-progress-bars h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.krown-progress-bars p {
    display: block;
    text-indent: -9999px;
    background: #d8d8d8;
    height: 8px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    margin: 0;
}

.krown-progress-bars .bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 0;
    border-radius: 5px;
    background: #e54939;
    overflow: visible !important;
}

.krown-progress-bars .text {
    background: #212121;
    color: #fff;
    font-size: 11px;
    line-height: 21px;
    font-weight: 500;
    height: 22px;
    letter-spacing: -1px;
    padding: 0 7px;
    position: absolute;
    right: -14px;
    text-indent: 0 !important;
    top: -29px;
    border-radius: 5px;
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.krown-progress-bars .text:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(33, 33, 33, 0);
    border-top-color: #212121;
    border-width: 5px;
    margin-left: -5px;
    margin-top: -2px;
}

.krown-progress-bars .text.check-size {
    position: fixed;
}


/* ------------------------
-----   Section Title  -----
------------------------------*/

.krown-section-title {
    text-align: center;
}

.krown-section-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.krown-section-title h4 {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.krown-section-title hr {
    width: 100px;
    background-color: #999;
    height: 3px;
    border: none;
}

.krown-section-title.style-bookmark {
    background-color: #000000;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    padding: 50px 45px 10px;
    position: relative;
    top: 0;
}

.krown-section .krown-section-title.style-bookmark:first-child {
    margin-top: -150px;
}

.krown-section-title.style-bookmark h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 34px;
    text-transform: uppercase;
}

.krown-section-title.style-bookmark span {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 63px 105px 0;
    left: 0;
    position: absolute;
    text-indent: -9999px;
}

.krown-section-title.style-bookmark hr {
    display: none;
}

.krown-section-title.align-left {
    text-align: left;
}

.krown-section-title.align-right {
    text-align: right;
}

.krown-section-title.align-left hr {
    float: left;
}

.krown-section-title.align-right hr {
    float: right;
}

.krown-section-title.no-border hr {
    display: none;
}


/* ------------------------
-----   Single Image  -----
------------------------------*/

.aligncenter {
    text-align: center;
}

img.aligncenter {
    display: block;
    margin: auto;
}

a.aligncenter {
    text-align: center;
    width: 100%;
    display: block;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.krown-single-image {
    margin: 0;
}


/* ------------------------
-----   Slider  -----
------------------------------*/

.flexslider {
    background: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    border: none;
}

.flexslider .slides {
    overflow: hidden;
}

.flexslider li {
    margin: 0;
    padding: 0;
    border: none;
}

.flexslider .slides>li {
    position: relative;
}

.flexslider.mini {
    background: url(images/preloader-f7.gif) no-repeat center center #f7f7f7;
}

.flexslider.mini .slides {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.masonry-post .flexslider.mini {
    min-height: 0;
}

.flex-direction-nav a {
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
    margin-top: -21px;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background: #fff;
    color: #b1b1b1;
    text-shadow: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    opacity: 0 !important;
}

.flex-direction-nav a:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.flex-direction-nav a.flex-prev {
    left: 0 !important;
}

.flex-direction-nav a.flex-next {
    right: 0 !important;
    left: auto !important;
}

.flex-direction-nav a:before {
    position: relative;
    font-size: 30px;
    font-family: fontello;
    margin-top: -1px;
}

.flex-direction-nav a.flex-prev:before {
    margin-left: 14px;
    content: "";
}

.flex-direction-nav a.flex-next:before {
    margin-right: 14px;
    content: "";
}

.mini .flex-direction-nav a {
    border: none;
    color: #fff;
    background: #ccc;
    background: rgba(0, 0, 0, .2);
}

.mini .flex-direction-nav a:before {
    top: 1px;
}

.mini .flex-direction-nav a.flex-prev {
    border-radius: 0 5px 5px 0;
}

.mini .flex-direction-nav a.flex-next {
    border-radius: 5px 0 0 5px;
}

.mini .flex-direction-nav a:hover {
    background: #000;
    color: #fff;
    border-color: transparent;
}

.flex-control-nav {
    width: 100%;
    left: 0;
    bottom: auto;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
}

.flex-control-nav li a {
    width: 7px;
    height: 7px;
    display: block;
    background-color: #b9b9b9;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 4px;
    box-shadow: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
    opacity: 0 !important;
}

.flex-control-nav li a.flex-active {
    background-color: #e54939;
}

.nav-bullets-top .flex-control-nav {
    top: -40px;
}

.nav-bullets-bottom .flex-control-nav {
    bottom: -70px;
}

.flex-caption {
    background: #333;
    background: rgba(0, 0, 0, .3);
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 11px 15px;
    position: absolute;
    right: 10px;
}

.mini.flexslider:hover .flex-direction-nav a,
.krown-column-row:hover .krown-tour.flexslider .flex-direction-nav a,
.mini.flexslider:hover .flex-control-nav a,
.krown-column-row:hover .krown-tour.flexslider .flex-control-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    opacity: 1 !important;
}

.flexslider.krown-tour {
    padding: 0 140px;
    overflow: visible !important;
}

.flexslider.krown-tour img {
    width: auto !important;
}

.flexslider.krown-tour .slides>div,
.flexslider.krown-tour .slides>section {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider.krown-tour .slides>section>h5 {
    display: none;
}

.flexslider.krown-tour .flex-direction-nav a:hover {
    background: #e54939;
}

.krown-tour.no-space-slider {
    padding: 0 !important;
}

.krown-tour.bottom-left-controls .flex-direction-nav a,
.krown-tour.bottom-left-controls .flex-control-nav {
    float: left;
    position: absolute;
    top: auto !important;
    bottom: -70px !important;
}

.krown-tour.bottom-left-controls .flex-direction-nav .flex-next {
    right: auto !important;
    left: 51px !important;
}

.krown-tour.bottom-left-controls .flex-control-nav {
    text-align: left;
}

.krown-tour.flexslider.no-hide-controls .flex-direction-nav a,
.krown-tour.flexslider.no-hide-controls .flex-control-nav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1 !important;
}


/* ------------------------
-----   Tabs  -----
------------------------------*/

.krown-tabs .titles {
    border-bottom: 3px solid #000;
}

.krown-tabs .titles li {
    float: left;
    display: table;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    margin-right: -1px;
    height: 85px;
    cursor: pointer;
    position: relative;
}

.krown-tabs .titles h5 {
    margin: auto;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #6b6b6b;
    line-height: 17px;
    padding: 5px 20px 0 90px;
    display: table-cell;
    vertical-align: middle;
}

.krown-tabs .titles h5:before {
    font-size: 28px;
    line-height: 20px;
    margin-right: 12px;
    position: absolute;
    left: 40px;
}

.krown-tabs .titles li:hover {
    position: relative;
    z-index: 3;
    background-color: #e54939;
    border-color: transparent;
}

.krown-tabs .titles li:hover h5 {
    color: #fff !important;
}

.krown-tabs .titles .opened {
    background-color: #000 !important;
    border-color: transparent !important;
}

.krown-tabs .titles .opened h5 {
    color: #ffffff;
}

.krown-tabs .contents {
    min-height: 200px;
    padding-top: 60px;
}

.krown-tabs .contents>div,
.krown-tabs .contents>section {
    display: none;
}

.krown-tabs .contents>div.opened,
.krown-tabs .contents>section.opened {
    display: block;
}

.krown-tabs.small .titles h5 {
    font-weight: 600;
    padding: 2px 20px 0 20px;
}

.krown-tabs.small .titles li {
    height: 45px;
}

.krown-tabs.small .contents {
    padding-top: 30px;
}

.krown-tabs.small i {
    display: none;
}


/* ------------------------
-----   Team  -----
------------------------------*/

.krown-team {
    text-align: center;
}

.krown-team .custom-shape {
    margin: auto;
}

.krown-team .custom-link {
    display: none !important;
}

.krown-team h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 30px 0 0;
}

.krown-team h5 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    margin-top: 0;
    color: #6b6b6b;
}

.krown-team .content {
    padding-top: 16px;
}


/* ------------------------
-----   Testimonials  -----
------------------------------*/

.krown-testimonial {
    text-align: center;
}

.krown-testimonial blockquote {
    font-size: 38px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    border: none;
}

.krown-testimonial figcaption {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
}

.krown-testimonial figcaption:before {
    font-family: fontello;
    font-size: 53px;
    content: "";
    font-weight: 400;
    color: #aaa;
}

.krown-testimonial p {
    margin-bottom: 0;
    padding: 0;
}

.krown-testimonial span {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}

.krown-testimonial.style-two blockquote {
    font-family: 'Amatic SC', cursive;
    font-size: 60px;
    line-height: 72px;
}

.krown-testimonial.style-two figcaption {
    font-size: 19px;
    text-transform: none;
    line-height: 22px;
    font-weight: 400;
}

.krown-testimonial.style-two figcaption:before {
    display: none;
}

.krown-testimonial.style-two i {
    font-size: 24px;
    line-height: 24px;
    margin-right: 12px;
    color: #aaa;
}

.single-portfolio .krown-testimonial blockquote {
    font-size: 29px;
    line-height: 37px;
    font-weight: 300;
}

.single-portfolio .krown-testimonial figcaption {
    font-size: 14px;
}

.single-portfolio .krown-testimonial span {
    text-transform: uppercase;
    font-size: 14px;
}


/* ------------------------
-----   Text Block with Icon  -----
------------------------------*/

.krown-text-icon {
    text-align: center;
}

.krown-text-icon a {
    color: #000;
}

.krown-text-icon h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    padding-top: 34px;
    margin: 0 0 36px;
    text-transform: uppercase;
}

.krown-text-icon a:hover h3 {
    color: #e54939;
}

.krown-text-icon i {
    font-size: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    top: 0;
    position: relative;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

.krown-text-icon.style-one a:hover i {
    color: #e54939;
    top: -20px;
}

.krown-text-icon.style-one a:hover h3 {
    padding-top: 34px;
}

.krown-text-icon.style-two h3 {
    padding-top: 47px;
}

.krown-text-icon.style-two i {
    border-radius: 80px;
    display: block;
    font-size: 60px;
    line-height: 60px;
    height: 160px;
    margin: auto;
    width: 160px;
    padding-top: 50px;
    background: #f7f7f7;
}

.krown-text-icon.style-two a:hover i {
    color: #fff;
}

.krown-text-icon.style-three h3 {
    color: #e54939;
    display: block;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 20px;
}

.krown-text-icon.style-three p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
}

.krown-text-icon.style-four {
    position: relative;
    padding-left: 90px;
    text-align: left;
}

.krown-text-icon.style-four i {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 40px;
    color: #e54939;
    width: 70px;
}

.krown-text-icon.style-four h3 {
    margin: 0;
    padding-top: 10px;
    text-transform: none;
}


/* ------------------------
-----   Toggle   -----
------------------------------*/

.krown-toggle h5 {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 40px 30px 36px 90px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 -1px 0;
}

.krown-toggle h5:before {
    display: block;
    position: absolute;
    content: "";
    font-family: 'fontello';
    color: #999;
    border: 1px solid #e9e9e9;
    background: #f8f8f8;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    text-align: center;
    padding-top: 5px;
    font-weight: 400;
    top: 33px;
    left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.krown-toggle h5:hover {
    background: #f9f9f9;
}

.krown-toggle.opened h5 {
    background: #f4f4f4;
    font-weight: 700;
}

.krown-toggle.opened h5:before {
    color: #FFF;
    background: #e54939;
    border-color: transparent;
    content: "";
}

.krown-toggle .content {
    display: none;
    padding: 40px 0 40px 90px;
}

.krown-toggle .krown-column-row {
    margin-bottom: 40px;
}

.krown-toggle.opened:last-child {
    border-bottom: 1px solid #e9e9e9;
}


/* ------------------------
-----   Twitter   -----
------------------------------*/

.krown-twitter {
    position: relative;
}

.krown-twitter img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

.krown-twitter>a,
.krown-twitter>iframe {
    float: left;
    display: block;
    clear: left;
    margin-left: 120px;
}

.krown-twitter>a h5 {
    float: left;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 10px 0 0px;
}

.krown-twitter>a span {
    float: left;
    font-size: 12px;
    color: #999;
    margin-top: -4px;
}

.krown-twitter>iframe {
    float: left;
    margin-top: 10px;
}

.krown-twitter ul {
    float: left;
    margin-top: 20px;
    min-height: 171px;
    clear: left;
}

.krown-twitter li {
    display: none;
    overflow: hidden;
    list-style: none;
}

.krown-twitter li:first-child {
    display: block;
}

.krown-twitter li a {
    color: #999;
}

.krown-twitter li a:hover,
.krown-twitter .time:hover,
.krown-twitter>a:hover span {
    color: #e54939;
}

.krown-twitter .body {
    line-height: 20px;
    margin-bottom: 7px;
}

.krown-twitter .time {
    color: #6b6b6b;
    font-size: 12px;
}

.krown-twitter .intents {
    border-top: 1px solid #e9e9e9;
    margin-top: 17px;
    padding-top: 16px;
    width: 110%;
}

.krown-twitter .intents a {
    background: url(images/twitter.png) no-repeat 0 2px transparent;
    padding-left: 30px;
    float: left;
    margin-right: 20px;
}

.krown-twitter .intents .retweet {
    background-position: 0 -17px;
    padding-left: 35px;
}

.krown-twitter .intents .favorite {
    background-position: 0 -38px;
    padding-left: 25px;
}


/* ------------------------
-----   Video   -----
------------------------------*/

.mejs-container {
    width: 100%;
    overflow: hidden !important;
}

.mejs-container .mejs-controls {
    background: #242424;
    width: 100%;
}

.mejs-container .mejs-controls div {
    width: 30px;
    height: 30px;
}

.mejs-time.mejs-duration-container {
    padding-right: 5 !important;
}

.mejs-controls .mejs-button button,
.no-svg .mejs-controls .mejs-button button {
    background-image: url(images/mediaelement/controls-goodwork.png);
    width: 30px;
    height: 30px;
    margin: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3;
}

.mejs-controls .mejs-button button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: .8;
}

.mejs-controls .mejs-button button:focus {
    outline: none;
}

.mejs-controls .mejs-play button {
    background-position: -1px -29px;
}

.mejs-controls .mejs-pause button {
    background-position: 0 0;
}

.mejs-controls .mejs-mute button {
    background-position: -31px 0;
}

.mejs-controls .mejs-unmute button {
    background-position: -31px -30px;
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -61px 0;
}

.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
    background-position: -60px -30px;
}

.mejs-container .mejs-controls .mejs-time {
    height: 30px;
}

.mejs-container .mejs-controls .mejs-time span {
    font: bold 11px Arial, sans-serif;
    color: #8E8E8E;
    padding: 0 10px;
}

.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
    margin-right: -55px;
}

.mejs-controls div.mejs-time-rail {
    padding-top: 8px;
    margin: 0 50px 0 50px;
}

.mejs-controls .mejs-time-rail span {
    height: 4px;
    border-radius: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #5E5E5E;
    box-shadow: none;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    background: #5E5E5E;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #777;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #e54939
}

.mejs-controls .mejs-time-rail .mejs-time-handle,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    background: url(images/mediaelement/controls-goodwork.png) no-repeat -95px 0 transparent;
    width: 5px;
    height: 12px;
    top: -4px;
    display: block;
    border: none;
    border-radius: 0;
    position: absolute;
    cursor: pointer;
    left: -2px;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important;
}

.mejs-container .mejs-controls div.mejs-time.mejs-duration-container {
    margin-left: -55px;
}

.mejs-button.mejs-volume-button.mejs-mute,
.mejs-button.mejs-volume-button.mejs-unmute {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding-right: 1px;
    margin-right: 15px;
}

.mejs-button.mejs-playpause-button {
    border-right: 1px solid #000 !important;
}

.mejs-video.mejs-container .mejs-button.mejs-volume-button.mejs-mute,
.mejs-video .mejs-button.mejs-volume-button.mejs-unmute {
    margin-right: 1px;
}

.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
    margin-right: 35px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 4px;
    border-radius: 0;
    box-shadow: none;
    background: #777;
    margin-top: 2px;
    cursor: pointer;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #e54939;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    top: 9px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
    width: 30px;
    left: -1px;
    background: #3B3B3B;
    height: 120px;
    top: -120px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    margin-left: 2px;
    margin-top: 3px;
    width: 4px;
    cursor: pointer;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
    background: #777;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
    background: #e54939;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
    width: 12px;
    height: 7px;
    border-radius: 0;
    border: none;
    left: 7px;
    background: url(images/mediaelement/controls-goodwork.png) no-repeat -95px -13px transparent;
}

.mejs-overlay-button,
.no-svg .mejs-overlay-button {
    background: url(images/mediaelement/bigplay-goodwork.png) no-repeat 0 2px #181818;
    background-color: rgba(24, 24, 24, .8);
    width: 48px;
    height: 48px;
    border-radius: 0;
    margin: -24px 0 0 -24px !important;
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -50px;
    background-color: #e54939;
}

.mejs-overlay-loading {
    background: #181818;
    background: rgba(24, 24, 24, 0.9);
    height: 60px;
    margin: -30px 0 0 -30px;
    width: 60px;
    display: none;
}

.mejs-overlay-loading span {
    background-image: url(images/mediaelement/loading-goodwork.gif);
    height: 60px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 60px;
}

.mejs-horizontal-volume-slider.mejs-mute {
    width: 1px !important;
    margin-right: 1px !important;
}

.mejs-audio .mejs-button.mejs-volume-button {
    border-right-color: transparent !important;
}

.mejs-audio .mejs-button.mejs-volume-button button {
    left: 8px;
}


/* ------------------------
-----   Playlist   -----
------------------------------*/

.wp-playlist {
    overflow: hidden;
}

.wp-playlist-tracks {
    background: #242424;
    border-top: 1px solid #000;
    margin-top: 0;
    padding: 1px 0;
    width: 100.1%;
}

.wp-playlist-item {
    border-bottom: 1px solid #000;
    padding: 5px 15px;
    position: relative;
}

.wp-playlist-caption {
    color: #ccc;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.wp-playlist-tracks .wp-playlist-caption:hover {
    color: #fff;
}

.wp-playlist-item-length {
    color: #8b8b8b;
    font-family: 'Arial';
    font-size: 11px;
    font-weight: 700;
    position: absolute;
    right: 10px;
    top: 5px;
}


/* ---------------------------------------------------------------------------------
---------------------   WOOCOMMERCE - !! BETA !!  ----------------------
------------------------------------------------------------------------------------*/


/* ------------------------
-----   General Rules   -----
------------------------------*/

.form-row.woocomemerce-invalid .chzn-single,
.form-row.woocomemerce-invalid .chzn-drop,
.form-row.woocomemerce-invalid input.input-text,
.form-row.woocomemerce-invalid select {
    border: 1px solid red;
}

.form-row.woocommerce-validated .chzn-single,
.form-row.woocommerce-validated .chzn-drop,
.form-row.woocommerce-validated input.input-text,
.form-row.woocommerce-validated select {
    border: 1px solid green;
}


/* ------------------------
-----   Products Display   -----
------------------------------*/

ul.products {
    clear: left;
    width: 110%;
    margin-left: -20px;
    padding-top: 30px;
    list-style: none;
}

ul.products li {
    margin: 0 20px 65px;
    float: left;
    width: 255px;
    position: relative;
}

.layout-right-sidebar ul.products,
.layout-left-sidebar ul.products {
    margin-left: -15px;
}

.layout-right-sidebar ul.products li,
.layout-left-sidebar ul.products li {
    margin: 0 15px 60px;
}

ul.products li a {
    display: block;
    position: relative;
    overflow: hidden;
}

ul.products li .caption {
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
}

ul.products li h3,
ul.products li h2 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #000;
    margin: 25px 0 -2px 0;
    width: 75%;
}

ul.products li .cat {
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    color: #959595;
    width: 65%;
}

ul.products li .price,
.product_list_widget .amount {
    font-size: 18px;
    line-height: 18px;
    font-weight: 800;
    position: absolute;
    top: 25px;
    right: 0;
    color: #000;
}

ul.products li .price del,
.product_list_widget del .amount {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #959595;
    position: absolute;
    top: 22px;
    right: 0;
}

ul.products li .price ins,
.product_list_widget ins {
    text-decoration: none;
}

ul.products li .button {
    width: 50%;
    height: 40px;
    background: #212121;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding-top: 14px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 162px;
    left: 0;
    opacity: 0;
    border-radius: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.no-touch ul.products li:hover .button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.products li .view_button {
    left: 50%;
    border-left: 1px solid #414141 !important;
}

ul.products li .button:hover {
    background: #e54939;
}

ul.products .button:before {
    font-family: 'fontello';
    font-weight: 400;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

ul.products li .add_to_cart_button:before {
    content: "";
    font-size: 24px;
}

ul.products li .view_button:before {
    content: "";
    font-size: 22px;
}

ul.products li .button:hover {
    font-size: 0;
}

ul.products li .button:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.products li .add_to_cart_button.loading:before {
    content: "";
    font-size: 17px;
}

ul.products li .add_to_cart_button.added:before {
    content: "✓";
    font-size: 17px;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

ul.products li .add_to_cart_button.added {
    background: #e54939;
    cursor: default;
    font-size: 0;
}

ul.products li .add_to_cart_button.loading {
    cursor: default;
}

ul.products .added_to_cart {
    display: none !important;
}


/* ------------------------
-----   Single Product   -----
------------------------------*/

.single-product .product {
    position: relative;
    margin-top: 50px;
}

.single-product .images {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.single-product .summary {
    width: 50%;
    float: right;
    padding-left: 40px;
}

.single-product .summary .product_title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-top: -5px;
}

.single-product .summary .woocommerce-product-rating,
.single-product .summary .star-rating span {
    display: none;
}

.single-product .onsale {
    display: none;
}


/* Price */

.single-product .summary .price {
    margin: 30px 0 40px;
    padding: 25px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    display: block;
}

.single-product .summary .price ins {
    text-decoration: none;
    float: left;
    margin-right: 10px;
}

.single-product .summary .price del {
    font-size: 14px;
    line-height: 14px;
    color: #959595;
    font-weight: 600;
}


/* Cart Buttons */

.single-product .cart,
.product-quantity {
    padding: 30px 0 15px;
}

.single-product .cart input,
.product-quantity input {
    width: 40px;
    height: 38px;
    float: left;
    background: #fff;
    color: #b2b2b2;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #e9e9e9;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

.single-product .cart .minus,
.product-quantity .minus {
    padding: 0 2px 3px 0;
    border-radius: 5px 0 0 5px !important
}

.single-product .cart .plus,
.product-quantity .plus {
    border-radius: 0 5px 5px 0 !important;
}

.single-product .cart input:hover,
.product-quantity input:hover {
    background: #e54939;
    color: #fff;
    border-color: transparent;
    ;
}

.single-product .cart .input-text,
.single-product .cart .input-text:hover,
.product-quantity .input-text,
.product-quantity .input-text:hover {
    background: #e9e9e9;
    font-size: 14px;
    font-weight: 700;
    color: #6b6b6b;
    cursor: text;
}

.single-product .cart .button,
.product-quantity .button {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 13px 20px !important;
    height: 38px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    background-color: #212121;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none !important;
    margin-left: 25px;
    float: left;
}

.single-product .cart .button:hover,
.product-quantity .button:hover {
    background-color: #e54939;
}


/* Meta */

.single-product .product_meta {
    margin-top: -10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

.single-product .product_meta span {
    display: block;
    margin-bottom: 10px;
}

.single-product .product_meta a {
    color: #959595;
}

.single-product .product_meta a:hover {
    color: #e54939;
}


/* Onsale Element */

.onsale {
    background: none repeat scroll 0 0 #e54939;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 12px;
    padding-top: 9px;
    position: absolute;
    right: -30px;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 120px;
    z-index: 99;
    -ms-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}


/* Thumbnails */

.single-product .thumbnails {
    height: 100px;
    overflow: hidden;
}

.single-product .thumbnails a {
    float: left;
    width: 100px;
    height: 80px;
    margin: 20px 0 0 20px;
}

.single-product .thumbnails a:first-child {
    margin-left: 0;
}


/* Descriptions */

.woo-tabs {
    float: left;
    clear: both;
    margin: 50px 0 20px;
    width: 100%;
}

.woo-tabs .titles {
    border-bottom: none;
}

.woo-tabs .titles li {
    background: #fff;
    border: 1px solid #eee;
    height: 57px !important;
}

.woo-tabs .titles li h5 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #6b6b6b;
    padding: 2px 25px 0 !important;
}

.woo-tabs .titles li.opened {
    background: #fff !important;
    border-color: #ddd !important;
    border-bottom-color: #fff !important;
    z-index: 9999;
}

.woo-tabs .titles li.opened h5 {
    color: #000 !important;
    font-weight: 700;
}

.woo-tabs .contents {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding-top: 30px;
    position: relative;
    z-index: 9998;
    padding: 25px;
}

.woo-tabs .panel h2:first-child {
    display: none;
}


/* Related */

.related,
.upsells,
.cross-sells {
    clear: both;
    float: left;
    width: 100%;
}

.related h2,
.upsells h2,
.cross-sells h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.related .products,
.upsells .products,
.cross-sells .products {
    margin-top: -20px;
    padding-top: 0;
    float: left;
}

.related .product,
.upsells .product,
.cross-sells .product {
    margin-top: 50px;
}


/* Bottom spacing */

.woocommerce-page .product>div.products:last-of-type {
    margin-bottom: -70px;
}

.woocommerce-page .product>div.woo-tabs:last-of-type {
    margin-bottom: -40px;
}


/* Ratings */

#reviews #comments {
    margin-top: -80px;
}

#reviews #comments>div,
.add_review {
    display: none;
}

#reviews #respond {
    margin-top: 50px;
}

#reviews .comment-form-rating p {
    display: none;
}

#reviews .comment-form-rating select {
    display: block !important;
}

#reviews .comment:first-child {
    border-top: none;
}

.star-rating {
    position: absolute;
    top: 40px;
    right: 0;
}

.summary .star-rating {
    top: 92px;
    display: none !important;
}

.summary .star-rating.visible {
    display: block !important;
}

.star-rating b,
.comment-form-rating a {
    display: block;
    float: left;
    width: 22px;
    cursor: default;
}

.star-rating b:before,
.comment-form-rating a:before {
    content: "★";
    font-family: 'fontello';
    font-size: 20px;
    line-height: 20px;
    color: #b1b1b1;
}

.star-rating .star:before,
.comment-form-rating a.star:before {
    color: #e54939;
}

.comment-form-rating .stars {
    float: left;
    margin: 5px;
}

.comment-form-rating .stars:after {
    clear: left;
    display: block;
    content: "";
}

.product_list_widget .star-rating {
    position: static;
    font-size: 11px;
    line-height: 11px;
    margin: 1px 0 -2px;
    display: none;
}

ul.products .star-rating {
    left: 0;
    right: auto;
    top: -20px;
    width: 100%;
    display: none;
}

#review_form form>p {
    width: 33.3%;
    padding: 0 1%;
    float: left;
    position: relative;
}

#review_form form>p.comment-form-author {
    padding-left: 0;
}

#review_form form>p.comment-form-rating {
    padding-right: 0;
}

#review_form form>p.comment-form-comment {
    width: 100%;
    padding: 0;
}

#review_form form>p.form-submit {
    padding: 0;
}

#review_form .stars {
    display: none;
}

#review_form span.required {
    position: absolute;
    top: 0;
    right: 10px;
}

.logged-in #review_form form>p.comment-form-rating {
    padding-left: 0;
}


/* ------------------------
-----   Cart Widget   -----
------------------------------*/

#main-cart {
    margin: -18px 0 0;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 40px;
    height: 62px;
}

.w-search #main-cart {
    right: 40px;
}

.cart-contents {
    position: relative;
    width: 27px;
    float: right;
}

.cart-contents:before {
    content: "";
    display: inline-block;
    font-family: 'fontello';
    font-weight: 400;
    width: 28px;
    height: 28px;
    font-size: 25px;
    line-height: 25px;
    color: #e54939;
}

.cart-contents span {
    width: 14px;
    height: 14px;
    background: #212121;
    border-radius: 7px;
    font-size: 9px;
    line-height: 9px;
    color: #fff;
    font-weight: 600;
    padding-top: 2px;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -2px;
}

#main-cart .widget_shopping_cart {
    position: absolute;
    width: 330px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    right: -40px;
    top: 65px;
    border-top: 1px solid #e9e9e9;
    z-index: 9999;
    display: none;
}

.no-js #main-cart:hover .widget_shopping_cart {
    display: block;
}

.ie8 #main-cart .widget_shopping_cart {
    border: solid #e9e9e9;
    border-width: 0 2px 2px 0;
    margin-top: -2px;
}

#main-cart .widget_shopping_cart .widgettitle {
    display: none;
}

#main-cart .widget_shopping_cart .product_list_widget {
    padding: 10px 35px 35px;
}

#main-cart .widget_shopping_cart li {
    padding: 20px 0;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    float: none;
    min-height: 97px;
}

#main-cart .widget_shopping_cart .product_list_widget li a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 1px;
}

#main-cart .widget_shopping_cart .product_list_widget img {
    margin: -5px 15px 0 0;
    height: 56px;
    width: 67px;
}

#main-cart .widget_shopping_cart .product_list_widget .amount {
    font-size: 14px;
    line-height: 14px;
}

#main-cart .widget_shopping_cart .total {
    margin: -20px 0 15px 35px;
}

#main-cart .widget_shopping_cart .total strong {
    font-weight: 500;
}

#main-cart .widget_shopping_cart .total>span {
    float: right;
    font-size: 18px;
    font-weight: 800;
    margin: -2px 35px 0 0;
}

#main-cart .widget_shopping_cart .buttons {
    margin: 0 0 35px 35px;
}

#main-cart .widget_shopping_cart .button {
    padding: 13px 28px !important;
}

#main-cart .widget_shopping_cart .button:first-child {
    background: #f9f9f9;
    border: 1px solid #e9e9e9 !important;
    color: #6b6b6b !important;
}

#main-cart .widget_shopping_cart .button:first-child:hover {
    color: #fff !important;
    border-color: transparent !important;
}

#main-cart .widget_shopping_cart .button:first-child:hover {
    background: #bec132;
}

#main-cart .widget_shopping_cart .checkout {
    float: right;
    margin-right: 35px;
}

.post-share>div:first-child {
    top: -6px;
    left: 30px;
}

.woocommerce-cart #main-cart,
.woocommerce-checkout #main-cart {
    display: none;
}

.woocommerce-cart #main-menu.w-cart,
.woocommerce-checkout #main-menu.w-cart {
    padding-right: 0;
}

#main-cart .widget_shopping_cart li.empty {
    padding: 23px 0 0 0;
    text-align: center;
    border-bottom: none;
    min-height: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#main-cart .cart_list {
    list-style: none;
}


/* ------------------------
-----   Products Widgets   -----
------------------------------*/

#shop-sidebar {
    background: #f9f9f9;
    border-top: 1px solid #e9e9e9;
}

#shop-sidebar .krown-column-row {
    padding: 100px 0 10px;
}

.product_list_widget {
    padding-top: 5px;
}

.product_list_widget li {
    border-top: 1px solid #e9e9e9;
    padding: 18px 0 18px;
    float: left;
    position: relative;
    width: 100%;
    line-height: 17px !important;
}

.product_list_widget li:first-child {
    border: none;
}

.product_list_widget a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    display: block;
    padding: 5px 0 0 0 !important;
    margin-bottom: 5px;
}

.product_list_widget a:after {
    content: "";
    display: block;
}

.product_list_widget img {
    float: left;
    margin: -5px 15px 0 0;
}

.product_list_widget .amount {
    position: static !important;
}

.product_list_widget del {
    color: #959595;
}

.product_list_widget ins {
    float: left;
    margin-right: 4px;
}


/* ------------------------
-----   Slider Widget   -----
------------------------------*/

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 5px;
    background: #dcdcdc;
    position: relative;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -3px;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    border: 3px solid #3B3B3B;
    background: #f7f7f7;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-handle:hover {
    border-color: #e54939;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 5px;
    background: #afafaf;
    position: absolute;
    z-index: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.widget_price_filter.widget {
    margin-bottom: 90px;
}

.widget_price_filter form {
    padding: 0 8px 0 3px;
}

.widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-top: 1 0px;
    display: none;
}

.widget_price_filter .price_slider_amount .button {
    margin: 22px -7px 0 0;
    float: right;
}

.widget_price_filter .price_label {
    font-size: 13px;
    line-height: 13px;
    color: #959595;
    font-weight: 500;
    padding-top: 35px;
}


/* ------------------------
-----   Pagination   -----
------------------------------*/

.woocommerce-pagination {
    clear: both;
    margin: 70px 0 0 -5px;
    float: left;
}

.woocommerce-pagination ul {
    list-style: none;
}

.woocommerce-pagination li {
    height: 42px;
    margin: 0 5px;
    float: left;
}

.woocommerce-pagination li * {
    background: #fff;
    color: #6b6b6b;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    height: 42px;
    padding: 12px 16px 12px 15px;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    font-size: 0;
    width: 42px;
}

.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before {
    position: relative;
    font-family: fontello;
    font-size: 28px;
    color: #b1b1b1;
    font-weight: 400;
    top: 1px;
}

.woocommerce-pagination .prev:before {
    content: "";
}

.woocommerce-pagination .next:before {
    content: "";
}

.woocommerce-pagination li .current {
    color: #000;
    border-color: #e9e9e9;
    background: #fff;
    pointer-events: none;
}

.woocommerce-pagination li a:hover {
    color: #fff;
    background: #e54939;
    border-color: transparent;
}

.woocommerce-pagination li a:hover:before {
    color: #fff;
}


/* ------------------------
-----   Buttons in Woo   -----
------------------------------*/

.woocommerce .buttons a,
.woocommerce button.button,
.woocommerce a.button {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 13px 20px !important;
    height: 38px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none !important;
}

.woocommerce .buttons a:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover {
    background-color: #e54939;
}


/* ------------------------
-----   Shop Page   -----
------------------------------*/

.woocommerce-page .page-title {
    display: none;
}

.woocommerce-result-count {
    font-size: 14px;
    line-height: 18px;
    width: 50%;
    color: #959595;
    font-weight: 500;
    float: left;
}

.woocommerce-ordering {
    float: right;
    width: auto;
    width: 260px;
}


/* ------------------------
-----   Cart Page   -----
------------------------------*/

.shop_table,
.shop_table *,
.cart_totals,
.cart_totals *,
.shop_attributes *,
.shop_attributes {
    border: none;
    padding: 0;
}

.shop_table {
    margin: 30px 0 70px;
}

.shop_table thead {
    border-bottom: 1px solid #e9e9e9;
    padding-top: 10px !important;
}

.shop_table th {
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.cart_item {
    border-bottom: 1px solid #e9e9e9;
}

.cart_item img {
    float: left;
    margin: 10px 0 10px;
}

.cart_item a {
    display: table-cell;
    height: 80px;
    padding-left: 20px;
    vertical-align: middle;
    color: #000;
    font-weight: 500;
}

.cart_item a:hover {
    color: #e54939;
}

.shop_table td {
    font-size: 14px;
    vertical-align: middle;
}

.product-subtotal .amount {
    font-weight: 800;
}

.shop_table .quantity input {
    margin: 0;
}

.shop_table .product-remove a {
    width: 40px;
    height: 38px;
    float: left;
    background: #fff;
    color: #b2b2b2;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    float: right;
    font-family: Helvetica, Arial, sans-serif;
}

.shop_table .product-remove a:hover {
    background: #e54939;
    color: #fff;
    border-color: transparent;
}


/* Cart Functions */

.cart_totals>h2,
.shipping-calculator-button {
    display: none;
}

.shipping-calculator-form {
    display: block !important;
}

.shipping-calculator-form>p:last-of-type {
    margin-top: 40px;
}

.checkout-button.button {
    background: #e54939;
    margin-right: 15px;
}

.checkout-button.button:hover {
    background: #212121 !important;
}

.cart_totals,
table.order_details,
#order_review table.shop_table {
    margin-top: -11px !important;
    margin-bottom: 40px;
}

.cart_totals tr,
.order_details tr,
#order_review .shop_table tr {
    border-bottom: 1px solid #e9e9e9;
}

.cart_totals tr>*,
.order_details tr>*,
#order_review .shop_table tr>* {
    padding: 11px 0;
    vertical-align: middle;
}

.cart_totals th,
.order_details th,
#order_review .shop_table th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart_totals td,
.order_details td,
#order_review .shop_table .product-total,
.order_details .product-total,
#order_review .shop_table tfoot td {
    text-align: right;
}

.cart_totals .amount,
.order_details .amount,
#order_review .shop_table .amount {
    font-size: 14px;
    color: #000;
}

.cart_totals .total .amount {
    font-size: 18px;
}

.order_details .product-name {
    text-align: left;
}

.order_details tfoot tr:last-child .amount {
    font-weight: 800;
}

.shop_table tfoot tr:first-child>* {
    padding-top: 31px !important;
}

.payment_methods img {
    display: none !important;
}


/* ------------------------
-----   Checkout   -----
------------------------------*/

#customer_details>div {
    float: left;
    width: 50%;
    padding: 0 20px;
}

.checkout_coupon {
    margin-top: -50px;
}

.woocommerce form.login {
    margin-top: -40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 30px;
}


/* ------------------------
-----   More on Account   -----
------------------------------*/

ul.order_details {
    margin-top: 30px;
}

.order_details:after,
.order_details:after {
    clear: both;
    content: "";
    display: block;
}

.order_details:after,
.order_details:after {
    clear: both;
    content: "";
    display: block;
}

.order_details,
.order_details {
    list-style: none outside none;
    margin: 0 0 15px;
}

.order_details li,
.order_details li {
    border-right: 1px dashed #E0DADF;
    float: left;
    font-size: 10px;
    line-height: 14px;
    margin-right: 17px;
    padding-right: 17px;
    text-transform: uppercase;
    min-height: 30px;
}

.order_details li:last-child,
.order_details li:last-child {
    border: none;
}

.order_details li strong,
.order_details li strong {
    display: block;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
}

.customer_details {
    margin-bottom: 20px;
}

.customer_details dt {
    float: left;
    margin-right: 3px;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
    float: left;
    width: 50%;
}

.col2-set.addresses .col-1 {
    padding-right: 30px;
}

.col2-set.addresses .col-2 {
    padding-left: 30px;
}

.col2-set.addresses .title {
    position: relative;
    margin-top: 20px;
}

.col2-set.addresses .title h3,
.col2-set.addresses .title .edit {
    float: left;
}

.col2-set.addresses .title:after {
    content: "";
    display: block;
    clear: left;
}

.col2-set.addresses .title .edit {
    font-size: 0;
    margin: 2px 0 0 25px;
}

.col2-set.addresses .title .edit:before {
    display: inline-block;
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: inherit;
    font-size: 16px;
    content: "";
}

.shop_table.my_account_orders thead {
    border-bottom: none !important;
}

.shop_table.my_account_orders span {
    font-weight: bold;
}

.lost_password {
    margin: 2px 0 0 0;
}

.form-row label[for=rememberme] {
    margin-top: 10px;
}

label[for=ship-to-different-address-checkbox] {
    margin-left: 25px;
}

#ship-to-different-address-checkbox {
    margin-top: -25px;
}


/* ------------------------
-----   Various Styles   -----
------------------------------*/

.woocommerce #content,
.woocommerce-page #content {
    overflow: visible;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    margin: -50px auto 50px !important;
    padding: 30px 0;
    min-height: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    padding: 13px 20px !important;
    height: 38px;
    text-transform: uppercase;
    color: #6b6b6b !important;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #e9e9e9 !important;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-left: 25px;
    float: right;
    margin-top: -6px;
}

.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover {
    background-color: #e54939;
    color: #fff !important;
    border-color: transparent !important;
}

.woocommerce-error {
    color: #D50000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.widget_layered_nav .count:before {
    content: "(";
}

.widget_layered_nav .count:after {
    content: ")";
}

.payment_methods li {
    width: 100%;
}

.payment_methods label,
.payment_methods div {
    float: left;
}

form.lost_reset_password,
form.login {
    width: 70%;
}

p.out-of-stock {
    color: #e54939;
    font-size: 14px;
    font-weight: 600;
    margin-top: 24px;
}

.order-again {
    display: none;
}

.column_container .order-again {
    display: block;
}

.place-order .terms {
    display: block;
    float: left;
    position: relative;
    top: 30px;
}

.place-order .terms label {
    display: inline;
}


/* ---------------------------------------------------------------------------------
------------------------------   GRAND FINALE   ----------------------------------
------------------------------------------------------------------------------------*/

.sticky,
.gallery-caption,
.bypostauthor {}

.wp-caption {
    max-width: 100% !important;
    margin: 18px 0;
}

.wp-caption-text {
    font-style: italic;
    margin: 0;
    text-align: center;
}

.wp-video,
.wp-playlist {
    width: 100% !important;
    max-width: none !important;
    margin: 18px 0;
}

.wp-audio-shortcode {
    margin: 18px 0;
}

.ie7 #oldie {
    display: block;
}

.ie7 body {
    overflow: hidden;
    background: #fff !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    border: none !important;
}

.ie7 #primary-header,
.ie7 #secondary-header,
.ie-7 #page-title,
.ie7 #custom-header,
.ie7 #content,
.ie7 #primary-footer,
.ie7 #secondary-footer,
.ie7 #tertiary-footer {
    display: none !important;
}

.ie7 #oldie {
    color: #333;
    left: 50%;
    margin-left: -150px;
    margin-top: -10px;
    width: 300px;
    top: 50%;
    text-align: center;
    position: absolute;
    display: block;
}

#oldie {
    display: none;
}

.ie7 #oldie a {
    border-bottom: 1px dotted #333;
    color: #333;
    font-weight: 700;
}

.ie7 #oldie a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}

#wp-admin-bar-vc-inline-admin-bar-link,
#wp-admin-bar-vc_inline-admin-bar-link {
    display: none !important;
}


/* ------------------------
-----   Styled Selects   -----
------------------------------*/


/* Responsive Navigation */

.responsive-design-cover {
    background: #fff;
    border-radius: 5px;
    color: #212121;
    cursor: pointer;
    height: 44px;
    line-height: 16px;
    width: 44px !important;
}

.no-touch .responsive-design-cover:hover {
    background: #212121;
    color: #fff;
}

.responsive-design-cover select {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.responsive-design-inner {
    font-size: 0;
    line-height: 44px;
    text-align: center;
}

.responsive-design-inner:before {
    content: "";
    font-family: 'fontello';
    font-size: 29px;
}

.responsive-select {
    height: 44px !important;
}


/* Everything else */

.regular-select-cover {
    color: #444;
    border: 1px solid #e9e9e9;
    background: #fff;
    height: 44px;
    width: 100% !important;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    cursor: pointer;
    background: transparent;
}

.regular-select-cover select {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.regular-select-cover option {
    padding: 2px 0;
}

.regular-select-inner {
    background: url(images/arrow.png) no-repeat right 3px transparent;
    padding: 15px 0 0 17px;
    height: 44px;
    cursor: pointer;
}


/* Sorting selects */

.woocommerce-ordering .regular-select-cover,
.responsive-filter .regular-select-cover {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #6b6b6b;
    border-radius: 5px;
}

.woocommerce-ordering .regular-select-innert,
.responsive-filter .regular-select-innert {
    padding-top: 15px;
}

.responsive-filter {
    width: 220px;
    position: relative;
    left: 50%;
    margin-left: -110px;
    display: none;
}


/* Various rules added during updates */

.woocommerce-noreviews {
    position: absolute;
    top: 28px;
}

.term-empty-category #content {
    margin: auto;
    max-width: 1150px;
    padding: 50px 0;
}

.term-empty-category .term-description {
    margin-bottom: 40px;
}


/* WC2.3 */

.shop_table.cart dl.variation {
    padding-left: 80px;
}

.shop_table dl.variation p {
    margin-bottom: 0;
}

.shop_table.cart td.product-name dl.variation:last-child p {
    margin-bottom: 18px;
}

dl.variation>* {
    display: inline-block;
}

.cart_totals input {
    padding: 0 17px;
    border: 1px solid #e9e9e9;
}

.wc-proceed-to-checkout {
    display: inline-block;
    margin-top: 30px;
    float: right;
}

.wc-proceed-to-checkout a {
    margin-right: 0;
}

#main-cart .widget_shopping_cart a.remove {
    position: absolute;
    right: 0px;
    font-size: 34px !important;
    top: 31px;
}

.shop_table .quantity .qty {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.select2-selection {
    color: #444 !important;
    border: 1px solid #E9E9E9 !important;
    width: 100% !important;
    /* height: 44px; */
    cursor: pointer;
    background: #fff !important;
    /* border-radius: 0px !important; */
    /* padding: 9px !important; */
}

.select2-container .select2-selection--single {
    height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 12px;
}

.select2-results__option--highlighted {
    background: #f7f7f7 !important;
    color: #333 !important;
}

.select2-dropdown {
    background: #fff !important;
    border-radius: 0px !important;
    color: #444 !important;
    z-index: 99999 !important;
    border: 1px solid #E9E9E9 !important;
}

.select2-search {
    padding-top: 4px;
}

.select2-results {
    background: #FFF !important;
}

.select2-results li {
    border-radius: 0 !important;
}


/* ------------------------
-----   Animations   -----
------------------------------*/

a,
*:before,
i,
.krown-text-icon *,
.krown-tabs .titles *,
.top-menu li,
.top-menu span,
.krown-social.header span,
.portfolio-item.classic>a .hover,
.krown-accordion h5,
input,
textarea,
button,
.filter li,
.post-title *,
#tertiary-footer .collapsed-title,
.tparrows.default,
.tp-bullets.simplebullets.round .bullet,
.author-avatar .caption,
.krown-flickr img,
.fancybox-nav span,
.fancybox-close,
.responsive-design-cover {
    -webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
    transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
}


/* ------------------------
-----   Media Queries   -----
------------------------------*/


/* Smaller screens & really big devices (landscape mode) */

@media all and (max-width: 1160px) {
    .full-width #content>.krown-column-row>.row-content,
    .wrapper {
        width: 970px;
    }
    .top-menu>li>a {
        padding-right: 40px !important;
    }
    .krown-latest-portfolio.classic .portfolio-items {
        margin: -40px 0 40px -15px;
    }
    .portfolio-item.classic {
        margin: 40px 15px 0;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.classic {
        width: 220px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.classic {
        width: 303px;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.alt {
        width: 242px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.alt {
        width: 323px;
    }
    .krown-latest-portfolio.full-width-portfolio .portfolio-item.alt {
        width: 24.9%;
    }
    .layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,
    .layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item {
        width: 214px;
    }
    .layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,
    .layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item {
        width: 234px;
    }
    .krown-latest-posts.masonry {
        margin: -15px 0 15px -15px;
    }
    .masonry-post {
        width: 303px;
        margin: 15px;
    }
    .masonry-post .content {
        padding-top: 30px;
    }
    .flexslider.krown-tour {
        padding: 0 120px;
    }
    ul.products li {
        width: 214px;
    }
    ul.products li .button {
        top: 129px;
        padding: 14px 0 0 !important;
    }
    .full-width ul.products li {
        width: 212px;
    }
    .full-width ul.products li .button {
        top: 136px;
    }
}


/* We have to duplicate the same styles above for IE8 (small screens most probably) */

.ie8 .full-width #content>.krown-column-row>.row-content,
.ie8 .wrapper {
    width: 970px;
}

.ie8 .krown-latest-portfolio.classic .portfolio-items {
    margin: -40px 0 40px -15px;
}

.ie8 .portfolio-item.classic {
    margin: 40px 15px 0;
}

.ie8 .krown-latest-portfolio.col-4 .portfolio-item.classic {
    width: 220px;
}

.ie8 .krown-latest-portfolio.col-3 .portfolio-item.classic {
    width: 303px;
}

.ie8 .krown-latest-portfolio.col-4 .portfolio-item.alt {
    width: 242px;
}

.ie8 .krown-latest-portfolio.col-3 .portfolio-item.alt {
    width: 323px;
}

.ie8 .krown-latest-portfolio.full-width-portfolio .portfolio-item.alt {
    width: 24.9%;
}

.ie8 .krown-latest-posts.masonry {
    margin: -15px 0 15px -15px;
}

.ie8 .masonry-post {
    width: 303px;
    margin: 15px;
}

.ie8 .masonry-post .content {
    padding-top: 30px;
}

.ie8 .flexslider.krown-tour {
    padding: 0 120px;
}


/* Large devices in portrait mode */

@media all and (max-width: 990px) {
    .full-width #content>.krown-column-row>.row-content,
    .wrapper {
        width: 720px;
    }
    #main-menu {
        margin-right: 0 !important;
    }
    #main-menu .top-menu,
    #main-search,
    #breadcrumbs,
    #main-cart {
        display: none !important;
    }
    #main-menu .responsive-menu {
        display: block !important;
        margin-top: -22px;
        position: absolute;
        right: -8px;
        top: 50%;
    }
    .krown-latest-portfolio.classic .portfolio-items {
        margin: -35px 0 35px -10px;
    }
    .portfolio-item.classic {
        margin: 35px 10px 0;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.alt {
        width: 180px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.alt {
        width: 240px;
    }
    .alt-hover h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .krown-latest-portfolio.full-width-portfolio .portfolio-item.alt {
        width: 24.9%;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.classic {
        width: 165px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.classic {
        width: 226px;
    }
    .portfolio-item.classic h3 {
        font-size: 16px;
        line-height: 19px;
        margin-top: 25px;
    }
    .portfolio-item.classic .category {
        font-size: 13px;
    }
    .layout-right-sidebar .krown-latest-portfolio.classic .portfolio-item,
    .layout-left-sidebar .krown-latest-portfolio.classic .portfolio-item {
        width: 160px;
    }
    .layout-right-sidebar .krown-latest-portfolio.alt .portfolio-item,
    .layout-left-sidebar .krown-latest-portfolio.alt .portfolio-item {
        width: 174px;
    }
    .portfolio-item.alt .caption h3 {
        margin-top: 0;
    }
    .portfolio-item.alt .caption .category,
    .portfolio-item.alt .caption .like {
        display: none;
    }
    .krown-latest-posts.masonry {
        margin: -20px 0 20px -20px;
    }
    .masonry-post {
        width: 340px;
        margin: 20px;
    }
    .masonry-post .content {
        padding-top: 25px;
    }
    .krown-latest-posts .comments {
        display: none;
    }
    .post-author,
    .author-avatar .caption,
    .author-avatar .hover-text strong {
        width: 100px;
    }
    .author-avatar .caption {
        height: 100px;
    }
    .author-avatar .hover-text strong {
        padding: 0 10px;
        word-wrap: break-word;
    }
    .author-avatar .hover-text span,
    .post-author .post-meta {
        display: none;
    }
    .flexslider.krown-tour {
        padding: 0 80px;
    }
    .krown-tabs .titles h5 {
        padding: 5px 10px 0 25px;
    }
    .krown-tabs .titles h5:before {
        display: none;
    }
    .span4 .krown-pie.large {
        -ms-transform: scale(.7);
        -webkit-transform: scale(.7);
        transform: scale(.7);
        margin-left: -20px;
    }
    .span3 .krown-pie.large {
        -ms-transform: scale(.77);
        -webkit-transform: scale(.77);
        transform: scale(.77);
        margin-left: -19px;
    }
    .krown-tour .span3 .krown-pie.regular {
        -ms-transform: scale(.87);
        -webkit-transform: scale(.87);
        transform: scale(.87);
        margin-left: -9px;
    }
    ul.products li {
        width: 246px;
    }
    ul.products li .button {
        top: 156px;
    }
}


/* Smaller devices & regular smartphones */

@media all and (max-width: 740px) {
    .full-width #content>.krown-column-row>.row-content,
    .wrapper {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .krown-column-container {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 50px;
    }
    .krown-column-row .krown-column-container:first-child {
        margin-top: 0;
    }
    #content>.wrapper {
        padding: 0 0 100px;
    }
    #content>.wrapper+.full-width-slider {
        margin-top: -100px;
    }
    .sub-content,
    #sidebar {
        width: 100% !important;
    }
    #main-menu .responsive-menu {
        right: 12px;
    }
    #primary-footer,
    #shop-sidebar {
        padding-bottom: 85px;
    }
    #primary-footer .widget,
    #shop-sidebar .widget {
        margin-bottom: 0;
    }
    .krown-latest-portfolio.full-width-portfolio .portfolio-item.alt {
        width: 33.2%;
    }
    .krown-latest-portfolio .portfolio-items {
        margin: auto !important;
    }
    .krown-latest-portfolio.classic.col-4 .portfolio-items {
        width: 550px;
    }
    .krown-latest-portfolio.classic.col-4 .portfolio-item.classic {
        width: 255px;
        margin: 0 10px 40px;
    }
    .krown-latest-portfolio.classic.col-3 .portfolio-items {
        width: 353px;
    }
    .krown-latest-portfolio.classic.col-3 .portfolio-item.classic {
        width: 353px;
    }
    .krown-latest-portfolio.alt .portfolio-items {
        width: 570px;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.alt {
        width: 285px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.alt {
        width: 190px;
    }
    .flexslider.krown-tour {
        padding: 0 20px;
    }
    .folio-title h1 {
        font-size: 30px;
        line-height: 38px;
        padding-right: 160px;
    }
    .post-nav {
        top: -4px;
    }
    .post-title h2,
    .post-title h1 {
        font-size: 39px;
        line-height: 39px;
    }
    .portfolio.third-slider>.krown-column-container:first-child {
        margin-top: 0;
    }
    .portfolio.third-slider .post-nav {
        right: 0;
        left: auto;
        margin: 0;
    }
    .portfolio.third-slider .folio-title {
        margin-top: -10px;
    }
    .portfolio.third-slider h1 {
        margin-top: 0;
        padding-top: 0;
    }
    #comments-list .children li,
    #comments-list .children .children li {
        padding-left: 0;
    }
    .krown-section-title h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .krown-accordion .content {
        padding-left: 40px;
    }
    .krown-accordion.small .content {
        padding-left: 20px;
    }
    .krown-testimonial blockquote {
        font-size: 32px;
        line-height: 40px;
    }
    .krown-testimonial.style-two blockquote {
        font-size: 45px;
        line-height: 57px;
    }
    .span4 .krown-pie.large {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-left: 0;
    }
    .span3 .krown-pie.large {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-left: 0;
    }
    .krown-tour .span3 .krown-pie.regular {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        margin-left: 0;
    }
    span.extreme {
        font-size: 42px;
        line-height: 52px;
    }
    span.large {
        font-size: 32px;
        line-height: 42px;
    }
    span.medium {
        font-size: 28px;
        line-height: 38px;
    }
    .krown-latest-posts article {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .krown-latest-posts article:first-child {
        margin-top: 0;
    }
    .krown-latest-posts.masonry {
        margin: 0 !important;
        width: 100%;
    }
    form .krown-column-container {
        margin-top: 0;
    }
    .full-width ul.products li {
        width: 246px;
    }
    .full-width ul.products li .button {
        top: 164px;
    }
    .full-width ul.products {
        width: 572px;
    }
    ul.products {
        margin: auto !important;
        width: 552px;
    }
    .woocommerce-result-count {
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }
    .woocommerce-ordering {
        float: none;
        position: relative;
        left: 50%;
        margin: 15px 0 0 -130px;
    }
    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        margin-top: 0px !important;
    }
    .filter {
        margin-top: 50px;
    }
    .responsive-filter {
        display: block;
    }
    .filter ul {
        display: none;
    }
    .pagination,
    .woocommerce-pagination {
        margin-left: 0;
        text-align: center;
    }
    .single-product .images {
        width: 100%;
    }
    .single-product .images .thumbnails {
        display: none;
    }
    .single-product .summary {
        width: 100%;
        padding: 40px 0 0 0;
    }
    .krown-pricing {
        border: none;
    }
    .krown-pricing-column {
        border: 1px solid #e9e9e9 !important;
        width: 100% !important;
        margin-bottom: 30px;
    }
    #order_review table.shop_table {
        width: 100% !important;
    }
    #payment {
        width: 100% !important;
        padding: 50px 0 0 0 !important;
        margin: 0;
    }
}


/* For a blog */

@media all and (max-width: 590px) {
    .post-author {
        display: none;
    }
    .post-standard.w-author>header,
    .post-standard.w-author>section {
        width: 100%;
    }
}


/* Media queries for a perfect portfolio display */

@media all and (max-width: 600px) {
    .krown-latest-portfolio.alt.col-4 .portfolio-items {
        width: 285px;
    }
    .krown-latest-portfolio.alt.col-3 .portfolio-items {
        width: 380px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.alt {
        width: 380px;
    }
}

@media all and (max-width: 570px) {
    .krown-latest-portfolio.classic.col-4 .portfolio-items {
        width: 255px;
    }
    .krown-latest-portfolio.col-4 .portfolio-item.classic {
        margin: 0 0 40px;
    }
    ul.products,
    .full-width ul.products {
        width: 295px;
    }
    ul.products li,
    .full-width ul.products li {
        width: 265px;
    }
    ul.products li .button,
    .full-width ul.products li .button {
        top: 171px;
    }
}

@media all and (max-width: 420px) {
    .krown-latest-portfolio.col-3 .portfolio-items,
    .krown-latest-portfolio.col-3 .portfolio-item {
        width: 100% ! important;
    }
}

@media all and (max-width: 380px) {
    .krown-latest-portfolio.alt.col-3 .portfolio-items {
        width: 300px;
    }
    .krown-latest-portfolio.col-3 .portfolio-item.alt {
        width: 300px;
    }
}


/* STOP */

@media all and (max-width: 300px) {
    html,
    body {
        overflow-x: scroll;
        width: 300px !important;
    }
    #secondary-header .header-content {
        width: 280px;
    }
}


/* ------------------------
-----   Retina adjustments    -----
------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    #logo .default {
        display: none !important;
    }
    #logo .retina {
        display: block;
    }
    .mejs-overlay-loading span {
        background-image: url(images/mediaelement/loading-goodwork_x2.gif);
        background-size: 32px 32px;
    }
    .mejs-overlay-button,
    .no-svg .mejs-overlay-button {
        background-image: url(images/mediaelement/bigplay-goodwork_x2.png);
        background-size: 49px 98px;
    }
    .mejs-overlay:hover .mejs-overlay-button {
        background-position: 0 -50px;
    }
    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
    .mejs-controls .mejs-time-rail .mejs-time-handle,
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
    .mejs-controls .mejs-button button,
    .no-svg .mejs-controls .mejs-button button {
        background-image: url(images/mediaelement/controls-goodwork_x2.png);
        background-size: 110px 60px;
    }
    .krown-twitter .intents a {
        background-image: url(images/twitter_x2.png);
        background-size: 26px 60px;
    }
    .portfolio-item.classic>a .hover,
    .fancybox-thumb span {
        background-image: url(images/cross_x2.png);
        background-size: 38px 38px;
    }
    #fancybox-loading div {
        background-image: url(images/preloader-222_x2.gif);
        background-size: 32px 32px;
    }
    .fancybox-nav span,
    .fancybox-close {
        background-image: url(images/sharpSprites_x2.png);
        background-size: 151px 50px;
    }
    .flexslider.mini {
        background-image: url(images/preloader-f7_x2.gif);
        background-size: 24px 24px;
    }
    .page-404 {
        background-image: url(images/sad-face_x2.png);
        background-size: 180px 180px;
    }
    .masonry-post.sticky.format-standard .content,
    .masonry-post.sticky.format-quote,
    .masonry-post.sticky.format-link,
    .masonry-post.sticky.format-audio .content,
    .masonry-post.sticky.format-gallery:before,
    .masonry-post.sticky.format-video:before,
    .masonry-post.sticky.format-image:before {
        background-image: url(images/sticky_x2.png);
        background-size: 45px 46px;
    }
    .regular-select-inner {
        background-image: url(images/arrow_x2.png);
        background-size: 29px 37px;
    }
}

.krown-tabs .contents>section>h5:first-child {
    display: none;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    left: 14px;
    z-index: 99;
}

.single-product .flex-control-thumbs li {
    margin: 0 !important;
    padding: 0 3px;
}

.single-product .flex-control-nav {
    width: calc(100% + 6px);
    margin-left: -3px;
}

.select2-container {
    z-index: 9999;
}

.select2-search--dropdown .select2-search__field {
    /* margin:  0; */
}

label[for="coupon_code"] {
    display: none;
}

input#coupon_code {
    width: 200px;
}

input[name="apply_coupon"] {
    height: 43px;
    top: -2px;
    margin-left: 18px;
    position: relative;
}

#wp-admin-bar-search input[type="submit"] {
    display: none !important;
}

.screen-reader-text {
    display: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

.screen-reader-text {
    display: none !important;
}


/* WOOCOMMERCE 2.6 CODE */

.woocommerce-MyAccount-navigation {
    width: 250px;
    float: left;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    border: 1px solid #e9e9e9;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 12px 44px 8px 14px;
    position: relative;
}

.woocommerce-MyAccount-navigation li:after {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    font-family: 'fontello';
    color: #111;
    opacity: .3;
    font-size: 18px;
    transition: all 150ms linear;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard:after {
    content: "\e839";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders:after {
    content: "\e84d";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address:after {
    content: "\e849";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods:after {
    content: "\e84e";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account:after {
    content: "\e821";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:after {
    content: "\e847";
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads:after {
    content: "\e82d";
}

.woocommerce-MyAccount-navigation li a {
    color: #111;
    font-weight: normal;
    display: block;
}

.woocommerce-MyAccount-navigation li.is-active a {
    font-weight: bold;
}

@media all and (max-width: 1024px) {
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation li {
        display: inline-block;
        border-bottom: none;
        padding-right: 14px;
    }
    .woocommerce-MyAccount-navigation li:after {
        display: none;
    }
}

@media all and (max-width: 800px) {
    .woocommerce-MyAccount-navigation ul {
        border: none;
        border-bottom: 1px solid #e9e9e9;
    }
    .woocommerce-MyAccount-navigation li {
        font-size: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        margin: 0 5px -1px;
    }
    .woocommerce-MyAccount-navigation li:after {
        font-size: 21px;
        display: block;
        position: static;
        text-align: center;
        width: 100%;
    }
    .woocommerce-MyAccount-navigation li:hover:after {
        opacity: .6;
    }
    .woocommerce-MyAccount-navigation li.is-active {
        border-bottom: 1px solid #111;
    }
    .woocommerce-MyAccount-navigation li.is-active:after {
        opacity: 1;
    }
    .woocommerce-MyAccount-navigation li a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
}

@media all and (max-width: 360px) {
    .woocommerce-MyAccount-navigation li {
        margin-left: 2px;
        margin-right: 2px;
    }
}

.woocommerce-MyAccount-content {
    width: calc(100% - 260px);
    padding-left: 100px;
    float: left;
}

@media all and (max-width: 1120px) {
    .woocommerce-MyAccount-content {
        padding-left: 50px;
    }
}

@media all and (max-width: 1024px) {
    .woocommerce-MyAccount-content {
        padding-left: 0;
        margin-top: 40px;
        width: 100%;
    }
}

.woocommerce-MyAccount-content .woocommerce-message:first-child,
.woocommerce-MyAccount-content .woocommerce-error:first-child,
.woocommerce-MyAccount-content .woocommerce-info:first-child {
    padding-top: 0;
    margin-top: 0 !important;
}

.woocommerce-MyAccount-content .shop_table {
    margin-top: 0;
}

.star-rating {
    display: none;
}

@media all and (max-width: 740px) {
    .woocommerce-MyAccount-navigation {
        margin-top: 50px;
    }
}

a.edit {
    position: absolute;
    top: 30px;
    right: 0;
}

////