/* Reset Browsers
-------------------------------------------------------------- */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

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

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

body {
    background: #fff;
    line-height: 1;
}

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

ol,
ul {
    list-style: none
}

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

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a:focus {
    outline: none
}

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

a img {
    border: 0
}

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

select {
    max-width: 100%
}

html {
    margin-top: 0 !important;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #777;
    font-size: 14px;
    line-height: 2;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

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

p {
    margin: 0 0 20px;
}

strong,
b,
cite {
    font-weight: bold;
}

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

blockquote {
    position: relative;
    background-color: #f5f5f5;
    color: #999;
    margin: 40px 0 30px;
    padding: 0 0 0 32px;
    font-size: 15px;
    line-height: 32px;
}

blockquote:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #1c63b8;
}

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

blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0;
}

blockquote em,
blockquote i {
    font-style: normal;
}

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

mark,
ins {
    text-decoration: none;
}

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

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

hr {
    background-color: #e0e0e0;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0 0 20px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

ul li,
ol li {
    padding: 0.1em 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */
table,
th,
td {
    border: 1px solid #e0e0e0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

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

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

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

th,
td {
    padding: 8px 12px;
}

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

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

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

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

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

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

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */
input[type="search"] {
    outline: 0
}

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

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    letter-spacing: 1px;
    color: #777;
    border: 2px solid #f0f0f0;
    padding: 9px 20px;
    background-color: transparent;
    font-size: 14px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #ebebeb;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: "Poppins";
    font-size: 13px;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #1c63b8;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
}

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

/* Links */
a {
    color: #1c63b8;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #333;
    text-decoration: none
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 15px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.428em;
}

/* 34px */
h2 {
    font-size: 2.142em;
}

/* 30px */
h3 {
    font-size: 1.714em;
}

/* 24px */
h4 {
    font-size: 1.428em;
}

/* 20px */
h5 {
    font-size: 1.285em;
}

/* 18px */
h6 {
    font-size: 1.142em;
}

/* 16px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.font-heading {
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Extra classes
-------------------------------------------------------------- */
.display-none,
.hidden {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline {
    display: inline !important;
}

.text-accent-color {
    color: #1c63b8;
}

.text-white {
    color: #fff !important;
}

.text-dark {
    color: #333 !important;
}

.text-light {
    color: #777 !important;
}

.text-very-light {
    color: #dbdbdb !important;
}

.bg-accent {
    background-color: #1c63b8;
}

.bg-light-grey {
    background-color: #f7f7f7;
}

.bg-dark {
    background-color: #333 !important;
}

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

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

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

.text-del {
    text-decoration: line-through !important;
}

.letter-spacing-05px {
    letter-spacing: 0.5px !important;
}

.letter-spacing-1px {
    letter-spacing: 1px !important;
}

.letter-spacing-2px {
    letter-spacing: 2px !important;
}

.letter-spacing-3px {
    letter-spacing: 3px !important;
}

.letter-spacing-4px {
    letter-spacing: 4px !important;
}

.letter-spacing-5px {
    letter-spacing: 5px !important;
}

.letter-spacing-6px {
    letter-spacing: 6px !important;
}

.letter-spacing-7px {
    letter-spacing: 7px !important;
}

.letter-spacing-8px {
    letter-spacing: 8px !important;
}

.letter-spacing-9px {
    letter-spacing: 9px !important;
}

.letter-spacing-10px {
    letter-spacing: 10px !important;
}

.font-size-6 {
    font-size: 6px !important;
}

.font-size-7 {
    font-size: 7px !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-9 {
    font-size: 9px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-34 {
    font-size: 34px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

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

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}

.margin-top-95 {
    margin-top: 95px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-right-0 {
    margin-right: 0px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-35 {
    margin-right: 35px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-45 {
    margin-right: 45px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-55 {
    margin-right: 55px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

.margin-right-65 {
    margin-right: 65px !important;
}

.margin-right-70 {
    margin-right: 70px !important;
}

.margin-right-75 {
    margin-right: 75px !important;
}

.margin-right-80 {
    margin-right: 80px !important;
}

.margin-right-85 {
    margin-right: 85px !important;
}

.margin-right-90 {
    margin-right: 90px !important;
}

.margin-right-95 {
    margin-right: 95px !important;
}

.margin-right-100 {
    margin-right: 100px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-35 {
    margin-left: 35px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-45 {
    margin-left: 45px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-55 {
    margin-left: 55px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-left-65 {
    margin-left: 65px !important;
}

.margin-left-70 {
    margin-left: 70px !important;
}

.margin-left-75 {
    margin-left: 75px !important;
}

.margin-left-80 {
    margin-left: 80px !important;
}

.margin-left-85 {
    margin-left: 85px !important;
}

.margin-left-90 {
    margin-left: 90px !important;
}

.margin-left-95 {
    margin-left: 95px !important;
}

.margin-left-100 {
    margin-left: 100px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

@media only screen and (max-width: 991px) {
    .sm-block {
        display: block;
    }
}

.autoser-icons {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    color: #999;
}

.autoser-icons>span {
    display: block;
    font-size: 36px;
    color: #4b4b4b;
}

/* Parallax
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

/* Revolution Slider
-------------------------------------------------------------- */
.tparrows.custom {
    background-color: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 80px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.tparrows.custom:hover {
    background-color: rgba(0, 0, 0, 1);
}

.custom.tparrows.tp-leftarrow:before,
.custom.tparrows.tp-rightarrow:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 12px;
    line-height: 80px;
}

.custom.tparrows.tp-rightarrow:before {
    content: "\f105";
}

.tp-bullets.custom .tp-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: border 0.3s background 0.3s;
    transition: border 0.3s background 0.3s;
}

.tp-bullets.custom .tp-bullet.selected {
    background-color: #fff;
}

.rev_slider .wprt-button.has-icon {
    padding-left: 15px;
}

.rev_slider .wprt-button.has-icon>span>.icon {
    line-height: normal;
    padding-right: 13px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rev_slider .wprt-button.has-icon>span {
    padding-left: 54px;
    position: relative;
    display: inline-block;
}

.rev_slider .wprt-button.has-icon.white .icon {
    border-color: rgba(153, 153, 153, 0.3);
}

/* Clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after,
.ult-spacer:before,
.ult-spacer:after,
.ult-animation:before,
.ult-animation:after,
.ult_crlink:before,
.ult_crlink:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.wprt-container:after,
.ult-spacer:after,
.ult-animation:after,
.ult_crlink:after {
    clear: both;
}

/* Grid
-------------------------------------------------------------- */
.wprt-row {
    margin: 0 -10px
}

.wprt-row .col {
    float: left;
    padding: 0 10px;
}

.wprt-row .span_1_of_1.col {
    float: none
}

.wprt-row .span_1_of_2 {
    width: 50%
}

.wprt-row .span_1_of_3 {
    width: 33.33%
}

.wprt-row .span_1_of_4 {
    width: 25%
}

.wprt-row .span_1_of_5 {
    width: 20%
}

/* Gutter */
.wprt-row.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.wprt-row.gutter-5>.col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.wprt-row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.wprt-row.gutter-10>.col {
    padding-left: 5px;
    padding-right: 5px;
}

.wprt-row.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.wprt-row.gutter-15>.col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.wprt-row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.wprt-row.gutter-20>.col {
    padding-left: 10px;
    padding-right: 10px;
}

.wprt-row.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.wprt-row.gutter-25>.col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.wprt-row.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.wprt-row.gutter-30>.col {
    padding-left: 15px;
    padding-right: 15px;
}

.wprt-row.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.wprt-row.gutter-35>.col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.wprt-row.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.wprt-row.gutter-40>.col {
    padding-left: 20px;
    padding-right: 20px;
}

.wprt-row.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.wprt-row.gutter-45>.col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.wprt-row.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.wprt-row.gutter-50>.col {
    padding-left: 25px;
    padding-right: 25px;
}

.wprt-row.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.wprt-row.gutter-60>.col {
    padding-left: 30px;
    padding-right: 30px;
}

.wprt-row.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.wprt-row.gutter-70>.col {
    padding-left: 35px;
    padding-right: 35px;
}

.wprt-row.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.wprt-row.gutter-80>.col {
    padding-left: 40px;
    padding-right: 40px;
}

/* Custom Bootstrap Gutter */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.very-small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.row.very-small-gutters>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.row.small-gutters {
    margin-right: -20px;
    margin-left: -20px;
}

.row.small-gutters>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.row.medium-gutters {
    margin-right: -25px;
    margin-left: -25px;
}

.row.medium-gutters>[class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}

.row.large-gutters {
    margin-right: -30px;
    margin-left: -30px;
}

.row.large-gutters>[class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
}

/* Layout
-------------------------------------------------------------- */
.wprt-container {
    width: 1180px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    background: #fff;
}

body.front-page #main-content,
body.page #main-content {
    padding-top: 0;
    padding-bottom: 0;
}

/* Inner Content */
#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}

/* Sidebar Right */
#site-content {
    float: left;
    width: 73.306%
}

/* Sidebar Left */
.sidebar-left #site-content {
    float: right;
}

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

/* No Sidebar */
body.no-sidebar #site-content.site-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

body.no-sidebar #site-content.archive-project {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

/* Boxed layout */

/* Top Bar
-------------------------------------------------------------- */
#top-bar {
    font-size: 0.928em;
    position: relative;
    z-index: 1;
    background-color: #f0f0f0;
}

#top-bar,
#top-bar a {
    color: #999;
}

#top-bar a:hover {
    text-decoration: underline;
}

#top-bar-inner {
    padding: 6px 0;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#top-bar .top-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

#top-bar .top-bar-socials {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}

#top-bar .top-bar-socials .texts {
    padding-right: 5px;
}

/* Top Bar Content */
#top-bar .top-bar-content .content {
    position: relative;
    display: inline-block;
    margin-right: 23px;
    padding-left: 23px;
}

#top-bar .top-bar-content .content:last-child {
    margin-right: 0;
}

#top-bar .top-bar-content .content:before {
    font-size: 14px;
    color: #c3c3c3;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    left: 1px;
    top: -2px;
    width: 20px;
    height: 20px;
    content: "";
}

#top-bar .top-bar-content .content.welcome:before {
    content: "\f118";
}

#top-bar .top-bar-content .content.time:before {
    content: "\f00d";
}

#top-bar .top-bar-content .content.phone:before {
    content: "\f095";
}

#top-bar .top-bar-content .content.address:before {
    content: "\f2b9";
}

/* Top Bar Socials */
#top-bar .top-bar-socials .icons a {
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: #c3c3c3;
    background-color: #fff;
    border-radius: 14px;
    width: 28px;
    height: 28px;
    margin-left: 2px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
}

#top-bar .top-bar-socials .icons a:hover {
    text-decoration: none;
    background-color: #1c63b8;
    color: #fff;
}

#top-bar .top-bar-socials .icons a:last-child {
    margin-right: 0;
}

/* Top Bar Menu */
.top-bar-menu {
    margin: 0;
    list-style: none;
    padding-left: 10px;
}

