/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Levita template
Version:    2.2.7

[Table of contents]

    1. Base
        1.1. Heading
        1.2. Form/input styles
        1.3. Button styles
        1.4. Preloader
    2. Header / .heade
        2.1. Navigation / .navigation
    3. Body
        3.1. Full screen / .full-screen
        3.2. Portfolio / .portfolio
        3.3. Blog / .blog-item
        3.4. Blog style2 / .blog-item-s2 
        3.5. Icon box 1 / .icon-box1-area
        3.6. Icon box 2 / .icon-box2
        3.7. Side image / .side-image
        3.8. Pricing / .pricing-item
        3.9. Photo carousel / .photo-carousel
        3.10. Banner / .banner-area
        3.11. Subscribe form / .sub-form
        3.12. Full screen slider / .full-screen-slider
        3.13. Team item / .team-item
        3.14. Team item / .team-item
        3.15. Map / .map
        3.16. Comments / .comments-wrap
        3.17. Comment form / .comment-form
        3.18. Post bottom / .post-bottom
    4. Footer

[Typography]

- Headers:
    h1: 3.333em Josefin Sans;
    h2: 2.667em Josefin Sans;
    h3: 2.000em Josefin Sans;
    h4: 1.667em Josefin Sans;
    h5: 1em Josefin Sans;
    h6: 0.778em Josefin Sans;

Body: 18px Josefin Sans;
Input, textarea: 18px Josefin Sans;

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Base ]
*/
aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'Josefin Sans';
    font-size: 18px;
    color: #292929;
}
a {
    color: inherit;
}
img {
    border: none;
    height: auto;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    font-family: 'Josefin Sans';
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

figure {
    margin: 0;
}

pre {
    background: #ccc;
    padding: 10px 20px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    border: 1px solid #3c3c3b;
    border-collapse: collapse;
}

table td, table th {
    border: 1px solid #3c3c3b;
    padding: 5px 15px;
}

pre {
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
} 

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
    position: relative;
}

.header-space {
    height: 86px;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fw-main-row {
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.dark-bg {
    color: #fff;
}

.dark-overlay {
    background: #292929;
    color: #fff;
}

.p-style1 {
    line-height: 1.500em;
}

.p-style2 {
    font-size: 1.333em;
    line-height: 1.500em;
    font-style: italic;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2em;
}

.owl-prev {
    left: -15px;
}

.owl-next {
    right: -15px;
}

.owl-dots {
    text-align: right;
    position: absolute;
    bottom: 45px;
    right: 45px;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #4c4741;
    margin-left: 8px;
    border-radius: 50%;
}

.dark-bg .owl-dots .owl-dot,
.dark-overlay .owl-dots .owl-dot {
    border-color: #fff;
}

.owl-dots .owl-dot.active {
    background: #4c4741;
}

.dark-bg .owl-dots .owl-dot.active,
.dark-overlay .owl-dots .owl-dot.active {
    background: #fff;
}

.uppercase {
    text-transform: uppercase;
}

blockquote {
    margin: 40px 0;
    padding: 25px 30px;
    text-align: center;
    font-size: 1.333em;
    line-height: 1.500em;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

blockquote:not(.style2):after,
blockquote:not(.style2):before {
    content: "\e8ff";
    font-family: 'icons';
    font-style: normal;
    color: #818181;
    position: absolute;
    font-size: 1.2em;
}

blockquote:not(.style2):after {
    bottom: 0;
    right: 0;
}

blockquote:not(.style2):before {
    left: 0;
    top: 0;
}

blockquote.style2 {
    padding-bottom: 0;
}

blockquote.style2:after {
    content: '';
    bottom: 0;
    right: 0;
    display: block;
    width: 200px;
    height: 1px;
    background: #cacaca;
    margin: 35px auto 0;
}

.content-white-bg {
    background: #fff;
    padding: 30px 10%;
}

.content-area p {
    line-height: 1.333em;
}

.content-area a {
    color: #3984a9;
    text-decoration: underline;
}

.content-area ul {
    padding: 0;
    margin: 30px 0;
}

.content-area ul li {
    display: block;
    margin: 20px 0;
    padding-left: 25px;
    position: relative;
}

.content-area ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 9px;
    border: 2px solid #848484;
    border-radius: 50%;
}

section.no-results.not-found {
    padding-bottom: 30px;
}

/*------------------------------------------------------------------
[1.1. Heading ]
*/

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    color: #47423c;
    font-weight: bold;
    margin: 20px 0;
    line-height: normal;
}

.dark-bg h1,.dark-bg .h1,
.dark-bg h2,.dark-bg .h2,
.dark-bg h3,.dark-bg .h3,
.dark-bg h4,.dark-bg .h4,
.dark-bg h5,.dark-bg .h5,
.dark-bg h6,.dark-bg .h6,
.dark-overlay h1,.dark-overlay .h1,
.dark-overlay h2,.dark-overlay .h2,
.dark-overlay h3,.dark-overlay .h3,
.dark-overlay h4,.dark-overlay .h4,
.dark-overlay h5,.dark-overlay .h5,
.dark-overlay h6,.dark-overlay .h6,
.dark-bg blockquote,.dark-overlay blockquote,
.dark-bg blockquote:after,.dark-overlay blockquote:after,
.dark-bg blockquote:before,.dark-overlay blockquote:before  {
    color: inherit;
}

h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    text-decoration: none;
}

