/*
    Theme Name: Asana
    Theme URI: http://highseastudio.com/demo/asana
    Description: Asana premium theme
    Author: HighSeaStudio
    Author URI: http://highseastudio.com/
    Version: 1.8.1
    Text Domain: asana
    Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.txt
*/

/*------------------------------------------------------------------
[Table of contents]

1. Resets and base styles
2. Body
3. Typography
4. Sprite
5. Header / #header
6. Navigation / .mainMenu
7. Main container / .uni-container
8. Home slider / .homeBxSliderWrap
9. Home grid / .mainItem
10. Home shop section / .shopItems
11. Home blog section / .blogPosts
12. Pagination / .pagination
13. Footer / #footer
14. About page
15. Blog / .page-template-templ-blog
16. Single post, default page / .single-post
17. Contact page / .page-template-templ-contact
18. Shop page / .archive.tax-product_cat
19. Events page / .page-template-templ-events
20. Single event page / .single-uni_event
21. Shop cart page / .cartPage
22. Shop wishlist page / .page-template-templ-wishlist
23. Shop checkout page / .page.woocommerce-checkout
24. Single product / .single-product
25. Classes page / .page-template-templ-classes
26. 404 page / .error404
27. Validation / .parsley
28. Alerts / #uni_popup
29. Thank you page / .thankYouBox
30. Preloader / .loaderWrap
31. Home membership cards / .membershipCardsBlock
32. Blog with sidebar / .page-template-templ-blog-with-sidebar
33. Single post with sidebar

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Resets and base styles ]
*/
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

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

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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    background: transparent;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

:focus {
    outline: 0px;
}

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

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button, input {
    *overflow: visible;
    line-height: normal;
}

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

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

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

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

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

/*------------------------------------------------------------------
[2. Body ]
*/
html {
    height: 100%;
}

body, table, input, textarea, select, li, button, p, blockquote, ol, dl, form, pre, th, td, a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #7f7f7f;
}

.main-theme-wrapper {
    position: relative;
    width: 100%;
}

body {
    left: 0;
    min-height: 100%;
    _height: 100%;
    height: auto;
    min-width: 1170px;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.uni-user-description-on {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    width: 1170px;
    text-align: left;
    position: relative;
}

.clear, .uni-clear, .form-submit, .contactForm .wpcf7-form p, .tickera_additional_info p, .fields-wrap label,
.shipping-calculator-form p, #sbi_images, .variation {
    clear: none !important;
}

.clear:after, .uni-clear:after, .form-submit:after, .contactForm .wpcf7-form p:after, .tickera_additional_info p:after, .fields-wrap label:after,
.shipping-calculator-form p:after, #sbi_images:after, .variation:after {
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    content: ".";
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*------------------------------------------------------------------
[3. Typography ]
*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    line-height: 40px;
}

h2 {
    line-height: 30px;
}

h3 {
    line-height: 20px;
}

h4 {
    line-height: 18px;
}

h5, h6 {
    line-height: 15px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------------
[4. Sprite ]
*/
.uni-wishlist-table-remove-link,
.page.woocommerce-account form p.form-row .selectric .button,
.checkoutPage p .selectric .button,
.uni_cpo_fields_container .selectric .button,
.productDesc table.variations .selectric .button,
.shipping-calculator-form .selectric .button,
.eventRegistrationFancyboxPopup .fancybox-close,
.fancyboxClassesPopup .fancybox-close,
.mainMenu ul li ul li.menu-item-has-children a:before,
.classesCallendar .fc-toolbar .fc-button .fc-icon,
.options .selectric .button,
.checkboxBox span,
.calculateShipping p .selectric .button,
.coupon .applyCoupon,
.removeCartItem,
.backToBtn i,
.iconEmail,
.categoryList span i,
.sortingList span i,
.contactInfo p i.contactPhone,
.contactInfo p i.contactEmail,
.contactInfo p i.contactLocation,
.contactInfo p i.contactHours,
.miniCart i,
.closeCartPopup,
.removeMiniCartItem,
.miniCartEmpty i,
.bx-wrapper .bx-controls-direction a,
.footerSubscribe .btnSubscribe,
.sbi_header_link:before {
    background-image: url(images/sprite.svg);
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------
[5. Header / #header ]
*/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8000;
}

#header .headerWrap {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    background-clip: padding-box;
    -webkit-transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, left 0.6s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, left 0.6s ease;
    -o-transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, left 0.6s ease;
    transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, left 0.6s ease;
}

.page-template-templ-blog #header, .page-template-templ-blog-with-sidebar #header, .blog #header,
.search #header, .archive.category #header, .archive.date #header, .archive.tag #header, .archive.author #header,
.single-post #header, .single-post-with-sidebar #header,
.page.page-template-default:not(.ecwid-shopping-cart) #header,
.page.woocommerce-account #header, .error404 #header {
    position: relative;
    left: auto;
    top: auto;
}

.page-template-templ-blog #header .headerWrap, .page-template-templ-blog-with-sidebar #header .headerWrap, .blog #header .headerWrap,
.search #header .headerWrap, .archive.category #header .headerWrap, .archive.date #header .headerWrap, .archive.tag #header .headerWrap, .archive.author #header .headerWrap,
.single-post #header .headerWrap, .single-post-with-sidebar #header .headerWrap,
.page.page-template-default:not(.ecwid-shopping-cart) #header .headerWrap,
.page.woocommerce-account #header .headerWrap, .error404 #header .headerWrap {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}


.logo {
    display: block;
    float: left;
    margin: 29px 0 28px 40px;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.logo path,
#ecwid_body.page-template-default.ecwid-shopping-cart #header .logo path {
    fill: #fff;
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.page-template-templ-blog .logo path, .page-template-templ-blog-with-sidebar .logo path, .blog .logo path,
.search .logo path, .archive.category .logo path, .archive.date .logo path, .archive.tag .logo path, .archive.author .logo path,
.single-post .logo path, .single-post-with-sidebar .logo path,
.page.page-template-default:not(.ecwid-shopping-cart) .logo path,
.page.woocommerce-account .logo path, .error404 .logo path {
    fill: #333333;
}

.logo img {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.logo .logo-black {
    display: none;
    opacity: 0;
}

/* Sticky */
#header .headerWrap.is-sticky,
html body.home-slider-disabled #header .headerWrap {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

#header .headerWrap.is-sticky .logo {
    margin-top: 14px;
    margin-bottom: 14px;
}

#header .headerWrap.is-sticky .logo path,
#ecwid_body.page-template-default.ecwid-shopping-cart #header .headerWrap.is-sticky .logo path,
html body.home-slider-disabled #header .headerWrap .logo path {
    fill: #333333;
}

#header .headerWrap.is-sticky .logo .logo-white {
    display: none;
    opacity: 0;
}

.page-template-templ-blog .logo .logo-white, .page-template-templ-blog-with-sidebar .logo .logo-white, .blog .logo .logo-white,
.search .logo .logo-white, .archive.category .logo .logo-white, .archive.date .logo .logo-white, .archive.tag .logo .logo-white, .archive.author .logo .logo-white,
.single-post .logo .logo-white, .single-post-with-sidebar .logo .logo-white,
.page.page-template-default:not(.ecwid-shopping-cart) .logo .logo-white,
.page.woocommerce-account .logo .logo-white, .error404 .logo .logo-white,
html body.home-slider-disabled #header .headerWrap .logo .logo-white {
    display: none;
    opacity: 0;
}

#header .headerWrap.is-sticky .logo .logo-black {
    display: block;
    opacity: 1;
}

.page-template-templ-blog .logo .logo-black, .page-template-templ-blog-with-sidebar .logo .logo-black, .blog .logo .logo-black,
.search .logo .logo-black, .archive.category .logo .logo-black, .archive.date .logo .logo-black, .archive.tag .logo .logo-black, .archive.author .logo .logo-black,
.single-post .logo .logo-black, .single-post-with-sidebar .logo .logo-black,
.page.page-template-default:not(.ecwid-shopping-cart) .logo .logo-black,
.page.woocommerce-account .logo .logo-black, .error404 .logo .logo-black,
html body.home-slider-disabled #header .headerWrap .logo .logo-black {
    display: block;
    opacity: 1;
}

/*------------------------------------------------------------------
[6. Navigation / .mainMenu ]
*/
.mainMenu {
    float: right;
    margin: 37px 36px 0px 0;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}

.mainMenu ul {
    list-style: none;
}

.mainMenu > ul > li {
    position: relative;
    float: left;
    padding-bottom: 36px;
    margin: 0 0 0 40px;
}

.mainMenu > ul > li:first-child {
    margin-left: 0;
}