.top-bar-menu li {
    margin-right: 20px
}

.top-bar-menu li li {
    display: none !important;
    /* hide dropdowns on top menu */
}

.top-bar-menu li:last-child {
    margin-right: 0
}

.top-bar-menu,
.top-bar-menu li {
    display: inline-block;
    position: relative;
}

.top-bar-menu li:before {
    content: "/";
    position: absolute;
    left: -13px;
    top: 1px;
}

.top-bar-menu li:first-child:before {
    display: none;
}

.top-bar-menu li a {
    color: #999;
    display: inline-block;
}

/* Style 2 */
#top-bar.style-2 {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

#top-bar.style-2 {
    color: #dbdbdb;
}

#top-bar.style-2 #top-bar-inner {
    padding: 8px 0;
}

#top-bar.style-2.style-2 .top-bar-socials .icons a {
    background-color: transparent;
    color: #fff;
}

#top-bar.style-2 .top-bar-socials .icons a:hover {
    color: #1c63b8;
}

#top-bar.style-2 .top-bar-content .content:before {
    color: #fff;
}

/* Style 3 */
#top-bar.style-3 {
    background-color: #1c63b8;
}

#top-bar.style-3 {
    color: #fff;
}

#top-bar.style-3 .top-bar-socials .icons a {
    background-color: transparent;
    color: #fff;
}

#top-bar.style-3 .top-bar-socials .icons a:hover {
    color: #333;
}

#top-bar.style-3 .top-bar-content .content:before {
    color: #fff;
}

/* Header
-------------------------------------------------------------- */
#site-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

#site-header-inner {
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#site-logo {
    float: left;
    max-width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#site-logo-inner {
    margin-top: 2px;
}

#site-logo .site-logo-text {
    color: #333;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #1c63b8;
}

.menu-has-search #site-header #main-nav {
    right: 28px;
}

.menu-has-cart #site-header #main-nav {
    right: 40px;
}

.menu-has-search.menu-has-cart #site-header #main-nav {
    right: 74px;
}

.menu-has-search.menu-has-cart .nav-top-cart-wrapper {
    right: 30px;
}

#site-header #main-nav .menu-fallback {
    padding-right: 16px;
}

#site-header #main-nav .menu-fallback:hover {
    color: #aaa;
}

#site-header #main-nav>ul>li>a {
    height: 56px;
    line-height: 56px;
}

#site-header .header-search-icon {
    color: #333;
    display: inline-block;
    height: 56px;
    line-height: 54px;
    font-size: 19px;
}

#site-header .header-search-icon:hover {
    color: #1c63b8;
}

#site-header .nav-top-cart-wrapper .nav-cart-trigger {
    display: block;
    height: 56px;
    line-height: 52px;
    color: #333;
    font-size: 19px;
}

#site-header .site-navigation-wrap .inner {
    position: relative;
}

#site-header .site-navigation-wrap #main-nav>ul>li {
    padding: 0 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#site-header .site-navigation-wrap #main-nav>ul>li>a {
    color: #fff;
    height: 56px;
    line-height: 56px;
    position: relative;
}

#site-header .site-navigation-wrap #main-nav>ul>li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#site-header .site-navigation-wrap #main-nav>ul>li.current-menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

#site-header .site-navigation-wrap {
    background-color: #1c63b8;
}

#site-header .site-navigation-wrap .nav-top-cart-wrapper {
    width: 38px;
    right: 38px;
}

#site-header .site-navigation-wrap .nav-top-cart-wrapper .nav-cart-trigger {
    text-align: center;
}

#site-header .site-navigation-wrap .nav-top-cart-wrapper .nav-cart-trigger:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

#site-header .site-navigation-wrap .nav-top-cart-wrapper .shopping-cart-items-count {
    background-color: #333;
    top: -2px;
}

#site-header .site-navigation-wrap .header-search-form {
    right: 100%;
}

#site-header .site-navigation-wrap .header-search-form {
    top: 10px;
}

#site-header .site-navigation-wrap .header-search-icon,
#site-header .site-navigation-wrap .nav-cart-trigger {
    color: #fff;
}

#site-header .site-navigation-wrap .header-search-icon {
    width: 38px;
    text-align: center;
}

#site-header .site-navigation-wrap .header-search-field {
    border: 0;
    background-color: #fff;
}

/* Header fixed */
#site-header.is-fixed,
.site-navigation-wrap.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9989;
}

#site-header.is-small #site-header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Header Styles */
.header-style-1 #site-header #main-nav,
.header-style-2 #site-header #main-nav {
    position: absolute;
    right: -13px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-style-1 #site-header-inner {
    padding-top: 23px;
    padding-bottom: 23px;
}

.header-style-1 #site-header .header-search-icon,
.header-style-1 #site-header .nav-top-cart-wrapper .nav-cart-trigger {
    line-height: 50px;
}

.header-style-2 #site-header:after {
    background-color: transparent;
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header-style-2 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
}

.header-style-2 #site-header {
    background-color: transparent !important;
    box-shadow: none;
}

.header-style-2 #site-header.is-fixed:after {
    background-color: rgba(0, 0, 0, 0.85);
}

.header-style-2 #site-header #main-nav>ul>li>a {
    height: 70px;
    line-height: 70px;
    color: #fff;
    position: relative;
}

.header-style-2 #site-header #main-nav>ul>li>a:hover:before,
.header-style-2 #site-header #main-nav>ul>li.current-menu-item>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background-color: #1c63b8;
}

.header-style-2 #site-header .nav-top-cart-wrapper .nav-cart-trigger,
.header-style-2 #site-header .header-search-icon {
    color: #fff;
}

.header-style-2 #site-header .header-search-icon:hover {
    color: #1c63b8;
}

.header-style-3 #site-header .header-search-icon:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Header Search */
#site-header #header-search {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-header .header-search-form {
    position: absolute;
    right: 30px;
    top: 4px;
    width: 300px;
    display: none;
}

#site-header .header-search-field {
    width: 300px;
    border: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1)
}

#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
}

#site-header .header-search-form.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Mini Cart */
.nav-top-cart-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
    display: inline-block;
    position: relative;
    padding-right: 7px;
}

.nav-top-cart-wrapper .shopping-cart-items-count {
    position: absolute;
    right: 0;
    top: -2px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    background-color: #1c63b8;
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
}

.nav-top-cart-wrapper .nav-shop-cart {
    width: 320px;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 0px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper:hover .nav-shop-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav-top-cart-wrapper .woocommerce-min-cart-wrap {
    padding: 25px;
}

.nav-top-cart-wrapper .woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 8px 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul {
    list-style: none;
    margin: 0;
    line-height: normal;
}

.nav-top-cart-wrapper .nav-shop-cart ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    border-top: 1px solid #ebebeb;
    padding: 20px;
    margin: 0;
    padding-left: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li.empty {
    padding: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #333;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a:hover {
    color: #1c63b8;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a.remove {
    font-size: 14px;
    color: #1c63b8;
    position: absolute;
    right: 0;
    top: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a.remove:hover {
    color: #da2727;
}

.nav-top-cart-wrapper .nav-shop-cart ul li:first-child a.remove {
    top: 0;
}

.nav-top-cart-wrapper .nav-shop-cart ul li a img {
    float: left;
    width: 80px;
    margin-left: 0;
    margin-right: 20px;
}

.nav-top-cart-wrapper .nav-shop-cart ul li .quantity {
    display: block;
    font-size: 16px;
    line-height: 28px;
}

.nav-top-cart-wrapper .nav-shop-cart .total {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 16px;
    border-top: 1px solid #ebebeb;
    color: #333;
    text-align: center;
}

.nav-top-cart-wrapper .nav-shop-cart .total strong {
    font-weight: 600;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons:before,
.nav-top-cart-wrapper .nav-shop-cart .buttons:after {
    content: "";
    display: table;
    clear: both;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons {
    margin: 0;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons>a {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 8px 0;
    width: 48%;
    float: left;
    text-transform: uppercase;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons>a:first-child {
    background-color: #1c63b8;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons a.checkout {
    float: right;
    background-color: #333;
    border-color: #333;
}

.nav-top-cart-wrapper .nav-shop-cart .buttons a:hover {
    opacity: 0.7;
}

/* Header Aside Content */
#site-header #header-aside {
    float: right;
    margin-top: 4px;
}

#site-header .header-info {
    float: right;
}

#site-header .header-info .info-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#site-header .header-info .info-i,
#site-header .header-info .info-c {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    line-height: 20px;
}

#site-header .header-info .info-i {
    width: 40px;
}

#site-header .header-info .info-i span {
    z-index: 1;
    font-size: 46px;
    line-height: 46px;
    margin-right: 20px;
    padding-left: 1px;
    color: #dbdbdb;
    display: inline-block;
}

#site-header .header-info .inner>div {
    margin-right: 56px;
    float: left;
    position: relative;
}

#site-header .header-info .info-c>.title {
    color: #1c63b8;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

#site-header .header-info .info-c>.subtitle {
    font-size: 15px;
    line-height: 26px;
}

#site-header .header-aside-btn {
    float: right;
}

#site-header .header-aside-btn a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 2px;
    padding: 0 40px;
    line-height: 40px;
}

#site-header .header-aside-btn a:hover {
    opacity: 0.75
}

#site-header .header-aside-btn a>span:before {
    color: #dadada;
}

#site-header .header-aside-btn a {
    border: 3px solid #f0f0f0;
    color: #777;
}

/* Header full-width */
.header-fullwidth #site-header,
.header-fullwidth #top-bar {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.header-fullwidth #site-header .wprt-container,
.header-fullwidth #top-bar .wprt-container {
    width: 100% !important;
    max-width: none !important;
}

/* Menu */
#main-nav .menu-fallback {
    position: relative;
    text-decoration: underline;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

#main-nav {
    display: block;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav>ul>li {
    float: left;
    padding: 0 16px;
}

#main-nav>ul>li>a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    color: #333;
}

#main-nav>ul>li>a:hover,
#main-nav>ul>li.current-menu-item>a {
    color: #1c63b8;
}

#main-nav>ul>li.menu-item-has-children>a {
    position: relative;
    padding-right: 15px;
}

#main-nav>ul>li.menu-item-has-children>a:after {
    font-weight: normal;
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
}

/* Sub Menu */
#main-nav .sub-menu {
    padding: 16px 0;
    background-color: #252525;
    position: absolute;
    left: 0;
    top: 100%;
    width: 258px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: -16px;
    background-color: #222;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

#main-nav .sub-menu .sub-menu .sub-menu {
    background-color: #151515;
}

#main-nav .sub-menu li a {
    padding: 3px 25px;
    color: #999;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    display: block;
}

#main-nav .sub-menu li:first-child>a {
    border: 0;
}

#main-nav .sub-menu li a:hover {
    color: #fff;
}

#main-nav li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#main-nav .sub-menu li.menu-item-has-children>a:after {
    right: 20px;
    line-height: normal;
    font-weight: normal;
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Mega Menu */
#main-nav li.megamenu {
    position: inherit;
}