h1,.h1 {
    font-size: 3.333em; /*60px*/
}

h2,.h2 {
    font-size: 2.500em; /*45px*/
}

h3,.h3 {
    font-size: 2.111em; /*38px*/
}

h4,.h4 {
    font-size: 1.667em; /*30px*/
}

h5,.h5 {
    font-size: 1.333em; /*24px*/
}

h6,.h6 {
    font-size: 1em; /*18px*/
}

.heading-decor {
    text-transform: uppercase;
    margin: 40px 0;
}

.dark-bg .heading-decor > *, .dark-overlay .heading-decor > * {
    color: inherit;
}

.heading-decor:after,
.portfolio-items.animate3 .item .text .h4:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    background: #47423c;
    width: 30px;
    height: 4px;
    margin: 15px 0 0;
    transform: skewX(-45deg);
}

.dark-bg .heading-decor:after,
.dark-overlay .heading-decor:after {
    background: #fff;
}

.heading-decor h1 {
    margin-top: 10px;
}

.heading-decor h2 {
    margin-top: 10px;
}

.heading-decor h3 {
    font-size: 1.333em;
    font-weight: 400;
}

.heading-decor h1,
.heading-decor h2,
.heading-decor h3,
.heading-decor h4,
.heading-decor h5,
.heading-decor h6 {
    margin-bottom: 0;
}

#all {
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------------------
[1.2. Form/input styles ]
*/

input.style1,
textarea.style1 {
    font-size: 18px;
    margin: 0 0 18px;
    padding: 17px 20px;
    background: transparent;
    border: 1px solid #292929;
    width: 100%;
    font-style: italic;
    /* font-family: inherit; */
}

input.style1.white60, textarea.style1.white60, .sub-form input.style1.white60 {
    background: rgba(255, 255, 255, 0.6);
}

.dark-bg input.style1,
.dark-bg textarea.style1,
.dark-overlay input.style1,
.dark-overlay textarea.style1 {
    color: #fff;
    border-color: #fff;
}

textarea.style1 {
    height: 195px;
    resize: none;
}

input.style2,
textarea.style2 {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #47423c;
    background: none;
    color: #47423c;
    font-size: 0.778em;
    padding: 5px 0;
    /* font-style: italic; */
    margin-bottom: 25px;
    text-transform: uppercase;
}

textarea.style2 {
    border: 1px solid #47423c;
    resize: none;
    padding: 15px 25px;
}

.dark-bg input.style2,
.dark-bg textarea.style2,
.dark-overlay input.style2,
.dark-overlay textarea.style2 {
    border-bottom: 1px solid #fff;
    color: #fff;
}

/*------------------------------------------------------------------
[1.3. Button styles ]
*/

.button-style1 {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 35px;
    display: inline-block;
    background: #009bd9;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.button-style1:hover {
    opacity: .7;
}

.button-style1.min {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 30px;
    line-height: 16px;
}

.button-style2 {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #202020;
    min-width: 160px;
    border: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
}

.button-style2.blue1 {
    background-color: #009bd9;
}

.button-style2.blue2,
.button-style1.blue2 {
    background-color: #0351aa;
}

.button-style2.purple,
.button-style3.purple {
    background-color: #9449d2;
}

.button-style2 span {
    position: relative;
    z-index: 2;
}

.button-style2:hover {
    background: #fff;
    color: #202020;
}

.button-style2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 100%;
    left: 100%;
    box-shadow: inset -2px -2px 0 0 #202020;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style2:hover:after {
    top: 0;
    left: 0;
    visibility: visible;
}

.button-style2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    box-shadow: inset 2px 2px 0 0 #202020;
    z-index: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-style2:hover:before {
    bottom: 0;
    right: 0;
    visibility: visible;
}

.button-style3 {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    min-width: 150px;
    padding: 13px 15px;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
}

.button-style2.purple:before {
    box-shadow: inset 2px 2px 0 0 #9449d2;
}

.button-style2.purple:after {
    box-shadow: inset -2px -2px 0 0 #9449d2;
}

.button-style2.blue1:before {
    box-shadow: inset 2px 2px 0 0 #009bd9;
}

.button-style2.blue1:after {
    box-shadow: inset -2px -2px 0 0 #009bd9;
}

.button-style2.blue2:before {
    box-shadow: inset 2px 2px 0 0 #0351aa;
}

.button-style2.blue2:after {
    box-shadow: inset -2px -2px 0 0 #0351aa;
}

.button-style1 i,
.button-style2 i,
.button-style3 i {
    /* vertical-align: middle; */
    display: inline-block;
    margin-right: 15px;
}

.button-style3.min {
    font-size: 14px;
    padding: 9px 15px;
    min-width: inherit;
}

.button-style3:hover {
    background: #000;
    color: #fff;
}

.button-style1 > *,
.button-style2 > *,
.button-style3 > * {
    display:inline-block;
    /* vertical-align: middle; */
}

/*------------------------------------------------------------------
[1.4. Preloader ]
*/

@-webkit-keyframes preloader {
  0% {
    width:0;
}
50% {
    width:100%;
}
100% {
    width:0;
}
}
@keyframes preloader {
  0% {
    width:0;
}
50% {
    width:100%;
}
100% {
    width:0;
}
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 500;
}

#page-preloader .spinner {}

#page-preloader .spinner .h1 {
    margin: 0;
}