.mainMenu > ul > li a, .mainMenu > ul > li a:visited {
    display: block;
    line-height: 16px;
    padding: 0 5px;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff;
    opacity: 0.7;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease, color 0.3s ease;
    -moz-transition: opacity 0.3s ease, color 0.3s ease;
    -o-transition: opacity 0.3s ease, color 0.3s ease;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.mainMenu > ul > li.current-menu-item a, .mainMenu > ul > li a:hover {
    opacity: 1;
}

#header .headerWrap.is-sticky .mainMenu > ul > li a, #header .headerWrap.is-sticky .mainMenu > ul > li a:visited,
html body.home-slider-disabled #header .headerWrap .mainMenu > ul > li a, html body.home-slider-disabled #header .headerWrap .mainMenu > ul > li a:visited,
.page-template-templ-blog .mainMenu > ul > li a, .page-template-templ-blog .mainMenu > ul > li a:visited,
.page-template-templ-blog-with-sidebar .mainMenu > ul > li a, .page-template-templ-blog-with-sidebar .mainMenu > ul > li a:visited,
.blog .mainMenu > ul > li a, .blog .mainMenu > ul > li a:visited,
.search .mainMenu > ul > li a, .search .mainMenu > ul > li a:visited,
.archive.category .mainMenu > ul > li a, .archive.category .mainMenu > ul > li a:visited,
.archive.date .mainMenu > ul > li a, .archive.date .mainMenu > ul > li a:visited,
.archive.tag .mainMenu > ul > li a, .archive.tag .mainMenu > ul > li a:visited,
.archive.author .mainMenu > ul > li a, .archive.author .mainMenu > ul > li a:visited,
.single-post .mainMenu > ul > li a, .single-post .mainMenu > ul > li a:visited,
.single-post-with-sidebar .mainMenu > ul > li a, .single-post-with-sidebar .mainMenu > ul > li a:visited,
.page.page-template-default:not(.ecwid-shopping-cart) .mainMenu > ul > li a, .page.page-template-default:not(.ecwid-shopping-cart) .mainMenu > ul > li a:visited,
.page.woocommerce-account .mainMenu > ul > li a, .page.woocommerce-account .mainMenu > ul > li a:visited,
.error404 .mainMenu > ul > li a, .error404 .mainMenu > ul > li a:visited {
    color: #7f7f7f;
}

#header .headerWrap.is-sticky .mainMenu > ul > li.current-menu-item a, #header .headerWrap.is-sticky .mainMenu > ul > li a:hover,
html body.home-slider-disabled #header .headerWrap .mainMenu > ul > li.current-menu-item a, html body.home-slider-disabled #header .headerWrap .mainMenu > ul > li a:hover,
.page-template-templ-blog .mainMenu > ul > li.current-menu-item a, .page-template-templ-blog .mainMenu > ul > li a:hover,
.page-template-templ-blog-with-sidebar .mainMenu > ul > li.current-menu-item a, .page-template-templ-blog-with-sidebar .mainMenu > ul > li a:hover,
.blog .mainMenu > ul > li.current-menu-item a, .blog .mainMenu > ul > li a:hover,
.search .mainMenu > ul > li.current-menu-item a, .search .mainMenu > ul > li a:hover,
.archive.category .mainMenu > ul > li.current-menu-item a, .archive.category .mainMenu > ul > li a:hover,
.archive.date .mainMenu > ul > li.current-menu-item a, .archive.date .mainMenu > ul > li a:hover,
.archive.tag .mainMenu > ul > li.current-menu-item a, .archive.tag .mainMenu > ul > li a:hover,
.archive.author .mainMenu > ul > li.current-menu-item a, .archive.author .mainMenu > ul > li a:hover,
.single-post .mainMenu > ul > li.current-menu-item a, .single-post .mainMenu > ul > li a:hover,
.single-post-with-sidebar .mainMenu > ul > li.current-menu-item a, .single-post-with-sidebar .mainMenu > ul > li a:hover,
.page.page-template-default:not(.ecwid-shopping-cart) .mainMenu > ul > li.current-menu-item a, .page.page-template-default:not(.ecwid-shopping-cart) .mainMenu > ul > li a:hover,
.page.woocommerce-account .mainMenu > ul > li.current-menu-item a, .page.woocommerce-account .mainMenu > ul > li a:hover,
.error404 .mainMenu > ul > li.current-menu-item a, .error404 .mainMenu > ul > li a:hover {
    color: #333;
}

.showMobileMenu {
    display: none;
}

.mobileMenu {
    display: none;
}

.mainMenu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    padding: 10px 0;
    background: #333333;
}

.mainMenu ul li ul li:hover > ul, .mainMenu ul li:hover > ul {
    display: block;
}

.mainMenu ul li ul li {
    position: relative;
}

.mainMenu ul li ul li a {
    position: relative;
    line-height: 32px;
    padding: 0 78px 0 20px;
    color: #8a8a8a !important;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease !important;
    -moz-transition: color 0.3s ease !important;
    -o-transition: color 0.3s ease !important;
    transition: color 0.3s ease !important;
}

.mainMenu ul li ul li a:hover {
    color: #f4f4f4 !important;
}

.mainMenu ul li ul li.menu-item-has-children > a:before {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 4px;
    height: 7px;
    background-position: -140px -50px;
    content: "";
}

.mainMenu ul li ul li.menu-item-has-children:hover > a:before {
    background-position: -150px -50px;
}

.mainMenu ul li ul li.menu-item-has-children > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
}

.mainMenu ul li ul li.menu-item-has-children:hover ul {
    display: block;
}

.mainMenu ul li ul ul {
    left: 100%;
    top: 0;
}

.mainMenu ul li.change-direction ul {
    left: auto;
    right: 0 !important;
}

.mainMenu ul li.change-direction ul ul {
    left: auto !important;
    right: 100% !important;
}

.mainMenu ul li.change-direction ul li.menu-item-has-children > a {
    padding: 0 20px 0 40px !important;
}

.mainMenu ul li.change-direction ul li.menu-item-has-children > a:before {
    left: 20px !important;
    right: auto !important;
    background-position: -140px -60px !important;
}

.mainMenu ul li.change-direction ul li.menu-item-has-children:hover > a:before {
    background-position: -150px -60px !important;
}

#header .is-sticky .mainMenu {
    margin-top: 22px;
}

#header .is-sticky .mainMenu > ul > li {
    padding-bottom: 21px;
}

#header .is-sticky .mainMenu ul li ul {
    top: 37px;
}

#header .is-sticky .mainMenu ul li ul li ul {
    top: 0px;
}

/* Fixed main menu */
html body.fixedMainMenu #header {
    position: absolute !important;
}

html body.fixedMainMenu.page-template-templ-blog #header, html body.fixedMainMenu.page-template-templ-blog-with-sidebar #header, html body.fixedMainMenu.blog #header,
html body.fixedMainMenu.search #header, html body.fixedMainMenu.archive.category #header, html body.fixedMainMenu.archive.date #header, html body.fixedMainMenu.archive.tag #header, html body.fixedMainMenu.archive.author #header,
html body.fixedMainMenu.single-post #header, html body.fixedMainMenu.single-post-with-sidebar #header,
html body.fixedMainMenu.page.page-template-default:not(.ecwid-shopping-cart) #header,
html body.fixedMainMenu.page.woocommerce-account #header, html body.fixedMainMenu.error404 #header {
    position: relative !important;
}

html body.fixedMainMenu #header .headerWrap {
    position: absolute !important;
    background: #fff !important;
    border-bottom-color: rgba(0, 0, 0, 0) !important;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}

html body.fixedMainMenu .logo .logo-black {
    display: block;
    opacity: 1;
}

html body.fixedMainMenu .logo .logo-white {
    display: none;
    opacity: 0;
}

#header .headerWrap.is-sticky .logo .logo-black {
    display: none;
    opacity: 0;
}

#header .headerWrap.is-sticky .logo .logo-white {
    display: block;
    opacity: 1;
}

html body.fixedMainMenu #header .mainMenu ul li a {
    color: #7f7f7f;
}

html body.fixedMainMenu #header .mainMenu ul li.current-menu-item a,
html body.fixedMainMenu #header .mainMenu ul li a:hover {
    color: #333;
}

html body.fixedMainMenu .logo path {
    fill: #333333 !important;
}

/* Home slider disabled */
html body.home-slider-disabled #header .headerWrap {
    background: #fff;
    border-bottom-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}


/*------------------------------------------------------------------
[7. Main container / .uni-container ]
*/
.uni-container {
    padding-bottom: 262px;
    width: 100%;
    overflow: hidden;
}

/*------------------------------------------------------------------
[8. Home slider / .homeBxSliderWrap ]
*/
.homeBxSliderWrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.homeBxSlider {
    width: 100%;
    height: 100%;
}