#main-nav li.megamenu a {
    padding-left: 0;
}

#main-nav li.megamenu ul.sub-menu {
    z-index: 9999999;
    background-color: transparent;
}

#main-nav li.megamenu>ul.sub-menu ul.sub-menu {
    transition: none;
    transform: none;
    padding: 0;
}

#main-nav li.megamenu ul.sub-menu li.menu-item-has-children>a:after {
    display: none;
}

#main-nav li.megamenu>ul.sub-menu {
    width: 100%;
    left: 0;
    right: auto;
    border-radius: 0;
    background-color: #252525;
    padding: 35px 0 45px;
}

#main-nav li.megamenu>ul.sub-menu>li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#main-nav li.megamenu>ul.sub-menu>li:last-child {
    border: 0;
}

#main-nav li.megamenu.col-3>ul.sub-menu>li {
    width: 26.333%;
    margin-left: 7%;
}

#main-nav li.megamenu.col-3>ul.sub-menu>li:nth-child(4n) {
    clear: both;
}

#main-nav li.megamenu.col-4>ul.sub-menu>li {
    width: 19.1%;
    margin-left: 5.6%;
}

#main-nav li.megamenu.col-4>ul.sub-menu>li:nth-child(5n) {
    clear: both;
}

#main-nav li.megamenu.col-5>ul.sub-menu>li {
    width: 15%;
    margin-left: 5%;
}

#main-nav li.megamenu.col-5>ul.sub-menu>li:nth-child(6n) {
    clear: both;
}

#main-nav li.megamenu>ul.sub-menu>li ul {
    display: block !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    left: auto !important;
    position: relative !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

#main-nav li.megamenu>ul.sub-menu>.menu-item-has-children>a {
    transition: none;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 14px;
}

#main-nav li.megamenu>ul.sub-menu>.menu-item-has-children>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 2px;
    background-color: #1c63b8;
}

#main-nav li.megamenu.no-heading>ul.sub-menu>.menu-item-has-children>a {
    display: none
}

#main-nav li.megamenu:hover ul li ul {
    alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu */
#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999999;
    background-color: #222;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav-mobi ul>li>a {
    color: #b1b1b1;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
}

#main-nav-mobi ul>li>a:hover {
    color: #1c63b8;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f107";
    color: #b1b1b1;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f105";
}

#main-nav-mobi ul ul li {
    background-color: #252525;
}

#main-nav-mobi ul ul ul li {
    background-color: #292929;
}

/* Mobile Menu Button */
.mobile-button {
    width: 26px;
    height: 26px;
    display: none;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background: transparent;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #333;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.header-style-2 .mobile-button:before,
.header-style-2 .mobile-button:after,
.header-style-2 .mobile-button span {
    background-color: #fff;
}

/* Mobile Menu Extend */
.nav-extend {
    display: none;
}

#main-nav-mobi .cart-info {
    background-color: #1e1e1e;
    line-height: 40px;
    display: block;
    margin: 15px 20px;
}

/* Featured Title
-------------------------------------------------------------- */
#featured-title {
    background: #f7f7f7;
    background-size: cover;
    border-style: solid;
}

#featured-title .featured-title-inner-wrap {
    padding: 30px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .featured-title-heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

#featured-title #breadcrumbs {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #999;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}

#featured-title .featured-title-heading {
    position: relative;
    font-size: 18px;
    color: #777;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    margin: 0;
}

#featured-title .featured-title-heading.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

#featured-title .featured-title-heading:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0px;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#featured-title #breadcrumbs a {
    color: #999;
}

#featured-title #breadcrumbs a:hover {
    color: #1a7dd7;
}

#featured-title #breadcrumbs .sep {
    padding: 0 2px;
    color: #dbdbdb;
}

/* Featured Title other styles */
#featured-title.featured-title-right .featured-title-heading-wrap {
    text-align: right;
}

#featured-title.featured-title-right #breadcrumbs {
    text-align: left;
}

#featured-title.featured-title-centered1 .featured-title-inner-wrap,
#featured-title.featured-title-centered2 .featured-title-inner-wrap {
    display: block;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.featured-title-centered1 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#featured-title.featured-title-centered2 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    margin-top: 5px;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap {
    margin-bottom: 5px;
}

/* Blog Post
-------------------------------------------------------------- */
.hentry {
    margin-top: 65px;
}

.hentry:first-child {
    margin-top: 0;
}

.hentry .post-content-wrap {
    padding: 30px 0 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 1px 0;
}

/* Post media */
.post-media {
    position: relative;
    margin-bottom: 0px;
}

.post-media>.post-cat a {
    background-color: #1c63b8;
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 0 22px;
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.post-media>.post-cat a:hover {
    background-color: #fff;
    color: #777;
}

.hentry .post-media iframe {
    margin-bottom: 0;
}

/* Post title */
.hentry .post-title {
    font-size: 24px;
    margin-bottom: 24px;
}

.hentry .post-title-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.hentry .post-title-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
}

.hentry .post-title-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    background-color: transparent;
}

.hentry .post-title a {
    color: #333;
}

.hentry .post-title a:hover {
    color: #1c63b8;
}

/* Post meta */
.hentry .post-meta {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: transparent;
    color: #999;
    font-size: 0.928em;
    margin-bottom: 19px;
}

.hentry .post-meta a {
    color: #999;
}

.hentry .post-meta a:hover {
    color: #1c63b8;
}

.hentry .post-meta .item {
    display: inline-block;
    margin-right: 26px;
}

.hentry .post-meta .item:last-child {
    margin-right: 0;
}

.hentry .post-meta .item .inner {
    position: relative;
    padding-left: 22px;
}

.hentry .post-meta .item .inner:before {
    color: #aeaeae;
    content: "";
    font-style: normal;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 3px;
}

/* Style 1 */
.hentry .post-meta.style-1 .item .inner:before {
    content: "|";
    font-size: 14px;
}

.hentry .post-meta.style-1 .item {
    margin-right: 20px;
}

.hentry .post-meta.style-1 .item:last-child {
    margin-left: 0;
}

.hentry .post-meta.style-1 .item .inner {
    padding-left: 30px;
}

.hentry .post-meta.style-1 .item:first-child .inner {
    padding-left: 0;
}

.hentry .post-meta.style-1 .item:first-child .inner:before {
    display: none;
}

/* Style 2 */
.hentry .post-meta.style-2 .item .inner:before {
    font-family: "wprticons";
}

.hentry .post-meta.style-2 .item.post-by-author .inner:before {
    content: "\e83e";
}

.hentry .post-meta.style-2 .item.post-date .inner:before {
    content: "\e823";
}

.hentry .post-meta.style-2 .item.post-comment .inner:before {
    content: "\e842";
}

.hentry .post-meta.style-2 .item.post-meta-categories .inner:before {
    content: "\e841";
}

/* Post excerpt */
.hentry .post-excerpt {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}

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

/* Post read more */
.hentry .post-link a {
    padding: 10px 50px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 13px;
    background-color: #1c63b8;
    color: #fff;
    display: inline-block;
}

.hentry .post-link a:hover {
    background-color: #333;
    color: #fff;
    border-color: #333 !important;
}

/* Blog single
-------------------------------------------------------------- */
.hentry .post-content-single-wrap {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.hentry .post-content-single-wrap:after,
.hentry .post-author:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #eee;
}

.hentry .post-content-single-wrap .post-media {
    margin: 0 0 30px 0;
}

/* Post Tags */
.hentry .post-tags {
    margin-top: 30px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hentry .post-tags>span {
    color: #333;
    font-size: 13px;
    display: inline-block;
    padding-right: 30px;
}

.hentry .post-tags a {
    display: inline-block;
    padding: 3px 10px;
    ;
    background-color: #f7f7f7;
    color: #999;
    font-size: 0.785em;
    margin: 0 4px 4px 0;
}

.hentry .post-tags a:hover {
    background-color: #1c63b8;
    color: #fff;
    border-color: #1c63b8;
}

/* Comments */
.comments-area .comments-title,
.comments-area .comment-reply-title {
    font-size: 14px;
    color: #333;
    padding-bottom: 11px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

.comments-area .comments-title:after,
.comments-area .comment-reply-title:after {
    width: 57px;
    height: 2px;
    background-color: #dbdbdb;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
}

/* Comment List */
.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list li.comment {
    padding: 0;
}

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

.comment-list .children>li {
    padding: 0 0 0 107px;
}

.comment-list article {
    padding: 37px 30px 34px 36px;
    position: relative;
    margin-bottom: 35px;
    background-color: #f9f9f9;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.06);
}

.comment-list article+.comment-respond {
    margin-bottom: 50px;
}

.comment-list article .gravatar {
    width: 80px;
    float: left;
    margin-right: 27px;
    overflow: hidden;
    border-radius: 50%;
}

.comment-list article .gravatar img {
    width: 100%;
    height: auto;
}

.comment-list .comment-content {
    overflow: hidden;
}

.comment-list .comment-meta {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}

.comment-author {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    display: inline-block;
}

.comment-time {
    color: #999;
    font-size: 13px;
    padding-left: 10px;
}

.comment-reply {
    letter-spacing: 0.5px;
    line-height: normal;
    position: absolute;
    right: 25px;
    top: 16px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

.comment-reply:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #1c63b8
}

.comment-reply a {
    color: #999;
    display: inline-block;
}

.comment-reply a:hover {
    color: #333;
}

.comment-text {
    overflow: hidden;
    line-height: 2;
    color: #999;
}

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

.comment-edit-link {
    padding-left: 5px;
    color: #999;
}

.comment-author a:hover {
    color: #1c63b8;
}

.unapproved {
    display: block;
    color: #999;
    font-style: italic;
}

#cancel-comment-reply-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}

#cancel-comment-reply-link:hover {
    color: #333
}

/* Comment Form */
#comments .comment-respond {
    position: relative;
}

#comments>.comment-respond {
    padding-top: 30px;
    margin-top: 54px;
    border-top: 1px solid #eee;
}

#comments .name-wrap,
#comments .email-wrap {
    width: 49.19%;
    float: left;
    margin-right: 1.618%;
}

#comments .email-wrap {
    margin-right: 0;
}

#comments .message-wrap textarea {
    height: 150px;
}

#comments .comment-respond .form-submit {
    clear: both;
    margin: 0;
    padding-top: 10px;
}

.logged-in-as {
    margin-bottom: 10px;
}

.logged-in-as a:hover,
.comment-edit-link:hover {
    color: #333;
}

/* Widgets
-------------------------------------------------------------- */
#sidebar .widget,
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

#footer-widgets .widget {
    margin: 0 0 26px;
    color: #b1b1b1;
}

#sidebar .widget.widget_spacer,
#footer-widgets .widget.widget_spacer {
    margin: 0;
}

#sidebar .widget:first-child {
    margin: 0;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#footer-widgets select {
    background-color: #45484b;
    border-color: #45484b;
    color: #b1b1b1;
}