#page-preloader .spinner:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    background: #fff;
    -webkit-animation: preloader 1.5s linear infinite;
    -moz-animation: preloader 1.5s linear infinite;
    -ms-animation: preloader 1.5s linear infinite;
    -o-animation: preloader 1.5s linear infinite;
    animation: preloader 1.5s linear infinite;
}

/*------------------------------------------------------------------
[2. Header / .header]
*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.admin-bar .header {
    top: 32px;
}

.header .fw-container > .fw-col-xs-12 {
    padding: 0 0;
}

.header.white-bg {
    background: #fff;
}

.header.scroll {
    background: #fff;
    /* color: #fff; */
}

.header .logo {
    font-size: 2.000em;
    font-weight: bold;
    float: left;
    padding: 15px 0;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.header.scroll .logo {
    padding: 5px 0;
}

.header .logo a {
    text-decoration: none;
    display: table-cell;
    height: 65px;
    vertical-align: middle;
}

.header .logo img {
    vertical-align: bottom;
    max-height: 45px;
}

/*------------------------------------------------------------------
[2.1. Navigation / .navigation ]
*/

.navigation {
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navigation.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: block;
}

.navigation a {
    text-decoration: none;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
    padding: 35px 0 34px;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.scroll .navigation > ul > li {
    padding: 25px 0;
}

.navigation > ul > li:not(:last-of-type) {
    margin-right: 40px;
}

.navigation > ul > li > a {
    font-size: 0.889em;
    transition: 0.3s;
    display: block;
    position: relative;
    border-bottom: 1px solid transparent;
    line-height: 24px;
}

.navigation > ul > li.current-menu-item > a,
.navigation > ul > li.current-menu-ancestor > a,
.navigation > ul > li:hover > a {
    border-bottom: 1px solid;
}

.navigation .sub-menu,
.navigation .children {
    /* display: none; */
    position: absolute;
    font-size: 12px;
    color: #292929;
    background: #f0f0f0;
    width: 140px;
    left: -20px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.navigation li.menu-item-has-children:hover > .sub-menu,
.navigation li.page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
    left: 100%;
    top: -1px;
    border-top: 1px solid #b1b0b0;
    background: #ebebeb;
}

.navigation > ul > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(3) .children .children,
.navigation > ul > li:nth-last-child(2) .children .children,
.navigation > ul > li:nth-last-child(1) .children .children {
    left: inherit;
    right: 100%;
}

.navigation .sub-menu .sub-menu .sub-menu,
.navigation .children .children .children {
    background: #e6e6e6;
}

.navigation > ul > li > .sub-menu,
.navigation > ul > li > .children {
    border-top: 2px solid #b1b0b0;
}

.navigation .sub-menu li,
.navigation .children li {
    padding: 0 0;
    border-bottom: 1px solid #b1b0b0;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
    position: relative;
}

.navigation .sub-menu li.current-menu-item > a, 
.navigation .sub-menu li.current-menu-ancestor > a, 
.navigation .sub-menu li:hover > a, 
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after, 
.navigation .sub-menu li:hover.menu-item-has-children:after,
.navigation .children li.current_page_item > a, 
.navigation .children li.current-menu-ancestor > a, 
.navigation .children li:hover > a, 
.navigation .children li.current_page_item.page_item_has_children:after, 
.navigation .children li:hover.page_item_has_children:after {
    color: #4088ac;
}

.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after {
    content: "\e97f";
    font-family: 'icons';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(3) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(2) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(1) .children li.page_item_has_children > a:after {
    content: "\e980";
    right: inherit;
    left: 8px;
}

.navigation .sub-menu li a,
.navigation .children li a {
    display: block;
    padding: 11px 20px;
    position: relative;
}

.nav-button {
    float: left;
    margin: 40px 0 0 25px;
    font-size: 1.5em;
    cursor: pointer;
    position: relative;
    width: 15px;
    height: 14px;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.scroll .nav-button {
    margin-top: 30px;
}

.nav-button div {
    background: #47423c;
    width: 100%;
    height: 2px;
    margin: 6px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll .nav-button div,
.scroll .nav-button div:after, 
.scroll .nav-button div:before {
    /* background: #eee; */
}

.nav-button.active div {
    background: transparent;
}

.nav-button div:after,.nav-button div:before {
    content: "";
    position: absolute;
    background: #47423c;
    width: 100%;
    height: 2px;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-button div:after {
    top: inherit;
    bottom: 0;
}

.nav-button.active div:after, .nav-button.active div:before {}

.nav-button.active div:before {
    transform: rotate(45deg);
    top: 6px;
}

.nav-button.active div:after {
    transform: rotate(-45deg);
    bottom: 6px;
}

.nav-button.active {
    /* opacity: 0.5; */
}

/*------------------------------------------------------------------
[3.1. Full screen / .full-screen ]
*/

.full-screen {
    position: relative;
    height: 100vh;
}

.full-screen.fixed-height {}

.full-screen .h1 {
    text-transform: uppercase;
    color: inherit;
}

.full-screen .big2 {
    font-size: 11.944em;
    margin-bottom: -35px;
}

.banner-area .medium {
    font-size: 4.000em;
    margin-bottom: -15px;
}

.full-screen p {
    font-size: 1.333em;
    text-transform: uppercase;
    font-weight: bold;
}

.full-screen .button-style1 {}

/*------------------------------------------------------------------
[3.2. Portfolio / .portfolio ]
*/

.portfolio-area {}

.button-group {
    text-align: center;
    margin: 20px 0;
}

.button-group button,
.button-group a {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 30px 20px;
    padding: 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
}

.button-group button.active {}

.button-group button.active:after,
.button-group a.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    background: #47423c;
    width: 100%;
    height: 3px;
    margin: 5px 0 0;
    transform: skewX(-45deg);
}

.portfolio-items {
    width: auto;
}

.portfolio-flow {
    padding: 25px 0;
}

.portfolio-items .item {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.disable-indents .portfolio-items .item {
    
padding: 0;
    
margin: 0;
}

.portfolio-items.grid .item:after {
    content: "";
    display: block;
    margin-bottom: 55%;
}

.portfolio-items.grid-masonry .item {
    margin-bottom: 0;
    padding: 0;
}

.portfolio-flow .item {
    padding: 0 15px;
}

.portfolio-flow .item:after,
.portfolio-horizontal .item:after {
    display: none !important;
}

.portfolio-items.grid-masonry .item:after {
    content: "";
    padding-bottom: 60%;
    display: block;
}

.portfolio-items.grid-masonry .item.vertical:after {
    padding-bottom: 120%;
}

.portfolio-items.grid-masonry .item.horizontal:after {
    padding-bottom: 30%;
}

.portfolio-items.grid .item .centered-image {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    overflow: hidden;
}

.portfolio-items.grid .item .centered-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* max-width: none; */
    /* min-width: 100%; */
    min-height: 100%;
    transform-origin: 0 0;
    object-fit: cover;
}

.portfolio-items.grid .item .centered-image.top-bg img {
    top: 100%;
}

.portfolio-items.grid .item .centered-image.bottom-bg img {
    top: 0%;
}

.portfolio-items.grid .item:after {
    content: "";
    display: block;
    margin-bottom: 55%;
}

.portfolio-items .item a {
    display: block;
}

.portfolio-items .item a.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10000;
}

.portfolio-items .item a.link:after {
    display: none;
}

.portfolio-items.animate1 .item a:before,
.portfolio-items.animate2 .item a:before,
.portfolio-items.animate3 .item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-flow .portfolio-items.animate1 .item a:before,
.portfolio-flow .portfolio-items.animate2 .item a:before,
.portfolio-flow .portfolio-items.animate3 .item a:before,
.portfolio-horizontal .portfolio-items.animate1 .item a:before,
.portfolio-horizontal .portfolio-items.animate2 .item a:before,
.portfolio-horizontal .portfolio-items.animate3 .item a:before {
    left: 0;
    right: 0;
}

.portfolio-items.animate3 .item a:before {
    left: 45px;
    right: 45px;
    top: 45px;
    bottom: 45px;
    height: inherit;
    background: rgba(0, 0, 0, 0.6);
    transform: scaleY(0);
}

.fw-container .portfolio-items .item[class*="-3"] a:before {
    top: 15px;
    left: 30px;
    bottom: 15px;
    right: 30px;
}

.portfolio-items.animate3 .item:hover a:before {
    transform: scaleY(1);
}

.portfolio-items.animate1 .item:hover a:before,
.portfolio-items.animate2 .item:hover a:before,
.portfolio-items.animate3 .item:hover a:before {
    opacity: 1;
    visibility: visible;
}

.portfolio-items .item .image {
    overflow: hidden;
}

.portfolio-items .item .image.imagefill {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.disable-indents .portfolio-items .item .image.imagefill {
    left: 0px;
    right: 0px;
}

.portfolio-items.grid-masonry .item .image.imagefill {
    position: absolute !important;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.portfolio-items .item img {
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: none;
    width: auto;
}

.portfolio-flow .item img {
    width: auto;
}

.portfolio-item.bg-left .item img {
    left: 0 !important;
}

.portfolio-item.bg-right .item img {
    left: auto !important;
    right: 0;
}

.portfolio-item.bg-top-center .item img {
    top: 0 !important;
}

.portfolio-item.bg-bottom-center .item img {
    top: auto !important;
    bottom: 0;
}

.portfolio-items.masonry .item img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-items.grid-masonry .item img {
    max-width: none;
    height: auto;
}

.portfolio-items .item.imagefill img {
    max-width: none;
}

.portfolio-items.animate1 .item:hover img {
    transform: scale(1.1);
}

.portfolio-items.animate1 .item:hover .centered-image img {
    transform: scale(1.1) translate(-50%, -50%);
}

.portfolio-items.animate2 .item img {
    transform: scale(1.1);
}

.portfolio-items.animate2 .item:hover img {
    transform: scale(1);
}

.portfolio-items.animate2 .item .centered-image img {
    transform: scale(1.1) translate(-50%, -50%);
}

.portfolio-items.animate2 .item:hover .centered-image img {
    transform: scale(1) translate(-50%, -50%);
}

.portfolio-items .item .text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px 25px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-items.animate1 .item .text,
.portfolio-items.animate2 .item .text,
.portfolio-items.animate3 .item .text {
    background: none;
}

.portfolio-items.animate3 .item .text {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: inherit;
    text-align: center;
    width: 100%;
    padding: 0 60px;
    transform: translateY(-50%);
}

.portfolio-items .item:hover .text {
    opacity: 1;
    visibility: visible;
}

.portfolio-items.animate3 .item:hover .text {}

.portfolio-items .item .text .h4 {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 10px;
}

.portfolio-items.animate1 .item .text .h4 {
    transform: translateX(-100%);
}

.portfolio-items.animate1 .item:hover .text .h4 {
    transform: translateX(0);
    transition-delay: .1s;
}

.portfolio-items.animate2 .item .text .h4 {
    transform: translateX(-100%);
}

.portfolio-items.animate2 .item:hover .text .h4 {
    transform: translateX(0);
    transition-delay: .1s;
}

.portfolio-items.animate3 .item .text .h4 {}

.portfolio-items.animate3 .item .text .h4:after {
    background: #fff;
    display: block;
    margin: 6px auto;
}

.portfolio-items .item .text p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.portfolio-items.animate1 .item .text p {
    transform: translateX(-100%);
}

.portfolio-items.animate1 .item:hover .text p {
    transform: translateX(0);
    transition-delay: .2s;
}

.portfolio-items.animate2 .item .text p {
    transform: translateX(-100%);
}

.portfolio-items.animate2 .item:hover .text p {
    transform: translateX(0);
    transition-delay: .2s;
}

.portfolio-items.animate3 .item .text p {}

.fw-container .portfolio-items .item[class*="-3"] .text p {
    display: none;
}

.portfolio-slider {
    margin-bottom: 35px;
}

.portfolio-slider .owl-prev {
    left: -40px;
}

.portfolio-slider .owl-next {
    right: -40px;
}

.load-items {
    display: none;
    position: static !important;
    transform: scale(1) !important;
    opacity: 1 !important;
}

.load-button {
    text-align: center;
    margin: 0 0 30px;
}

.portfolio-items + .load-button {
    margin: 30px 0 30px;
}

.portfolio-items.grid + .load-button {
    margin-top: 0;
}

.disable-indents .portfolio-items.grid + .load-button {
    margin-top: 30px;
}


/*------------------------------------------------------------------
[3.3. Blog / .blog-item ]
*/

.blog-item {
    margin-bottom: 30px;
}

.blog-item .image {
    margin-bottom: 30px;
}

.blog-item .image:after {
    content: '';
    display: block;
    padding-bottom: 60%;
}

.blog-item .image img {
    vertical-align: bottom;
    max-width: none;
    height: auto;
    width: auto;
}

.blog-item h4 {
    margin-bottom: 10px;
}

.blog-item p {line-height: 1.714em;max-width: 330px;margin: 0 auto 0;font-family: 'Raleway', sans-serif;font-size: 0.778em;font-weight: 500;}

/*------------------------------------------------------------------
[3.4. Blog style2 / .blog-item-s2  ]
*/

.blog-item-s2 {
    padding: 0 30px;
    padding: 0 15px;
    margin-bottom: 40px;
}

.blog-item-s2.no-padding {
    padding: 0;
}

.blog-item-s2 .image {
    position: relative;
    margin-bottom: 25px;
}

.blog-item-s2 .image.imagefill:after {
    content: '';
    display: block;
    padding-bottom: 50%;
}

.blog-item-s2.blog-item-in-row .image {
    height: 290px;
    overflow: hidden;
}

.blog-item-s2.blog-item-in-row .image a {
    display: block;
}

.blog-item-s2 .image img {
    vertical-align: bottom;
}

.blog-item-s2.blog-item-in-row .image img {
    position: absolute;
    max-width: none;
    height: 100%;
}

.blog-item-s2 .date {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0.778em;
    font-weight: bold;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
}

.blog-item-s2 .date span {
    display: block;
    font-size: 1.286em;
    margin: 5px 0 0px;
}

.blog-item-s2 > h3 {
    margin: 0 0 10px;
    min-height: 36px;
}

.blog-item-s2 h3 a {
    text-decoration: none;
    color: inherit;
}

.blog-item-s2 .info {
    font-size: 0.778em;
    min-height: 26px;
}

.blog-item-s2 .info > * {
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-item-s2 .info > * > * {}

.blog-item-s2 .info > * > i {
    margin-right: 8px;
}

.blog-item-s2 .author {
    font-style: italic;
}

.blog-item-s2 .comments {}

.blog-item-s2 p,
.blog-item-s2 .text {
    line-height:1.333em;
    margin: 1em 0;
}

.blog-item-s2 .text {
    height: 115px;
    overflow: hidden;
    margin-top: 5px;
}

.blog-item-s2.blog-item-s2 .text.with-content {
    height: auto;
    margin-top: 5px;
}

.blog-item-s2.blog-item-s2 .text.with-content :first-of-type {
    margin-top: 0;
}

.blog-item-s2.blog-item-in-row .text {
    height: 121px;
}

.blog-item-s2 .button-style3 {}

/*------------------------------------------------------------------
[3.5. Icon box 1 / .icon-box1-area ]
*/

.icon-box1-area,
.si-content {
    overflow: hidden;
    margin: 65px 4.5%;
}

.icon-box1 {
    border-bottom: 1px solid #83807d;
    border-right: 1px solid #83807d;
    margin: 0 -1px -1px 1px;
    text-align: center;
    max-height: 390px;
}

.icon-box1 .centered-container {
    width: 100%;
    max-width: 320px;
}

.icon-box1:after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

.ib1-wrap {
    padding: 0 10px;
}

.ib1-wrap .icon {
    font-size: 2.5em;
    color: #3f87ab;
}

.ib1-wrap .h4 {}

.ib1-wrap p {
    line-height: 1.714em;
    font-family: 'Raleway', sans-serif;
    font-size: 0.778em;
    font-weight: 500;
}

/*------------------------------------------------------------------
[3.6. Icon box 2 / .icon-box2 ]
*/

.icon-box2 {
    padding: 45px 15px;
    text-align: center;
}

.icon-box2 > * {
    display: inline-block;
    vertical-align: middle;
}

.icon-box2 .icon {
    font-size: 2.7em;
    margin-top: -1px;
}

.icon-box2 .icon i {
    vertical-align: top;
    /* margin: -10px 0 0; */
    display: block;
}

.icon-box2 .num {
    font-size: 3.333em;
    font-weight: bold;
    border-left: 5px solid #009bd9;
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    /* margin-top: -5px; */
    margin-left: 5px;
}

.dark-bg .icon-box2 .num,
.dark-overlay .icon-box2 .num {
    border-left-color: #009bd9;
}

.icon-box2 .num.thousand {
    font-size: 2em;
}

.icon-box2 .text {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.111em;
    margin-left: 10px;
    max-width: 90px;
    text-align: left;
}

.icon-box2 .text .cell {}

/*------------------------------------------------------------------
[3.7. Side image / .side-image ]
*/

.side-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
}

.side-image > div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.side-image img {
    display: none;
}

@media (max-width: 768px) {
    .side-image {
        background: none !important;
        padding: 0;
        margin-left: -15px;
        width: auto;
    }
    .side-image > div {
        display: none;
    }
    .side-image img {
        display: block;
        /* height: auto; */
    }

    .side-image + div {
    padding: 0 !important;
    margin-left: -15px;
    width: auto;
    min-width: 100%;
}
.side-image + div .icon-box1-area {
    margin: 30px 15px 30px 45px;
}
}

/*------------------------------------------------------------------
[3.8. Pricing / .pricing-item ]
*/

.pricing-item {
    border: 1px solid #8d8d8d;
    background: #f5f5f5;
    margin: 0 0 15px 0;
}

.pricing-item .top {
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #47423c;
}

.pricing-item .top > div {
    display: inline-block;
    min-width: 155px;
    padding: 38px 15px;
    background: #4d4d4d;
}

.pricing-item .top.full > div {
    width: 100%;
}

.pricing-item .top h5 {
    color: inherit;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.pricing-item .price {
    font-size: 3.333em;
}

.pricing-item .pi-value {
    text-align: center;
    padding: 15px;
}

.pricing-item .pi-value .row {
    padding: 15px 0;
    position: relative;
}

.pricing-item .pi-value .row:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: 0;
    margin-left: -8px;
    left: 50%;
    width: 16px;
    height: 1px;
    background: #9e9b98;
}

.pricing-item .bottom {
    border-top: 1px solid #47423c;
    background-position: 50%;
    background-size: cover;
    padding: 35px 0;
    text-align: center;
}

.pricing-item .bottom.full {
    padding-top: 0;
    border-top: 0;
}

.pricing-item .bottom .button-style2 {}

/*------------------------------------------------------------------
[3.9. Photo carousel / .photo-carousel ]
*/

.photo-carousel {
    padding: 0 30px;
    margin: 30px 0;
}

.photo-carousel .owl-dots {
    bottom: -30px;
}

.photo-carousel .item {}

.photo-carousel .item a {}

.photo-carousel .item img {
    vertical-align: bottom;
    height: auto;
}

/*------------------------------------------------------------------
[3.10. Banner / .banner-area ]
*/

.banner-area {}

.banner-area .item {
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
}

.banner-area h1.big,
.banner-area .h1.big {
    font-size: 5.000em;
}

.banner-area .heading-decor {}

.banner-area p {
    font-size: 1.333em;
    font-style: italic;
}

/*------------------------------------------------------------------
[3.11. Subscribe form / .sub-form ]
*/

.sub-form {
    width: 100%;
    max-width: 640px;
    margin: 10px auto;
    position: relative;
}

.banner-area .sub-form {
    margin-top: 50px;
}

.sub-form input.style1 {
    font-style: italic;
    background: transparent;
    padding-right: 190px;
    height: 60px;
}

.sub-form .button-style1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
}

/*------------------------------------------------------------------
[3.12. Full screen slider / .full-screen-slider ]
*/

.full-screen-slider {}

.full-screen-slider .item {
    background-size: cover;
    background-position: 50%;
    height: 100vh;
}

.full-screen-slider .item h1,.full-screen-slider .item .h1 {
    text-transform: uppercase;
    font-size: 6.667em;
    margin-bottom: -15px;
}

.full-screen-slider .item h1.min,.full-screen-slider .item .h1.min {
    font-size: 5.000em;
}

.full-screen-slider .item p {
    font-size: 1.333em;
}

.full-screen-slider .owl-prev {
    left: 35px;
}

.full-screen-slider .owl-next {
    right: 35px;
}

/*------------------------------------------------------------------
[3.13. Team item / .team-item ]
*/

.team-item {
    position: relative;
    background-position: 50%;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 0;
}

.team-our i {
    font-size: 2em;
}

.team-our p {
    line-height: 1.333em;
    font-weight: 600;
}

.team-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-our:before {
    opacity: 0 !IMPORTANT;
}

.team-item:hover:before {
    opacity: 1;
}

.team-item:after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

.team-item .centered-container {
    width: 100%;
}

.team-item .h4 {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.team-our .h4 {
    transform: translateY(0);
    opacity: 1;
}

.team-item:hover .h4 {
    opacity: 1;
    transform: translateY(0);
}

.team-item .h6 {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.team-item:hover .h6 {
    opacity: 1;
    transform: translateY(0);
}

.team-item blockquote {
    margin: 0 20px;
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-item blockquote p {
    margin: 0;
}

@media (max-width: 1600px) and (min-width: 992px){
    .team-item blockquote {
        /* margin: 0; */
        font-size: 1em;
        line-height: 1em;
    }

    .team-item blockquote p {
        height: 53px;
        overflow: hidden;
    }
}

.team-item:hover blockquote {
    opacity: 1;
    transform: scale(1);
}

/*------------------------------------------------------------------
[3.14. Team item / .team-item ]
*/

.countdownHolder{
    margin: 0 auto 60px;
    text-align:center;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

.countdownHolder .position{
    display: inline-block;
    height: 1em;
    overflow: hidden;
    position: relative;
    width: 0.65em;
    font-size: 8.889em;
    font-weight: bold;
}

.countdownHolder .digit{
    /* position: relative; */
    display:block;
    width: 100%;
    border-radius:0.2em;
    text-align:center;
    letter-spacing:-1px;
}

.countdownHolder .name {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1.5em;
}

.countdownHolder .digit.static{
}

.countdownHolder .countDiv{
    display: none;
    width:16px;
    height:1.6em;
    position:relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after{
    position:absolute;
    width:5px;
    height:5px;
    background-color:#444;
    border-radius:50%;
    left:50%;
    margin-left:-3px;
    top:0.5em;
    box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
    content:'';
}

.countdownHolder .countDiv:after{
    top:0.9em;
}

/*------------------------------------------------------------------
[3.15. Map / .map ]
*/

.map-area {}

.map-area .map {
    height: 370px;
}

/*------------------------------------------------------------------
[3.16. Comments / .comments-wrap ]
*/

.comments-wrap {
    margin: 0;
    padding: 0;
}

.comment-item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
}

.comment-item .image {
    float: left;
    overflow: hidden;
    width: 100px;
}

.comment-item .image img {
    vertical-align: bottom;
}

.comment-item .details {
    margin-left: 130px;
}

.comment-item .details .name {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-item .details .date {
    font-size: 0.778em;
    font-style: italic;
}

.comment-item .details .date i {
    margin-right: 5px;
}

.comment-item .details .text {
    font-size: 0.889em;
    line-height: 1.500em;
    font-style: italic;
    margin: 1em 0;
}

/*------------------------------------------------------------------
[3.17. Comment form / .comment-form ]
*/

.comment-form {
    margin-bottom: 15px;
}

.comment-form .style2 {
    width: 100%;
}

.comment-form textarea.style2 {
    width: 100%;
    height: 81px;
}

/*------------------------------------------------------------------
[3.18. Post bottom / .post-bottom ]
*/

.post-bottom {
    margin-bottom: 45px;
    margin-top: 30px;
}

.post-navigation {
    text-align: right;
}

.post-navigation a:not(:last-of-type) {
    margin-right: 30px;
}

.post-navigation a i {
    font-size: 0.6em;
}

.post-navigation a.prev i {
    margin-right: 10px;
}

.post-navigation a.next i {
    margin-left: 10px;
}

/*------------------------------------------------------------------
[3.19. Pagination / .pagination ]
*/

.pagination {
    font-size: 0.778em;
    overflow: hidden;
    margin: 30px 0 40px;
    width: 100%;
}

.pagination a,
.pagination > span {
    text-decoration: none;
    float: left;
    padding: 0 3px 0;
    line-height: 28px;
    border: 1px solid #3c3c3b;
    margin-right: -1px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    color: inherit;
}

.pagination a.active,
.pagination a:hover,
.pagination > span {
    background: #4088ac;
    color: #fff;
}

.pagination a.active {
    pointer-events: none;
}

.pagination i {
    font-size: 0.7em;
    display: inline-block;
    vertical-align: text-bottom;
}
/*------------------------------------------------------------------
[3.25. Mincart / .header-minicart ]
*/

.header-minicart {float: left;padding: 33px 0;margin-left: 25px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}

.scroll .header-minicart {
    padding: 24px 0;
}

.header-minicart a {
    text-decoration: none;
}

.hm-cunt {
    display: block;
    text-align: center;
    position: relative;
    font-family: 'Lato';
    font-size: 22px;
    cursor: pointer;
}

.hm-cunt span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: -3px;
    right: -6px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #4088ac;
    color: #fff;
    border-radius: 50%;
    line-height: 15px;
}

.header-minicart .minicart-wrap {
    /* display: none; */
    position: absolute;
    background: #fff;
    top: 100%;
    right: 0;
    width: 250px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.06);
    /* border: 1px solid #e2e2e2; */
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #252a31;
}

.header-minicart:hover .minicart-wrap {
    opacity: 1;
    visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list {
    display: block;
    padding: 0;
    margin: 0;
}

.minicart-wrap .cart_list li {
    display: block;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    display: block;
    padding: 5px 0;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    font-family: 'Lato';
    font-size: 0.667em;
    display: block;
    margin-left: 50px;
}

.minicart-wrap .cart_list .mini_cart_item .quantity span,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
    color: #009bd9;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
    border: none;
    margin: 5px 0 0;
    padding: 0;
    margin-left: 50px;
    float: none;
    display: block;
    font-size: 0.778em;
    font-family: 'Lato';
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
    float: left;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd,
.minicart-wrap .cart_list .mini_cart_item .variation dd, 
.widget_shopping_cart_content .cart_list .mini_cart_item .variation dd {
    float: none;
    display: block;
    /* margin-left: 45px; */
    margin-bottom: 0;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
    margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
    font-size: 0.889em;
    font-family: 'Lato';
}

.minicart-wrap .total strong {}

.minicart-wrap .total span,
.widget_shopping_cart_content .total span {
    color: #009bd9;
    font-weight: bold;
    float: right;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
    margin: 0 0 0;
}

.minicart-wrap a.button,
.widget_shopping_cart_content a.button {
    font-family: 'Lato';
    font-size: 1em;
    background: #252a31;
    color: #fff;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    margin: 0 0 5px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 10px;
}

.minicart-wrap a.checkout,
.widget_shopping_cart_content a.checkout {
    background: #009bd9;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[2.4. Search button / .search-button ]
*/

.search-button {
    float: left;
    font-size: 17px;
    margin: 38px 0 0 50px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scroll .search-button {
    margin: 29px 0 0 50px;
}

.search-button i {}

/*------------------------------------------------------------------
[2.4. Search blok / .search-p-block ]
*/

.search-p-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 180px;
    z-index: 22;
    background: #fff;
    display: none;
}

.search-p-block .close {
    float: right;
    /* line-height: 42px; */
    min-width: auto;
}

.search-p-block .close i {
    margin-right: 0;
    vertical-align: middle;
}

.search-p-block #searchform {
    margin-right: 70px;
}

#searchform {}

#searchform div {
    display: block;
    margin-left: 70px;
}

#searchform div input {
    margin-bottom: 0;
    padding: 0 21px;
    line-height: 46px;
    height: 48px;
}

#searchsubmit {
    float: left;
    color: inherit;
    min-width: auto;
}

#searchsubmit:hover {
    color: #fff;
}

#searchsubmit i {
    margin: 0;
    /* vertical-align: initial; */
    display: block;
    font-size: 20px;
    /* padding: 11px 0; */
}


/*------------------------------------------------------------------
[4.1. Footer / .footer ]
*/

.footer {
    background: #202020;
    padding: 15px 0;
}

.footer h6 {
    text-transform: uppercase;
    margin: 20px 0 20px;
}

.gallery-thumbs {
    margin: 0 -5px;
}

.gallery-thumbs div[class ^= "fw-col"] {
    padding: 5px;
}

.gallery-thumbs a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gallery-thumbs div[class ^= "fw-col"] a:after {
    content: "";
    display: block;
    padding-bottom: 80%;
}

.gallery-thumbs img {
    vertical-align: bottom;
    margin: 0 0 0 0;
    height: auto;
    width: auto;
    max-width: none !important;
}

.footer-menu,
.footer-widget > ul,
.menu-navigation-container {
    text-transform: uppercase;
    font-size: 0.778em;
    font-weight: bold;
}

.footer-menu ul,
.footer-widget > ul,
.menu-navigation-container ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul ul {
    display: none;
}

.footer-widget > ul ul,
.menu-navigation-container ul ul {
    padding-left: 0px;
}

.footer-menu ul li,
.footer-widget > ul li,
.menu-navigation-container ul li {
    display: block;
    position: relative;
    padding-left: 15px;
    margin: 18px 0;
}

.footer-widget > ul ul li,
.menu-navigation-container ul ul li {
    margin: 10px;
}

.footer-menu ul li:before,
.footer-widget > ul li:before,
.menu-navigation-container ul li:before {
    content: "\e97f";
    font-family: 'icons';
    position: absolute;
    top: 11px;
    left: 0;
    margin-top: -2px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.footer-menu ul li a,
.footer-widget > ul li a,
.menu-navigation-container ul li a {
    text-decoration: none;
}

.footer-widget select {
    color: #000;
    max-width: 100%;
}

.contact-row {
    font-size: 0.778em;
    margin: 15px 0;
    font-family: 'Raleway', sans-serif;
}

.contact-row .label {
    float: left;
}

.contact-row .value {
    margin-left: 70px;
}

.social {
    font-size: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.post-bottom .social {
    margin: 8px 0;
}

.social span {
    font-size: 0.778em;
}

.team-item:hover .social {
    transform: translateY(0);
    opacity: 1;
}

.team-item .social {
    transform: translateY(100%);
    opacity: 0;
}

.social a {
    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}

.social a:hover {
    opacity: 1;
}

.social a:not(:last-of-type) {
    margin-right: 15px;
}

.social a i {}

.feedback-form {}

.feedback-form .style2 {
    margin-bottom: 20px;
    text-transform: none;
}

.feedback-form .button-style1 {
    margin-top: 15px;
}

.footer-widget .search-form {}

.footer-widget .search-form .search-field {
    color: #202020;
}

.footer-widget .search-form .search-submit {
    background: #fff;
    border: 2px solid #b9b9b9;
    color: #202020;
}