.homeBxSlider .uni-slide {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slideDesc {
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 51;
    -webkit-transition: opacity 0.4s ease, top 0.4s linear;
    -moz-transition: opacity 0.4s ease, top 0.4s linear;
    -o-transition: opacity 0.4s ease, top 0.4s linear;
    transition: opacity 0.4s ease, top 0.4s linear;
}

.uni-slide.uni-active-slide .slideDesc {
    top: 50%;
    opacity: 1;
}

.slideDesc h2 {
    line-height: 70px;
    margin-bottom: 38px;
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
}

.learnMore, .learnMore:visited {
    display: inline-block;
    line-height: 46px;
    padding: 0 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.bx-wrapper .bx-pager {
    bottom: 33px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.8);
}

.bx-wrapper .bx-controls-direction a {
    width: 18px;
    height: 42px;
    margin-top: -21px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: 40px;
    background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: 40px;
    background-position: -20px 0;
}

/*------------------------------------------------------------------
[9. Home grid / .mainItem ]
*/
.mainItem {
    position: relative;
}

.mainItemImg {
    position: relative;
    float: left;
    width: 50%;
}

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

.mainItemDesc {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 130px 50px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainItemDesc h3 {
    position: relative;
    line-height: 56px;
    max-height: 112px;
    margin-bottom: 70px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}

.mainItemDesc h3:before {
    position: absolute;
    left: 50%;
    bottom: -37px;
    width: 46px;
    height: 1px;
    margin: 0 0 0 -23px;
    content: "";
}

.mainItemDesc p {
    line-height: 32px;
    max-height: 128px;
    margin-bottom: 72px;
    font-size: 22px;
    font-weight: 400;
}

.mainItemDesc p a, .mainItemDesc p a:visited {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

.mainItemDesc p a:hover {
    text-decoration: underline;
}

.mainItemDesc .viewMore, .mainItemDesc .viewMore:visited {
    display: inline-block;
    line-height: 42px;
    min-width: 90px;
    padding: 0 35px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

.homeAboutSection .mainItemDesc {
    background: #fff;
}

.homeAboutSection .mainItemDesc h3 {
    color: #333333;
}

.homeAboutSection .mainItemDesc p {
    line-height: 30px;
    margin-bottom: 32px;
    color: #7f7f7f;
    font-size: 20px;
}

.homeAboutSection .mainItemDesc p a, .homeAboutSection .mainItemDesc p a:visited {
    font-size: 20px;
    text-decoration: none;
}

.homeAboutSection .mainItemDesc p a:hover {
    text-decoration: underline;
}

.mainItemRight .mainItemImg {
    float: right;
}

.mainItemRight .mainItemDesc {
    left: 0;
    right: auto;
}

.gridItem {
    position: relative;
    display: block;
    float: left;
    width: 50%;
}

.gridItemImg {
    float: left;
    width: 50%;
}

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

.gridItemDesc {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 50px 30px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gridItemDesc h3 {
    position: relative;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 48px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
}

.gridItemDesc h3:before {
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 46px;
    height: 1px;
    content: "";
}

.gridItemDesc p {
    line-height: 24px;
    max-height: 120px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
}

.gridItemDesc .viewMore {
    position: absolute;
    left: 40px;
    bottom: 27px;
    width: calc(100% - 70px);
    line-height: 14px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.gridItem2:hover .gridItemDesc .viewMore,
.gridItem:hover .gridItemDesc .viewMore {
    color: #fff;
}

.gridItemDesc .viewMore i {
    position: absolute;
    right: 0;
    top: -1px;
}

.gridItemDesc .viewMore i path {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.gridItem2:hover .gridItemDesc .viewMore i path,
.gridItem:hover .gridItemDesc .viewMore i path {
    fill: #ffffff;
}

.gridItemWhite .gridItemDesc {
    background: #fff;
}

.gridItemWhite .gridItemDesc h3 {
    color: #333333;
}

.gridItemWhite .gridItemDesc p {
    color: #7f7f7f;
}

.gridItemWhite:hover .gridItemDesc .viewMore {
    color: #333333;
}

.gridItemWhite:hover .gridItemDesc .viewMore i path {
    fill: #333333;
}

.gridItemWrapLeft {
    float: left;
    width: 50%;
}

.gridItemWrapLeft .gridItem {
    width: 100%;
}

.gridItemWrapLeft .gridItem:first-child .gridItemImg {
    float: right;
}

.gridItemWrapLeft .gridItem:first-child .gridItemDesc {
    left: 0;
    right: auto;
}

.gridItemVideo {
    position: relative;
    display: block;
    width: 100%;
}

.gridItemVideo .gridItemImg {
    float: none;
    width: 100%;
}

.gridItemVideo i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
    overflow: hidden;
    padding-left: 2px;
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gridItemVideo:hover i {
    opacity: 1;
}

.gridItemWrapRight {
    float: right;
    width: 50%;
}

.gridItem2 {
    position: relative;
    display: block;
    width: 100%;
}

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

.gridItem2 .gridItemDesc {
    height: 50%;
    top: auto;
    bottom: 0;
}

/*------------------------------------------------------------------
[10. Home shop section / .shopItems ]
*/
.blockTitle {
    line-height: 190px;
    padding: 20px 0 0 0;
    color: #333333;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.blockTitle h2 {
    line-height: 190px;
    color: #333333;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

/*------------------------------------------------------------------
[11. Home blog section / .blogPosts ]
*/
.blogPosts {
}

.blogPosts .blockTitle {
    line-height: 198px;
}

.blogPostWrap {
    text-align: center;
}

.postItem {
    display: inline-block;
    width: 408px;
    height: 460px;
    margin: 0 13px 20px;
    text-align: center;
    vertical-align: top;
}

.postItem.sticky .postItemTime {
    padding-top: 30px !important;
}

.postItem.sticky .postItemImg {
    margin-bottom: 0 !important;
}

.postItem.sticky {
    display: inline-block;
    border: 10px solid rgba(152, 152, 152, 0.2) !important;
    padding-bottom: 30px !important;
}

.postItemImg {
    display: block;
    margin-bottom: 29px;
}

.postItemImg img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.postItem:hover .postItemImg img {
    opacity: 0.7;
}

.postItemTime {
    display: block;
    margin-bottom: 22px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.postItem h4 {
    line-height: 26px;
    max-height: 78px;
    padding: 0 20px;
    margin-bottom: 15px;
}

.postItem h4 a, .postItem h4 a:visited {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.postItem p {
    line-height: 24px;
    max-height: 48px;
    padding: 0 36px;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.classesBox {
    position: relative;
    height: 560px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.classesBoxDesc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 157px;
}

.classesCategory {
    display: inline-block;
    margin-bottom: 25px;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.classesBox h3 {
    line-height: 56px;
    margin-bottom: 39px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}

.viewClasses, .viewClasses:visited {
    display: inline-block;
    line-height: 42px;
    padding: 0 31px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.viewClasses:hover {
    background: #fff;
}

.loadMoreItems, .loadMoreItems:visited,
.showAllItems, .showAllItems:visited {
    display: block;
    line-height: 72px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.loadMoreItems:hover,
.showAllItems:hover {
    color: #fff;
}

/*------------------------------------------------------------------
[12. Pagination / .pagination ]
*/
.pagination ul {
    display: block !important;
    text-align: center !important;
    margin: 0 0 76px 0 !important;
    border: 0 !important;
}

.pagination ul {
    margin-bottom: 78px !important;
}

.pagination ul li {
    display: inline-block !important;
    float: none !important;
    margin: 0 4px !important;
    border: 0 !important;
}

.pagination ul li a, .pagination ul li a:visited, .pagination ul li .current {
    display: block !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    border: 1px solid #e5e5e5 !important;
    color: #c3c3c3 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
    text-align: center !important;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.pagination ul li .current {
    display: inline-block !important;
}

.pagination ul li .dots {
    display: inline-block;
    width: 16px !important;
    height: 32px !important;
    line-height: 32px !important;
    color: #c3c3c3 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
}

.pagination ul li a:hover, .pagination ul li .current {
    color: #fff !important;
}

.pagination ul li a.prev, .pagination ul li a.next {
    position: relative;
    width: auto !important;
}

.pagination ul li a.prev {
    padding-left: 26px !important;
    padding-right: 10px !important;
}

.pagination ul li a.next {
    padding-left: 10px !important;
    padding-right: 26px !important;
}

.pagination ul li a.prev i, .pagination ul li a.next i {
    position: absolute;
    top: 2px;
    height: 30px;
}

.pagination ul li a.prev i {
    left: 10px;
}

.pagination ul li a.next i {
    right: 10px;
}

.pagination ul li a i path {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.pagination ul li a:hover i path {
    fill: #ffffff !important;
}

/*------------------------------------------------------------------
[13. Footer / #footer ]
*/
#footer {
    position: absolute;
    bottom: 0;
    clear: both;
    display: block;
    width: 100%;
    height: 154px;
    padding: 108px 0 0 0;
    margin: 0px auto;
    background-color: #fff;
}

.footerSocial {
    float: left;
    margin-left: 40px;
}

.footerSocial a {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-left: 16px;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.footerSocial a:hover {
    color: #fff;
}

.footerSocial a:first-child {
    margin-left: 0;
}

.footerSubscribe {
    float: right;
    margin-right: 40px;
}

.footerSubscribe form {
    position: relative;
    width: 240px;
    height: 46px;
}

.footerSubscribe input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 62px 0 22px;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footerSubscribe input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.footerSubscribe input[type="text"]:-ms-input-placeholder {
    color: #7f7f7f;
}

.footerSubscribe input[type="text"]::-webkit-input-placeholder {
    color: #7f7f7f;
}

.footerSubscribe .btnSubscribe {
    position: absolute;
    top: 16px;
    right: 23px;
    width: 19px;
    height: 14px;
    border: 0;
    padding: 0;
    background-position: -40px 0;
    background-color: rgba(0, 0, 0, 0);
    text-indent: -99999px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.footerMenu + .copyright {
    padding-top: 72px;
}

.copyright {
    padding-top: 26px;
    clear: both;
    text-align: center;
}

.copyright p, .copyright p a, .copyright p a:visited, .copyright p a:hover {
    color: #7f7f7f;
    font-size: 12px;
}

.footerMenu {
    position: absolute;
    left: 50%;
    top: 122px;
    width: 570px;
    margin-left: -285px;
    text-align: center;
}

.footerMenu li {
    display: inline-block;
    margin: 0 9px;
}

.footerMenu li a, .footerMenu li a:visited {
    display: block;
    line-height: 16px;
    padding: 0 5px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/*------------------------------------------------------------------
[14. About page ]
*/
.pageHeader {
    position: relative;
    width: 100%;
    height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-template-templ-page-with-header-php .pageHeader {
    margin-bottom: 130px;
}

.pageHeader h1, .pageHeader > div {
    position: absolute;
    left: 0;
    top: 300px;
    width: 100%;
    color: #fff;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

/* Our story */
.ourStory {
    padding: 140px 0;
}

.storyImg {
    float: left;
    width: 570px;
}

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

.storyDesc {
    float: right;
    width: 500px;
}

.contactInfo h3,
.storyDesc h3 {
    position: relative;
    line-height: 36px;
    margin-bottom: 106px;
    color: #333333;
    font-size: 56px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.contactForm h3:before,
.contactInfo h3:before,
.storyDesc h3:before {
    position: absolute;
    left: 3px;
    bottom: -51px;
    width: 46px;
    height: 1px;
    content: "";
}

.contactInfo p,
.storyDesc p {
    line-height: 30px;
    margin-bottom: 30px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.contactInfo p {
    line-height: 26px;
}

.storyDesc p:last-child {
    margin-bottom: 0;
}

/* Our team */
.ourTeam {
    background: #f4f4f4;
}

.ourValues .blockTitle,
.ourTeam .blockTitle {
    padding-top: 0;
}

.teamItemWrap {
    position: relative;
}

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

.teamItemCenter .teamItem {
    display: inline-block;
    float: none;
}

.teamItem {
    position: relative;
    float: left;
    width: 25%;
    cursor: pointer;
}

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

.teamItem .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease, z-index 0.3s ease;
    -moz-transition: opacity 0.3s ease, z-index 0.3s ease;
    -o-transition: opacity 0.3s ease, z-index 0.3s ease;
    transition: opacity 0.3s ease, z-index 0.3s ease;
}

.teamItem:hover .overlay {
    opacity: 1;
    z-index: 2;
}

.teamItemNameWrap {
    position: relative;
    width: 100%;
    height: calc(50% + 10px);
    margin-bottom: 34px;
    overflow: hidden;
}

.teamItemNameWrap:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 46px;
    height: 1px;
    margin-left: -23px;
    background: #fff;
    content: "";
}

.teamItemNameWrap h3 {
    padding-top: 170px;
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: padding 0.4s ease;
    -moz-transition: padding 0.4s ease;
    -o-transition: padding 0.4s ease;
    transition: padding 0.4s ease;
}

.teamItem:hover .teamItemNameWrap h3 {
    padding-top: 110px;
}

.teamItem .overlay p {
    color: #fff;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
}

.teamItemDesc {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, z-index 0.3s ease;
    -moz-transition: opacity 0.3s ease, z-index 0.3s ease;
    -o-transition: opacity 0.3s ease, z-index 0.3s ease;
    transition: opacity 0.3s ease, z-index 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.teamItemDesc.show {
    z-index: 999999;
    opacity: 1;
}

.teamItemDescWrap {
    width: 630px;
    padding: 0 20px;
    height: 100%;
    margin: 0 auto;
}

.teamItemDescWrap .jspVerticalBar {
    width: 1px;
    right: 2px;
}

.teamItemDescWrap .jspDrag {
    width: 5px;
    left: -2px;
}

.teamItemDesc img {
    margin-bottom: 33px;
    max-width: 200px;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.teamItemDesc h3 {
    margin-bottom: 6px;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.teamItemDesc p {
    margin: 0 auto 48px;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.teamItemDescText1 {
    position: relative;
}

.teamItemDescText1:before {
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -23px;
    width: 46px;
    height: 1px;
    background: #fff;
    content: "";
}

.teamItemDesc p.teamItemDescText {
    margin-bottom: 55px;
    color: #fff;
}

.teamItemSocial {
    width: 100%;
    text-align: center;
}

.teamItemSocial a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 6px;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.closeTeamDesc {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* Our values */
.parallaxBox {
    position: relative;
    height: 560px;
    width: 100%;
    padding-top: 157px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.parallaxBox h3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 56px;
    margin-top: -28px;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
}

.ourValues .wrapper {
    width: 570px;
    padding: 65px 0;
}

.ourValues .wrapper p {
    line-height: 30px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
}

/* Instagram box */
.sb_instagram_header {
    padding: 34px 0 31px !important;
    margin-bottom: 0 !important;
    text-align: center;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.sbi_header_img {
    display: none !important;
}

.ourInstagram #sb_instagram .sbi_header_text {
    padding-top: 0;
}

.ourInstagram #sb_instagram .sbi_header_text h3 {
    line-height: 26px !important;
    font-size: 24px !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
}

.sbi_header_link {
    display: inline-block !important;
    float: none !important;
    position: relative;
    padding-left: 46px;
    line-height: 26px;
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}

.sbi_header_link:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-position: -80px 0;
    content: "";
}

#sb_instagram #sbi_load {
    display: none !important;
}

#sb_instagram img {
    display: block;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.sbi_item:hover img {
    opacity: 0.85;
}

.sbi_item {
    display: inline-block;
    float: left;
    width: 20%;
}

.sbi_item a {
    display: block;
}

#sb_instagram .sb_instagram_header p.sbi_bio {
    display: none !important;
}

/*------------------------------------------------------------------
[15. Blog / .page-template-templ-blog ]
*/
.blog, .archive.date,
.search, .page.woocommerce-account, .page.page-template-default, .page-template-templ-page-with-header-php,
.archive.category, .archive.tag, .archive.author, .single-post, .page-template-templ-blog {
    background: #f4f4f4;
}

.page.page-template-default .uni-container, .single-post .uni-container, .page-template-templ-blog .uni-container {
    padding-top: 60px;
}

.blog .blogPostWrap, .archive.date .blogPostWrap, .archive.author .blogPostWrap,
.search .blogPostWrap, .page-template-templ-page-with-header-php .blogPostWrap,
.page.page-template-default .singlePostWrap, .archive.category .blogPostWrap, .archive.tag .blogPostWrap, .page-template-templ-blog .blogPostWrap {
    padding-bottom: 48px;
}

.blog .postItem, .search .postItem, .archive.date .postItem, .archive.author .postItem,
.archive.category .postItem, .archive.tag .postItem, .page-template-templ-blog .postItem {
    height: 470px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
}

.home.blog .postItem.sticky {

}

.home.blog .blogPostWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home.blog .postItem {
    height: auto;
    margin-bottom: 50px;
    background-color: transparent;
    border-bottom: 0;
}

body .mainMenu > ul > li li a, body .mainMenu > ul > li li a:visited {
    color: #fff !important;
}

.blog .blockTitle {
    padding-top: 30px;
    line-height: 80px;
}

.archive-desc {
    margin-top: -20px;
}

.archive-desc p {
    line-height: 30px;
    margin-bottom: 60px;
    padding: 0 20%;
    color: #333333;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.blog section.uni-container {
    color: #333333;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.blog section.uni-container .blogPostWrap {
    padding-top: 60px;
}

.blogCategoryList {
    margin: -4px 0 38px 0;
}

.blogCategoryList > ul {
    list-style: none;
    width: 100%;
    text-align: center;
}

.blogCategoryList > ul li {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    margin: 0 15px 4px;
}

.blogCategoryList > ul li a, .blogCategoryList > ul li a:visited {
    color: #7f7f7f;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.blogCategoryList > ul li.current-category a, .blogCategoryList > ul li a:hover {
    color: #333333;
}

.blogCategoryList > ul li .children {
    display: none;
    min-width: calc(100% + 28px);
    position: absolute;
    left: -14px;
    top: 24px;
    padding: 4px 0;
    background: #fff;
    z-index: 10;
}

.blogCategoryList > ul li:hover .children {
    display: block;
}

.blogCategoryList > ul li .children li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}

.blogCategoryList > ul li .children li a {
    display: block;
    line-height: 30px;
    padding: 0 14px;
    white-space: nowrap;
    font-size: 14px;
}

.blogCategoryList > ul li .children li .children {
    display: none;
    left: 100%;
    top: 0;
}

.blogCategoryList > ul li .children li:hover .children {
    display: block;
}

/*.blogCategoryList > ul li .children:before {*/
/*width: 10px;*/
/*height: 10px;*/
/*position: absolute;*/
/*right: 0;*/
/*top: 0;*/
/*content: "";*/
/*}*/

.page-links {
    margin-top: -28px;
    margin-bottom: 40px;
}

/*------------------------------------------------------------------
[16. Single post, default page / .single-post ]
*/
.page-template-templ-page-with-header-php .wrapper,
.page.page-template-default .wrapper,
.single-post .wrapper {
    width: 770px;
}

.wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image .aligncenter > figcaption {
    display: flex !important;
}

.wp-block-image figure {
    margin: 0;
}

.singleTitle, .singlePostWrap h6,
.singlePostWrap h1, .singlePostWrap h2, .singlePostWrap h3, .singlePostWrap h4, .singlePostWrap h5 {
    position: relative;
    line-height: 66px;
    margin-bottom: 22px;
    color: #333333;
    font-size: 56px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap h1.singleTitle {
    margin-bottom: 100px;
    text-align: center;
}

.singlePostWrap .singleTitle:before {
    position: absolute;
    left: 50%;
    bottom: -50px;
    width: 46px;
    height: 1px;
    margin-left: -23px;
    content: "";
}

.single-post-with-sidebar .singlePostWrap h1.singleTitle {
    margin-bottom: 22px;
    text-align: left;
}

.single-post-with-sidebar .singlePostWrap h1.singleTitle:before {
    display: none !important;
}

.singlePostWrap h2 {
    line-height: 50px;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 46px;
}

.singlePostWrap h3 {
    line-height: 46px;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 40px;
}

.singlePostWrap h4 {
    line-height: 40px;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 36px;
}

.singlePostWrap h5 {
    line-height: 36px;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 30px;
}

.singlePostWrap h6 {
    line-height: 32px;
    margin-bottom: 22px;
    margin-top: 32px;
    font-size: 26px;
}

.singlePostWrap h6 a, .singlePostWrap h6 a:visited,
.singlePostWrap h5 a, .singlePostWrap h5 a:visited,
.singlePostWrap h4 a, .singlePostWrap h4 a:visited,
.singlePostWrap h3 a, .singlePostWrap h3 a:visited,
.singlePostWrap h2 a, .singlePostWrap h2 a:visited {
    font-size: 46px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.singlePostWrap h3 a, .singlePostWrap h3 a:visited {
    font-size: 40px;
}

.singlePostWrap h4 a, .singlePostWrap h4 a:visited {
    font-size: 36px;
}

.singlePostWrap h5 a, .singlePostWrap h5 a:visited {
    font-size: 30px;
}

.singlePostWrap h6 a, .singlePostWrap h6 a:visited {
    font-size: 26px;
}

.singlePostWrap table {
    width: 100%;
    max-width: 100%;
    margin: 30px 0px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.singlePostWrap table th, .singlePostWrap table td {
    padding: 8px;
    line-height: 30px;
    text-align: left;
    vertical-align: top;
}

.singlePostWrap table th {
    border: 1px solid #dddddd;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}

.singlePostWrap table th a, .singlePostWrap table th a:visited {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

.singlePostWrap table td {
    border: 1px solid #dddddd;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap table td a, .singlePostWrap table td a:visited {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.singlePostWrap p {
    line-height: 33px;
    margin-bottom: 22px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap {
    line-height: 33px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap dt a, .singlePostWrap dt a:visited, .singlePostWrap dd a, .singlePostWrap dd a:visited, .singlePostWrap p a, .singlePostWrap p a:visited {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.singlePostWrap dl {
    margin-left: 40px;
}

.singlePostWrap dt {
    line-height: 30px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
}

.singlePostWrap dd {
    line-height: 30px;
    margin-bottom: 20px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap dt a, .singlePostWrap dt a:visited {
    font-weight: normal;
}

.singlePostWrap .gallery,
.singlePostWrap .wp-caption {
    margin-bottom: 26px !important;
}

.singlePostWrap .wp-caption-text, .singlePostWrap .gallery-caption {
    line-height: 24px;
    padding-top: 4px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.singlePostWrap .gallery-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singlePostWrap .alignnone, .singlePostWrap img.alignnone, .singlePostWrap .alignnone img {
    max-width: 100%;
    height: auto;
}

.singlePostWrap .aligncenter {
    display: block;
    margin: 0 auto 22px;
}

.singlePostWrap .alignleft {
    display: block;
    float: left;
    margin: 0 22px 22px 0;
}

.singlePostWrap .alignright {
    display: block;
    float: right;
    margin: 0 0 22px 22px;
}

.singlePostWrap > ul, .singlePostWrap > ol {
    list-style: none;
    margin-bottom: 42px;
    margin-top: 42px;
    margin-left: 40px;
}

.singlePostWrap > ol {
    margin-left: 16px;
}

.singlePostWrap > ol ol, .singlePostWrap > ul ul {
    padding-left: 40px;
    padding-top: 20px;
}

.singlePostWrap ol {
    counter-reset: item;
}

.singlePostWrap > ul li, .singlePostWrap > ol li {
    position: relative;
    line-height: 30px;
    margin-bottom: 20px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap > ul li:before {
    position: absolute;
    left: -24px;
    top: 14px;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.singlePostWrap > ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.singlePostWrap > ul li a, .singlePostWrap > ul li a:visited,
.singlePostWrap > ol li a, .singlePostWrap > ol li a:visited {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.singlePostWrap p a, .singlePostWrap p a:visited {
    max-width: 100%;
}

.singlePostWrap p a:not(.wp-image-wrap) {
    display: inline-block;
}

.singlePostWrap address {
    line-height: 33px;
    margin-bottom: 22px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.singlePostWrap abbr[title], .singlePostWrap acronym {
    border-bottom: 1px dotted #7f7f7f;
}

.singlePostWrap cite {
    font-style: italic;
}

.singlePostWrap tt, .singlePostWrap code, .singlePostWrap kbd, .singlePostWrap pre, .singlePostWrap samp {
    padding: 0 2px 0 4px;
    font-size: 16px;
    font-family: monospace, serif;
}

.singlePostWrap ins {
    background: #90dfcc;
    text-decoration: none;
}

.singlePostWrap pre {
    background: #dddddd;
    color: #7f7f7f;
    font-family: monospace;
    font-size: 16px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.singlePostWrap sub {
    bottom: -0.25em;
}

.singlePostWrap sup {
    top: -0.5em;
}

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

.singlePostWrap var {
    font-style: italic;
}

.singlePostWrap blockquote {
    padding: 10px 0 10px 30px;
    margin: 32px 0 32px 30px;
}

.singlePostWrap blockquote p {
    margin-bottom: 0;
    line-height: 33px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap blockquote p cite {
    display: block;
    padding-top: 10px;
}

.singlePostWrap blockquote p a, .singlePostWrap blockquote p a:visited {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

/*.singlePostWrap .video-container {position: relative;height: 0;padding-bottom: 56.25%;padding-top: 35px;overflow: hidden;}
.singlePostWrap .video-container iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
*/
.singlePostWrap iframe {
    width: 100%;
    height: 433px;
}

.singleLinkPages {
    padding-top: 24px;
    margin-bottom: 4px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.singlePostTags {
    margin-bottom: 58px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostTags span {
    display: inline-block;
    margin-right: 10px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.singleLinkPages a, .singleLinkPages a:visited, .singlePostTags a, .singlePostTags a:visited {
    display: inline-block;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.singleLinkPages a:hover, .singlePostTags a:hover {
    color: #333;
}

.shareSinglePost {
    margin-bottom: 100px;
    text-align: center;
}

.shareSinglePost a {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 6px;
    border: 1px solid #c9c9c9;
    color: #c9c9c9;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.shareSinglePost a:hover {
    background: #c9c9c9;
    color: #f4f4f4;
}

.relatedPosts {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.single-post-with-sidebar .relatedPosts {
    border-top: 1px solid #e5e5e5 !important;
}

.relatedPosts .blockTitle {
    padding-top: 0;
}

/* Shortcodes Ultimate */
.singlePostWrap .su-list ul li:before {
    display: none;
}

.singlePostWrap .su-list ul li {
    line-height: 30px;
    margin-bottom: 20px;
    color: #7f7f7f;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap .su-list ul li i {
    top: 6px;
}

.singlePostWrap .su-dropcap-style-flat {
    background: #333;
}

.singlePostWrap .su-dropcap {
    margin-right: 0.8em;
    margin-top: 0.4em;
}

.singlePostWrap .su-quote-style-default {
    padding-left: 34px;
    padding-right: 34px;
}

.singlePostWrap .su-tabs {
    padding: 0;
    background: none;
}

.singlePostWrap .su-tabs-nav span {
    position: relative;
    line-height: 52px;
    padding: 0 24px;
    margin: 0;
    border: 1px solid #dddddd;
    border-bottom: 0;
    border-left: 0;
    color: #333333;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.singlePostWrap .su-tabs-nav span:not(.su-tabs-current):hover {
    background: none;
}

.singlePostWrap .su-tabs-nav span.su-tabs-current:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
}

.singlePostWrap .su-tabs-nav span:first-child {
    border-left: 1px solid #dddddd;
}

.singlePostWrap .su-tabs-pane {
    line-height: 30px;
    border: 1px solid #dddddd;
    color: #7f7f7f;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.singlePostWrap .su-tabs-vertical .su-tabs-nav span {
    position: relative;
    border-left: 1px solid #dddddd;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singlePostWrap .su-tabs-vertical .su-tabs-nav span:last-child {
    border-bottom: 1px solid #dddddd;
}

.singlePostWrap .su-tabs-vertical .su-tabs-nav span.su-tabs-current:before {
    position: absolute;
    left: auto;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
}

.singlePostWrap .su-quote-cite a {
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat';
    text-decoration: none !important;
}

.singlePostWrap .su-quote-style-default .su-quote-cite:before {
    content: "";
}

.singlePostWrap .su-divider a {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.singlePostWrap .su-heading-style-default {
    border-color: #dddddd;
}

.singlePostWrap .su-heading-style-default .su-heading-inner {
    border-color: #dddddd;
    font-family: 'Montserrat';
}

.singlePostWrap .su-service-content {
    line-height: 26px;
}

.singlePostWrap .su-service-title {
    color: #333333;
    font-family: 'Montserrat';
}

.singlePostWrap .su-label {
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singlePostWrap .su-spoiler-title {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 40px !important;
    color: #333333;
    font-size: 13px !important;
    font-family: 'Montserrat';
    font-weight: normal;
}

.singlePostWrap .su-spoiler-style-default .su-spoiler-title {
    border: 1px solid #dddddd;
}

.singlePostWrap .su-spoiler-icon {
    top: 50%;
    margin-top: -9px;
    left: 10px !important;
}

.singlePostWrap .su-spoiler-content {
    border: 1px solid #dddddd;
    border-top: 0;
}

.singlePostWrap .su-accordion .su-spoiler {
    margin-bottom: 0;
}

.singlePostWrap .su-accordion .su-spoiler .su-spoiler-title {
    border-top: 0
}

.singlePostWrap .su-accordion .su-spoiler:first-child .su-spoiler-title {
    border: 1px solid #dddddd;
}

.singlePostWrap .su-carousel .su-carousel-slide {
}

.singlePostWrap .su-carousel .su-carousel-slide a {
    padding: 0px;
}

.singlePostWrap .su-carousel .su-carousel-slide img {
    padding: 0 15px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singlePostWrap .su-carousel .su-carousel-slide-title {
    padding: 5px 10px;
    left: 15px;
    right: 15px;
    bottom: 0;
    font-size: 12px;
    font-family: 'Montserrat';
}

.singlePostWrap .su-slider-slide-title {
    font-family: 'Montserrat';
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.singlePostWrap .su-slider-pagination {
    top: 93%;
}

/* Comments */
.commentsBox {
    padding-bottom: 80px;
}

.commentsBox:empty {
    display: none;
}

.commentsBox h2, .commentsBox h3 {
    line-height: 20px;
    margin: 0 0 25px 0;
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.commentsBox h3 a, .commentsBox h3 a:visited {
    display: inline-block;
    line-height: 14px;
    margin: 0 3px;
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.commentsBox h3 a:hover {
    border-color: rgba(0, 0, 0, 0);
}

.commentsBox .comment-respond {
    margin: 30px 0 0 0;
}

/* Comment list */
.commentList {
    margin-bottom: 35px;
    list-style: none;
}

.comment-body {
    position: relative;
    display: table;
    width: 100%;
    padding: 30px 0 32px;
    border-bottom: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.commentList > li:first-child > .comment-body {
    padding-top: 0;
}

.commentList li.depth-2 .comment-body {
    padding-left: 60px;
}

.commentList li.depth-3 .comment-body {
    padding-left: 120px;
}

.commentList li.depth-4 .comment-body {
    padding-left: 180px;
}

.comment-meta {
    display: table-cell;
    width: 86px;
    vertical-align: top;
}

.comment-meta img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.reply {
    position: absolute;
    right: 0;
    top: 36px;
}

.commentList > li:first-child > .comment-body .reply {
    top: 6px;
}

.edit-link {
    position: absolute;
    right: 0;
    top: 55px;
}

.commentList > li:first-child > .comment-body .edit-link {
    top: 25px;
}

.comment-edit-link, .comment-edit-link:visited, .comment-reply-link, .comment-reply-link:visited {
    color: #b6b6b6;
    font-size: 11px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-edit-link:hover, .comment-reply-link:hover {
    color: #797979;
}

.logged-in-as {
    margin: -10px 0 14px;
    color: #797979;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.logged-in-as a, .logged-in-as a:visited {
    display: inline-block;
    line-height: 14px;
    margin: 0 3px;
    border-bottom: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.logged-in-as a:hover {
    border-color: rgba(0, 0, 0, 0);
}

.comment-wrapper {
    display: table-cell;
    padding: 5px 0 0;
}

.comment-wrapper cite {
    display: inline-block;
    line-height: 18px;
    margin-bottom: 6px;
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.bypostauthor .comment-wrapper .uni-post-author {
    margin-left: 10px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 2px 4px;
    color: #fff;
}

.comment-wrapper cite a {
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-decoration: none;
}

.comment-metadata a {
    text-decoration: none;
}

.comment-metadata time {
    display: block;
    margin-bottom: 13px;
    color: #797979;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.comment-metadata .separator {
    display: none;
}

.comment-content p, .comment-awaiting-moderation {
    line-height: 30px;
    color: #797979;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.comment-content p a, .comment-content p a:visited {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-decoration: underline;
}

.comment-content p a:hover {
    text-decoration: none;
}

.comment-awaiting-moderation {
    margin-top: -4px;
    margin-bottom: 6px;
    color: #7f7f7f;
    font-size: 14px;
}

/* Comments form */
#commentform input[type="text"] {
    width: 100%;
    height: 47px;
    padding: 0 18px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    color: #797979;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform textarea::-moz-placeholder, #commentform input::-moz-placeholder {
    opacity: 1;
    color: #797979;
    font-weight: normal;
}

#commentform textarea:-ms-input-placeholder, #commentform input:-ms-input-placeholder {
    color: #797979;
    font-weight: normal;
}

#commentform textarea::-webkit-input-placeholder, #commentform input::-webkit-input-placeholder {
    color: #797979;
    font-weight: normal;
}

#commentform textarea {
    width: 100%;
    height: 160px;
    padding: 14px 4px 4px 18px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    color: #797979;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform #submit {
    float: right;
    width: 160px;
    height: 46px;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#commentform #submit:hover {
    color: #fff;
}

.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 243.3333px;
    margin-left: 20px;
}

.comment-form-author {
    margin-left: 0;
}

/*------------------------------------------------------------------
[17. Contact page / .page-template-templ-contact ]
*/
.singlePostWithSidebar + #footer,
.page-template-templ-blog-with-sidebar #footer,
.page-template-templ-prices-php #footer,
.page-template-templ-prices #footer,
.page-template-templ-contact #footer {
    border-top: 1px solid #e5e5e5;
}

.ourContact .wrapper {
    width: 1170px;
    padding: 140px 0;
}

.contactGallery {
    float: left;
    width: 570px;
}

.contactInfo {
    float: right;
    width: 500px;
}

.contactInfo p {
    position: relative;
    padding-left: 56px;
}

.contactInfo p i {
    position: absolute;
    left: 0;
    top: 0;
}

.contactInfo p i.contactPhone {
    display: block;
    top: 1px;
    width: 27px;
    height: 27px;
    background-position: -110px 0;
}

.contactInfo p i.contactEmail {
    display: block;
    top: 4px;
    width: 29px;
    height: 21px;
    background-position: -140px 0;
}

.contactInfo p i.contactLocation {
    display: block;
    top: 1px;
    width: 22px;
    height: 31px;
    background-position: -170px 0;
}

.contactInfo p i.contactHours {
    display: block;
    top: 1px;
    width: 25px;
    height: 25px;
    background-position: -360px -140px;
}

.locationMap {
}

.location-map {
    width: 100%;
    height: 500px;
}

.location-map .map {
    height: 500px;
}

.contactGallery .bx-wrapper .bx-pager {
    bottom: 18px;
}

.contactForm {
    width: 570px;
    padding: 90px 0 100px 0;
    margin: 0 auto;
    text-align: center;
}

.contactForm h3 {
    position: relative;
    line-height: 56px;
    margin-bottom: 76px;
    color: #333333;
    font-size: 56px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.contactForm h3:before {
    left: 50%;
    bottom: -45px;
    margin-left: -23px;
}

.contactFormDesc {
    line-height: 26px;
    margin-bottom: 43px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.contactForm .form-row {
    margin-bottom: 30px;
}

.contactForm .form-row.form-row-first {
    float: left;
    width: 50%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactForm .form-row.form-row-last {
    float: right;
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactForm .form-row input[type="text"], .contactForm .form-row input[type="email"], .contactForm .form-row textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #7f7f7f;
    padding: 0 20px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contactForm .form-row textarea {
    height: 186px;
    max-width: 100%;
    padding: 14px 20px 14px 20px;
}

.contactForm .form-row textarea::-moz-placeholder,
.contactForm .form-row input[type="text"]::-moz-placeholder,
.contactForm .form-row input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.contactForm .form-row textarea:-ms-input-placeholder,
.contactForm .form-row input[type="text"]:-ms-input-placeholder,
.contactForm .form-row input[type="email"]:-ms-input-placeholder {
    color: #7f7f7f;
}

.contactForm .form-row textarea::-webkit-input-placeholder,
.contactForm .form-row input[type="text"]::-webkit-input-placeholder,
.contactForm .form-row input[type="email"]::-webkit-input-placeholder {
    color: #7f7f7f;
}

.submitContactFormBtn {
    float: right;
    width: 170px;
    height: 46px;
    padding: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.submitContactFormBtn:hover {
    color: #fff;
}

.contactForm .wpcf7-form p {
    margin-bottom: 20px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: left;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}

.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-range,
.wpcf7-form .wpcf7-date {
    float: none;
    width: 100%;
    height: 46px;
    margin-bottom: 0;
    border: 1px solid #7f7f7f;
    padding: 0 20px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form .wpcf7-quiz::-moz-placeholder,
.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-range::-moz-placeholder,
.wpcf7-form .wpcf7-date::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.wpcf7-form .wpcf7-quiz:-ms-input-placeholder,
.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-range:-ms-input-placeholder,
.wpcf7-form .wpcf7-date:-ms-input-placeholder {
    color: #7f7f7f;
}

.wpcf7-form .wpcf7-quiz::-webkit-input-placeholder,
.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-range::-webkit-input-placeholder,
.wpcf7-form .wpcf7-date::-webkit-input-placeholder {
    color: #7f7f7f;
}

.wpcf7-quiz-label {
    display: block;
    margin-bottom: 10px;
}

span.wpcf7-list-item {
    margin-left: 20px !important;
}

span.wpcf7-list-item.first {
    margin-left: 0 !important;
}

span.wpcf7-list-item input {
    position: relative;
    top: -2px;
    margin-right: 4px !important;
}

.wpcf7-form textarea {
    height: 186px;
    width: 100%;
    max-width: 100%;
    padding: 14px 20px 14px 20px;
    margin-bottom: 0;
    border: 1px solid #7f7f7f;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7-form textarea::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.wpcf7-form textarea:-ms-input-placeholder {
    color: #7f7f7f;
}

.wpcf7-form textarea::-webkit-input-placeholder {
    color: #7f7f7f;
}

.wpcf7-form input[type="submit"] {
    float: right;
    width: 170px;
    height: 46px;
    padding: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
    color: #fff;
}

.wpcf7-form select {
    width: 270px !important;
    height: 46px;
    padding: 0 14px;
    border: 1px solid #7f7f7f;
    background: url(images/arrow.svg) no-repeat right center;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------
[18. Shop page / .archive.tax-product_cat ]
*/
.contentWrap {
    position: relative;
    -webkit-transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
    -moz-transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
    -o-transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0s;
}

.contentWrap.showMiniCart {
    -webkit-transform: translate3d(-361px, 0px, 0px);
    -moz-transform: translate3d(-361px, 0px, 0px);
    -ms-transform: translate3d(-361px, 0px, 0px);
    -o-transform: translate3d(-361px, 0px, 0px);
    transform: translate3d(-361px, 0px, 0px);
}

.contentWrap > .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contentWrap.showMiniCart > .overlay {
    z-index: 2;
    background: rgba(255, 255, 255, 0.4);
}

.pagePanel {
    height: 72px;
    padding: 0 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: #f4f4f4;
}

.productFilter {
    float: left;
    margin-top: 26px;
}

.productFilter li {
    display: block;
    float: left;
    margin-right: 52px;
}

.productFilter li:last-child {
    margin-right: 20px;
}

.productFilter li a, .productFilter li a:visited {
    display: block;
    line-height: 22px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


/*------------------------------------------------------------------
[19. Events page / .page-template-templ-events ]
*/
.archive.tax-uni_event_cat,
.page-template-templ-events {
    background: #f4f4f4;
}

.archive.tax-uni_event_cat .pagePanel,
.archive.tax-event_category .pagePanel,
.page-template-templ-events .pagePanel {
    margin-bottom: 0;
}

.pageTitle {
    float: left;
    line-height: 72px;
    color: #7f7f7f;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

span.pageTitle-sort-desc {
    line-height: 30px;
    margin-left: 15px;
    font-size: 14px;
}

.sortingList {
    position: relative;
    float: right;
    border-right: 1px solid #e5e5e5;
}

.categoryList {
    position: relative;
    float: right;
    margin-right: -40px;
}

.sortingList span,
.categoryList span {
    display: block;
    position: relative;
    padding-right: 20px;
    line-height: 72px;
    padding: 0 60px 0 40px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sortingList span.clicked, .sortingList:hover span,
.categoryList span.clicked, .categoryList:hover span {
    background: #8a8a8a;
    color: #f4f4f4;
}

.sortingList span i,
.categoryList span i {
    position: absolute;
    right: 40px;
    top: 33px;
    width: 12px;
    height: 6px;
    background-position: -320px 0;
}

.sortingList span.clicked i, .sortingList:hover span i,
.categoryList span.clicked i, .categoryList:hover span i {
    background-position: -320px -10px;
}

.sortingList ul,
.categoryList ul {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    min-width: 100%;
    z-index: 2;
}

.sortingList ul li,
.categoryList ul li {
    display: block;
}

.sortingList ul li a, .sortingList ul li a:visited,
.categoryList ul li a, .categoryList ul li a:visited {
    display: block;
    line-height: 72px;
    padding-left: 40px;
    padding-right: 40px;
    background: #8a8a8a;
    color: #f4f4f4;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.sortingList ul li.current a, .sortingList ul li a:hover,
.categoryList ul li.current a, .categoryList ul li a:hover {
    background: #b1b1b1;
}

.eventItem {
    position: relative;
    min-height: 341px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 552px;
    background: #fff;
}

.eventItemImg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 502px;
    height: 342px;
}

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

.eventItemDesc {
    padding: 44px 40px 0 0;
}

.eventItemTime {
    display: inline-block;
    line-height: 25px;
    padding: 0 6px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.eventItemDesc h3 {
    line-height: 26px;
    padding-right: 80px;
    margin-bottom: 16px;
}

.eventItemDesc h3 a, .eventItemDesc h3 a:visited {
    color: #333333;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.eventItemDesc p {
    line-height: 24px;
    padding-right: 80px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.eventLearnMore, .eventLearnMore:visited {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 20px;
    width: calc(100% - 592px);
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

.eventLearnMore i {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.eventLearnMore i path {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.eventLearnMore:hover i path {
    fill: #fff;
}

.showMoreEvents, .showMoreEvents:visited {
    display: block;
    line-height: 72px;
    border-bottom: 1px solid #e5e5e5;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.showMoreEvents:hover {
    color: #fff;
}

.page-template-templ-events .pagination {
    padding-top: 78px;
}

.page404Wrap + .pagination {
    display: none;
}

/* Subscribe box */
.subscribeBox {
    width: 100%;
    height: 560px;
    padding-top: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.iconEmail {
    display: inline-block;
    width: 36px;
    height: 26px;
    margin-bottom: 64px;
    background-position: -340px 0;
}

.subscribeBox h3 {
    margin-bottom: 38px;
    color: #fff;
    font-size: 42px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.subscribeBox p {
    line-height: 32px;
    margin-bottom: 53px;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.subscribeBox form {
    width: 510px;
    margin: 0 auto;
}

.subscribeBox form input[type="text"] {
    float: left;
    width: 340px;
    height: 46px;
    padding: 0 22px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribeBox form input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.subscribeBox form input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

.subscribeBox form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.subscribeSubmit {
    float: right;
    width: 150px;
    height: 46px;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------
[20. Single event page / .single-uni_event ]
*/
.single-uni_event .wrapper, .single-tc_events .wrapper {
    width: 770px;
}

.single-uni_event .pagePanel, .single-tc_events .pagePanel {
    margin-bottom: 62px;
}

.single-uni_event .shareSinglePost, .single-tc_events .shareSinglePost {
    padding-top: 29px;
    margin-bottom: 60px;
}

.single-uni_event .singlePostWrap h1, .single-tc_events .singlePostWrap h1 {
    margin-bottom: 70px;
}

.single-uni_event .singlePostWrap h1:before, .single-tc_events .singlePostWrap h1:before {
    display: none;
}

.backToBtn, .backToBtn:visited {
    display: block;
    position: relative;
    float: left;
    line-height: 12px;
    margin-top: 30px;
    padding-left: 18px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.backToBtn i {
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 6px;
    height: 11px;
    background-position: 0 -50px;
}

.nextEventBox {
    width: 100%;
    height: 560px;
    padding-top: 143px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nextEventBox h3 {
    line-height: 56px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 42px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.nextEventBtn, .nextEventBtn:visited {
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: background 0.3s ease, border 0.3s ease;
    -moz-transition: background 0.3s ease, border 0.3s ease;
    -o-transition: background 0.3s ease, border 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.singleEventDetails {
    margin-bottom: 50px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.singleEventDetails .fcell {
    float: left;
    width: 50%;
}

.eventDetailItem {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 54px;
    padding: 0 30px 0 72px;
    text-align: right;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eventDetailItem:last-child {
    border-bottom: 0;
}

.eventDetailItem p {
    display: inline-block;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    vertical-align: middle;
}

.eventDetailItem i {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.eventDetailItem i.fa-map-marker {
    font-size: 18px;
}

.eventDetailItem i.fa-clock-o {
    font-size: 16px;
}

.singleEventDetails .scell {
    float: right;
    width: 50%;
}

.singleEventDetails .location-map .map, .singleEventDetails .location-map {
    width: 100%;
    height: 240px;
}

.singleEventJoinBtnWrap {
    padding-top: 40px;
    text-align: center;
}

.singleEventJoinBtnWrap a, .singleEventJoinBtnWrap a:visited {
    display: inline-block;
    padding: 0 45px;
    height: 46px;
    line-height: 42px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Events registration popup */
.eventRegistrationFancyboxPopup .fancybox-skin {
    border: 1px solid #f0f0f0;
    background: #fcfbfb;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.eventRegistrationFancyboxPopup .fancybox-close {
    top: 3px;
    right: -34px;
    width: 16px;
    height: 16px;
    background-position: -130px -90px;
}

.eventRegistrationWrap {
    display: none;
    width: 650px;
    overflow: hidden;
}

.eventRegistrationWrap h3 {
    line-height: 30px;
    padding: 16px 0;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.eventRegistrationForm {
    padding: 40px;
}

.eventRegistrationForm .form-row {
    margin-bottom: 30px;
}

.eventRegistrationForm .form-row.form-row-first {
    float: left;
    width: 50%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eventRegistrationForm .form-row.form-row-last {
    float: right;
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eventRegistrationForm .form-row input[type="text"], .eventRegistrationForm .form-row input[type="email"], .eventRegistrationForm .form-row textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #7f7f7f;
    padding: 0 20px;
    background: #fcfbfb;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.eventRegistrationForm .form-row textarea {
    height: 186px;
    max-width: 100%;
    padding: 14px 20px 14px 20px;
}

.eventRegistrationForm .form-row textarea::-moz-placeholder,
.eventRegistrationForm .form-row input[type="text"]::-moz-placeholder,
.eventRegistrationForm .form-row input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.eventRegistrationForm .form-row textarea:-ms-input-placeholder,
.eventRegistrationForm .form-row input[type="text"]:-ms-input-placeholder,
.eventRegistrationForm .form-row input[type="email"]:-ms-input-placeholder {
    color: #7f7f7f;
}

.eventRegistrationForm .form-row textarea::-webkit-input-placeholder,
.eventRegistrationForm .form-row input[type="text"]::-webkit-input-placeholder,
.eventRegistrationForm .form-row input[type="email"]::-webkit-input-placeholder {
    color: #7f7f7f;
}

.popupMsg {
    line-height: 22px;
    margin-top: -16px;
    margin-bottom: 20px;
}

.popupMsg p {
    font-size: 14px;
}

.submitEventRegistrationBtn {
    float: right;
    width: 170px;
    height: 46px;
    padding: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.submitEventRegistrationBtn:hover {
    color: #fff;
}

.single-uni_event_last .contentWrap {
    border-bottom: 1px solid #e5e5e5;
}

/* Tickera */
.page-template-templ-events-tickera-php .pagePanel {
    margin-bottom: 0;
}

.tc_the_content_pre {
    display: none !important;
}

.single-tc_events .singleEventDetails .location-map .map, .single-tc_events .singleEventDetails .location-map {
    height: 180px;
}

.tickera-checkout thead tr th,
.tickera-checkout tbody tr td {
    padding-left: 14px !important;
    padding-right: 14px !important;
    font-size: 14px;
}

.cartPage #tickera_cart .tickera-checkout thead tr th,
.cartPage #tickera_cart .tickera-checkout tbody tr td {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.tickera-checkout tr th {
}

.tickera-checkout tbody tr td.actions {
    padding: 20px !important;
    text-align: left;
}

#tickera_cart .tickera-input-field {
    width: 100%;
    height: 46px;
    padding: 0 17px;
    margin-left: 0;
    border: 1px solid #e5e5e5;
    color: #787878;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tickera_cart .tickera-input-field#coupon_code {
    width: 260px;
}

#tickera_cart .tickera-input-field::-moz-placeholder {
    opacity: 1;
    color: #787878;
}

#tickera_cart .tickera-input-field:-ms-input-placeholder {
    color: #787878;
}

#tickera_cart .tickera-input-field::-webkit-input-placeholder {
    color: #787878;
}

#coupon_code {
    margin-right: 16px;
}

#tickera_cart .tickera-button {
    width: auto !important;
    height: 46px !important;
    padding: 0 25px;
    background: rgba(0, 0, 0, 0);
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal !important;
    text-transform: uppercase !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.cartPage #tickera_cart table td.ticket-type {
    text-align: left;
}

.cartPage #tickera_cart .tickera-checkout tr th:last-child, .cartPage #tickera_cart table td.ticket-total {
    text-align: right;
}

.cartPage #tickera_cart .tickera-checkout .ticket-total-all {
    text-align: right;
}

.tickera_additional_info {
    padding: 0px 20px;
}

.tickera_additional_info p {
    margin-bottom: 0 !important;
}

.tickera_additional_info h3, .tickera_owner_info h2, .tickera_owner_info h5 {
    line-height: 54px;
    margin: 0;
    color: #333;
    font-size: 18px !important;
    text-transform: uppercase;
}

.tickera_owner_info h5 {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.tickera_additional_info .fields-wrap {
    margin-bottom: 20px;
}

.tickera_buyer_info {
    float: left;
    width: 50%;
    border-bottom: 0;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tickera_buyer_info + p {
    display: none;
}

.tickera_owner_info {
    float: right;
    width: 50%;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tickera_cart span.total_item_amount {
    min-width: 30px;
}

.singlePostWrap #tickera_cart h1,
.singlePostWrap #tickera_cart h2,
.singlePostWrap #tickera_cart h3,
.singlePostWrap #tickera_cart h4,
.singlePostWrap #tickera_cart h5,
.singlePostWrap #tickera_cart h6 {
    position: static;
}

.tc_cart_errors li {
    margin: 30px 40px;
    line-height: 18px;
    padding: 15px 20px 16px 20px;
    background: #ff5e5d;
    color: #fff;
    list-style: none;
}

/*------------------------------------------------------------------
[21. Shop cart page / .cartPage ]
*/
.cartPage {
}

/*------------------------------------------------------------------
[22. Shop wishlist page / .page-template-templ-wishlist ]
*/
.page-template-templ-bridallist .pagePanel,
.page-template-templ-wishlist .pagePanel {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[23. Shop checkout page / .page.woocommerce-checkout ]
*/
.page.woocommerce-checkout .pagePanel {
    margin-bottom: 0;
}

.woocommerce-privacy-policy-text p {
    line-height: 24px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p a {
    color: #5fc7ae;
    text-decoration: none;
}

/*------------------------------------------------------------------
[24. Single product / .single-product ]
*/
.single-product {
    background: #f4f4f4;
}

/*------------------------------------------------------------------
[25. Classes page / .page-template-templ-classes ]
*/
.page-template-templ-classes {
    background: #f4f4f4;
}

/*------------------------------------------------------------------
[26. 404 page / .error404 ]
*/
.error404 {
    background: #f4f4f4;
}

.page404Wrap {
    padding: 75px 0;
    text-align: center;
}

.page404Wrap img {
    margin-bottom: 64px;
}

.page404Wrap p {
    margin-bottom: 45px;
    line-height: 40px;
    color: #333333;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.page404Wrap a.homePage, .page404Wrap a.homePage:visited {
    display: inline-block;
    width: 168px;
    height: 46px;
    line-height: 42px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page404Wrap a.homePage:hover {
    color: #fff;
}

.page404Wrap .blockTitle {
    padding-top: 0;
    line-height: 80px;
    margin-bottom: 40px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .page404Wrap a.homePage {
        line-height: 46px;
    }
}

/*------------------------------------------------------------------
[27. Validation / .parsley ]
*/
input.parsley-success, select.parsley-success, textarea.parsley-success {
    color: #51c47e !important;
    border: 1px solid #51c47e !important;
}

input.parsley-success::-moz-placeholder, select.parsley-success::-moz-placeholder, textarea.parsley-success::-moz-placeholder {
    opacity: 1 !important;
    color: #51c47e !important;
}

input.parsley-success:-ms-input-placeholder, select.parsley-success:-ms-input-placeholder, textarea.parsley-success:-ms-input-placeholder {
    color: #51c47e !important;
}

input.parsley-success::-webkit-input-placeholder, select.parsley-success::-webkit-input-placeholder, textarea.parsley-success::-webkit-input-placeholder {
    color: #51c47e !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error, .wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid {
    color: #ff5e5d !important;
    border: 1px solid #ff5e5d !important;
}

.wpcf7-form input.wpcf7-not-valid::-moz-placeholder, .wpcf7-form textarea.wpcf7-not-valid::-moz-placeholder,
input.parsley-error::-moz-placeholder, select.parsley-error::-moz-placeholder, textarea.parsley-error::-moz-placeholder {
    opacity: 1 !important;
    color: #ff5e5d !important;
}

.wpcf7-form input.wpcf7-not-valid:-ms-input-placeholder, .wpcf7-form textarea.wpcf7-not-valid:-ms-input-placeholder,
input.parsley-error:-ms-input-placeholder, select.parsley-error:-ms-input-placeholder, textarea.parsley-error:-ms-input-placeholder {
    color: #ff5e5d !important;
}

.wpcf7-form input.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7-form textarea.wpcf7-not-valid::-webkit-input-placeholder,
input.parsley-error::-webkit-input-placeholder, select.parsley-error::-webkit-input-placeholder, textarea.parsley-error::-webkit-input-placeholder {
    color: #ff5e5d !important;
}

.contactForm .wpcf7-not-valid-tip {
    display: none !important;
}

.parsley-errors-list {
    display: none !important;
}

.subscribeBox form input[type="text"].parsley-success {
    color: #51c47e !important;
    border: 2px solid #51c47e !important;
}

.subscribeBox form input[type="text"].parsley-error {
    color: #ff5e5d !important;
    border: 2px solid #ff5e5d !important;
}

/*------------------------------------------------------------------
[28. Alerts / #uni_popup ]
*/
#uni_popup, .contactForm .wpcf7-validation-errors {
    line-height: 18px !important;
    padding: 15px 10px 16px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    background: #ff5e5d !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    text-align: left !important;
}

#uni_popup {
    display: none;
    position: fixed;
    top: 25px;
    left: -125px;
    z-index: 99999;
}

#uni_popup.success-message {
    background: #51c47e !important;
}

#uni_popup.warning-message {
    background: #ff7675 !important;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    line-height: 18px !important;
    padding: 15px 10px 16px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0 !important;
    background: #51c47e !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    text-align: left !important;
}

/*------------------------------------------------------------------
[29. Thank you page / .thankYouBox ]
*/
.thankYouBox {
    margin-bottom: 55px;
    text-align: center;
}

/*------------------------------------------------------------------
[30. Preloader / .loaderWrap ]
*/
.loaderWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999999;
    text-align: center;
}

.eventsWrap #infscr-loading {
    text-align: center;
    padding: 30px 0px;
}

.eventsWrap #infscr-loading img {
    margin: 0 auto;
}

/*------------------------------------------------------------------
[31. Home membership cards / .membershipCardsBlock ]
*/
.page-template-templ-prices-php .contentWrap,
.page-template-templ-prices .contentWrap {
    background: #f4f4f4;
}

.membershipCardsBlock {
    padding-bottom: 50px;
    background: #f4f4f4;
}

.membershipCardsWrap {
    text-align: center;
}

.membershipCardItem {
    display: inline-block;
    width: 408px;
    min-height: 536px;
    margin: 0 13px 30px;
    background: #fff;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}

.membershipCardItem h3 {
    line-height: 105px;
    margin-bottom: 50px;
    font-size: 26px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.membershipCard {
    margin-bottom: 48px;
    text-align: center;
    font-size: 60px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.membershipCard span span {
    position: relative;
    top: -26px;
    font-size: 20px;
}

.membershipCard em {
    display: block;
    padding-top: 6px;
    font-size: 16px;
    font-style: normal;
}

.membershipCardItem p {
    line-height: 30px;
    margin-bottom: 55px;
    padding: 0 45px;
    color: #7f7f7f;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.membership-card-order, .membership-card-order:visited {
    display: inline-block;
    line-height: 42px;
    padding: 0 35px;
    margin-bottom: 60px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.membershipCardOrderMsg {
    line-height: 30px;
    margin-bottom: -9px;
    padding-top: 30px;
    color: #7f7f7f;
    font-size: 16px;
    text-align: center;
}

.membershipCardsWrap.without-order-now-btn .membershipCardItem {
    min-height: 450px;
}

/*------------------------------------------------------------------
[32. Blog with sidebar / .page-template-templ-blog-with-sidebar ]
*/
.single-post-with-sidebar .uni-container,
.page-template-templ-blog-with-sidebar .uni-container {
    padding-top: 55px;
}

.contentLeft {
    float: left;
    width: 840px;
}

.postItemV2 {
    margin-bottom: 50px;
}

.postItemV2Meta {
    text-align: left;
}

.postItemV2Meta .postItemTime {
    display: inline-block;
    margin-top: 29px;
    margin-bottom: 13px;
}

.postItemV2Meta h1,
.postItemV2 h3 {
    line-height: 32px;
    margin-bottom: 20px;
}

.postItemV2Meta h1,
.postItemV2 h3 a,
.postItemV2 h3 a:visited {
    color: #333333;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.postItemV2Img {
    display: block;
    margin-bottom: 24px;
}

.postItemV2Img img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.postItemV2Img:hover img {
    opacity: 0.8;
}

.postItemV2 p {
    line-height: 24px;
    margin-bottom: 27px;
    color: #7f7f7f;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.postItemV2ReadMoreWrap {
    text-align: center;
}

.postItemV2ReadMoreWrap a, .postItemV2ReadMoreWrap a:visited {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

/* Sidebar */
.sidebarRight {
    float: right;
    width: 270px;
}

.sidebar-widget {
    margin-bottom: 46px;
}

.sidebar-widget .widgettitle {
    line-height: 24px;
    margin-bottom: 16px;
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.sidebar-widget li {
    line-height: 24px;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

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

.sidebar-widget li a, .sidebar-widget li a:visited {
    color: #7f7f7f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.sidebar-widget .page_item_has_children .children,
.sidebar-widget .menu-item .sub-menu {
    padding: 6px 0 0 20px;
}

/* Text widget */
.sidebar-widget .textwidget {
    line-height: 26px;
    color: #7f7f7f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.sidebar-widget .textwidget img {
    max-width: 100%;
    height: auto;
}

/* Tags widget */
.tagcloud a, .tagcloud a:visited {
    display: inline-block;
    line-height: 26px;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    margin: 0 6px 10px 0;
    color: #7f7f7f;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -moz-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.tagcloud a:hover {
    border-color: #c9c9c9;
    color: #333333;
}

/* Widget dropdown */
.sidebar-widget select {
    width: 100% !important;
    height: 46px;
    padding: 0 46px 0 18px;
    border: 1px solid #e5e5e5;
    background: url(images/arrow.svg) no-repeat right center;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.rsswidget {
    color: #333333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}

a.rsswidget img {
    position: relative;
    top: 2px;
}

.widget_rss ul li {
    margin-bottom: 16px;
}

.rssSummary {
    line-height: 26px;
    margin-bottom: 6px;
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

.widget_rss ul li cite {
    color: #7f7f7f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}

/* Calendar widget */
#calendar_wrap {
    padding: 14px 0;
    border: 2px solid #333333;
}

#wp-calendar {
    width: 238px;
    margin: 0 16px;
}

#wp-calendar caption {
    line-height: 20px;
    margin-bottom: 2px;
    color: #333333;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

#wp-calendar thead th {
    line-height: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #333333;
    color: #333333;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: center;
}

#wp-calendar tbody td {
    width: 34px;
    height: 30px;
    line-height: 30px;
    color: #7f7f7f;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-align: center;
}

#wp-calendar tbody td#today {
    background: #333333;
    color: #fff;
}

#wp-calendar tbody td#today a {
    color: #fff;
    text-decoration: none;
}

#wp-calendar tfoot td {
    padding-top: 2px;
}

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

#wp-calendar tfoot td a, #wp-calendar tfoot td a:visited {
    display: inline-block;
    line-height: 24px;
    color: #333333;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

#wp-calendar tfoot td a:hover {
    text-decoration: underline;
}

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

.sidebar-widget .search-form .screen-reader-text {
    display: none;
}

.sidebar-widget .search-form .search-field {
    width: 100%;
    height: 46px;
    padding: 0 40px 0 18px;
    border: 1px solid #e5e5e5;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar-widget .search-form .search-field::-moz-placeholder {
    opacity: 1;
    color: #7f7f7f;
}

.sidebar-widget .search-form .search-field:-ms-input-placeholder {
    color: #7f7f7f;
}

.sidebar-widget .search-form .search-field::-webkit-input-placeholder {
    color: #7f7f7f;
}

.sidebar-widget .search-form .search-submit {
    position: absolute;
    right: 12px;
    top: 13px;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    background: url(images/sprite.svg) no-repeat -370px -60px;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.sidebar-widget .search-form .search-submit:hover {
    opacity: 0.7;
}

/*------------------------------------------------------------------
[33. Single post with sidebar ]
*/
.single-post-with-sidebar {
    background: #fff;
}

.singlePostWithSidebar .wrapper {
    width: 1170px;
}

.singlePostWithSidebar .comment-wrapper cite,
.singlePostWithSidebar .commentsBox h2, .singlePostWithSidebar .commentsBox h3 {
    color: #333333;
}

/* Post Share */
.postNavigation {
    position: relative;
    padding: 23px 0;
    min-height: 17px;
    margin: 0 0 35px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.postPrev, .postNext {
    display: inline-block;
    position: relative;
    line-height: 17px;
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.postPrev {
    float: left;
    padding-left: 27px;
}

.postNext {
    float: right;
    padding-right: 27px;
}

.postPrev:hover, .postNext:hover {
    color: #7f7f7f;
}

.postPrev i, .postNext i {
    position: absolute;
    top: 1px;
    width: 7px;
    height: 11px;
}

.postPrev i .postNavigationArrowIcon, .postNext i .postNavigationArrowIcon {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.postPrev:hover i .postNavigationArrowIcon, .postNext:hover i .postNavigationArrowIcon {
    fill: #7f7f7f;
}

.postPrev i {
    left: 0;
}

.postNext i {
    right: 0;
}

.postShareLinks {
    position: absolute;
    left: 50%;
    top: 24px;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}

.projectShareLinks {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.postShareLinks a, .projectShareLinks a {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 0 8px;
}

.postShareLinks a i {
    color: #c9c9c9;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.postShareLinks a:hover i {
    color: #a6a6a6;
}

.postShareLinks a .socialShareIcon, .projectShareLinks a .socialShareIcon {
    -webkit-transition: fill 0.3s ease;
    -moz-transition: fill 0.3s ease;
    -o-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.postShareLinks a:hover .socialShareIcon, .projectShareLinks a:hover .socialShareIcon {
    fill: #a6a6a6;
}

/* Related Posts */
.relatedPostsV2 {
    margin: 0 0 36px 0;
    text-align: left;
}

.relatedPostsV2 h3 {
    margin-bottom: 25px;
    color: #333;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.relatedPostsItemV2 {
    float: left;
    width: 260px;
    margin: 0 0 0 30px;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.relatedPostsItemV2:first-child {
    margin-left: 0;
}

.relatedPostsItemV2 h4 {
    line-height: 20px;
    margin-bottom: 4px;
}

.relatedPostsItemV2 h4 a, .relatedPostsItemV2 h4 a:visited {
    color: #333;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.relatedPostsThumbV2 {
    display: block;
    margin: 0 0 15px 0;
}

.relatedPostsThumbV2 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 #000;
    -moz-box-shadow: 0 0 #000;
    box-shadow: 0 0 #000;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.relatedPostsItemV2 .relatedPostsThumbV2:hover img {
    opacity: 0.8;
}

.categoryLink, .categoryLink:visited {
    display: inline-block;
    height: 14px;
    margin: 0 2px 0 0;
    color: #7f7f7f;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.singlePostWithSidebar .comment-form-author, .singlePostWithSidebar .comment-form-email, .singlePostWithSidebar .comment-form-url {
    width: 266.666px;
}

/*------------------------------------------------------------------
[34. WooCommerce Product Filter ]
*/
.prdctfltr_wc {
    margin-bottom: 40px !important;
    padding: 0 40px !important;
}

.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_filter_submit {
    height: 46px !important;
    line-height: 42px !important;
    padding: 0 40px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sidebar-widget .prdctfltr_wc {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