#footer-widgets input,
#footer-widgets textarea,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td {
    border-color: #45484b;
    color: #45484b;
    width: 72%;
}

#footer-widgets hr {
    background-color: #45484b;
}

.widget.widget_categories ul li:before,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:before,
.widget.widget_archive ul li:after {
    content: "";
    clear: both;
    display: table;
}

.widget.widget_categories ul li,
.widget.widget_archive ul li {
    position: relative;
    text-align: right;
}

.widget.widget_categories ul li a,
.widget.widget_archive ul li a {
    float: left;
}

#sidebar .widget.widget_recent_comments {
    color: #a0a0a0;
}

#sidebar .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_entries .post-date {
    display: block;
    font-size: 1em;
}

#sidebar .widget.widget_recent_comments .comment-author-link {
    color: #777
}

#footer-widgets .widget.widget_recent_comments .comment-author-link {
    color: #dfdfdf
}

#sidebar .widget.widget_calendar caption,
#footer-widgets .widget.widget_calendar caption {
    color: #1c63b8;
}

/* Widget: Text */
#sidebar .widget.widget_text p:last-child,
#footer-widgets .widget.widget_text p:last-child {
    margin-bottom: 0;
}

/* Widget: Categories, Meta, Archives, Pages */
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_pages ul li,
.widget.widget_archive ul li {
    padding: 10px 0;
    border-top: 1px solid #eee;
    text-transform: uppercase;
}

.widget.widget_categories ul li:last-child,
.widget.widget_meta ul li:last-child,
.widget.widget_pages ul li:last-child,
.widget.widget_archive ul li:last-child {
    border-bottom: 1px solid #eee;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_recent_comments ul li a {
    color: #999;
}

.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_pages ul li a,
.widget.widget_archive ul li a {
    position: relative;
    padding-left: 20px;
}

.widget.widget_categories ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_archive ul li a:before {
    width: 5px;
    height: 5px;
    background-color: #dbdbdb;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
}

.widget.widget_categories ul li a:hover,
.widget.widget_meta ul li a:hover,
.widget.widget_pages ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_recent_entries ul li a:hover,
.widget.widget_recent_comments ul li a:hover {
    color: #1c63b8;
}

#footer-widgets .widget.widget_categories ul li,
#footer-widgets .widget.widget_meta ul li,
#footer-widgets .widget.widget_pages ul li,
#footer-widgets .widget.widget_archive ul li {
    border-color: #45484b;
}

#footer-widgets .widget.widget_categories ul li a,
#footer-widgets .widget.widget_meta ul li a,
#footer-widgets .widget.widget_pages ul li a,
#footer-widgets .widget.widget_archive ul li a,
#footer-widgets .widget.widget_recent_entries ul li a,
#footer-widgets .widget.widget_recent_comments ul li a {
    color: #b1b1b1;
}

#footer-widgets .widget.widget_categories ul li a:hover,
#footer-widgets .widget.widget_meta ul li a:hover,
#footer-widgets .widget.widget_pages ul li a:hover,
#footer-widgets .widget.widget_archive ul li a:hover,
#footer-widgets .widget.widget_recent_entries ul li a:hover,
#footer-widgets .widget.widget_recent_comments ul li a:hover {
    color: #1c63b8;
}

/* Title Widget */
#sidebar .widget .widget-title,
#footer-widgets .widget .widget-title {
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

#sidebar .widget .widget-title>span,
#footer-widgets .widget .widget-title>span {
    display: block;
    position: relative;
    padding: 0 0 11px 0;
}

#sidebar .widget .widget-title>span:after,
#footer-widgets .widget .widget-title>span:after {
    width: 57px;
    height: 2px;
    background-color: #dbdbdb;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}

#footer-widgets .widget .widget-title>span:after {
    background-color: #1c63b8;
}

#footer-widgets .widget .widget-title>span {
    padding-bottom: 10px;
}

#footer-widgets .widget .widget-title>span:before {
    background-color: #43516a;
}

#footer-widgets .widget .widget-title {
    margin-bottom: 30px;
    color: #000;
}

/* Widget Recent News  */
#sidebar .widget.widget_recent_news ul li,
#footer-widgets .widget.widget_recent_news ul li {
    padding: 0;
    border: 0;
    padding-top: 20px;
    margin-top: 18px;
    border-top: 1px solid #eee;
}

#sidebar .widget.widget_recent_news ul li:first-child,
#footer-widgets .widget.widget_recent_news ul li:first-child {
    margin-top: 0;
}

#sidebar .widget.widget_recent_news ul li:last-child,
#footer-widgets .widget.widget_recent_news ul li:last-child {
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}

#sidebar .widget.widget_recent_news .recent-news .thumb,
#footer-widgets .widget.widget_recent_news .recent-news .thumb {
    width: 70px;
    float: left;
    margin: 0 17px 0 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb img,
#footer-widgets .widget.widget_recent_news .recent-news .thumb img {
    width: 100%;
    height: auto;
}

#sidebar .widget.widget_recent_news h3,
#footer-widgets .widget.widget_recent_news h3 {
    font-size: 15px;
    margin: 0 0 3px;
}

#sidebar .widget.widget_recent_news h3 a {
    color: #4b4b4b;
}

#sidebar .widget.widget_recent_news h3 a:hover {
    color: #1c63b8;
}

#footer-widgets .widget.widget_recent_news h3 a {
    color: #777;
}

#sidebar .widget.widget_recent_news .recent-news .texts,
#footer-widgets .widget.widget_recent_news .recent-news .texts {
    overflow: hidden;
}

#sidebar .widget.widget_recent_news .post-date,
#footer-widgets .widget.widget_recent_news .post-date {
    font-size: 0.928em;
    color: #999;
    text-transform: uppercase;
}

/* Widget: Nav */
.widget.widget_nav_menu ul.sub-menu {
    display: none;
}

.widget.widget_nav_menu .menu>li {
    background-color: #fff;
    padding: 8px 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget.widget_nav_menu .menu>li:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #1c63b8;
    position: absolute;
    left: 0;
    top: 0;
}

.widget.widget_nav_menu .menu>li>a {
    display: block;
    font-size: 14px;
    color: #333;
}

.widget.widget_nav_menu .menu>li>a:hover {
    color: #1c63b8;
}

.widget.widget_nav_menu .menu>li.current-menu-item>a,
.widget.widget_nav_menu .menu>li.current-menu-item {
    background-color: #1c63b8;
    color: #fff;
}


#footer-widgets .widget.widget_nav_menu .menu>li a {
    color: #b1b1b1;
}

#footer-widgets .widget.widget_nav_menu .menu>li>a:hover {
    color: #1c63b8;
}

#footer-widgets .widget.widget_nav_menu .menu>li.current-menu-item>a,
#footer-widgets .widget.widget_nav_menu .menu>li.current-menu-item {
    background-color: #1c63b8;
    color: #fff;
}

/* Widget: Calendar */
#sidebar .widget.widget.widget_calendar table {
    margin: 0;
}

#sidebar .widget.widget_calendar td,
#sidebar .widget.widget_calendar th {
    padding: 0;
    text-align: center;
    line-height: 35px;
    font-weight: normal;
}

#sidebar .widget.widget_calendar tbody #today,
#sidebar .widget.widget_calendar tbody #today a {
    color: #1c63b8;
    display: block;
}

#sidebar .widget.widget_calendar tbody #today a:hover {
    color: #43516a;
}

#footer-widgets .widget.widget_calendar tbody #today a:hover {
    color: #fff;
}

/* Widget: Information */
#sidebar .widget.widget.widget_information ul li,
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0 0 0 22px;
    margin-bottom: 5px;
    border: 0;
}

#sidebar .widget.widget.widget_information ul li:last-child,
#footer-widgets .widget.widget.widget_information ul li:last-child {
    margin-bottom: 0 !important;
}

#sidebar .widget.widget.widget_information ul li .inner:before,
#footer-widgets .widget.widget.widget_information ul li .inner:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #1c63b8;
}

#footer-widgets .widget.widget.widget_information ul li .hl {
    color: #ddd;
}

/* Widget: Links */
#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
    border: 0;
    margin-bottom: 3px;
}

#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0;
}

#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    color: #777;
}

#sidebar .widget.widget_links ul li i,
#footer-widgets .widget.widget_links ul li i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #b1b1b1;
}

#sidebar .widget.widget_links ul li a:hover,
#footer-widgets .widget.widget_links ul li a:hover {
    color: #1c63b8;
}

#footer-widgets .widget.widget_links ul li a {
    color: #ddd;
}

#footer-widgets .widget.widget_links ul li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #1c63b8;
}

/* Widget: Twitter */
#sidebar .widget.widget_twitter .tweets .item,
#footer-widgets .widget.widget_twitter .tweets .item {
    position: relative;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

#sidebar .widget.widget_twitter .tweets .tweet-icon,
#footer-widgets .widget.widget_twitter .tweets .tweet-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

#sidebar .widget.widget_twitter .tweets .tweet-time,
#footer-widgets .widget.widget_twitter .tweets .tweet-time {
    position: relative;
    padding-left: 26px;
    font-size: 0.75em;
    margin-top: 8px;
}

#sidebar .widget.widget_twitter .tweets .tweet-time:before,
#footer-widgets .widget.widget_twitter .tweets .tweet-time:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    background: url(assets/img/icon-date.png) no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Widget: Search */
#sidebar .widget.widget_search .search-form,
#footer-widgets .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field,
#footer-widgets .widget.widget_search .search-form .search-field {
    background-color: #f9f9f9;
    border: 0;
    padding-right: 48px;
    margin-bottom: 0;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.06);
}

#footer-widgets .widget.widget_search .search-form .search-field {}

#sidebar .widget.widget_search .search-form .search-submit,
#footer-widgets .widget.widget_search .search-form .search-submit {
    position: absolute;
    background-color: transparent;
    top: 9px;
    right: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 999999px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before,
#footer-widgets .widget.widget_search .search-form .search-submit:before {
    color: #999;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before,
#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {
    color: #333;
}

/* Widget: Socials */
#sidebar .widget.widget_socials .socials,
#footer-widgets .widget.widget_socials .socials {
    margin: 0 -3px;
}

#sidebar .widget.widget_socials .socials .icon,
#footer-widgets .widget.widget_socials .socials .icon {
    padding: 0 3px;
    float: left;
    margin: 1px 0 3px 0;
}

#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
    float: left;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #b1b1b1;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    z-index: 1;
}

#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a.active {
    background-color: #1c63b8;
    border-color: #1c63b8;
    color: #fff;
}

/* Widget: Recent News Advanced  */
#sidebar .widget.widget_recent_posts ul li,
#footer-widgets .widget.widget_recent_posts ul li {
    padding: 0;
    border: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #fff;
}

#sidebar .widget.widget_recent_posts ul li:first-child,
#footer-widgets .widget.widget_recent_posts ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border: 0;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb {
    width: 56px;
    float: left;
    margin: 0 18px 0 0;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb img,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb img {
    width: 100%;
    height: auto;
}

#sidebar .widget.widget_recent_posts .recent-news .thumb.icon,
#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {
    text-align: center;
    background-color: #e5e5e5;
    color: #1c63b8;
    font-size: 23px;
}

#sidebar .widget.widget_recent_posts h3,
#footer-widgets .widget.widget_recent_posts h3 {
    font-size: 14px;
    line-height: 1.714;
    margin: 0 0 3px;
    font-family: "Open Sans", sans-serif;
}

#sidebar .widget.widget_recent_posts h3 a,
#footer-widgets .widget.widget_recent_posts h3 a {
    color: #777;
}

#sidebar .widget.widget_recent_posts h3 a:hover,
#footer-widgets .widget.widget_recent_posts h3 a:hover {
    color: #1c63b8;
}

#sidebar .widget.widget_recent_posts .recent-news .texts,
#footer-widgets .widget.widget_recent_posts .recent-news .texts {
    overflow: hidden;
}

#sidebar .widget.widget_recent_posts .post-date,
#footer-widgets .widget.widget_recent_posts .post-date {
    font-size: 14px;
    color: #a0a0a0;
}

#footer-widgets .widget.widget_recent_posts h3 a {
    color: #d0d0d1;
    font-size: 14px;
}

#footer-widgets .widget.widget_recent_posts .recent-news .thumb.icon {
    background-color: #1c63b8;
    color: #fff !important;
}

/* Widget: Instagram & Flickr */
.widget.widget_instagram .instagram-wrap,
.widget.widget_flickr .flickr-wrap {
    margin: 0 -0.5px;
    padding-right: 12px;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image,
.widget.widget_flickr .flickr-wrap .flickr_badge_image {
    padding: 0 0.5px !important;
    margin: 0 0 1px 0 !important;
    width: 33.333%;
    float: left;
    height: auto !important;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image img,
.widget.widget_flickr .flickr-wrap .flickr_badge_image img {
    width: 100%;
    height: auto;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a {
    position: relative;
    display: block;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:after,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.widget.widget_instagram .instagram-wrap .instagram_badge_image a:hover,
.widget.widget_flickr .flickr-wrap .flickr_badge_image a:hover {
    opacity: 0.7;
}

/* 2 columns */
.widget.widget_instagram .instagram-wrap.col2 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col2 .flickr_badge_image {
    width: 50%;
}

/* 4 columns */
.widget.widget_instagram .instagram-wrap.col4 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.col4 .flickr_badge_image {
    width: 25%;
}

/* Gutter 0 */
.widget.widget_instagram .instagram-wrap.g0,
.widget.widget_flickr .flickr-wrap.g0 {
    margin: 0;
}

.widget.widget_instagram .instagram-wrap.g0 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g0 .flickr_badge_image {
    padding: 0 !important;
    margin: 0 !important;
}

/* Gutter 5 */
.widget.widget_instagram .instagram-wrap.g5,
.widget.widget_flickr .flickr-wrap.g5 {
    margin: 0 -2.5px;
}

.widget.widget_instagram .instagram-wrap.g5 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g5 .flickr_badge_image {
    padding: 0 2.5px !important;
    margin: 0 0 5px 0 !important;
}

/* Gutter 12 */
.widget.widget_instagram .instagram-wrap.g12,
.widget.widget_flickr .flickr-wrap.g12 {
    margin: 0 -6px;
}

.widget.widget_instagram .instagram-wrap.g12 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g12 .flickr_badge_image {
    padding: 0 6px !important;
    margin: 0 0 12px 0 !important;
}

/* Gutter 15 */
.widget.widget_instagram .instagram-wrap.g15,
.widget.widget_flickr .flickr-wrap.g15 {
    margin: 0 -7.5px;
}

.widget.widget_instagram .instagram-wrap.g15 .instagram_badge_image,
.widget.widget_flickr .flickr-wrap.g15 .flickr_badge_image {
    padding: 0 7.5px !important;
    margin: 0 0 15px 0 !important;
}

#footer-widgets .widget.widget_instagram .instagram-wrap,
#footer-widgets .widget.widget_flickr .flickr-wrap {
    padding-right: 2px;
}

/* Widget: Tags */
#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud:before,
#footer-widgets .widget.widget_tag_cloud .tagcloud:after,
.widget_product_tag_cloud .tagcloud:before,
.widget_product_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
    position: relative;
    float: left;
    font-size: 13px;
    color: #999;
    padding: 3px 10px;
    margin: 0 8px 8px 0;
    z-index: 1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:after,
.widget_product_tag_cloud .tagcloud a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f7f7f7;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover:after,
.widget_product_tag_cloud .tagcloud a:hover:after {
    background-color: #1c63b8;
    border-color: #1c63b8;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
    color: #fff;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a {
    color: #b1b1b1;
    text-transform: uppercase;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a:after {
    background-color: #45484b;
    border-color: #45484b;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    background-color: #20252b;
    font-size: 14px;
    padding: 105px 0 35px;
    position: relative;
    z-index: 1;
    border-style: solid;
}

#footer ::-webkit-input-placeholder {
    color: #999;
}

#footer :-moz-placeholder {
    color: #999;
}

#footer ::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
}

#footer:-ms-input-placeholder {
    color: #999;
}

/* Bottom Bar
-------------------------------------------------------------- */
#bottom {
    background-color: #20252b;
    color: #777;
}

#bottom a:hover {
    color: #fff;
}

#bottom .bottom-bar-inner-wrap {
    padding: 30px 0;
    display: table;
    overflow: hidden;
    width: 100%;
    position: relative;
}

#bottom .bottom-bar-inner-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 1px;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#bottom.style-1 .bottom-bar-menu li:last-child a {
    padding-right: 0;
}

/* Bottom Style 2 */
#bottom.style-2 .bottom-bar-content {
    text-align: right;
}

#bottom.style-2 .bottom-bar-menu {
    text-align: left;
}

#bottom.style-2 .bottom-bar-menu li:first-child a {
    padding-left: 0;
}

/* Copy Right */
#bottom #copyright {
    font-size: 14px;
}

/* Bottom Navigation */
#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
}

#bottom ul.bottom-nav>li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}

#bottom ul.bottom-nav>li:before {
    content: "";
    position: absolute;
    left: -2px;
    top: 9px;
    width: 1px;
    height: 11px;
    background-color: rgba(255, 255, 255, 0.1);
}

#bottom ul.bottom-nav>li:first-child:before {
    display: none;
    padding-left: 0;
}

#bottom ul.bottom-nav>li:last-child {
    padding-right: 0
}

#bottom ul.bottom-nav>li>a {
    padding-bottom: 2px;
    line-height: normal;
    position: relative;
}

#bottom ul.bottom-nav>li.current-menu-item>a {
    color: #ddd;
}

#bottom ul.bottom-nav>li>a:hover {
    color: #ddd;
}

#bottom ul.bottom-nav ul ul {
    display: none;
}

/* Scroll Top Button
-------------------------------------------------------------- */
#scroll-top {
    position: fixed !important;
    right: 30px;
    bottom: -50px;
    display: block;
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 7779;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1b1d1f;
    z-index: -1;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#scroll-top:hover:before {
    background-color: #1c63b8;
}

#scroll-top:hover:after {
    color: #fff;
}

#scroll-top.show {
    bottom: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */
.wprt-pagination,
.woocommerce-pagination {
    margin-top: 50px;
}

.woocommerce-pagination {
    margin-top: 0;
    clear: both;
}

.wprt-pagination ul,
.woocommerce-pagination .page-numbers {
    margin: 0;
}

.wprt-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 8px;
}

.wprt-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 34px;
    width: 36px;
    height: 36px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    color: #777;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.wprt-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover,
.wprt-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #1c63b8;
    color: #fff;
    border-color: #1c63b8;
}

.project-nav .wprt-pagination,
.woocommerce-pagination {
    text-align: center;
}

/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1210px;
    }
}

@media only screen and (max-width: 1230px) {

    .top-bar-menu,
    #site-header .header-aside-btn {
        display: none;
    }

    #site-header .header-info .inner>div:last-child {
        margin-right: 0;
    }

    #top-bar .top-bar-content {
        width: 65%;
    }

    #top-bar .top-bar-socials {
        width: 35%;
    }
}

@media only screen and (max-width: 991px) {
    #site-header .mobile-button {
        display: block;
        margin-left: 72%;
    }

    #main-nav,
    #site-header #header-search,
    .nav-top-cart-wrapper,
    .site-navigation-wrap,
    #header-aside,
    #sidebar {
        display: none;
    }

    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }

    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #site-header #site-header-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #site-logo {
        max-width: 202px;
    }

    #featured-title .featured-title-inner-wrap {
        padding: 32px 0;
    }

    #featured-title .featured-title-heading {
        font-size: 18px;
    }

    .hentry {
        margin-top: 44px;
    }

    .hentry .post-content-single-wrap .post-media {
        margin-bottom: 28px;
    }

    .hentry .post-content-wrap {
        padding-top: 28px;
    }

    .hentry .post-title {
        margin-bottom: 12px;
    }

    .hentry .post-meta {
        margin-bottom: 14px;
    }

    #footer-widgets .widget {
        margin-top: 20px;
    }

    #footer-widgets .widget.widget_instagram .instagram-wrap,
    #footer-widgets .widget.widget_flickr .flickr-wrap {
        max-width: 400px;
    }
}

@media only screen and (max-width: 767px) {
    #site-header .mobile-button {
        display: block;
        margin-left: 29%;
    }

    #top-bar .top-bar-content {
        display: none;
    }

    #top-bar .top-bar-socials {
        display: block;
        width: 100%;
        text-align: center;
    }

    #featured-title .featured-title-inner-wrap,
    #featured-title .featured-title-heading-wrap,
    #featured-title #breadcrumbs {
        display: block;
        width: 100%;
        text-align: left;
    }

    #featured-title #breadcrumbs {
        margin-top: 5px;
    }

    .hentry .post-author {
        text-align: center;
    }

    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }

    .comment-list article .gravatar {
        width: 50px;
        float: none;
        margin: 0 0 17px;
    }

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

    #comments .name-wrap,
    #comments .email-wrap,
    #comments .url-wrap {
        width: 100%;
        float: none;
        margin: 0;
    }

    #footer {
        padding: 40px 0 30px;
    }

    #footer-widgets .wprt-row .col {
        width: 100%;
    }

    #bottom .bottom-bar-content,
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
    }

    .wprt-pagination,
    .woocommerce-pagination {
        margin-top: 40px;
    }
}

/* Logo基础样式 */
.site-logo {
    display: inline-block;
    vertical-align: middle;
}

.logo-link {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    opacity: 0.9;
}

.logo-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 响应式Logo */
.desktop-logo {
    display: block;
}

.mobile-logo {
    display: none;
}

@media (max-width: 768px) {
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }
}

/* 小工具中的Logo */
.widget-logo {
    text-align: center;
    margin-bottom: 20px;
}

.widget-logo .logo-img {
    margin: 0 auto;
}

/* 新闻板块样式 */
.row-news {
    background-color: #f9f9f9;
}

.wprt-news.style-1 {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.wprt-news.style-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.wprt-news.style-1 .inner {
    height: 100%;
}

.wprt-news.style-1 .thumb {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.wprt-news.style-1 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wprt-news.style-1:hover .thumb img {
    transform: scale(1.05);
}

.wprt-news.style-1 .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.wprt-news.style-1 .thumb .date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    color: #333;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.wprt-news.style-1 .thumb .date .day {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #2a5caa;
}

.wprt-news.style-1 .thumb .date .month {
    font-size: 12px;
    line-height: 1;
}

.wprt-news.style-1 .text-wrap {
    padding: 25px;
}

.wprt-news.style-1 .title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.4;
}

.wprt-news.style-1 .title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wprt-news.style-1 .title a:hover {
    color: #2a5caa;
}

.wprt-news.style-1 .meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wprt-news.style-1 .meta .category {
    color: #2a5caa;
    font-weight: 500;
}

.wprt-news.style-1 .meta .sep {
    color: #ddd;
}

.wprt-news.style-1 .desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}

.wprt-news.style-1 .read-more {
    margin-top: 15px;
}

.wprt-news.style-1 .read-more .wprt-button.small {
    padding: 8px 20px;
    font-size: 13px;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .wprt-news.style-1 .thumb {
        height: 180px;
    }

    .wprt-news.style-1 .text-wrap {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .wprt-news.style-1 .thumb {
        height: 200px;
    }

    .col-md-3,
    .col-md-4,
    .col-md-6 {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* 确保图片加载失败时有默认背景 */
.wprt-news.style-1 .thumb img[src*="news-default.jpg"] {
    background: #f0f0f0;
}

/* 分类页面通用样式 */
.category-header {
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}

.category-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.category-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #3498db;
    border-radius: 50%;
}

.category-description {
    color: #555;
    line-height: 1.7;
    font-size: 1.1rem;
    margin-top: 15px;
}

/* 卡片样式 */
.news-card,
.product-card {
    border-radius: 12px !important;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #eaeaea !important;
}

.news-card:hover,
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: #ddd !important;
}

.card-img-top {
    border-radius: 12px 12px 0 0 !important;
}

.card-img-overlay-top {
    position: absolute;
    top: 15px;
    right: 15px;
}

.post-date.badge {
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 20px;
    background: rgba(52, 152, 219, 0.9);
}

.product-badge {
    border-radius: 0 12px 0 20px;
    font-weight: 500;
    background: #e74c3c !important;
}

/* 卡片内容 */
.card-body {
    padding: 20px !important;
}

.card-title,
.product-title {
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.4;
    margin-bottom: 12px !important;
}

.card-title a:hover,
.product-title a:hover {
    color: #3498db !important;
}

.card-text,
.product-excerpt {
    color: #666;
    line-height: 1.6;
}

.card-footer {
    padding: 15px 0 0 0 !important;
}

/* 按钮样式 */
.btn-outline-primary,
.btn-primary {
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-outline-primary {
    border: 2px solid #3498db;
    color: #3498db;
}

.btn-outline-primary:hover {
    background: #3498db;
    color: white;
    transform: translateY(-2px);
}

.btn-primary {
    background: #3498db;
    border: 2px solid #3498db;
}

.btn-primary:hover {
    background: #2980b9;
    border-color: #2980b9;
    transform: translateY(-2px);
}

/* 分页样式 */
.news-pagination,
.product-pagination {
    text-align: center;
}

.page-numbers {
    display: inline-block;
    margin: 0 3px;
    padding: 8px 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #3498db;
    color: white;
    border-color: #3498db;
}

.page-numbers.current {
    font-weight: bold;
}

/* 侧边栏样式 */
.sidebar-wrapper {
    position: sticky;
    top: 20px;
}

.sidebar-content .widget {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #eee;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-content .widget-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

/* 响应式调整 */
@media (max-width: 991px) {
    .sidebar-wrapper {
        margin-top: 40px;
        position: static;
    }

    .col-lg-9,
    .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .category-title {
        font-size: 1.8rem;
    }

    .category-description {
        font-size: 1rem;
    }

    .card-body {
        padding: 15px !important;
    }

    .sidebar-content .widget {
        padding: 20px;
    }
}

/* 缩略图占位符 */
.card-img-top .fa {
    color: #bdc3c7;
}

/* 无内容提示 */
.no-content {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 60px 20px;
}

.no-content .fa {
    color: #95a5a6;
}

.no-content h3 {
    color: #7f8c8d;
}

.no-content p {
    color: #95a5a6;
}

/* 面包屑导航样式 */
#featured-title {
    background: #f8f9fa;
    padding: 30px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.featured-title-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 15px 0;
}

#breadcrumbs {
    font-size: 0.9rem;
}

.breadcrumb-trail {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-trail a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-trail a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.breadcrumb-trail .sep {
    margin: 0 10px;
    color: #95a5a6;
}

.breadcrumb-trail .trail-begin {
    color: #7f8c8d;
}

.breadcrumb-trail .trail-end {
    color: #2c3e50;
    font-weight: 500;
}

/* 确保面包屑在移动设备上正常显示 */
@media (max-width: 767px) {
    #featured-title {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .featured-title-heading {
        font-size: 1.8rem;
    }

    .breadcrumb-trail {
        font-size: 0.85rem;
    }

    .breadcrumb-trail .sep {
        margin: 0 6px;
    }
}

@media (max-width: 575px) {
    #featured-title {
        padding: 15px 0;
        margin-bottom: 25px;
    }

    .featured-title-heading {
        font-size: 1.5rem;
    }

    .breadcrumb-trail {
        font-size: 0.8rem;
    }
}

/* 主内容区域布局 */
#site-content {
    display: flex;
    flex-wrap: wrap;
}

#primary {
    flex: 1;
    min-width: 0;
    /* 防止内容溢出 */
}

#secondary {
    width: 300px;
}

/* 相关推荐独立模块样式 */
.related-posts-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 40px;
}

.related-posts-section.no-related {
    background: #f9f9f9;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #007cba, #00a8ff);
}

.section-subtitle {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.related-post-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}

.related-post-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.related-post-item .related-article {
    height: 100%;
}

.related-post-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.related-post-thumbnail {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.related-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.related-post-item:hover .thumbnail-overlay {
    opacity: 1;
}

.related-post-item:hover .related-post-thumbnail img {
    transform: scale(1.1);
}

.related-post-content {
    padding: 25px;
}

.related-post-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
    color: #333;
    transition: color 0.3s ease;
}

.related-post-item:hover .related-post-title {
    color: #007cba;
}

.related-post-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #888;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.related-post-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.related-post-meta i {
    font-size: 12px;
}

/* 侧边栏样式 */
#secondary {
    position: relative;
}

.sidebar-widgets {
    position: sticky;
    top: 100px;
}

.sidebar-widgets .widget {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.sidebar-widgets .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
    color: #333;
    position: relative;
}

.sidebar-widgets .widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #007cba;
}

/* 分类目录样式 */
.categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-list li {
    margin-bottom: 10px;
}

.categories-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    text-decoration: none;
    color: #555;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s ease;
}

.categories-list a:hover {
    color: #007cba;
    padding-left: 10px;
}

.categories-list .count {
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
}

/* 热门文章样式 */
.popular-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-posts-list li {
    margin-bottom: 15px;
}

.popular-posts-list .post-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #555;
    padding: 12px;
    border-radius: 6px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.popular-posts-list .post-link:hover {
    background: #e8f4ff;
    transform: translateX(5px);
}

.popular-posts-list .post-title {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.popular-posts-list .post-views {
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}

/* 最新文章样式 */
.recent-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-posts-list li {
    margin-bottom: 15px;
}

.recent-posts-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #555;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.recent-posts-list a:hover {
    background: #f5f5f5;
}

.recent-posts-list .post-thumb {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 15px;
    flex-shrink: 0;
}

.recent-posts-list .post-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.recent-posts-list .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.recent-posts-list .post-date {
    font-size: 12px;
    color: #888;
}

/* 响应式设计 */
@media (max-width: 992px) {
    #site-content {
        flex-direction: column;
    }

    #secondary {
        width: 100%;
    }

    .related-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .related-posts-section {
        padding: 25px;
    }

    .related-posts-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .related-post-thumbnail {
        height: 160px;
    }

    .related-post-content {
        padding: 20px;
    }
}

/* 新小工具通用样式 */
.widget_popular_posts_widget,
.widget_category_posts_widget,
.widget_random_posts_widget,
.widget_recent_posts_by_time_widget,
.widget_tags_cloud_widget {
    margin-bottom: 25px;
}

/* 热门文章小工具 */
.popular-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.popular-post-item {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s ease;
}

.popular-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.popular-post-item:first-child {
    padding-top: 0;
}

.popular-post-item a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.popular-post-item a:hover {
    color: #3498db;
}

.popular-post-item .post-title {
    transition: all 0.3s ease;
}

.popular-post-item:hover .post-title {
    padding-left: 8px;
}

.views-count {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
}

/* 指定分类文章小工具 */
.category-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-post-item {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.category-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-post-item:first-child {
    padding-top: 0;
}

.category-post-item a {
    color: #666;
    text-decoration: none;
    font-size: 13.5px;
}

.category-post-item a:hover {
    color: #e74c3c;
}

.category-post-item .post-date {
    font-size: 12px;
}

/* 随机文章小工具 */
.random-posts-list {
    margin: -5px 0;
}

.random-post-item {
    padding: 8px 0;
    border-bottom: 1px solid #f8f8f8;
}

.random-post-item:last-child {
    border-bottom: none;
}

.random-post-item h6 {
    font-size: 13.5px;
    font-weight: 500;
    color: #444;
    margin-bottom: 3px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.random-post-item a:hover h6 {
    color: #3498db;
}

.random-post-item small {
    font-size: 11.5px;
}

.random-post-item .img-fluid {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

/* 时间段文章小工具 */
.time-period-posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-period-post-item {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}

.time-period-post-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.time-period-post-item:first-child {
    padding-top: 0;
}

.time-period-post-item a {
    color: #555;
    text-decoration: none;
    font-size: 13.5px;
}

.time-period-post-item a:hover {
    color: #9b59b6;
}

.time-period-post-item .post-title {
    transition: all 0.3s ease;
}

.time-period-post-item:hover .post-title {
    padding-left: 5px;
}

.time-period-post-item .time-ago {
    font-size: 11.5px;
}

/* 热门标签云小工具 */
.tags-cloud-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-link {
    color: #555;
    text-decoration: none;
    padding: 4px 12px;
    background: #f8f9fa;
    border-radius: 15px;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
    position: relative;
}

.tag-link:hover {
    background: #3498db;
    color: white;
    border-color: #3498db;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(52, 152, 219, 0.2);
}

.tag-count {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 1px 4px;
    border-radius: 8px;
    margin-left: 2px;
}

.tag-link:hover .tag-count {
    background: rgba(255, 255, 255, 0.3);
}

/* 热门标签颜色变化 */
.tag-link:nth-child(5n+1):hover {
    background: #e74c3c;
    border-color: #e74c3c;
    box-shadow: 0 3px 8px rgba(231, 76, 60, 0.2);
}

.tag-link:nth-child(5n+2):hover {
    background: #9b59b6;
    border-color: #9b59b6;
    box-shadow: 0 3px 8px rgba(155, 89, 182, 0.2);
}

.tag-link:nth-child(5n+3):hover {
    background: #2ecc71;
    border-color: #2ecc71;
    box-shadow: 0 3px 8px rgba(46, 204, 113, 0.2);
}

.tag-link:nth-child(5n+4):hover {
    background: #f39c12;
    border-color: #f39c12;
    box-shadow: 0 3px 8px rgba(243, 156, 18, 0.2);
}

/* 响应式调整 */
@media (max-width: 767px) {

    .popular-post-item,
    .category-post-item,
    .time-period-post-item {
        padding: 8px 0;
    }

    .random-post-item {
        padding: 6px 0;
    }

    .tag-link {
        padding: 3px 10px;
        font-size: 13px !important;
    }

    .tags-cloud-widget {
        gap: 6px;
    }
}

@media (max-width: 575px) {
    .tags-cloud-widget {
        justify-content: center;
    }

    .random-post-item .img-fluid {
        width: 50px;
        height: 50px;
    }
}

/* 文章页布局样式 */
#main-content .row {
    margin: 0 -15px;
}

#main-content .col-lg-8,
#main-content .col-lg-4 {
    padding: 0 15px;
}

/* 文章标题和元信息样式 */
.article-header {
    padding: 40px 0 20px;
}

.article-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.article-meta {
    color: #666;
    font-size: 14px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.meta-item i {
    margin-right: 5px;
    color: #007bff;
}

/* 文章内容样式 */
.article-content {
    margin-top: 30px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.entry-content p {
    margin-bottom: 1.5em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-weight: 600;
}

/* 标签样式 */
.article-footer {
    margin-top: 40px;
}

.tags-title {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f0f0f0;
    color: #666;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tag:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}

/* 分享按钮样式 */
.share-title {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.share-links {
    display: flex;
    gap: 15px;
}

.share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.share-link:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.share-link.weibo {
    background: #e6162d;
}

.share-link.qq {
    background: #12b7f5;
}

.share-link.qzone {
    background: #f8d363;
    color: #333;
}

.share-link.copy-link {
    background: #6c757d;
}

/* 上下页导航样式 */
.post-navigation {
    padding: 30px 0;
}

.nav-link {
    display: block;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    height: 100%;
}

.nav-link:hover {
    background: #e9ecef;
    border-color: #007bff;
    text-decoration: none;
}

.nav-icon {
    font-size: 24px;
    color: #666;
}

.nav-label {
    font-size: 12px;
    letter-spacing: 1px;
}

.post-title {
    font-size: 16px;
    line-height: 1.4;
}

/* 相关文章样式 */
.related-posts {
    padding-top: 40px;
}

.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.title-text {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.title-line {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background: #dee2e6;
    z-index: 0;
}

.related-post {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
}

.related-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.related-post-link {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #333;
    height: 100%;
}

.related-thumb {
    overflow: hidden;
    border-radius: 6px;
}

.related-thumb img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.related-post:hover .related-thumb img {
    transform: scale(1.05);
}

.related-title {
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px;
    line-height: 1.4;
}

.related-meta {
    font-size: 13px;
}

/* 侧边栏样式 */
.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar .card {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 10px;
}

.sidebar .card-body {
    padding: 25px;
}

.widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #007bff;
}

/* 搜索表单样式 */
.widget_search input[type="search"] {
    border-radius: 25px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
}

.widget_search button[type="submit"] {
    border-radius: 25px;
    padding: 10px 20px;
}

/* 分类列表样式 */
.categories-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}

.categories-list li:last-child {
    border-bottom: none;
}

.categories-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.categories-list a:hover {
    color: #007bff;
    padding-left: 10px;
}

/* 热门文章样式 */
.popular-posts-list .popular-post-item {
    padding: 8px 0;
}

.popular-posts-list a {
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}

.popular-posts-list a:hover {
    color: #007bff;
}

.post-rank {
    font-weight: 600;
}

/* 最新文章样式 */
.recent-posts-list .recent-post-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.recent-posts-list .post-info {
    flex: 1;
}

.recent-posts-list .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .article-title {
        font-size: 24px;
    }

    .related-posts .row {
        margin: 0 -10px;
    }

    .related-posts .col-md-6 {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .article-header {
        padding: 30px 0 15px;
    }

    .article-title {
        font-size: 22px;
    }

    .article-meta {
        font-size: 12px;
    }

    .meta-item {
        margin: 5px;
    }

    .nav-link {
        padding: 15px;
    }

    .section-title .title-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .article-title {
        font-size: 20px;
    }

    .entry-content {
        font-size: 15px;
    }

    .related-posts .row {
        margin: 0;
    }

    .related-posts .col-md-6 {
        padding: 0;
    }
}

/* 重置之前的样式 */
#featured-title {
    display: none;
}

/* 主内容区域 */
.col-lg-9 {
    padding-right: 30px;
}

.col-lg-3 {
    padding-left: 15px;
}

/* 文章标题 */
.article-title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    margin-bottom: 15px;
}

/* 文章元信息 */
.article-meta {
    color: #666;
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.meta-items {
    display: flex;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px;
}

.meta-item i {
    margin-right: 5px;
}

/* 文章内容 */
.article-content {
    margin-top: 30px;
}

.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.entry-content p {
    margin-bottom: 1.5em;
}

.entry-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 2em 0 1em;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.entry-content h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 1.8em 0 1em;
    color: #444;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

/* 标签样式 */
.post-tags {
    font-size: 14px;
}

.post-tags a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 5px 5px 0;
    background: #f5f5f5;
    color: #666;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
}

.post-tags a:hover {
    background: #007bff;
    color: #fff;
}

/* 上下页导航 */
.post-navigation {
    padding: 20px 0;
}

.nav-content {
    flex: 1;
}

.nav-label {
    font-size: 12px;
    color: #888;
}

.post-title {
    font-size: 15px;
    line-height: 1.4;
}

.nav-icon {
    color: #666;
    font-size: 14px;
}

/* 相关文章 */
.section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.section-title i {
    margin-right: 8px;
}

/* 侧边栏样式 */
.sidebar {
    margin-top: 0;
}

.widget {
    margin-bottom: 25px;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.widget .card {
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.widget .card-body {
    padding: 20px;
}

/* 搜索表单 */
.search-form .input-group {
    border-radius: 4px;
}

.search-form .form-control {
    border: 1px solid #ced4da;
}

.search-form .btn {
    padding: 0.375rem 0.75rem;
}

/* 列表样式 */
.widget ul {
    margin: 0;
    padding: 0;
}

.widget li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}

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

.widget a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

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

/* 卡片样式 */
.card {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-title a {
    color: #333;
    text-decoration: none;
}

.card-title a:hover {
    color: #007bff;
}

/* 响应式调整 */
@media (max-width: 992px) {

    .col-lg-9,
    .col-lg-3 {
        padding: 0 15px;
    }

    .col-lg-9 {
        margin-bottom: 30px;
    }

    .col-lg-3 {
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .article-title {
        font-size: 24px;
    }

    .meta-items {
        justify-content: center;
    }

    .meta-item {
        margin: 0 10px 10px;
    }
}

@media (max-width: 768px) {
    .article-title {
        font-size: 22px;
    }

    .section-title {
        font-size: 18px;
    }

    .entry-content {
        font-size: 15px;
    }

    .col-md-8,
    .col-md-4 {
        width: 100%;
        padding: 0;
    }
}

/* single-news.css - 单篇文章页面专用样式 */

/* 文章元信息一行居中显示 */
.article-meta .meta-line {
    background: rgba(0, 0, 0, 0.02);
    padding: 10px 15px;
    border-radius: 8px;
    margin: 0 auto;
    display: inline-flex;
    max-width: 100%;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.meta-item i {
    margin-right: 5px;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .article-meta .meta-line {
        flex-direction: column;
        align-items: center;
    }

    .meta-item {
        margin-bottom: 8px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .article-title {
        font-size: 1.8rem;
    }
}

/* 侧边栏样式 - 与category-news.php保持一致 */
.sidebar-wrapper {
    position: relative;
}

.sidebar-widget {
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sidebar-widget .card-header {
    border-radius: 8px 8px 0 0 !important;
    font-weight: 600;
    border: none;
}

.sidebar-widget .card-body {
    background: #fff;
    padding: 1rem !important;
}

.sidebar-widget a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.sidebar-widget a:hover {
    color: #0d6efd !important;
}

.sidebar-widget a:hover .category-name,
.sidebar-widget a:hover .post-title {
    color: #0d6efd !important;
}

/* 标签云样式 */
.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag-cloud a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 20px;
    padding: 4px 10px;
}

.tag-cloud a:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #0d6efd !important;
    color: white !important;
}

.tag-cloud a:hover .badge {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

/* 标签大小分级 */
.tag-size-1 {
    font-size: 12px;
    padding: 3px 8px !important;
}

.tag-size-2 {
    font-size: 13px;
    padding: 4px 9px !important;
}

.tag-size-3 {
    font-size: 14px;
    padding: 5px 10px !important;
}

.tag-size-4 {
    font-size: 15px;
    padding: 6px 11px !important;
}

.tag-size-5 {
    font-size: 16px;
    padding: 7px 12px !important;
}

/* 小字体类 */
.extra-small {
    font-size: 0.85rem;
}

/* 文章卡片悬停效果 */
.news-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.news-card:hover .card-img-top img {
    transform: scale(1.05);
}

/* 评论区域样式 */
.comments-section {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.comment-list .comment {
    background: white;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    border-left: 4px solid #0d6efd;
}

/* 上下页导航 */
.nav-link.prev-link,
.nav-link.next-link {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.nav-link.prev-link:hover,
.nav-link.next-link:hover {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.hover-shadow {
    transition: box-shadow 0.3s ease;
}

.hover-shadow:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* 相关文章卡片 */
.related-post {
    transition: all 0.3s ease;
}

.related-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.related-post:hover .related-title {
    color: #0d6efd;
}

/* 面包屑导航优化 */
.breadcrumb {
    background: none;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    font-size: 1.2rem;
    color: #6c757d;
}

/* 文章内容样式优化 */
.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.article-content blockquote {
    border-left: 4px solid #0d6efd;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6c757d;
}

/* 标签样式优化 */
.post-tags .tag {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.post-tags .tag:hover {
    background-color: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd;
    transform: translateY(-2px);
}

/* 移动端优化 */
@media (max-width: 992px) {
    .sidebar-wrapper {
        margin-top: 3rem;
    }

    .article-content {
        padding: 1rem !important;
    }
}

@media (max-width: 576px) {
    .article-header {
        padding: 1.5rem 1rem !important;
    }

    .article-title {
        font-size: 1.5rem !important;
    }

    .meta-line {
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    .meta-item {
        margin-bottom: 8px;
    }
}

/* 文章内容文字换行处理 */
.entry-content {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* 针对长英文单词和数字的特殊处理 */
.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 防止表格内容溢出 */
.entry-content table {
    table-layout: fixed;
    width: 100%;
}

.entry-content td,
.entry-content th {
    word-break: break-word;
}

/* 代码块的特殊处理 */
.entry-content pre,
.entry-content code {
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* single-product.css - 产品详情页专用样式 */

/* 顶部封面图样式 */
.product-cover-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.product-cover-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.cover-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.product-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.product-subtitle {
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* 产品信息卡片 */
.product-info-card {
    border-left: 4px solid #0d6efd;
}

.product-icon-wrapper {
    padding: 1.5rem;
    background: rgba(13, 110, 253, 0.05);
    border-radius: 10px;
}

.meta-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.meta-item:hover {
    transform: translateY(-3px);
    border-color: #0d6efd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* 产品规格表格 */
.specs-table .table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

.specs-table .table td {
    word-break: break-word;
}

/* 产品图片展示 */
.gallery-item {
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay {
    transition: opacity 0.3s ease;
}

/* 产品优势 */
.feature-item {
    transition: all 0.3s ease;
    height: 100%;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
}

/* 相关产品 */
.related-product-item {
    transition: all 0.3s ease;
}

.related-product-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.related-product-item:hover .card-title a {
    color: #0d6efd !important;
}

/* 侧边栏样式 */
.sidebar-widget .card-header {
    border-radius: 8px 8px 0 0 !important;
}

.contact-icon {
    transition: transform 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1);
}

/* 面包屑导航 */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    font-size: 1.2rem;
    color: #6c757d;
}

/* 模态框样式 */
.modal-header {
    border-radius: 8px 8px 0 0;
}

/* 内容换行处理 */
.content-wrap {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.content-wrap p,
.content-wrap li,
.content-wrap td,
.content-wrap th {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 动画效果 */
.animate__animated {
    animation-duration: 1s;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .product-cover-image {
        height: 300px;
    }

    .product-title {
        font-size: 2rem;
    }

    .cover-content {
        padding: 1rem;
    }

    .product-icon-wrapper {
        margin-bottom: 2rem;
    }

    .sidebar-wrapper {
        margin-top: 2rem;
    }
}

@media (max-width: 576px) {
    .product-cover-image {
        height: 250px;
    }

    .product-title {
        font-size: 1.8rem;
    }

    .card-body {
        padding: 1.5rem !important;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
    }

    .feature-icon {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }
}

/* 打印样式 */
@media print {

    .product-cover-wrapper,
    .sidebar-wrapper,
    .modal,
    .breadcrumb {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
    }

    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
    }

    .card-header {
        background: white !important;
        color: black !important;
        border-bottom: 1px solid #ddd !important;
    }
}

/* ============================================
   产品详情页样式
   ============================================ */

/* 顶部封面图样式 */
.product-cover-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

.product-cover-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
}

.cover-content {
    position: relative;
    z-index: 2;
    padding: 2rem;
}

.product-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: white !important;
}

.product-subtitle {
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
}

/* 产品信息卡片 */
.product-info-card {
    border-left: 4px solid #0d6efd;
}

.product-icon-wrapper {
    padding: 1.5rem;
    background: rgba(13, 110, 253, 0.05);
    border-radius: 10px;
}

.meta-item {
    transition: all 0.3s ease;
    border: 1px solid transparent;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meta-item:hover {
    transform: translateY(-3px);
    border-color: #0d6efd;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.meta-label {
    font-size: 0.85rem;
}

/* 产品规格表格 */
.specs-table .table th {
    font-weight: 600;
    background-color: #f8f9fa;
}

.specs-table .table td {
    word-break: break-word;
}

/* 产品优势 */
.feature-item {
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
}

/* 相关产品 */
.related-product-item {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.related-product-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    border-color: #0d6efd;
}

.related-product-item:hover .card-title a {
    color: #0d6efd !important;
}

/* 侧边栏联系信息 */
.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact-item:hover .contact-icon {
    transform: scale(1.1);
}

/* 响应式设计 */
@media (max-width: 768px) {
    .product-cover-image {
        height: 300px;
    }

    .product-title {
        font-size: 2rem;
    }

    .cover-content {
        padding: 1rem;
    }

    .product-icon-wrapper {
        margin-bottom: 2rem;
    }

    .sidebar-wrapper {
        margin-top: 2rem;
    }

    .meta-item {
        min-height: 100px;
    }
}

@media (max-width: 576px) {
    .product-cover-image {
        height: 250px;
    }

    .product-title {
        font-size: 1.8rem;
    }

    .card-body {
        padding: 1.5rem !important;
    }

    .feature-item {
        flex-direction: column;
        text-align: center;
    }

    .feature-icon {
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }

    .meta-item {
        min-height: auto;
        padding: 1rem !important;
    }
}

/* 文章元信息样式 */
.article-meta {
    margin: 0.5rem 0;
}

.article-meta .meta-item {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
    font-size: 0.95rem;
    white-space: nowrap;
}

.article-meta .text-muted {
    margin: 0 5px;
    color: #dee2e6;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .article-meta .d-flex {
        gap: 10px !important;
    }

    .article-meta .meta-item {
        font-size: 0.9rem;
    }

    .article-meta .text-muted {
        display: none;
        /* 小屏时隐藏分隔符 */
    }
}

/* 紧凑版相关推荐样式 - 修正居中问题 */
.recommendations-section {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.section-title {
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.section-title h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    text-align: center;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #0d6efd;
    border-radius: 1px;
}

.section-title p {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
    padding: 0 0.5rem;
    text-align: center;
}

/* 紧凑卡片容器 */
.recommendation-widget {
    width: 100%;
}

.recommendation-widget .row {
    margin-left: -6px;
    margin-right: -6px;
}

.recommendation-widget .col-md-4 {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}

/* ============================================
   解决主要内容区域居中问题
   ============================================ */

/* 修复主要内容区域居中问题 */
.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px;
    width: 100%;
    display: block;
}

/* 确保所有内容区域都居中 */
.row-gallery .container,
.row-why-us .container,
.row-facts-1 .container,
.row-promotion .container,
.row-about .container,
.row-news .container,
.row-trusted-1 .container,
.wprt-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px;
}

/* 修复轮播图内容居中 */
.rev_slider_wrapper {
    overflow: hidden;
    width: 100%;
}

.rev_slider {
    margin: 0 auto;
    width: 100% !important;
}

/* 修复产品展示区域 */
#galleries {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
}

.cbp-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
}

/* 清除浮动影响 */
.wprt-gallery-grid {
    text-align: center;
    width: 100%;
}

/* 修复新闻区域 */
.row-news .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.wprt-news {
    margin: 0 auto;
    float: none;
    display: block;
}

/* 修复内容包装器 */
#content-wrap {
    width: 100%;
    margin: 0 auto;
}

#site-content {
    width: 100%;
    margin: 0 auto;
}

.inner-content-wrap {
    width: 100%;
    margin: 0 auto;
}

.page-content {
    width: 100%;
    margin: 0 auto;
}

/* 修复网格系统 */
.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-md-12 {
    width: 100%;
    padding: 0 15px;
}

.col-md-6 {
    width: 50%;
    padding: 0 15px;
}

.col-md-4 {
    width: 33.333333%;
    padding: 0 15px;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px !important;
    }

    .col-md-6 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .col-md-4,
    .col-md-6,
    .col-md-12 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wprt-image-box,
    .wprt-news {
        margin: 0 auto 30px;
        float: none;
        width: 100%;
    }

    .row {
        margin: 0;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}

/* 重置和基础样式 */
#galleries {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

/* 4列布局 - 使用flexbox确保对齐 */
.wprt-gallery-grid .cbp-item {
    width: 25%;
    /* 4列 */
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    float: none;
}

/* 确保所有项目容器一致 */
.gallery-box {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.gallery-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.gallery-box .inner {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 图片框架 - 确保所有图片容器尺寸一致 */
.image-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8f9fa;
}

/* 固定比例的图片容器 - 使用padding-bottom技巧 */
.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    /* 4:3比例 (3/4=0.75) */
    height: 0;
    overflow: hidden;
}

.gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持图片比例并填充容器 */
    transition: transform 0.5s ease;
    display: block;
}

/* 遮罩层样式 */
.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* 确保遮罩层在图片上面 */
.image-container:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.image-container:hover .gallery-image {
    transform: scale(1.05);
}

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

.gallery-box .icon {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.gallery-box .icon a {
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gallery-box .icon a:hover {
    background: #fff;
    color: #333;
    transform: scale(1.1);
}

/* 产品标题样式 - 确保所有标题区域高度一致 */
.product-title {
    padding: 15px 10px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #f0f0f0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-title h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none !important;
    width: 100%;
}

.product-title h3:hover {
    color: #007bff;
}

/* 清除浮动 */
#galleries:after {
    content: "";
    display: table;
    clear: both;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .wprt-gallery-grid .cbp-item {
        width: 33.333%;
        /* 3列 */
    }
}

@media (max-width: 992px) {
    .wprt-gallery-grid .cbp-item {
        width: 33.333%;
        /* 3列 */
    }

    .image-container {
        padding-bottom: 70%;
        /* 调整比例 */
    }
}

@media (max-width: 768px) {
    .wprt-gallery-grid .cbp-item {
        width: 50%;
        /* 2列 */
    }

    .image-container {
        padding-bottom: 75%;
    }

    .product-title {
        min-height: 65px;
        padding: 12px 8px;
    }

    .product-title h3 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .wprt-gallery-grid .cbp-item {
        width: 100%;
        /* 1列 */
    }

    .image-container {
        padding-bottom: 60%;
    }

    .product-title {
        min-height: 60px;
    }
}

/* 过滤按钮样式 */
#gallery-filter {
    text-align: center;
    margin-bottom: 30px;
}

#gallery-filter .inner {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.cbp-filter-item {
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none !important;
}

.cbp-filter-item span {
    text-decoration: none !important;
}

.cbp-filter-item:hover,
.cbp-filter-item-active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* 移除所有链接的下划线 */
.gallery-box a,
.gallery-box a:hover,
.gallery-box a:focus {
    text-decoration: none !important;
    outline: none;
    border: none;
}
/* 修复客户反馈头像显示不全 */
.wprt-testimonials.style-1.image-circle .thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* 确保容器是正方形 */
.wprt-testimonials.style-1.image-circle .thumb {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

/* 分页样式 */
.pagination-wrapper {
    border-top: 1px solid #eee;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.page-link {
    color: #495057;
    border: 1px solid #dee2e6;
    margin: 0 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-link:hover {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #0d6efd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #f8f9fa;
}

/* 确保分页容器居中 */
.pagination-wrapper nav {
    display: flex !important;
    justify-content: center !important;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .page-item {
        margin-bottom: 5px;
    }
}