/* version 1.0.0 */

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

A. Custom Classes
	a.3.) button reset
	a.66.) header-custom-styles-1
	a.67.) header-custom-styles-2
	a.68.) header-custom-styles-3
	a.69.) header-custom-styles-4
	a.70.) header-custom-styles-5
	a.71.) header-custom-styles-7
	a.72.) header-custom-styles-8
	a.73.) header-custom-styles-9
	a.74.) header-custom-styles-10
	a.75.) header-custom-styles-11
	a.76.) header-custom-styles-12
1. Reset
	1.a) theme-row
	1.b) images-reset
2. Meta Bar
	2.a.) message-container
	2.b.) nav-container
	2.c.) wpml-container
	2.d.) social-icons-container
3. Top Bar
	3.a.) top-bar-nav
	3.b.) social-icons-container
	3.c.) message-container
	3.d.) nav-container
	3.e.) wpml-container
4. Header Elements
	4.a.) header-search-form
	4.b.) header-banner
	4.c.) shopping-cart
5. Header Types
	5.a.) header-type-1
	5.b.) header-type-2
	5.c.) header-type-3
	5.d.) header-type-4
	5.e.) middle-header
6. Navigation Types
	6.a.) nav-type-1
	6.b.) nav-type-2
	6.b.) nav-type-3
7. Submenu Types
	7.a.) nav-submenu-type-1
	7.b.) nav-submenu-type-2
	7.c.) nav-submenu-type-3
	7.d.) nav-submenu-type-4
	7.e.) nav-submenu-type-5
8. Megamenu Types
	8.a.) nav-megamenu-type-1
	8.b.) nav-megamenu-type-2
	8.c.) nav-megamenu-type-3
	8.d.) nav-megamenu-type-4
9. Title Types
	9.a.) title-reset
	9.b.) title-type-1
	9.c.) title-type-2
	9.d.) title-type-3
	9.e.) title-type-4
10. Title Variant
	10.a.) title-variant-1
	10.b.) title-variant-2
	10.c.) title-variant-3
	10.d.) title-variant-4
11. Breadcrumb Variant
	11.a.) breadcrumb-variant-1
	11.b.) breadcrumb-variant-2
12. Sidebar
13. Widgets
	13.a.) widget-search-form
	13.b.) widget-list
	13.c.) widget-theme-post
	13.d.) widget-theme-post-2
	13.e.) widget-tags
	13.f.) widget-text
	13.h.) widget-social-icons
	13.i.) widget-social-icons-2
	13.j.) widget-product-categories
	13.k.) widget-products
	13.l.) widget-price-filter
14. Footer
	14.a.) footer-widgets
	14.b.) widget-list
	14.c.) widget-theme-post-2
	14.d.) widget-social-icons
	14.e.) widget-social-icons-2
	14.f.) widget-search-form
	14.g.) top-section-banner
	14.h.) footer-nav
	14.i.) bottom-section
	14.j.) widget-price-filter
	14.k.) widget-products
	14.l.) widget-theme-post
	14.m.) widget-tags
15. Front Blog
	15.a.) blog-post
	15.b.) post-type-1
	15.c.) post-type-2
	15.d.) post-type-3
	15.e.) post-type-4
	15.f.) pagination-type-1
	15.g.) pagination-type-2
	15.h.) pagination-type-3
16. Blog Post
	16.a.) single-post-1
	16.b.) single-post-2
	16.c.) single-post-3
	16.d.) comment-list-1
	16.e.) comment-list-2
	16.f.) comment-list-3
17. Portfolio Post
	17.a.) portfolio-post-1
	17.b.) portfolio-post-2
	17.c.) portfolio-post-3
	17.d.) portfolio-post-4
18. Team Post
	18.a.) team-post-1
	18.b.) team-post-2
	18.c.) team-post-3
	18.d.) team-post-4
19. Shop
	19.a.) shop-count-ordering-1
	19.b.) shop-count-ordering-2
	19.c.) shop-products-1
	19.d.) shop-products-2
	19.e.) shop-products-3
	19.f.) shop-product-category-1
	19.g.) shop-product-category-2
	19.h.) shop-product-category-3
	19.i.) shop-template-1
	19.j.) shop-product-category-4
20. Product Post
	20.a.) product-post-1
	20.b.) product-post-2
	20.c.) product-post-3
21. Shop Cart
	21.a.) shop-cart-1
	21.b.) shop-cart-2
22. Shop Checkout
	22.a.) shop-checkout-2
23. Service Post
	23.a.) service-post-1
	23.b.) service-post-2
	23.c.) service-post-3
	23.d.) service-post-4
24. 404 Page
25. Search Page
27. Sticky Navigation
28. Back To Top
29. Header Background
30. Parallax Row
31. Row Background
32. Footer Background

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

/*------------------------------------------------------------------
Custom Classes
-------------------------------------------------------------------*/

/* a.3.) button reset */

.btn.btn-primary {
    background-color: #ccc;
    color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #d7d7d7;

    color: #fff;
}

.btn.btn-secondary {
    background-color: #959595;
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    background-color: #a1a1a1;

    color: #fff;
}

.btn.btn-color-1 {
    background-color: #fff;
    color: #363636;
}

.btn.btn-color-1:hover,
.btn.btn-color-1:active,
.btn.btn-color-1:focus {

    background-color: #fff;
    color: #363636;
}

.btn.btn-color-2 {
    background-color: #363636;
    color: #fff;
}

.btn.btn-color-2:hover,
.btn.btn-color-2:active,
.btn.btn-color-2:focus {
    background-color: #464646;

    color: #fff;
}

/* a.66.) header-custom-styles-1 */
.header-custom-styles-1.header-type-1 .message-container {
    color: #fff;
}

.header-custom-styles-1.header-type-1 .button-container {
    margin-top: 20px;
    margin-left: 10px;
}

.header-custom-styles-1.header-type-1 .search-container {
    margin-top: 20px;
}

.header-custom-styles-1.header-type-1 .nav-type-1 .wsmenu-list > li > a:after {
    bottom: -3px;
}

.header-custom-styles-1.header-type-1 .top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-custom-styles-1.header-type-1 .meta-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-custom-styles-1.header-type-1 .middle-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-custom-styles-1.header-type-1 .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-custom-styles-1.header-type-1 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-1.header-type-1 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.header-custom-styles-1.header-type-1 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* a.67.) header-custom-styles-2 */
.header-custom-styles-2.header-type-1 .button-container {
    margin-top: 20px;
    margin-left: 10px;
}

.header-custom-styles-2.header-type-1 .search-container {
    margin-top: 20px;
}

.header-custom-styles-2.header-type-1 .nav-type-1 .wsmenu-list > li > a:after {
    background-color: #363636;
}

.header-custom-styles-2.header-type-1 .meta-bar {
    border-bottom: none;
    background-color: #ccc;
}

.header-custom-styles-2.header-type-1 .message-container {
    color: #363636;
}

.header-custom-styles-2.header-type-1 .middle-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-2.header-type-1 .bottom-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-2.header-type-1 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-2.header-type-1 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-color: #ebebeb !important;
}

.header-custom-styles-2.header-type-1 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: #ebebeb !important;
}

/* a.68.) header-custom-styles-3 */
.header-custom-styles-3.header-type-1 .bottom-header .right-bar .button-container .btn {
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-custom-styles-3.header-type-1 .search-container {
    margin-top: 20px;
    margin-left: 40px;
}

.header-custom-styles-3.header-type-1 .banner-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-custom-styles-3.header-type-1 .nav-type-1 .wsmenu-list > li > a:after {
    background-color: #363636;
}

.header-custom-styles-3.header-type-1 .meta-bar {
    border-bottom: none;
    background-color: #ccc;
}

.header-custom-styles-3.header-type-1 .message-container {
    color: #363636;
}

.header-custom-styles-3.header-type-1 .middle-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-3.header-type-1 .bottom-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-3.header-type-1 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-3.header-type-1 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-color: 1px solid #ebebeb !important;
}

.header-custom-styles-3.header-type-1 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: #ebebeb !important;
}

/* a.69.) header-custom-styles-4 */
.header-custom-styles-4.header-type-2 .container-left-position {
    margin-top: 20px;
}

.header-custom-styles-4.header-type-2 .container-right-position {
    margin-top: 20px;
}

.header-custom-styles-4.header-type-2 .nav-type-1 .wsmenu-list > li > a:after {
    background-color: #363636;
}

.header-custom-styles-4.header-type-2 .meta-bar {
    border-bottom: none;
    background-color: transparent;
}

.header-custom-styles-4.header-type-2 .message-container {
    color: #fff;
}

.header-custom-styles-4.header-type-2 .middle-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-4.header-type-2 .bottom-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-4.header-type-2 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-4.header-type-2 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-color: 1px solid #ebebeb !important;
}

.header-custom-styles-4.header-type-2 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: 1px solid #ebebeb !important;
}

/* a.70.) header-custom-styles-5 */
.header-custom-styles-5.header-type-3 .container-left-position {
    margin-top: 20px;
}

.header-custom-styles-5.header-type-3 .container-right-position {
    margin-top: 20px;
}

.header-custom-styles-5.header-type-3 .nav-type-1 .wsmenu-list > li > a:after {
    background-color: #363636;
}

.header-custom-styles-5.header-type-3 .middle-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-5.header-type-3 .bottom-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-5.header-type-3 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-5.header-type-3 .top-bar {
    border-bottom: none;
}

.header-custom-styles-5.header-type-3 .nav-type-1 .wsmenu-list > li:first-child > a > span {

    border-color: #ebebeb !important;
}

.header-custom-styles-5.header-type-3 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: #ebebeb !important;
}

/* a.71.) header-custom-styles-7 */
.header-custom-styles-7.header-type-4 .meta-bar {
    border-bottom: none;
}

.header-custom-styles-7.header-type-4 .message-container {
    color: #fff;
}

.header-custom-styles-7.header-type-4 .middle-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-7.header-type-4 .nav-is-sticky.stuck.middle-header {
    background-color: #fff;
}

.header-custom-styles-7.header-type-4 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-color: #ebebeb !important;
}

.header-custom-styles-7.header-type-4 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: #ebebeb !important;
    line-height: 60px;
}

.header-custom-styles-7.header-type-4 .nav-type-1 .wsmenu-list > li > a:after {
    top: 0;
    bottom: inherit;
    background-color: #363636;
}

.header-custom-styles-7.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    line-height: 60px;
}

.header-custom-styles-7 .right-bar .shopping-cart-btn-wrap {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-7 .nav-is-sticky.stuck .right-bar .shopping-cart-btn-wrap {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-7 .right-bar .shopping-cart-btn {
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

/* a.72.) header-custom-styles-8 */
.header-custom-styles-8.header-type-4 .top-bar {
    border-bottom: none;
}

.header-custom-styles-8.header-type-4 .middle-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-8.header-type-4 .nav-is-sticky.stuck.middle-header {
    background-color: #fff;
}

.header-custom-styles-8.header-type-4 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-left: none;
}

.header-custom-styles-8.header-type-4 .nav-type-1 .wsmenu-list > li > a > span {
    border-right: none;
    line-height: 60px;
}

.header-custom-styles-8.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-left: none;
}

.header-custom-styles-8.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    border-right: none;
    line-height: 60px;
}

.header-custom-styles-8.header-type-4 .nav-type-1 .wsmenu-list > li > a:after {
    top: 0;
    bottom: inherit;
    background-color: #363636;
}

/* a.73.) header-custom-styles-9 */
.header-custom-styles-9.header-type-4 .top-bar {
    border-bottom: none;
}

.header-custom-styles-9.header-type-4 .meta-bar {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-9.header-type-4 .message-container {
    color: #363636;
}

.header-custom-styles-9.header-type-4 .middle-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-9.header-type-4 .nav-is-sticky.stuck.middle-header {
    background-color: #fff;
}

.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-left: none;
}

.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li > a > span {
    border-right: none;
    line-height: 60px;
}

.header-custom-styles-9.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    border-right: none;
    line-height: 60px;
}

.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li:hover > a,
.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li > a:hover,
.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li > a.active {
    background-color: #ebebeb;
}

.header-custom-styles-9.header-type-4 .nav-type-1 .wsmenu-list > li > a:after {
    top: 0;
    bottom: inherit;
    background-color: #363636;
}

.header-custom-styles-9 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    border: none !important;
}

.header-custom-styles-9.header-type-4 .meta-bar .nav-container.icon-type-2 .icon {
    border-color: #ccc;
    color: #ccc;
}

.header-custom-styles-9.header-type-4 .meta-bar .nav-container li {
    border-color: #ebebeb;
}

/* a.74.) header-custom-styles-10 */
.header-custom-styles-10.header-type-4 {
    padding-top: 80px;
}

.header-custom-styles-10.header-type-4.header-inside-container .meta-bar .container {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-10.header-type-4 .message-container {
    color: #363636;
}

.header-custom-styles-10.header-type-4 .nav-is-sticky.stuck.middle-header {
    background-color: #fff;
}

.header-custom-styles-10.header-type-4.header-inside-container .middle-header .container {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-10.header-type-4 .nav-is-sticky.stuck.middle-header .container {
    background-color: transparent;
}

.header-custom-styles-10.header-type-4 .nav-type-1 .wsmenu-list > li > a {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-10.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-10.header-type-4 .nav-type-1 .wsmenu-list > li > a > span {
    border-color: #ebebeb !important;
    line-height: 50px;
}

.header-custom-styles-10.header-type-4 .nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    line-height: 50px;
}

.header-custom-styles-10.header-type-4 .nav-type-1 .wsmenu-list > li > a:after {
    top: 0;
    bottom: inherit;
    background-color: #363636;
}

.header-custom-styles-10.header-type-4 .meta-bar .wpml-container li {
    border-color: #ebebeb !important;
}

.header-custom-styles-10 .right-bar .shopping-cart-btn-wrap {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-10 .nav-is-sticky.stuck .right-bar .shopping-cart-btn-wrap {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
}

.header-custom-styles-10 .right-bar .shopping-cart-btn {
    padding-top: 11px;
    padding-right: 20px;
    padding-bottom: 11px;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

/* a.75.) header-custom-styles-11 */
.header-custom-styles-11.header-type-4 .meta-bar {
    border-bottom: none;
    background-color: #363636;
}

.header-custom-styles-11.header-type-4 .message-container {
    color: #fff;
}

.header-custom-styles-11.header-type-4 .middle-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-11.header-type-4 .nav-is-sticky.stuck.middle-header {
    background-color: #fff;
}

.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li:first-child > a > span {
    border-left: none;
}

.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li > a > span {
    border-right: none;
    line-height: 60px;
}

.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li:hover > a,
.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li > a:hover,
.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li > a.active {
    background-color: #ebebeb;
}

.header-custom-styles-11.header-type-4 .nav-type-1 .wsmenu-list > li > a:after {
    top: 0;
    bottom: inherit;
    background-color: #363636;
}

.header-custom-styles-11.header-type-4 .meta-bar .nav-container.icon-type-2 .icon {
    border-color: #ccc;
    color: #ccc;
}

.header-custom-styles-11.header-type-4 .meta-bar .nav-container li {
    border-color: #ebebeb !important;
}

.header-custom-styles-11.header-type-4 .meta-bar .wpml-container li {
    border-color: #ebebeb !important;
}

.header-custom-styles-11.header-type-4 .nav-type-3 .wsmenu-list > li > a {
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
}

/* a.76.) header-custom-styles-12 */
.header-custom-styles-12.header-type-1 .search-container {
    margin-top: 20px;
    margin-left: 20px;
}

.header-custom-styles-12.header-type-1 .banner-container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.header-custom-styles-12.header-type-1 .middle-header {
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.header-custom-styles-12.header-type-1 .bottom-header {
    border-bottom: none;
    background-color: #fff;
}

.header-custom-styles-12.header-type-1 .nav-is-sticky.stuck.bottom-header {
    background-color: #fff;
}

.header-custom-styles-12 .right-bar .shopping-cart-btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.header-custom-styles-12 .right-bar .shopping-cart-btn {
    padding-top: 18px;
    padding-right: 15px;
    padding-bottom: 18px;
    padding-left: 15px;
    background-color: #363636;
    color: #fff;
}

.header-custom-styles-12 .nav-is-sticky.stuck .right-bar .shopping-cart-btn-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.header-custom-styles-12 .nav-is-sticky.stuck .right-bar .shopping-cart-btn {
    color: #fff;
}

.header-custom-styles-12 .right-bar .shopping-cart-btn .count {
    background-color: #959595;
}

.header-custom-styles-12 .right-bar .shopping-cart-btn .count:after {
    border-right-color: #959595;
}

.header-custom-styles-12 .nav-is-sticky.stuck .right-bar .shopping-cart-btn .count {
    background-color: #959595;
}

.header-custom-styles-12 .nav-is-sticky.stuck .right-bar .shopping-cart-btn .count:after {
    border-right-color: #959595;
}

.header-custom-styles-12 .nav-type-1 .wsmenu-list > li > a > span {
    border: none !important;
}

.header-custom-styles-12.header-type-1 .nav-type-1 .wsmenu-list > li:hover > a:after
.header-custom-styles-12.header-type-1 .nav-type-1 .wsmenu-list > li > a:hover:after,
.header-custom-styles-12.header-type-1 .nav-type-1 .wsmenu-list > li > a.active:after {
    display: none;
}

/*------------------------------------------------------------------
1. Reset
-------------------------------------------------------------------*/
html {
    background-color: #fff;
}

body {
    color: #363636;
}

a {
    color: #0072bc;
}

a:hover {
    color: #ed1c24;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;

    color: #363636;
    font-weight: 700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

th {
    text-align: left;
}

.inner-page {
    padding-top: 50px;
}

.inner-page-no-top-padding {
    padding-top: 0;
}

.inner-page-left-sidebar .inner-page-content {
    float: right;
}

@media only screen and (max-width: 991px) {
    .inner-page-left-sidebar .inner-page-content {
        float: none;
    }
}

p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

big {
    font-size: 16px;
}

span.big {
    font-size: 16px;
}

hr.small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-centered {
    text-align: center;
}

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

@media only screen and (max-width: 991px) {
    .img-responsive-fix {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    div[class^='col-xs'].row-responsive-fix,
    div[class*=' col-xs'].row-responsive-fix,
    div[class^='col-sm'].row-responsive-fix,
    div[class*=' col-sm'].row-responsive-fix,
    div[class^='col-md'].row-responsive-fix,
    div[class*=' col-md'].row-responsive-fix,
    div[class^='col-lg'].row-responsive-fix,
    div[class*=' col-lg'].row-responsive-fix {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .row-responsive-fix {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.arial-font {
    font-family: Arial, Helvetica, sans-serif;
}

#main {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

@media (min-width: 768px) {
    .boxed #main,
    .boxed #headerWrap,
    .boxed #footer {
        margin-right: auto;
        margin-left: auto;
        width: 780px;
    }

    .boxed.min-width-1230 #main,
    .boxed.min-width-1230 #headerWrap,
    .boxed.min-width-1230 #footer {
        margin-right: auto;
        margin-left: auto;
        width: 810px;
    }
}

@media (min-width: 992px) {
    .boxed #main,
    .boxed #headerWrap,
    .boxed #footer {
        margin-right: auto;
        margin-left: auto;
        width: 1000px;
    }

    .boxed.min-width-1230 #main,
    .boxed.min-width-1230 #headerWrap,
    .boxed.min-width-1230 #footer {
        margin-right: auto;
        margin-left: auto;
        width: 1030px;
    }
}

@media (min-width: 1200px) {
    .boxed #main,
    .boxed #headerWrap,
    .boxed #footer {
        margin-right: auto;
        margin-left: auto;
        width: 1200px;
    }

    .boxed.min-width-1230 #main,
    .boxed.min-width-1230 #headerWrap,
    .boxed.min-width-1230 #footer {
        margin-right: auto;
        margin-left: auto;
        width: 1230px;
    }
}

@media (min-width: 1450px) {
    .boxed.min-width-1450 #main,
    .boxed.min-width-1450 #headerWrap,
    .boxed.min-width-1450 #footer {
        margin-right: auto;
        margin-left: auto;
        width: 1450px;
    }
}

@media (min-width: 1450px) {
    .min-width-1450 .container {
        width: 1420px;
    }
}

#header.header-container-disabled-padding .container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .header-container-disabled-padding .container {
        width: 708px;
    }
}

@media (min-width: 992px) {
    .header-container-disabled-padding .container {
        width: 932px;
    }
}

@media (min-width: 1200px) {
    .header-container-disabled-padding .container {
        width: 1140px;
    }
}

@media (min-width: 1450px) {
    .min-width-1450 .header-container-disabled-padding .container {
        width: 1390px;
    }
}

/* 1.a) theme-row */
.theme-row {
    margin-bottom: 20px;
}

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

.full-width-theme-row {
    position: relative;
    box-sizing: border-box;
}

.no-padding-theme-row div[class^='col-xs'],
.no-padding-theme-row div[class*=' col-xs'],
.no-padding-theme-row div[class^='col-sm'],
.no-padding-theme-row div[class*=' col-sm'],
.no-padding-theme-row div[class^='col-md'],
.no-padding-theme-row div[class*=' col-md'],
.no-padding-theme-row div[class^='col-lg'],
.no-padding-theme-row div[class*=' col-lg'] {
    padding-right: 0;
    padding-left: 0;
}

.theme-row-wrap {
    margin-right: 0;
    margin-left: 0;
}

.row-background-image-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .theme-row-5-cols .col-sm-2,
    .theme-row-5-cols .col-md-2,
    .theme-row-5-cols .col-lg-2 {
        width: 20%;
    }
}

.theme-row-5-cols .col-sm-2:last-child,
.theme-row-5-cols .col-md-2:last-child,
.theme-row-5-cols .col-lg-2:last-child {
    visibility: hidden;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 0;
}

@media (min-width: 992px) {
    .theme-row-flex,
    .theme-row-flex > .theme-row-flex-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
    }

    .theme-row-flex {
        box-sizing: border-box;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .theme-row-flex > .theme-row-flex-column {
        display: flex;
    }

    .theme-row-flex > .theme-row-flex-column > .theme-row-flex-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }

    .theme-row-flex::after,
    .theme-row-flex::before {
        display: none;
    }

    .theme-row-flex.theme-row-flex-bottom {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .theme-row-flex.theme-row-flex-middle {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .theme-row-flex.theme-row-flex-bottom {
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .theme-row-flex.theme-row-flex-middle {
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .theme-row-flex.theme-row-flex-bottom > .theme-row-flex-column {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .theme-row-flex.theme-row-flex-middle > .theme-row-flex-column {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .theme-row-flex-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .theme-row-flex > .theme-row-flex-column > .theme-row-flex-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

/* 1.b) images-reset */
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full {
    max-width: 100%;
    height: auto;
}

.alignright {
    float: right;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0;
}

.aligncenter {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

.alignnone {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

.wp-caption {
    max-width: 100% !important;
    height: auto;
}

.wp-caption.aligncenter {
    text-align: center;
}

.wp-caption img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    max-width: 98.5%;
    width: auto;
    height: auto;
    border: 0 none;
}

.wp-caption-text {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    color: #959595;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
}

/*------------------------------------------------------------------
2. Meta Bar
-------------------------------------------------------------------*/
.meta-bar {
    line-height: 20px;
}

.meta-bar .mb-left-container {
    float: left;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

.meta-bar .mb-right-container {
    float: right;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

@media only screen and (max-width: 991px) {
    .meta-bar .mb-left-container {
        float: none !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }

    .meta-bar .mb-right-container {
        float: none !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

/* 2.a.) message-container */
.message-container {

    font-weight: 400;
}

.mb-left-container .message-container {
    float: left;
}

.mb-right-container .message-container {
    float: right;
}

@media only screen and (max-width: 991px) {
    .mb-left-container .message-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .mb-right-container .message-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

/* 2.b.) nav-container */
.meta-bar .nav-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.meta-bar .nav-container li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;

    border-color: #fff !important;
    border-right-width: 1px;
    border-right-style: solid;
    font-weight: 400;
}

.meta-bar .nav-container li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.meta-bar .nav-container .icon {
    margin-right: 5px;

    color: #fff;
}

.meta-bar .nav-container li a {

    color: #363636;
}

.meta-bar .nav-container li a:hover {

    color: #959595;
}

.meta-bar .nav-container.icon-type-2 .icon {
    display: inline-block;
    margin-top: 0;
    margin-top: -2px;
    margin-bottom: -2px;
    width: 24px;
    height: 24px;
    border: 1px solid;

    border-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    vertical-align: middle;
    text-align: center;
}

.meta-bar .nav-container.icon-type-2 .icon:before {
    line-height: 22px;
}

.mb-left-container .nav-container {
    float: left;
}

.mb-right-container .nav-container {
    float: right;
}

@media only screen and (max-width: 991px) {
    .mb-left-container .nav-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .mb-right-container .nav-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

/* 2.c.) wpml-container */
.mb-left-container .wpml-container {
    float: left;
}

.mb-right-container .wpml-container {
    float: right;
}

@media only screen and (max-width: 991px) {
    .mb-left-container .wpml-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .mb-right-container .wpml-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

.meta-bar .wpml-container img {
    margin-right: 5px;
}

.meta-bar .wpml-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.meta-bar .wpml-container li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;

    border-color: #fff !important;
    border-right-width: 1px;
    border-right-style: solid;
}

.meta-bar .wpml-container li a {

    font-weight: 400;
}

.meta-bar .wpml-container li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* 2.d.) social-icons-container */
.meta-bar .social-icons-container {
    margin-top: -6px;
    margin-right: 0;
    margin-bottom: -6px;
    margin-left: 0;
}

.mb-left-container .social-icons-container {
    float: left;
}

.mb-right-container .social-icons-container {
    float: right;
}

@media only screen and (max-width: 991px) {
    .mb-left-container .social-icons-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .mb-right-container .social-icons-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

.meta-bar .social-icons-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.meta-bar .social-icons-container li {
    display: inline-block;
    margin-right: 2px;
}

.meta-bar .social-icons-container li:last-child {
    margin-right: 0;
}

.meta-bar .social-icons-container .icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-color: #fff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.meta-bar .social-icons-container .icon:before {
    line-height: 30px;
}

.meta-bar .social-icons-container .icon .tooltip-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: block;
    margin-bottom: 5px;
    width: auto;

    background-color: #252525;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: none;
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.meta-bar .social-icons-container .icon .tooltip-container span {
    display: block;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

.meta-bar .social-icons-container .icon .tooltip-container:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    content: " ";
}

.meta-bar .social-icons-container .icon .tooltip-container:after {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    border-right-width: 0;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 10px;

    border-left-color: #252525;
    content: "";
}

.meta-bar .social-icons-container .icon:hover .tooltip-container {
    opacity: 1;
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
    pointer-events: auto;
}

.lte8 .meta-bar .social-icons-container .icon .tooltip-container {
    display: none;
}

.lte8 .meta-bar .social-icons-container .icon:hover .tooltip-container {
    display: block;
}

/*------------------------------------------------------------------
3. Top Bar
-------------------------------------------------------------------*/

/* 3.a.) top-bar-nav */
.top-bar .top-bar-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.top-bar .top-bar-nav ul li {
    display: block;
    float: left;

    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.top-bar .top-bar-nav ul li:first-child {
    border-left-width: 1px;
    border-left-style: solid;
}

@media only screen and (max-width: 991px) {
    .top-bar .top-bar-nav ul li {
        float: none !important;
        margin-top: 20px !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;

        border: 1px solid !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
}

.top-bar .top-bar-nav ul li a {
    position: relative;
    display: block;
    padding-top: 20px;
    padding-right: 85px;
    padding-bottom: 20px;
    padding-left: 20px;

    color: #fff;
    text-decoration: none;
}

.top-bar .top-bar-nav ul li a span {
    display: block;
}

.top-bar .top-bar-nav ul li a .title {
    text-transform: uppercase;

    font-weight: 700;
    font-size: 14px;
}

.top-bar .top-bar-nav ul li a .description {
    color: rgba(255, 255, 255, 0.8);

    font-size: 13px;
}

.top-bar .top-bar-nav ul li a i {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    width: 40px;
    height: 40px;

    color: #fff;
    text-align: center;
    font-size: 30px;
}

.top-bar .top-bar-nav ul li a i:before {
    line-height: 40px;
}

.top-bar .top-bar-nav ul li a i.icon-img {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.top-bar .top-bar-nav.icon-style-2 ul li a i.icon-img {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.top-bar .top-bar-nav ul li a i.icon-img img {
    display: block;
    max-width: 100% !important;
    width: 1em;
}

.top-bar .top-bar-nav.icon-style-2 ul li a i {
    background-color: #363636;

    font-size: 24px;
}

.top-bar .top-bar-nav.icon-style-2 ul li a i:after {
    position: absolute;
    top: 10px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 15px;
    border-right-color: #363636;
    border-bottom-width: 15px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.top-bar .top-bar-nav.icon-style-2 ul li a:hover i {
    background-color: #959595;
}

.top-bar .top-bar-nav.icon-style-2 ul li a:hover i:after {
    border-right-color: #959595;
}

.top-bar-left-container .top-bar-nav {
    float: left;
}

.top-bar-right-container .top-bar-nav {
    float: right;
}

@media only screen and (max-width: 991px) {
    .top-bar-left-container .top-bar-nav {
        display: table !important;
        float: none !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
    }

    .top-bar-right-container .top-bar-nav {
        display: table !important;
        float: none !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
    }
}

/* 3.b.) social-icons-container */
.top-bar-left-container .social-icons-container {
    float: left;
}

.top-bar-right-container .social-icons-container {
    float: right;

    margin-top: 24px;
}

@media only screen and (max-width: 991px) {
    .top-bar-left-container .social-icons-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .top-bar-right-container .social-icons-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

.top-bar .social-icons-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.top-bar .social-icons-container li {
    display: inline-block;
    margin-right: 2px;
}

.top-bar .social-icons-container li:last-child {
    margin-right: 0;
}

.top-bar .social-icons-container .icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-color: #fff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.top-bar .social-icons-container .icon:before {
    line-height: 30px;
}

.top-bar .social-icons-container .icon .tooltip-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: block;
    margin-bottom: 5px;
    width: auto;

    background-color: #252525;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: none;
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.top-bar .social-icons-container .icon .tooltip-container span {
    display: block;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

.top-bar .social-icons-container .icon .tooltip-container:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    content: " ";
}

.top-bar .social-icons-container .icon .tooltip-container:after {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    border-right-width: 0;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 10px;
    border-left-color: #252525;
    content: "";
}

.top-bar .social-icons-container .icon:hover .tooltip-container {
    opacity: 1;
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
    pointer-events: auto;
}

.lte8 .top-bar .social-icons-container .icon .tooltip-container {
    display: none;
}

.lte8 .top-bar .social-icons-container .icon:hover .tooltip-container {
    display: block;
}

/* 3.c.) message-container */
.top-bar-right-container .message-container {
    float: left;
}

.top-bar-right-container .message-container {
    float: right;

    margin-top: 25px;
}

/* 3.d.) nav-container */
.top-bar .nav-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.top-bar .nav-container li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;

    border-color: #fff !important;
    border-right-width: 1px;
    border-right-style: solid;
}

.top-bar .nav-container li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.top-bar .nav-container .icon {
    margin-right: 5px;

    color: #fff;
}

.top-bar .nav-container.icon-type-2 .icon {
    display: inline-block;
    margin-top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid;

    border-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
}

.top-bar-left-container .nav-container {
    float: left;
}

.top-bar-right-container .nav-container {
    float: right;

    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .top-bar-left-container .nav-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .top-bar-right-container .nav-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

/* 3.e.) wpml-container */
.top-bar-left-container .wpml-container {
    float: left;
}

.top-bar-right-container .wpml-container {
    float: right;

    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .top-bar-left-container .wpml-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .top-bar-right-container .wpml-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

.top-bar .wpml-container img {
    margin-right: 5px;
}

.top-bar .wpml-container ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.top-bar .wpml-container li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;

    border-color: #fff !important;
    border-right-width: 1px;
    border-right-style: solid;
}

.top-bar .wpml-container li a {

    font-weight: 400;
}

.top-bar .wpml-container li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*------------------------------------------------------------------
4. Header Elements
-------------------------------------------------------------------*/
#headerWrap {
    position: relative;
}

.revslider-header {
    position: relative;
}

.revslider-header #header {
    position: relative;
    z-index: 100;
}

.revslider-header .revslider-header-wrap {
    position: relative;
}

.revslider-absolute-header #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* 4.a.) header-search-form */
form.header-search-form {
    position: relative;
}

form.header-search-form input.search {
    display: block;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 46px;
    width: 218px;
    height: 48px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;

    background-color: #fff;
    background-image: none;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

form.header-search-form input.search:focus {
    outline: 0;

    border-color: #c2c2c2;
    background-color: #fff;
}

form.header-search-form input.search::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

form.header-search-form input.search:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

form.header-search-form input.search::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

form.header-search-form.search-form-type-2 input.search {
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 46px;
    width: 48px;
}

form.header-search-form.search-form-type-2 input.search:focus {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 46px;
    width: 218px;
}

@media only screen and (max-width: 991px) {
    form.header-search-form.search-form-type-2 input.search {
        padding-top: 12px !important;
        padding-right: 20px !important;
        padding-bottom: 12px !important;
        padding-left: 46px !important;
        width: 218px !important;
    }
}

form.header-search-form i.icon {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 30px;
    height: 30px;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background: #363636;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

form.header-search-form i.icon:before {
    line-height: 30px;
}

/* 4.b.) header-banner */
.header-banner {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.header-banner img {
    max-width: 100%;
    max-height: 60px;
    width: 100%;
    height: auto;
}

/* 4.c.) shopping-cart */
.shopping-cart-btn-wrap {
    position: relative;
    display: block;
    padding-top: 18px;
    padding-right: 0;
    padding-bottom: 18px;
    padding-left: 0;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .shopping-cart-btn-wrap {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

.shopping-cart-btn {
    display: block;
    color: #363636;
    text-decoration: none !important;

    font-weight: inherit;
    line-height: 20px;
}

.shopping-cart-btn:hover {

    color: #363636;
}

.shopping-cart-btn-content {
    display: block;
}

.nav-is-sticky.stuck .shopping-cart-btn-wrap {
    padding-top: 18px;

    padding-right: 0;
    padding-bottom: 18px;
    padding-left: 0;
}

.nav-is-sticky.stuck .shopping-cart-btn {
    color: #363636;

    font-weight: inherit;
}

.nav-is-sticky.stuck .shopping-cart-btn:hover {

    color: #363636;
}

.shopping-cart-btn .count {
    position: relative;
    display: inline-block;
    margin-left: 13px;
    width: 24px;
    height: 24px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

.shopping-cart-btn .count:after {
    position: absolute;
    top: 7px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 10px;

    border-right-color: #363636;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.shopping-cart-btn-wrap:hover .shopping-cart-btn .count {

    background-color: #959595;
    color: #fff;
}

.shopping-cart-btn-wrap:hover .shopping-cart-btn .count:after {
    border-right-color: #959595;
}

.nav-is-sticky.stuck .shopping-cart-btn .count {

    background-color: #363636;
    color: #fff;
}

.nav-is-sticky.stuck .shopping-cart-btn .count:after {

    border-right-color: #363636;
}

.nav-is-sticky.stuck .shopping-cart-btn-wrap:hover .shopping-cart-btn .count {

    background-color: #959595;
    color: #fff;
}

.nav-is-sticky.stuck .shopping-cart-btn-wrap:hover .shopping-cart-btn .count:after {

    border-right-color: #959595;
}

.shopping-cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: 300px;

    background-color: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    color: #363636;
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
}

.shopping-cart-dropdown.shopping-cart-element:after {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 0;
    border-right-color: transparent;
    border-bottom-width: 15px;
    border-bottom-color: #363636;
    border-left-width: 15px;
    border-left-color: transparent;
    content: "";
}

.shopping-cart-dropdown.shopping-cart-top-border {
    padding-top: 7px;

    border-color: #363636;
    border-top: 3px solid;
}

.shopping-cart-dropdown.shopping-cart-top-border.shopping-cart-element:after {
    top: -18px;
}

.shopping-cart-btn-wrap:hover .shopping-cart-dropdown {
    display: block;
    opacity: 1;
}

.shopping-cart-dropdown {
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.shopping-cart-btn-wrap:hover .shopping-cart-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

@media only screen and (max-width: 991px) {
    .shopping-cart-dropdown {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.shopping-cart-dropdown .items {
    position: relative;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border: 1px solid;

    border-color: #ebebeb;
    background-color: #fff;
}

.shopping-cart-dropdown .items:before {
    position: absolute;
    right: 30px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 15px;

    border-top-color: #ebebeb;
    border-right-width: 15px;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 15px;
    border-left-color: transparent;
    content: "";
}

.shopping-cart-dropdown .items:after {
    position: absolute;
    right: 30px;
    bottom: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 15px;

    border-top-color: #fff;
    border-right-width: 15px;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 15px;
    border-left-color: transparent;
    content: "";
}

.shopping-cart-dropdown .item {
    margin-bottom: 10px;
}

.shopping-cart-dropdown .item a {
    color: #363636;
    text-decoration: none;

    font-weight: 400;
}

.shopping-cart-dropdown .item:hover a {

    color: #363636;
}

.shopping-cart-dropdown .item img {
    float: right;
}

.shopping-cart-dropdown .item .quantity {
    display: block;
}

.shopping-cart-subtotal {
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.shopping-cart-subtotal strong {
    font-weight: 700;
}

.shopping-cart-subtotal .amount {
    float: right;
    font-weight: 400;
}

.shopping-cart-navigation .btn {
    float: right;
    margin-bottom: 0;
}

.shopping-cart-navigation .btn:first-child {
    margin-right: 0;
    margin-left: 10px;
}

.shopping-cart-navigation .btn-checkout .icon {
    font-size: 14px !important;
}

/*------------------------------------------------------------------
5. Header Types
-------------------------------------------------------------------*/
.right-bar .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    .bottom-header-single-object {
        border-bottom: none !important;
    }

    .bottom-header-single-object .container {
        border-bottom: none !important;
    }
}

/* 5.a.) header-type-1 */
.header-type-1 .top-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1 .meta-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1 .middle-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1 .bottom-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1.header-inside-container .top-bar {
    border-bottom: none;
}

.header-type-1.header-inside-container .meta-bar {
    border-bottom: none;
}

.header-type-1.header-inside-container .middle-header {
    border-bottom: none;
}

.header-type-1.header-inside-container .bottom-header {
    border-bottom: none;
}

.header-type-1.header-inside-container .top-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1.header-inside-container .meta-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1.header-inside-container .middle-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1.header-inside-container .bottom-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-1 .nav-is-sticky.stuck.bottom-header {
    border-bottom: none !important;

    background-color: inherit;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-type-1 .logo {
    float: left;
}

.header-type-1 .middle-header .banner-container {
    float: right;
}

.header-type-1 .middle-header .search-container {
    float: right;
}

.header-type-1 .middle-header .button-container {
    float: right;
}

.header-type-1 .middle-header .shopping-cart-container {
    float: right;
}

.header-type-1 .menu-wrapper {
    float: left;
}

.header-type-1 .bottom-header .right-bar {
    float: right;
}

.header-type-1 .bottom-header .right-bar .button-container .btn {
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    .header-type-1 .logo {
        display: table !important;
        float: none !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
    }

    .header-type-1 .middle-header .search-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-1 .middle-header .button-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-1 .middle-header .banner-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-1 .middle-header .shopping-cart-container {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-1 .bottom-header .right-bar {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-1 .bottom-header .right-bar .button-container .btn {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
}

/* 5.b.) header-type-2 */
.header-type-2 .top-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2 .meta-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2 .middle-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2 .bottom-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2.header-inside-container .top-bar {
    border-bottom: none;
}

.header-type-2.header-inside-container .meta-bar {
    border-bottom: none;
}

.header-type-2.header-inside-container .middle-header {
    border-bottom: none;
}

.header-type-2.header-inside-container .bottom-header {
    border-bottom: none;
}

.header-type-2.header-inside-container .top-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2.header-inside-container .meta-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2.header-inside-container .middle-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2.header-inside-container .bottom-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-2 .nav-is-sticky.stuck.bottom-header {
    border-bottom: none !important;

    background-color: inherit;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-type-2 .logo {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.header-type-2 .middle-header .container-right-position {
    position: absolute;
    top: 0;
    right: 15px;
}

.header-type-2 .middle-header .container-left-position {
    position: absolute;
    top: 0;
    left: 15px;
}

.header-type-2 .menu-wrapper {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

@media only screen and (max-width: 991px) {
    .header-type-2 .middle-header .container-right-position {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        display: table !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-2 .middle-header .container-left-position {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        display: table !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

}

/* 5.c.) header-type-3 */
.header-type-3 .top-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3 .meta-bar {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3 .middle-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3 .bottom-header {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3.header-inside-container .top-bar {
    border-bottom: none;
}

.header-type-3.header-inside-container .meta-bar {
    border-bottom: none;
}

.header-type-3.header-inside-container .middle-header {
    border-bottom: none;
}

.header-type-3.header-inside-container .bottom-header {
    border-bottom: none;
}

.header-type-3.header-inside-container .top-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3.header-inside-container .meta-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3.header-inside-container .middle-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3.header-inside-container .bottom-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-3 .nav-is-sticky.stuck.bottom-header {
    border-bottom: none !important;

    background-color: inherit;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-type-3 .logo {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.header-type-3 .middle-header .container-right-position {
    position: absolute;
    top: 0;
    right: 15px;
}

.header-type-3 .middle-header .container-left-position {
    position: absolute;
    top: 0;
    left: 15px;
}

.header-type-3 .menu-wrapper {
    float: left;
}

.header-type-3 .bottom-header .right-bar {
    float: right;
}

@media only screen and (max-width: 991px) {
    .header-type-3 .middle-header .container-right-position {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        display: table !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-3 .middle-header .container-left-position {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        display: table !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }

    .header-type-3 .bottom-header .right-bar {
        position: inherit !important;
        top: inherit !important;
        right: inherit !important;
        left: inherit !important;
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

/* 5.d.) header-type-4 */
.header-type-4 .top-bar {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #fff;
    background-color: inherit;
}

.header-type-4 .meta-bar {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #fff;
    background-color: inherit;
}

.header-type-4 .middle-header {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #fff;
    background-color: inherit;
}

.header-type-4.header-inside-container .top-bar {
    border-bottom: none;
}

.header-type-4.header-inside-container .meta-bar {
    border-bottom: none;
}

.header-type-4.header-inside-container .middle-header {
    border-bottom: none;
}

.header-type-4.header-inside-container .bottom-header {
    border-bottom: none;
}

.header-type-4.header-inside-container .top-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-4.header-inside-container .meta-bar .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-4.header-inside-container .middle-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-4.header-inside-container .bottom-header .container {
    border-bottom: 1px solid #fff;

    background-color: inherit;
}

.header-type-4 .nav-is-sticky.stuck.middle-header {
    border-bottom: none !important;

    background-color: inherit;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-type-4 .logo {
    position: relative;
    z-index: 1;
    float: left;
}

.header-type-4 .logo.sticky-logo #sticky-logo {
    display: none;
}

.header-type-4 .logo.sticky-logo #logo {
    display: block;
}

.header-type-4 .nav-is-sticky.stuck .logo.sticky-logo #sticky-logo {
    display: block;
}

.header-type-4 .nav-is-sticky.stuck .logo.sticky-logo #logo {
    display: none;
}

.header-type-4 .menu-wrapper {
    float: right;
}

.header-type-4 .menu-wrapper nav {
    float: left;
}

.header-type-4 .middle-header .right-bar {
    float: right;
    margin-left: 40px;
}

@media only screen and (max-width: 991px) {
    .header-type-4 .logo {
        display: table !important;
        float: none !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
    }

    .header-type-4 .menu-wrapper {
        float: inherit !important;
    }

    .header-type-4 .menu-wrapper nav {
        float: inherit !important;
    }

    .header-type-4 .middle-header .right-bar {
        display: table !important;
        float: none !important;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
    }
}

/* 5.e.) middle-header */
.middle-header .button-container .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/*------------------------------------------------------------------
6. Navigation Types
-------------------------------------------------------------------*/
.iconArrow {
    display: inline-block;
    margin-top: -2px;
    margin-right: 0;
    margin-bottom: -2px;
    margin-left: 0;
    vertical-align: middle;
    font-size: 12px;
}

.iconAnimArrow {
    font-size: 12px;
}

.iconItem {
    display: inline-block;
    margin-top: -2px;
    margin-right: 0;
    margin-bottom: -2px;
    margin-left: 0;
    vertical-align: middle;
}

/* 6.a.) nav-type-1 */
.nav-type-1 .wsmenu-list > li > a {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;

    color: #363636;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}

.nav-type-1 .wsmenu-list > li:first-child > a > span {

    border-color: #fff !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.nav-type-1 .wsmenu-list > li > a > span {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;

    border-color: #fff !important;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 30px;
}

.nav-type-1 .wsmenu-list > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;

    height: 3px;
    background-color: #fff;
    content: "";
    opacity: 0;
}

.nav-type-1 .wsmenu-list > li:hover > a:after,
.nav-type-1 .wsmenu-list > li > a:hover:after,
.nav-type-1 .wsmenu-list > li > a.active:after {
    opacity: 1;
}

.nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;

    color: #363636;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
}

.nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li:first-child > a > span {

    border-color: #ebebeb !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a > span {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;

    border-color: #ebebeb !important;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 30px;
}

.nav-is-sticky.stuck .nav-type-1 .wsmenu-list > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;

    height: 3px;
    background-color: #363636;
}

/* 6.b.) nav-type-2 */
.inactive-styles .nav-type-2 .wsmenu-list > li > a {
    padding-top: 15px;

    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

.inactive-styles .nav-type-2 .wsmenu-list > li:hover > a,
.inactive-styles .nav-type-2 .wsmenu-list > li > a:hover,
.inactive-styles.nav-type-2 .wsmenu-list > li > a.active {

    background: #363636;
    color: #fff;
}

.inactive-styles.nav-type-2 .wsmenu-list > li > a > span {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;

    line-height: 30px;
}

/* 6.c.) nav-type-3 */
.nav-type-3 .wsmenu-list > li {
    padding-right: 10px;
}

.nav-type-3 .wsmenu-list > li:last-child {
    padding-right: 0;
}

.nav-type-3 .wsmenu-list > li > a {
    padding-top: 15px;

    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    color: #363636;
    font-weight: inherit;
}

.nav-type-3 .wsmenu-list > li:hover > a,
.nav-type-3 .wsmenu-list > li > a:hover,
.nav-type-3 .wsmenu-list > li > a.active {

    color: #363636;
}

.nav-type-3 .wsmenu-list > li > a > span {
    position: relative;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: inherit;

    line-height: 40px;
}

.nav-type-3 .wsmenu-list > li > a:hover > span {
    background-color: inherit;
}

.nav-type-3 .wsmenu-list > li > a span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    content: '';
}

.nav-type-3 .wsmenu-list > li:hover > a span:before,
.nav-type-3 .wsmenu-list > li > a:hover span:before,
.nav-type-3 .wsmenu-list > li > a.active span:before {

    border: 3px solid;
    border-color: #363636;
}

.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a {

    color: #363636;
    font-weight: inherit;
}

.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li:hover > a,
.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a:hover,
.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a.active {

    color: #363636;
}

.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a span:before {

    border-color: #ebebeb;
}

.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li:hover > a span:before,
.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a:hover span:before,
.nav-is-sticky.stuck .nav-type-3 .wsmenu-list > li > a.active span:before {

    border-color: #363636;
}

/*------------------------------------------------------------------
7. Submenu Types
-------------------------------------------------------------------*/

/* 7.a.) nav-submenu-type-1 */
.nav-submenu-type-1 .wsmenu-submenu li a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #ebebeb;
    color: #363636;
    font-weight: 400;
}

.nav-submenu-type-1 .wsmenu-submenu li a.active,
.nav-submenu-type-1 .wsmenu-submenu li a:hover {
    color: #585858;
}

.nav-submenu-type-1 .wsmenu-submenu li:first-child a {
    border-top: 3px solid;

    border-top-color: #ccc;
}

.nav-submenu-type-1 .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border > li:first-child a,
.nav-submenu-type-1 .wsmenu-submenu-sub.wsmenu-submenu-disabled-border > li:first-child a,
.nav-submenu-type-1 .wsmenu-submenu.wsmenu-submenu-disabled-border > li:first-child a {
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #ebebeb;
}

.nav-submenu-type-1 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-1 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    top: -2px;
}

.nav-submenu-type-1 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border,
.nav-submenu-type-1 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub.wsmenu-submenu-disabled-border {
    top: 0;
}

/* 7.b.) nav-submenu-type-2 */
.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub,
.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu {
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.nav-submenu-type-2 .wsmenu-submenu-sub-sub:after,
.nav-submenu-type-2 .wsmenu-submenu-sub:after,
.nav-submenu-type-2 .wsmenu-submenu:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 3px;

    background-color: #ccc;
    content: "";
}

.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu-disabled-border {
    padding-top: 0 !important;
}

.nav-submenu-type-2 .wsmenu-submenu-disabled-border:after {
    display: none;
}

.nav-submenu-type-2 .wsmenu-submenu li a {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    background-color: transparent;

    color: #363636;
    font-weight: 400;
}

.nav-submenu-type-2 .wsmenu-submenu li a.active,
.nav-submenu-type-2 .wsmenu-submenu li a:hover {
    background-color: #ebebeb;

    color: #fff;
}

.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    top: -3px;
}

.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border,
.nav-submenu-type-2 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub.wsmenu-submenu-disabled-border {
    top: 0;
}

/* 7.c.) nav-submenu-type-3 */
.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub,
.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu {
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.nav-submenu-type-3 .wsmenu-submenu-sub-sub:after,
.nav-submenu-type-3 .wsmenu-submenu-sub:after,
.nav-submenu-type-3 .wsmenu-submenu:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 3px;

    background-color: #ccc;
    content: "";
}

.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu-disabled-border {
    padding-top: 10px !important;
}

.nav-submenu-type-3 .wsmenu-submenu-disabled-border:after {
    display: none;
}

.nav-submenu-type-3 .wsmenu-submenu li a {
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-color: transparent;

    color: #363636;
    font-weight: 400;
}

.nav-submenu-type-3 .wsmenu-submenu li a.active,
.nav-submenu-type-3 .wsmenu-submenu li a:hover {
    background-color: #ebebeb;

    color: #fff;
}

.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    top: -13px;
}

.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border,
.nav-submenu-type-3 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub.wsmenu-submenu-disabled-border {
    top: -10px;
}

/* 7.d.) nav-submenu-type-4 */
.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub,
.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu {
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.nav-submenu-type-4 .wsmenu-submenu-sub-sub:after,
.nav-submenu-type-4 .wsmenu-submenu-sub:after,
.nav-submenu-type-4 .wsmenu-submenu:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 3px;

    background-color: #ccc;
    content: "";
}

.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu-disabled-border {
    padding-top: 10px !important;
}

.nav-submenu-type-4 .wsmenu-submenu-disabled-border:after {
    display: none;
}

.nav-submenu-type-4 .wsmenu-submenu li a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #363636;

    font-weight: 400;
}

.nav-submenu-type-4 .wsmenu-submenu li a.active,
.nav-submenu-type-4 .wsmenu-submenu li a:hover {

    color: #959595;
}

.nav-submenu-type-4 .wsmenu-submenu li a .menu-item-textWrap:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 2px;

    background-color: #ccc;
    content: "";
    opacity: 0;
}

.nav-submenu-type-4 .wsmenu-submenu li a:hover .menu-item-textWrap:after {
    opacity: 1;
}

.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    top: -13px;
}

.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border,
.nav-submenu-type-4 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub.wsmenu-submenu-disabled-border {
    top: -10px;
}

/* 7.e.) nav-submenu-type-5 */
.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub,
.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu {
    padding-top: 13px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

.nav-submenu-type-5 .wsmenu-submenu-sub-sub:after,
.nav-submenu-type-5 .wsmenu-submenu-sub:after,
.nav-submenu-type-5 .wsmenu-submenu:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 3px;

    background-color: #ccc;
    content: "";
}

.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu-disabled-border {
    padding-top: 10px !important;
}

.nav-submenu-type-5 .wsmenu-submenu-disabled-border:after {
    display: none;
}

.nav-submenu-type-5 .wsmenu-submenu li a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: transparent;
    color: #363636;

    font-weight: 400;
}

.nav-submenu-type-5 .wsmenu-submenu li a.active,
.nav-submenu-type-5 .wsmenu-submenu li a:hover {

    background-color: #ebebeb;
}

.nav-submenu-type-5 .wsmenu-submenu li a .menu-item-textWrap:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 2px;

    background-color: #ccc;
    content: "";
    opacity: 0;
}

.nav-submenu-type-5 .wsmenu-submenu li a:hover .menu-item-textWrap:after {
    opacity: 1;
}

.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub,
.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
    top: -13px;
}

.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub.wsmenu-submenu-disabled-border,
.nav-submenu-type-5 .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub.wsmenu-submenu-disabled-border {
    top: -10px;
}

/*------------------------------------------------------------------
8. Megamenu Types
-------------------------------------------------------------------*/

/* 8.a.) nav-megamenu-type-1 */
.nav-megamenu-type-1 .megamenu {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 3px solid;

    border-top-color: #ccc;
}

.nav-megamenu-type-1 .megamenu-disabled-border {
    border-top: none;
}

.nav-megamenu-type-1 .megamenu li.title {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;

    font-weight: 400;
    font-size: 16px;
}

.nav-megamenu-type-1 .megamenu li.menu-item {
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #ebebeb;
}

.nav-megamenu-type-1 .megamenu li.menu-item:last-child {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #ebebeb;
}

.nav-megamenu-type-1 .megamenu .link-list li.menu-item a {

    color: #363636;
    font-weight: 400;
}

.nav-megamenu-type-1 .megamenu .link-list li.menu-item a:hover {

    color: #959595;
}

/* 8.b.) nav-megamenu-type-2 */
.nav-megamenu-type-2 .megamenu {
    border-top: 3px solid;

    border-top-color: #ccc;
}

.nav-megamenu-type-2 .megamenu-disabled-border {
    border-top: none;
}

.nav-megamenu-type-2 .megamenu li.title {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #363636;
    color: #fff;

    font-weight: 400;
    font-size: 16px;
}

.nav-megamenu-type-2 .megamenu .link-list li.menu-item a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent;

    color: #363636;
    font-weight: 400;
}

.nav-megamenu-type-2 .megamenu .link-list li.menu-item:hover a {
    background-color: #e1e1e1;

    color: #fff;
}

/* 8.c.) nav-megamenu-type-3 */
.nav-megamenu-type-3 .megamenu {
    border-top: 3px solid;

    border-top-color: #ccc;
}

.nav-megamenu-type-3 .megamenu-disabled-border {
    border-top: none;
}

.nav-megamenu-type-3 .megamenu li.title {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    color: #363636;

    font-weight: 700;
    font-size: 14px;
}

.nav-megamenu-type-3 .megamenu .link-list li.menu-item a {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    color: #363636;

    font-weight: 400;
}

.nav-megamenu-type-3 .megamenu .link-list li.menu-item a:hover {

    color: #585858;
}

.nav-megamenu-type-3 .megamenu .link-list li.menu-item a .menu-item-textWrap:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 2px;

    background-color: #ccc;
    content: "";
    opacity: 0;
}

.nav-megamenu-type-3 .megamenu .link-list li.menu-item a:hover .menu-item-textWrap:after {
    opacity: 1;
}

/* 8.d.) nav-megamenu-type-4 */
.nav-megamenu-type-4 .megamenu {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    border-top: 3px solid;

    border-top-color: #ccc;
}

.nav-megamenu-type-4 .megamenu-disabled-border {
    border-top: none;
}

.nav-megamenu-type-4 .megamenu .link-list {
    position: relative;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
}

.nav-megamenu-type-4 .megamenu .link-list:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 1px;
    height: 100%;

    background-color: #ebebeb;
    content: "";
}

.nav-megamenu-type-4 .megamenu .link-list:first-child:after {
    display: none;
}

.nav-megamenu-type-4 .megamenu li.title {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    color: #363636;

    font-weight: 400;
    font-size: 16px;
}

.nav-megamenu-type-4 .megamenu .link-list li.menu-item a {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    color: #363636;

    font-weight: 400;
}

.nav-megamenu-type-4 .megamenu .link-list li.menu-item a:hover {

    color: #585858;
}

.nav-megamenu-type-4 .megamenu .link-list li.menu-item a .menu-item-textWrap:after {
    position: absolute;
    bottom: -11px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 2px;

    background-color: #ccc;
    content: "";
    opacity: 0;
}

.nav-megamenu-type-4 .megamenu .link-list li.menu-item a:hover .menu-item-textWrap:after {
    opacity: 1;
}

/*------------------------------------------------------------------
9. Title Types
-------------------------------------------------------------------*/

/* 9.a.) title-reset */
#title .title h1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    #title {
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }

    #title .title {
        display: table;
        float: none;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
        text-align: center;
    }

    #title .breadcrumb {
        display: table;
        float: none;
        margin-top: 20px !important;
        margin-right: auto !important;
        margin-bottom: 20px !important;
        margin-left: auto !important;
        text-align: center;
    }
}

/* 9.b.) title-type-1 */
.title-type-1 {
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
}

.title-type-1 .title {
    float: left;
}

.title-type-1 .breadcrumb {
    float: right;
}

/* 9.c.) title-type-2 */
.title-type-2 {
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.title-type-2 .title {
    float: left;
}

.title-type-2 .breadcrumb {
    float: right;
}

/* 9.d.) title-type-3 */
.title-type-3 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.title-type-3 .title {
    float: left;
}

.title-type-3 .breadcrumb {
    float: right;
}

/* 9.e.) title-type-4 */
.title-type-4 {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
}

.title-type-4 .title {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.title-type-4 .breadcrumb {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

/*------------------------------------------------------------------
10. Title Variant
-------------------------------------------------------------------*/

/* 10.a.) title-variant-1 */
.title-variant-1 h1 {
    display: table;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    background-color: #363636;
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.title-variant-1 .subtitle {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    background-color: #585858;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/* 10.b.) title-variant-2 */
.title-variant-2 {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;

    padding-left: 20px;
    width: 33%;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 991px) {
    .title-variant-2 {
        width: 50% !important;
    }
}

.title-variant-2 h1 {

    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.title-variant-2 .subtitle {
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;

    font-size: 14px;
    line-height: 20px;
}

/* 10.c.) title-variant-3 */
.title-variant-3 {
    padding-top: 30px;
    padding-right: 60px;
    padding-bottom: 30px;

    padding-left: 30px;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .title-variant-3 {
        padding-top: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
    }
}

.title-variant-3 h1 {
    margin-bottom: 20px !important;

    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}

.title-variant-3 .description {

    font-size: 16px;
}

/* 10.d.) title-variant-4 */
.title-variant-4 {
    margin-bottom: 30px !important;
    text-align: center;
}

.title-variant-4 h1 {

    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.title-variant-4 .subtitle {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;

    font-size: 18px;
    line-height: 20px;
}

/*------------------------------------------------------------------
11. Breadcrumb Variant
-------------------------------------------------------------------*/

/* 11.a.) breadcrumb-variant-1 */
.breadcrumb-variant-1 ul {
    overflow: hidden;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #363636;
    color: #fff;
    line-height: 20px;
}

.breadcrumb-variant-1 li {
    position: relative;
    display: block;
    float: left;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    text-transform: uppercase;

    font-weight: 700;
}

.breadcrumb-variant-1 li.parent {
    background-color: #fff;
}

.breadcrumb-variant-1 li.parent a {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;

    border-color: #ebebeb !important;
    border-right-width: 1px;
    border-right-style: solid;
    color: #363636;
    text-decoration: none;
}

.breadcrumb-variant-1 li.parent:first-child a {
    padding-left: 20px;
}

.breadcrumb-variant-1 li.parent.last-parent a {
    padding-right: 10px;
    border: none;
}

.breadcrumb-variant-1 li.parent.last-parent:after {
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 16px;
    border-top-color: transparent;
    border-right-width: 0;
    border-bottom-width: 16px;
    border-bottom-color: transparent;
    border-left-width: 15px;

    border-left-color: #fff;
    content: "";
    border-rihgt-color: transparent;
}

.breadcrumb-variant-1 li.breadcrumb-title {
    padding-right: 20px;
    padding-left: 25px;
}

/* 11.b.) breadcrumb-variant-2 */
.breadcrumb-variant-2 {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 15px;

    background-color: #363636;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

.breadcrumb-variant-2:after {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 20px;

    border-right-color: #363636;
    border-bottom-width: 20px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.title-type-4 .breadcrumb-variant-2:after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-variant-2:after {
        display: none;
    }
}

.breadcrumb-variant-2 ul {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

}

.breadcrumb-variant-2 li {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-left: 7px;
}

.breadcrumb-variant-2 li:after {
    position: absolute;
    top: 0;
    right: -6px;
    width: 0;
    height: 0;
    content: "/";
}

.breadcrumb-variant-2 li:last-child:after {
    display: none;
}

.breadcrumb-variant-2 li a {
    color: #fff;
}

/*------------------------------------------------------------------
12. Sidebar
-------------------------------------------------------------------*/
.sidebar {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------
13. Widgets
-------------------------------------------------------------------*/
.widget {
    margin-bottom: 30px;
}

.widget-type-2 .widget {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.widget h4.title {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 700;

    font-size: 16px;
    line-height: 20px;
}

.widget h4.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #585858;
    content: "";
}

/* 13.a.) widget-search-form */
form.widget-search-form {
    position: relative;
}

form.widget-search-form input.search {
    display: block;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 46px;
    width: 100%;
    height: 46px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;

    background-color: #fff;
    background-image: none;
    font-weight: 400;
    cursor: pointer;
}

form.widget-search-form input.search:focus {
    outline: 0;

    border-color: #c2c2c2;
    background-color: #fff;
}

form.widget-search-form input.search::-moz-placeholder {

    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

form.widget-search-form input.search:-ms-input-placeholder {

    color: rgba(0, 0, 0, 0.5);
}

form.widget-search-form input.search::-webkit-input-placeholder {

    color: rgba(0, 0, 0, 0.5);
}

form.widget-search-form i.icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 30px;
    height: 30px;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background: #363636;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

form.widget-search-form i.icon:before {
    line-height: 30px;
}

/* 13.b.) widget-list */
.widget ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.widget ul ul {
    margin-top: 10px;
    margin-left: 20px;
}

.widget ul li {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;

    border-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.widget ul ul li:last-child {
    border: none;
}

.widget ul > li > a {
    position: relative;
    display: block;

    color: #363636;
}

.widget ul > li > a:hover {

    color: #363636;
}

.widget ul > li > a:before {
    position: absolute;
    right: 0;
    color: #585858;

    content: "\e06b";
    text-transform: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-family: "789ecology" !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget ul > li > a:hover:before {

    color: #363636;
}

/* 13.c.) widget-theme-post */
.widget.widget-theme-post ul ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.widget.widget-theme-post ul ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border: none;
}

.widget.widget-theme-post ul > li > a {
    display: inline-block;

    color: rgba(54, 54, 54, 0.8);
    font-weight: 700;
}

.widget.widget-theme-post ul > li > a:hover {

    color: #363636;
}

.widget.widget-theme-post ul > li > a:before {
    display: none;
}

.widget-theme-post .date {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 70px;
    height: 70px;

    background-color: #363636;
    color: #fff;
}

.widget-theme-post li:hover .date {

    background-color: #585858;
}

.widget-theme-post .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.widget-theme-post .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.widget-theme-post .content {
    margin-left: 90px;
}

.widget-theme-post .content .title {
    display: inline-block;
    margin-bottom: 10px;

    color: #363636;
    text-decoration: none !important;
}

.widget-theme-post .content .title:hover {

    color: #363636;
}

/* 13.d.) widget-theme-post-2 */
.widget-theme-post-2 li .icon {
    position: relative;
    display: block;
    float: left;
    width: 30px;
    height: 30px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.widget-theme-post-2 li .icon:before {
    line-height: 30px;
}

.widget-theme-post-2 li:hover .icon {

    background-color: #585858;
}

.widget-theme-post-2 li .icon:after {
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 10px;

    border-right-color: #363636;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.widget-theme-post-2 li:hover .icon:after {

    border-right-color: #585858;
}

.widget-theme-post-2 .content {
    margin-left: 40px;
}

.widget-theme-post-2 .content a {

    color: #363636;
}

.widget-theme-post-2 .content a:hover {

    color: #363636;
}

.widget-theme-post-2 .date {
    display: block;
    color: #363636;

    font-weight: 700;
}

.widget-theme-post-2 .view-more-btn {
    display: inline-block;
    padding-top: 20px;

    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

.widget-theme-post-2 .view-more-btn .icon {
    display: inline-block;
    font-size: 11px;
}

.widget-theme-post-2 .view-more-btn:hover {

    color: #363636;
}

/* 13.e.) widget-tags */
.widget-tags a {
    display: inline-block;
    margin-bottom: 6px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border: 1px solid;

    border-color: #e1e1e1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #363636;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.widget-tags a:hover {

    color: #363636;
}

/* 13.f.) widget-text */
.widget-text img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* 13.h.) widget-social-icons */
.widget-social-icons .social-media-element-1 {
    margin-bottom: 20px;
}

.widget-social-icons .social-media-element-1 i {

    background-color: #363636;
}

.widget-social-icons .social-media-element-1:hover i {

    background-color: #585858;
}

.widget-social-icons .social-media-element-1 i:after {

    border-top-color: #363636;
}

.widget-social-icons .social-media-element-1:hover i:after {

    border-top-color: #585858;
}

/* 13.i.) widget-social-icons-2 */
.widget-social-icons-2 .icon {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 0;
    width: 40px;
    height: 40px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 20px;
}

.widget-social-icons-2 .icon:before {
    line-height: 40px;
}

.widget-social-icons-2 .icon:hover {

    background-color: #585858;
}

.widget-social-icons-2 .icon .tooltip-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    display: block;
    margin-bottom: 5px;
    width: auto;

    background-color: #252525;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    pointer-events: none;
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.widget-social-icons-2 .icon .tooltip-container span {
    display: block;
    padding-top: 0;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
}

.widget-social-icons-2 .icon .tooltip-container:before {
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 20px;
    content: " ";
}

.widget-social-icons-2 .icon .tooltip-container:after {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 10px;
    border-top-color: transparent;
    border-right-width: 0;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 10px;

    border-left-color: #252525;
    content: "";
}

.widget-social-icons-2 .icon:hover .tooltip-container {
    opacity: 1;
    -webkit-transform: translateY(13px);
    -moz-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
    pointer-events: auto;
}

.lte8 .widget-social-icons-2 .icon .tooltip-container {
    display: none;
}

.lte8 .widget-social-icons-2 .icon:hover .tooltip-container {
    display: block;
}

/* 13.j.) widget-product-categories */
.widget-product-categories ul > li > a:before {
    display: none;
}

.widget-product-categories ul li a {
    position: relative;
}

.widget-product-categories ul li .count {
    position: relative;
    top: -7px;
    display: inline-block;
    margin-left: 5px;

    color: #363636;
    text-decoration: none;
    font-size: 12px;
}

.widget-product-categories ul.product-categories-count-2 li a .count {
    position: relative;
    top: -5px;
    display: inline-block;
    margin-left: 10px;
    width: 18px;
    height: 18px;

    background-color: #959595;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}

.widget-product-categories ul.product-categories-count-2 li a .count:after {
    position: absolute;
    top: 5px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 7px;

    border-right-color: #959595;
    border-bottom-width: 7px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.widget-product-categories ul.product-categories-count-2 li a:hover .count {

    background-color: #363636;
}

.widget-product-categories ul.product-categories-count-2 li a:hover .count:after {

    border-right-color: #363636;
}

/* 13.k.) widget-products */
.widget-products ul.product_list_widget li:before,
.widget-products ul.product_list_widget li:after {
    display: table;
    content: " ";
}

.widget-products ul.product_list_widget li:after {
    clear: both;
}

.widget-products ul.product_list_widget li a:before {
    display: none;
}

.widget-products ul.product_list_widget li a img {
    display: block;
    float: left;
    margin-right: 10px;
    max-width: 60px;
    height: auto;
    border: 2px solid;

    border-color: transparent;
}

.widget-products ul.product_list_widget li:hover a img {

    border-color: #363636;
}

.widget-products ul.product_list_widget li .product-title {

    font-weight: 700;
}

.widget-products ul.product_list_widget li .star-rating {
    display: block;
    float: none;
    margin-top: 5px;
}

.widget-products ul.product_list_widget li .star-rating span:before {

    color: #acacac;
}

.widget-products ul.product_list_widget li .price {
    display: block;
    margin-top: 5px;

    color: #363636;
    font-weight: 400;
}

.widget-products ul.product_list_widget li .price del {
    font-size: 12px;
}

/* 13.l.) widget-price-filter */
.widget-price-filter .price_slider {
    margin-bottom: 20px;
}

.widget-price-filter .price_slider_amount {
    text-align: right;
}

.widget-price-filter .price_slider_amount .btn {
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.widget-price-filter .price_slider_amount .price_label {
    font-size: 13px;
}

.widget-price-filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget-price-filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: -8px;
    z-index: 2;
    margin-left: -2px;
    width: 4px;
    height: 20px;
    outline: 0;

    background-color: #363636;
    cursor: ew-resize;
}

.widget-price-filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;

    background-color: #363636;
    font-size: .7em;
}

.widget-price-filter .price_slider_wrapper .ui-widget-content {
    border: 0;
    background-color: #ebebeb;
}

.widget-price-filter .ui-slider-horizontal {
    height: 4px;
}

.widget-price-filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget-price-filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget-price-filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/*------------------------------------------------------------------
14. Footer
-------------------------------------------------------------------*/

#footer {
    position: relative;
    padding-top: 80px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    background-color: #363636;
    color: rgba(255, 255, 255, 0.8);
}

#footer a {

    color: #fff;
}

#footer a:hover {

    color: #fff;
}

#footer .middle-section {
    padding-bottom: 40px;
}

/* 14.a.) footer-widgets */

#footer .widget-type-2 .widget {

    border-color: rgba(255, 255, 255, 0.2);
}

#footer .widget h4.title {

    color: #fff;
}

#footer .widget h4.title:after {
    background-color: #585858;
}

/* 14.b.) widget-list */
#footer .widget ul li {

    border-color: rgba(255, 255, 255, 0.2);
}

#footer .widget ul > li > a {
    position: relative;
    display: block;

    color: #fff;
}

#footer .widget ul > li > a:hover {

    color: #fff;
}

#footer .widget ul > li > a:before {
    color: #fff;

    content: "\e06b";
}

#footer .widget ul > li > a:hover:before {

    color: #fff;
}

/* 14.c.) widget-theme-post-2 */
#footer .widget-theme-post-2 li .icon {

    background-color: #585858;
}

#footer .widget-theme-post-2 li:hover .icon {

    background-color: #ccc;
}

#footer .widget-theme-post-2 li .icon:after {

    border-right-color: #585858;
}

#footer .widget-theme-post-2 li:hover .icon:after {

    border-right-color: #ccc;
}

#footer .widget-theme-post-2 .content a {

    color: rgba(255, 255, 255, 0.8);
}

#footer .widget-theme-post-2 .content a:hover {

    color: #fff;
}

#footer .widget-theme-post-2 .date {

    color: #fff;
    font-weight: 700;
}

#footer .widget-theme-post-2 .view-more-btn {

    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}

#footer .widget-theme-post-2 .view-more-btn:hover {

    color: #fff;
}

/* 14.d.) widget-social-icons */
#footer .widget-social-icons .social-media-element-1 .content .title {

    color: #fff;
}

#footer .widget-social-icons .social-media-element-1 .content .slogan {

    color: rgba(255, 255, 255, 0.8);
}

#footer .widget-social-icons .social-media-element-1 i {

    background-color: #585858;
}

#footer .widget-social-icons .social-media-element-1 i:after {

    border-top-color: #585858;
}

#footer .widget-social-icons .social-media-element-1:hover i {

    background-color: #ccc;
}

#footer .widget-social-icons .social-media-element-1:hover i:after {

    border-top-color: #ccc;
}

/* 14.e.) widget-social-icons-2 */
#footer .widget-social-icons-2 .icon {

    background-color: #585858;
}

#footer .widget-social-icons-2 .icon:hover {

    background-color: #ccc;
}

/* 14.f.) widget-search-form */
#footer form.widget-search-form input.search {
    border-color: rgba(255, 255, 255, 0.2);

    background-color: transparent;
}

#footer form.widget-search-form input.search:focus {

    border-color: rgba(255, 255, 255, 0.4);
    background-color: transparent;
}

#footer form.widget-search-form input.search::-moz-placeholder {

    color: rgba(255, 255, 255, 0.5);
}

#footer form.widget-search-form input.search:-ms-input-placeholder {

    color: rgba(255, 255, 255, 0.5);
}

#footer form.widget-search-form input.search::-webkit-input-placeholder {

    color: rgba(255, 255, 255, 0.5);
}

#footer form.widget-search-form i.icon {

    background: #585858;
}

/* 14.g.) top-section-banner */
.top-section-banner {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid;

    border-color: rgba(255, 255, 255, 0.2);
}

.top-section-banner .tsb-icon {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.top-section-banner.tsb-content-type-1 .tsb-content {
    margin-left: 120px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}

.top-section-banner.tsb-content-type-2 .tsb-content {
    margin-left: 120px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-color: rgba(255, 255, 255, 0.2) !important;

    border-left-width: 1px;
    border-left-style: solid;
}

.top-section-banner.tsb-icon-type-2 .tsb-content {
    margin-left: 110px;
}

.top-section-banner .tsb-content .title {
    display: block;

    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.top-section-banner .tsb-content .sub-title {
    display: block;

    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.top-section-banner .tsb-content .btn {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.top-section-banner.tsb-icon-type-1 .tsb-icon i {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #585858;

    color: #fff;
    text-align: center;
    font-size: 36px;
}

.top-section-banner.tsb-icon-type-1 .tsb-icon i:before {
    line-height: 70px;
}

.top-section-banner.tsb-icon-type-1 .tsb-icon .tsb-icon-wrap {
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    border: 1px solid;

    border-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top-section-banner.tsb-icon-type-2 .tsb-icon i {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
    text-align: center;
    font-size: 36px;
}

.top-section-banner.tsb-icon-type-2 .tsb-icon i:before {
    line-height: 70px;
}

.top-section-banner.tsb-icon-type-2 .tsb-icon i:after {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 20px;

    border-right-color: #585858;
    border-bottom-width: 20px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.top-section-banner.top-section-banner-big .tsb-content {
    margin-right: 30%;
}

.top-section-banner.top-section-banner-big .btn {
    position: absolute;
    top: 40px;
    right: 40px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.top-section-banner.top-section-banner-big .tsb-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.top-section-banner.top-section-banner-big .tsb-content .title {
    font-size: 24px;
}

.top-section-banner.top-section-banner-big .tsb-content .sub-title {
    font-size: 24px;
}

@media only screen and (max-width: 991px) {
    .top-section-banner.top-section-banner-big .tsb-icon-wrap {
        display: table;
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
    }

    .top-section-banner.top-section-banner-big .tsb-icon {
        float: none;
        padding-top: 20px;
        padding-right: 0;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .top-section-banner.top-section-banner-big .tsb-content {
        margin-top: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;

        border-color: rgba(255, 255, 255, 0.2);
        border-top-width: 1px;
        border-top-style: solid;
        border-left: none;
        text-align: center;
    }

    .top-section-banner.top-section-banner-big .btn {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 20px;
    }
}

/* 14.h.) footer-nav */
.footer-nav {
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.footer-navWrap {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;

    border-color: rgba(255, 255, 255, 0.2);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

@media only screen and (max-width: 991px) {
    .footer-navWrap {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
}

.footer-nav .footer-nav-left {
    float: left;
}

.footer-nav .footer-nav-right {
    float: right;
}

@media only screen and (max-width: 991px) {
    .footer-nav .footer-nav-left {
        float: none;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .footer-nav .footer-nav-right {
        float: none;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .footer-nav .footer-nav-right > div,
    .footer-nav .footer-nav-left > div {
        display: table;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

.footer-nav-menu ul {
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.footer-nav .footer-nav-center .footer-nav-menu ul {
    display: table;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

.footer-nav-menu ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}

#footer .footer-nav-menu ul li a {
    color: #fff;

    text-transform: uppercase;
    font-weight: 700;
}

#footer .footer-nav-menu ul li a:hover {

    color: #fff;
}

.footer-nav-left .footer-nav-menu.footer-nav-menu-extra ul li {

    border-color: rgba(255, 255, 255, 0.2) !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.footer-nav-left .footer-nav-menu ul li:first-child {
    padding-left: 0;
    border: none !important;
}

.footer-nav-right .footer-nav-menu.footer-nav-menu-extra ul li {

    border-color: rgba(255, 255, 255, 0.2) !important;
    border-right-width: 1px;
    border-right-style: solid;
    border-left: none;
}

.footer-nav-right .footer-nav-menu ul li:last-child {
    padding-right: 0;
    border: none !important;
}

.footer-nav-center .footer-nav-menu.footer-nav-menu-extra ul li {

    border-color: rgba(255, 255, 255, 0.2) !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.footer-nav-center .footer-nav-menu.footer-nav-menu-extra ul li:first-child {
    border: none;
}

.footer-nav-banner img {
    max-width: 100%;
    max-height: 30px;
    height: auto;
}

.footer-navWrap .text-container {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.footer-nav .footer-nav-center {
    text-align: center;
}

/* 14.i.) bottom-section */
.bottom-section {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;

    background-color: #2b2b2b;
    line-height: 20px;
}

@media only screen and (max-width: 991px) {
    .bottom-section {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

.bottom-section .left-bottom-section {
    float: left;
}

.bottom-section .right-bottom-section {
    float: right;
}

@media only screen and (max-width: 991px) {
    .bottom-section .left-bottom-section {
        float: none !important;
        margin-top: 20px !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
    }

    .bottom-section .right-bottom-section {
        float: none !important;
        margin-top: 20px !important;
        margin-right: 0 !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
    }

    .bottom-section .left-bottom-section > img,
    .bottom-section .right-bottom-section > img,
    .bottom-section .left-bottom-section > div,
    .bottom-section .right-bottom-section > div {
        display: table !important;
        margin-top: 0 !important;
        margin-right: auto !important;
        margin-bottom: 0 !important;
        margin-left: auto !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
    }
}

.bottom-section .bottom-logo {
    max-width: 100%;
    max-height: 70px;
    height: auto;
}

.bottom-section .text-container {

    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
}

.bottom-section-nav ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}

.right-bottom-section .bottom-section-nav ul li:last-child {
    padding-right: 0;
}

.left-bottom-section .bottom-section-nav ul li:first-child {
    padding-left: 0;
}

#footer .bottom-section-nav ul li a {

    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

#footer .bottom-section-nav ul li a:hover {

    color: rgba(255, 255, 255, 0.8);
}

.bottom-section-nav {
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
}

.bottom-section-nav ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.bottom-section-nav ul li {

    border-color: rgba(255, 255, 255, 0.2) !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.bottom-section-nav ul li:first-child {
    border: none;
}

/* 14.j.) widget-price-filter */
#footer .widget-price-filter .ui-slider .ui-slider-handle {
    background-color: #fff;
}

#footer .widget-price-filter .ui-slider .ui-slider-range {
    background-color: #fff;
}

/* 14.k.) widget-products */
#footer .widget-products ul.product_list_widget li:hover a img {

    border-color: rgba(255, 255, 255, 0.2);
}

#footer .widget-products ul.product_list_widget li .product-title {

    font-weight: 700;
}

#footer .widget-products ul.product_list_widget li .star-rating:before {

    color: rgba(255, 255, 255, 0.2);
}

#footer .widget-products ul.product_list_widget li .star-rating span:before {

    color: #fff;
}

#footer .widget-products ul.product_list_widget li .price {
    color: #fff;
}

/* 14.l.) widget-theme-post */
#footer .widget.widget-theme-post ul > li > a {
    display: inline-block;

    color: #fff;
    font-weight: 700;
}

#footer .widget.widget-theme-post ul > li > a:hover {

    color: #fff;
}

#footer .widget-theme-post .date {
    background-color: #585858;

    color: #363636;
}

#footer .widget-theme-post li:hover .date {

    background-color: #ccc;
}

#footer .widget-theme-post .date .num {
    font-weight: 700;

    font-size: 60px;
}

#footer .widget-theme-post .date .month {

    font-weight: 700;
}

#footer .widget-theme-post .content .title {

    color: rgba(255, 255, 255, 0.8);
}

#footer .widget-theme-post .content .title:hover {

    color: #fff;
}

/* 14.m.) widget-tags */
#footer .widget-tags a {

    border-color: #e1e1e1;
    color: #fff;
}

#footer .widget-tags a:hover {

    color: #fff;
}

/*------------------------------------------------------------------
15. Front Blog
-------------------------------------------------------------------*/

/* 15.a.) blog-post */
.blog-post .post .video-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.blog-post .post .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.blog-post .post .post-social-icons .share-btn {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    min-width: 100px;
    color: rgba(54, 54, 54, 0.8);
    text-decoration: none !important;

    font-weight: 400;
}

.blog-post .post .post-social-icons .share-btn i {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.blog-post .post .post-social-icons .share-btn:hover i {

    background-color: #585858;
}

.blog-post .post .post-social-icons .share-btn i:before {
    line-height: 40px;
}

.blog-post .post .post-social-icons .share-btn i:after {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 15px;

    border-top-color: #363636;
    border-right-width: 15px;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.blog-post .post .post-social-icons .share-btn:hover i:after {

    border-top-color: #585858;
}

.blog-post .post .post-social-icons .share-btn .title {
    display: block;

    color: #363636;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
}

.blog-post .post-meta {
    line-height: 20px;
}

.blog-post .post-meta ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.blog-post .post-meta ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    border-color: #ebebeb !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.blog-post .post-meta ul li .icon {
    display: inline-block;
    margin-right: 2px;

    color: #363636;
    vertical-align: middle;
    font-size: 16px;
}

.blog-post .post-meta ul li .icon:before {
}

.blog-post .post-meta ul li a {
    color: rgba(54, 54, 54, 0.8);
    text-decoration: underline;

    font-weight: 400;
}

.blog-post .post-meta ul li a:hover {

    color: #959595;
    text-decoration: none;
}

.blog-post .post-meta ul li:first-child {
    padding-left: 0;
    border: none;
}

/* 15.b.) post-type-1 */
.post-type-1 {
    margin-bottom: 40px;
}

.post-type-1 .post {
    margin-bottom: 40px;

    border-color: #ebebeb;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.post-type-1 .sticky-post {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.post-type-1 .featured-image {
    position: relative;
}

.post-type-1 .featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-type-1 .post-title {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}

.post-type-1 .no-featured-image .post-title {
    position: relative;

    background-color: #ccc;
}

.post-type-1 .post-title .post-titleWrap {
    float: left;
}

.post-type-1 .post-title h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.post-type-1 .post-title h2 a {
    display: block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    background-color: #363636;
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.post-type-1 .post-title .subtitle {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #585858;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.post-type-1 .no-featured-image:hover .post-title .subtitle,
.post-type-1 .featured-image:hover .post-title .subtitle {

    background-color: #363636;
}

.post-type-1 .post-title .dateWrap {
    float: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .post-type-1 .post-title .dateWrap {
        display: none !important;
    }
}

.post-type-1 .post-title .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.post-type-1 .no-featured-image:hover .post-title .date,
.post-type-1 .featured-image:hover .post-title .date {

    background-color: #363636;
}

.post-type-1 .post-title .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.post-type-1 .post-title .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.post-type-1 .featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.post-type-1 .featured-image:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.post-type-1 .featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.post-type-1 .featured-image .hover-effect-btn .icon {
    display: block;
    margin-top: -1px;
    margin-left: 2px;
}

.post-type-1 .featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.post-type-1 .featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.post-type-1 .post-meta {
    margin-top: 20px;
}

.post-type-1 .post-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-type-1 .post-content .more-link {
    display: block;
    margin-top: 10px;
    text-align: center;

    font-weight: 400;
}

.post-type-1 .post-content .more-link .icon {
    display: inline-block;
    vertical-align: middle;
}

.post-type-1 .post-social-icons {
    margin-bottom: 20px;
}

.post-type-1 .post-social-icons .share-btn {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

/* 15.c.) post-type-2 */
.post-type-2 {
    margin-bottom: 40px;
}

.post-type-2 .post {
    margin-bottom: 40px;
}

.post-type-2 .sticky-post {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.post-type-2 .featured-image {
    position: relative;
}

.post-type-2 .featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-type-2 .featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.post-type-2 .post:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.post-type-2 .featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.post-type-2 .featured-image .hover-effect-btn .icon {
    display: block;
    margin-top: -1px;
    margin-left: 2px;
}

.post-type-2 .featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.post-type-2 .featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.post-type-2 .no-featured-image {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;

    background-color: #ccc;
}

.post-type-2 .post-type-date {
    position: absolute;
    bottom: -80px;
    left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #fff;
}

.post-type-2 .sticky-post .post-type-date {
    background-color: #f5f5f5;
}

.post-type-2 .post-type-date .icon {
    display: block;
    width: 70px;
    height: 70px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 45px;
}

.post-type-2 .post-type-date .icon:before {
    line-height: 70px;
}

.post-type-2 .post-type-date .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.post-type-2 .post-type-date .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.post-type-2 .post-type-date .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.post-type-2 .post-contentWrap {
    margin-left: 130px;
}

.post-type-2 .post-content {
    margin-top: 20px;
}

.post-type-2 .post-contentWrap .post-title {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 700;

    font-size: 18px;
    line-height: 20px;
}

.post-type-2 .post-contentWrap .post-title a {

    color: #363636;
}

.post-type-2 .post-contentWrap .post-title a:hover {

    color: #0072bc;
}

.post-type-2 .post-content .more-link {
    display: inline-block;
    margin-left: 3px;

    font-weight: 400;
}

.post-type-2 .post-content .more-link .icon {
    display: inline-block;
    vertical-align: middle;
}

.post-type-2 .post-meta {
    margin-top: 20px;
}

.post-type-2 .post-social-icons {
    margin-top: 20px;
    padding-top: 10px;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
}

/* 15.d.) post-type-3 */
.post-type-3 {
    margin-bottom: 40px;
}

.post-type-3 .post {
    margin-bottom: 40px;

    border-color: #ebebeb;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.post-type-3 .sticky-post {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.post-type-3 .featured-image {
    position: relative;
}

.post-type-3 .featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-type-3 .post-title {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 100%;
}

.post-type-3 .no-featured-image .post-title {
    position: relative;

    background-color: #ccc;
}

.post-type-3 .post-title .post-titleWrap {
    float: left;
}

.post-type-3 .post-title h2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.post-type-3 .post-title h2 a {
    display: block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    background-color: #363636;
    color: #fff;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

.post-type-3 .post-title .subtitle {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #585858;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.post-type-3 .no-featured-image:hover .post-title .subtitle,
.post-type-3 .featured-image:hover .post-title .subtitle {

    background-color: #363636;
}

.post-type-3 .dateWrap {
    position: absolute;
    right: 20px;
    bottom: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

.post-type-3 .sticky-post .dateWrap {
    background-color: #f5f5f5;
}

@media only screen and (max-width: 991px) {
    .post-type-3 .dateWrap {
        display: none !important;
    }
}

.post-type-3 .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.post-type-3 .no-featured-image:hover .date,
.post-type-3 .featured-image:hover .date {

    background-color: #363636;
}

.post-type-3 .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.post-type-3 .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.post-type-3 .featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.post-type-3 .featured-image:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.post-type-3 .featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.post-type-3 .featured-image .hover-effect-btn .icon {
    display: block;
    margin-top: -1px;
    margin-left: 2px;
}

.post-type-3 .featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.post-type-3 .featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.post-type-3 .post-meta {
    margin-top: 20px;
}

.post-type-3 .post-content {
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-type-3 .post-content .more-link {
    display: block;
    margin-top: 10px;
    text-align: center;

    font-weight: 400;
}

.post-type-3 .post-content .more-link .icon {
    display: inline-block;
    vertical-align: middle;
}

.post-type-3 .post-social-icons {
    margin-bottom: 20px;
}

.post-type-3 .post-social-icons .share-btn {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
}

/* 15.e.) post-type-4 */
.post-type-4 {
    margin-bottom: 40px;
}

.post-type-4 .post {
    margin-bottom: 40px;
}

.post-type-4 .sticky-post {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.post-type-4 .post-col {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 991px) {
    .post-type-4 .post-col {
        float: none !important;
        width: 100% !important;
    }
}

.post-type-4 .featured-image {
    position: relative;
}

.post-type-4 .post-col .post-colWrap {
    padding-right: 15px;

    border-color: #ebebeb !important;
    border-right-width: 1px;
    border-right-style: solid;
}

@media only screen and (max-width: 991px) {
    .post-type-4 .post-col .post-colWrap {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        border: none !important;
    }
}

.post-type-4 .featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.post-type-4 .no-featured-image {
    position: relative;
    display: block;
    margin-right: 15px;
    width: 100%;
    height: 365px;

    background-color: #ccc;
}

.post-type-4 .no-image-label {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -125px;
    padding-top: 110px;
    padding-right: 0;
    padding-bottom: 110px;
    padding-left: 0;
    width: 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #fff;
    color: #ccc;
    text-align: center;
    text-decoration: underline;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
}

.post-type-4 .dateWrap {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

@media only screen and (max-width: 991px) {
    .post-type-4 .dateWrap {
        display: none !important;
    }
}

.post-type-4 .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.post-type-4 .no-featured-image:hover .date,
.post-type-4 .featured-image:hover .date {

    background-color: #363636;
}

.post-type-4 .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.post-type-4 .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.post-type-4 .featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.post-type-4 .featured-image:hover .hover-effect {
    visibility: visible;
    opacity: 1;
}

.post-type-4 .featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.post-type-4 .featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.post-type-4 .featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.post-type-4 .post-col .post-contentWrap {
    padding-left: 15px;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.post-type-4 .post-meta {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 20px;
}

.post-type-4 .post-contentWrap .post-title {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 700;

    font-size: 18px;
    line-height: 20px;
}

.post-type-4 .post-contentWrap .post-title a {

    color: #363636;
}

.post-type-4 .post-contentWrap .post-title a:hover {

    color: #0072bc;
}

.post-type-4 .post-content {
    margin-top: 20px;
}

.post-type-4 .post-social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-type-4 .post-content .more-link {
    display: inline-block;
    margin-left: 3px;
}

.post-type-4 .post-content .more-link .icon {
    display: inline-block;
    vertical-align: middle;
}

/* 15.f.) pagination-type-1 */
.pagination-type-1 .pages {
    display: table;
    border: 1px solid;

    border-color: #ebebeb;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-weight: 400;
}

.pagination-type-1.pagination-centered .pages {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.pagination-type-1 .pages a {
    display: block;
    float: left;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: -1px;
    margin-left: 0;
    width: 48px;
    height: 48px;

    color: #363636;
    text-align: center;
    text-decoration: none !important;
    line-height: 48px;
}

.pagination-type-1 .pages a.active {

    background-color: #363636;
    color: #fff !important;
}

.pagination-type-1 .pages a:hover {

    color: #959595;
}

.pagination-type-1 .icon {
    display: block;
    vertical-align: middle;
}

/* 15.g.) pagination-type-2 */
.pagination-type-2 .pages {
    display: table;
}

.pagination-type-2.pagination-centered .pages {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.pagination-type-2 .pages a {
    display: block;
    float: left;
    box-sizing: content-box;
    margin-left: 10px;
    width: 46px;
    height: 46px;

    border: 2px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #363636;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400;
    line-height: 46px;
}

.pagination-type-2 .pages a:first-child {
    margin-left: 0;
}

.pagination-type-2 .pages a.active {

    border-color: #959595;
}

.pagination-type-2 .pages a:hover {

    border-color: #959595;
}

.pagination-type-2 .icon {
    display: block;
    vertical-align: middle;
}

/* 15.h.) pagination-type-3 */
.pagination-type-3 .pages {
    display: table;
    border: 1px solid;

    border-color: #ebebeb;
}

.pagination-type-3.pagination-centered .pages {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.pagination-type-3 .pages a {
    display: block;
    float: left;
    margin-top: -1px;
    margin-right: 0;
    margin-bottom: -1px;
    margin-left: 0;
    width: 48px;
    height: 48px;

    color: #363636;
    text-align: center;
    text-decoration: none !important;
    font-weight: 400;
    line-height: 48px;
}

.pagination-type-3 .pages a.active {

    background-color: #363636;
    color: #fff !important;
}

.pagination-type-3 .pages a:hover {

    color: #959595;
}

.pagination-type-3 .icon {
    display: block;
    vertical-align: middle;
}

/*------------------------------------------------------------------
16. Blog Post
-------------------------------------------------------------------*/

.gallery {
    margin-bottom: 20px;
}

.gallery dl {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.gallery dd {
    display: none;
}

.gallery .gallery-item {
    float: left;
    width: 33.3%;
}

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

.gallery .gallery-item a {
    position: relative;
    display: block;
}

.gallery .gallery-item a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
}

.gallery .gallery-item a:hover:after {
    opacity: 1;
}

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

.gallery .gallery-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
    opacity: 0;
}

.gallery .gallery-item span:hover {
    background-color: #959595;
}

.gallery .gallery-item:hover span {
    opacity: 1;
}

.gallery .gallery-item span .icon {
    display: block;
}

.gallery .gallery-item span .icon:before {
    line-height: 50px;
}

.single-blog-post .single-post-featured-video .video-container {
    position: relative;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 56.25%;
    height: 0;
}

.single-blog-post .single-post-featured-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.single-blog-post .post-social-icons .share-btn {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
    min-width: 100px;
    color: rgba(54, 54, 54, 0.8);
    text-decoration: none !important;

    font-weight: 400;
}

.single-blog-post .post-social-icons .share-btn i {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.single-blog-post .post-social-icons .share-btn i:before {
    line-height: 40px;
}

.single-blog-post .post-social-icons .share-btn:hover i {

    background-color: #585858;
}

.single-blog-post .post-social-icons .share-btn i:after {
    position: absolute;
    top: 10px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 15px;

    border-top-color: #363636;
    border-right-width: 15px;
    border-right-color: transparent;
    border-bottom-width: 0;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.single-blog-post .post-social-icons .share-btn:hover i:after {

    border-top-color: #585858;
}

.inactive-styles .single-blog-post .post-social-icons .share-btn .title {
    display: block;

    color: #363636;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 16px;
}

.single-blog-post .commentlist {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.single-blog-post .commentlist li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.single-blog-post .avatar img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.single-blog-post .comment-form .comment-notes {
    margin-bottom: 30px;
}

.single-blog-post .comment-form .comment-form-email,
.single-blog-post .comment-form .comment-form-author {
    width: 33.3%;
}

.single-blog-post .comment-form .comment-form-message {
    width: 66.6%;
}

.single-blog-post .comment-form .comment-form-submit {
    margin-top: 20px;
}

.post-comments-counter.heading-element-1 h4 {
    position: relative;
    padding-right: 39px;
}

.post-comments-counter.heading-element-1 h4 span {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.post-comments-counter.heading-element-7 h4 {
    position: relative;
    padding-right: 65px;
}

.post-comments-counter.heading-element-7 h4 span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.single-blog-post .post-meta {
    line-height: 20px;
}

.single-blog-post .post-meta ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.single-blog-post .post-meta ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;

    border-color: #ebebeb !important;
    border-left-width: 1px;
    border-left-style: solid;
}

.single-blog-post .post-meta ul li .icon {
    display: inline-block;
    margin-right: 2px;

    color: #363636;
    vertical-align: middle;
    font-size: 16px;
}

.single-blog-post .post-meta ul li a {
    color: rgba(54, 54, 54, 0.8);
    text-decoration: underline;

    font-weight: 400;
}

.single-blog-post .post-meta ul li a:hover {

    color: #959595;
    text-decoration: none;
}

.single-blog-post .post-meta ul li:first-child {
    padding-left: 0;
    border: none;
}

/* 16.a.) single-post-1 */
.single-post-1 {
    margin-bottom: 20px;
}

.single-post-1 .single-post-featured-image {
    position: relative;
}

.single-post-1 .single-post-featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.single-post-1 .single-post-featured-image .dateWrap {
    position: absolute;
    right: 20px;
    bottom: -10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

.single-post-1 .single-post-featured-image .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.single-post-1 .single-post-featured-image .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.single-post-1 .single-post-featured-image .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.single-blog-post .single-post-1 .post-meta {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 20px;

    border-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.single-blog-post .single-post-1 .post-content {
    padding-bottom: 20px;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-1 {
    margin-bottom: 30px;
    padding-top: 10px;

    border-color: #ebebeb;
    border-top-width: 3px;
    border-top-style: solid;
}

.single-blog-post .single-post-1 .related-posts {
    margin-bottom: 30px;
}

.single-blog-post .single-post-1 .related-posts .blog-container {
    margin-bottom: 0;
}

.single-blog-post .single-post-1 .related-posts .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-1 .post-comments {
    margin-bottom: 60px;
}

.single-blog-post .single-post-1 .post-comments .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-1 .comment-respond .heading-element {
    margin-bottom: 20px;
}

/* 16.b.) single-post-2 */
.single-post-2 {
    margin-bottom: 20px;
}

.single-post-2 .single-post-featured-image {
    position: relative;
}

.single-post-2 .single-post-featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.single-post-2 .single-post-featured-image .post-type-date {
    position: absolute;
    bottom: -80px;
    left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #fff;
}

.single-post-2 .single-post-featured-image .post-type-date .icon {
    display: block;
    width: 70px;
    height: 70px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 70px;
}

.single-post-2 .single-post-featured-image .post-type-date .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.single-post-2 .single-post-featured-image .post-type-date .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.single-post-2 .single-post-featured-image .post-type-date .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.single-blog-post .single-post-2 .post-meta {
    margin-top: 25px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 130px;
    padding-bottom: 20px;

    border-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.single-blog-post .single-post-2 .post-content {
    padding-bottom: 20px;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-2 {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    border: 3px solid;

    border-color: #ebebeb;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-2 .label {
    display: inline-block;
    margin-top: 20px;
    color: #959595;

    font-weight: 700;
    font-style: italic;
    line-height: 20px;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-2 .post-social-icons {
    float: right;
}

.single-blog-post .single-post-2 .related-posts {
    margin-bottom: 30px;
}

.single-blog-post .single-post-2 .related-posts .blog-container {
    margin-bottom: 0;
}

.single-blog-post .single-post-2 .related-posts .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-2 .post-comments {
    margin-bottom: 60px;
}

.single-blog-post .single-post-2 .post-comments .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-2 .comment-respond .heading-element {
    margin-bottom: 20px;
}

/* 16.c.) single-post-3 */
.single-post-3 {
    margin-bottom: 20px;
}

.single-post-3 .single-post-featured-image {
    position: relative;
}

.single-post-3 .single-post-featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.single-post-3 .single-post-featured-image .dateWrap {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

.single-post-3 .single-post-featured-image .date {
    position: relative;
    display: block;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-color: #585858;

    color: #fff;
}

.single-post-3 .single-post-featured-image .date .num {
    position: absolute;
    right: -10px;
    bottom: -15px;
    display: block;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 700;

    font-size: 60px;
    line-height: 70px;
}

.single-post-3 .single-post-featured-image .date .month {
    position: absolute;
    width: 70px;
    height: 30px;
    text-align: center;
    text-transform: uppercase;

    font-weight: 700;
    line-height: 30px;
}

.single-blog-post .single-post-3 .post-meta {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-bottom: 20px;

    border-color: #ebebeb;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.single-blog-post .single-post-3 .post-content {
    padding-bottom: 20px;

    border-color: #ebebeb;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-3 {
    margin-bottom: 30px;
    padding-top: 10px;

    border-color: #ebebeb;
    border-top-width: 3px;
    border-top-style: solid;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-3 .label {
    display: inline-block;
    margin-top: 20px;
    color: #959595;

    font-weight: 700;
    font-style: italic;
    line-height: 20px;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-3 .post-social-icons {
    float: right;
}

.single-blog-post .post-social-iconsWrap.post-social-icons-variant-3 .post-social-icons .share-btn:last-child {
    margin-right: 0;
}

.single-blog-post .single-post-3 .related-posts {
    margin-bottom: 30px;
}

.single-blog-post .single-post-3 .related-posts .blog-container {
    margin-bottom: 0;
}

.single-blog-post .single-post-3 .related-posts .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-3 .post-comments {
    margin-bottom: 60px;
}

.single-blog-post .single-post-3 .post-comments .heading-element {
    margin-bottom: 30px;
}

.single-blog-post .single-post-3 .comment-respond .heading-element {
    margin-bottom: 20px;
}

/* 16.d.) comment-list-1 */
.comment-list-1 .comment {
    position: relative;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 0;
    border: 1px solid;

    border-color: #ebebeb;
    border-top: none;
}

.comment-list-1 .children {
    margin-bottom: 20px;
}

.comment-list-1 .comment:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5px;

    background-color: #959595;
    content: "";
}

.comment-list-1 .children .comment:before {

    background-color: #363636;
}

.comment-list-1 .comment:after {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 20px;

    border-right-color: #959595;
    border-bottom-width: 20px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.comment-list-1 .children .comment:after {

    border-right-color: #363636;
}

.comment-list-1 .comment-content {
    margin-left: 160px;
}

.single-blog-post .comment-list-1 .avatar {
    position: absolute;
    top: 30px;
    left: 60px;
    width: 80px;
}

.comment-list-1 .comment-meta {
    margin-bottom: 20px;
    line-height: 20px;
}

.comment-list-1 .comment-meta a {
    color: #363636;
}

.comment-list-1 .comment-meta a:hover {
    color: #959595;
}

.comment-list-1 .comment-meta ul {
    display: inline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.comment-list-1 .comment-meta ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;

    font-weight: 400;
}

.comment-list-1 .comment-meta ul li .icon {
    display: inline-block;
    margin-right: 2px;

    color: #363636;
    vertical-align: middle;
}

.comment-list-1 .comment-meta .reply {
    float: right;
}

.comment-list-1 .comment-meta .reply a {
    display: block;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border: 1px solid;

    border-color: #ebebeb;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #363636;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

.comment-list-1 .comment-meta .reply a:hover {
    color: #959595;
}

/* 16.e.) comment-list-2 */
.comment-list-2 .comment {
    margin-bottom: 20px;
}

.comment-list-2 .comment-content {
    position: relative;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 80px;
    border-color: #ebebeb;
    border-bottom: 3px solid;

    background-color: #fafafa;
}

.comment-list-2 .comment-content:before {
    position: absolute;
    right: 20px;
    bottom: -40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 40px;

    border-right-color: #fafafa;
    border-bottom-width: 40px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

.comment-list-2 .children .comment-content {
    border-color: #ccc;
}

.comment-list-2 .comment-content .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.comment-list-2 .comment-content .icon:before {
    line-height: 50px;
}

.comment-list-2 .comment-meta .avatar {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.comment-list-2 .comment-meta .reply {
    float: right;
}

.comment-list-2 .comment-meta .reply a {
    display: block;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;

    background-color: #363636;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.comment-list-2 .comment-meta .reply a:hover {
    background-color: #959595;
}

.comment-list-2 .comment-meta .comment-meta-admin {
    display: block;
    margin-top: 20px;
    color: #363636;

    font-weight: 400;
}

.comment-list-2 .comment-meta .comment-meta-data {
    color: #363636;

    font-weight: 400;
}

.comment-list-2 .comment-meta .comment-meta-data:before {
    content: "— ";
}

/* 16.f.) comment-list-3 */
.comment-list-3 .comment {
    position: relative;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 0;
    min-height: 160px;
    border: 1px solid;

    border-color: #ebebeb;
    border-top: none;
}

.comment-list-3 .children {
    margin-bottom: 20px;
}

.comment-list-3 .comment:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;

    background-color: #959595;
    content: "";
}

.comment-list-3 .children .comment:before {

    background-color: #363636;
}

.comment-list-3 .comment-content {
    margin-left: 160px;
}

.single-blog-post .comment-list-3 .avatar {
    position: absolute;
    top: 18px;
    left: 20px;
    width: 100px;
}

.single-blog-post .comment-list-3 .avatar i {
    position: absolute;
    right: -25px;
    bottom: -25px;
    display: block;
    width: 50px;
    height: 50px;
    border: 3px solid;

    border-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.single-blog-post .comment-list-3 .avatar i:before {
    line-height: 44px;
}

.single-blog-post .comment-list-3 .children .avatar i {
    background-color: #363636;
}

.comment-list-3 .comment-meta {
    margin-bottom: 10px;
}

.comment-list-3 .comment-meta ul {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.comment-list-3 .comment-meta ul li {
    display: inline-block;
    padding-top: 0;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;

    font-weight: 400;
}

.comment-list-3 .comment-meta ul li.posted-on {
    text-transform: capitalize;
}

.comment-list-3 .comment-meta ul li.posted-on:before {
    content: "— ";
}

.comment-list-3 .comment-meta .reply {
    float: right;
}

.comment-list-3 .comment-meta .reply a {
    display: block;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;

    background-color: #363636;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.comment-list-3 .comment-meta .reply a:hover {

    background-color: #959595;
}

.comment-list-3 .comment-meta ul li.author a {
    font-weight: 400;
    font-size: 16px;
}

/*------------------------------------------------------------------
17. Portfolio Post
-------------------------------------------------------------------*/
.portfolio-post-featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-container .featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-container .featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.portfolio-post-container:hover .featured-image .hover-effect {
    opacity: 1;
}

.portfolio-post-container .featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.portfolio-post-container .featured-image .hover-effect-btn .icon {
    display: block;
    margin-top: -1px;
    margin-left: 2px;
}

.portfolio-post-container .featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.portfolio-post-container .featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.portfolio-post-container .video-container {
    position: relative;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 56.25%;
    height: 0;
}

.portfolio-post-container .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.portfolio-post-container .no-featured-image,
.portfolio-post-container .featured-image {
    position: relative;
}

.portfolio-post-container .no-featured-image {
    display: block;
    min-height: 175px;
    background: #ebebeb;
}

.portfolio-post-container .no-image-label {
    position: absolute;
    top: 20px;
    left: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #fff;
    color: #ebebeb;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
}

.portfolio-post-container .portfolio-post-container-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;

    border-color: #ebebeb;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}

.portfolio-post-container .portfolio-post-container-title a {

    color: #363636;
}

.portfolio-post-container:hover .portfolio-post-container-title a {

    color: #959595;
    text-decoration: underline;
}

.no-padding-portfolio-post-container {
    position: relative;
}

.no-padding-portfolio-post-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: 1px solid;

    border-color: #ebebeb;
    content: '';
}

.no-padding-portfolio-post-container .no-padding-portfolio-post-containerWrap {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .no-padding-portfolio-post-container .no-padding-portfolio-post-containerWrap {
        overflow: inherit !important;
    }
}

.no-padding-portfolio-post-container .portfolio-post-container .portfolio-post-container-content {
    border: none;
}

.no-padding-portfolio-post-container .portfolio-post-container {
    position: relative;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

@media only screen and (max-width: 991px) {
    .no-padding-portfolio-post-container .portfolio-post-container {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

.no-padding-portfolio-post-container .portfolio-post-container:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;

    border-color: #ebebeb !important;
    border-left-width: 1px;
    border-left-style: solid;
    content: '';
}

@media only screen and (max-width: 991px) {
    .no-padding-portfolio-post-container .portfolio-post-container:after {
        display: none !important;
    }
}

/* 17.a.) portfolio-post-1 */
.portfolio-post-1 .portfolio-post-featured-image {
    margin-bottom: 30px;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery a {
    position: relative;
    display: block;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    content: "";
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery a:hover:after {
    display: block;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery a span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    display: none;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery a:hover span {
    display: block;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery span .icon {
    display: block;
}

.inactive-styles .portfolio-post-1 .portoflio-post-gallery span .icon:before {
    line-height: 50px;
}

.portfolio-post-1 .portoflio-post-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-1 .portoflio-post-gallery ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.portfolio-post-1 .portoflio-post-gallery ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.portfolio-post-1 .heading-element-3 {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-post-1 .portfolio-post-last-row {
    margin-bottom: 40px;
}

/* 17.b.) portfolio-post-2 */
.portfolio-post-2 .portoflio-post-gallery {
    margin-bottom: 10px;
}

.portfolio-post-2 .portoflio-post-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-2 .portoflio-post-gallery ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.portfolio-post-2 .portoflio-post-gallery ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.portfolio-post-2 .portoflio-post-gallery .portoflio-post-gallery-img {
    position: relative;
}

.portfolio-post-2 .portoflio-post-gallery .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.portfolio-post-2 .portoflio-post-gallery li:hover .hover-effect {
    opacity: 1;
}

.portfolio-post-2 .portoflio-post-gallery .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.portfolio-post-2 .portoflio-post-gallery .hover-effect-btn .icon:before {
    line-height: 50px;
}

.portfolio-post-2 .portoflio-post-gallery .hover-effect-btn:hover {

    background-color: #585858;
}

.portfolio-post-2 .heading-element-3 {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-post-2 .portfolio-post-last-row {
    margin-bottom: 40px;
}

/* 17.c.) portfolio-post-3 */
.portfolio-post-3 .portfolio-post-featured-image {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-post-3 .portfolio-post-featured-image .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.portfolio-post-3 .portfolio-post-featured-image:hover .hover-effect {
    opacity: 1;
}

.portfolio-post-3 .portfolio-post-featured-image .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.portfolio-post-3 .portfolio-post-featured-image .hover-effect-btn .icon:before {
    line-height: 50px;
}

.portfolio-post-3 .portfolio-post-featured-image .hover-effect-btn:hover {

    background-color: #585858;
}

.portfolio-post-3 .portoflio-post-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-3 .portoflio-post-gallery ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.portfolio-post-3 .portoflio-post-gallery ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.portfolio-post-3 .portoflio-post-gallery .portoflio-post-gallery-img {
    position: relative;
}

.portfolio-post-3 .portoflio-post-gallery .hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.portfolio-post-3 .portoflio-post-gallery li:hover .hover-effect {
    opacity: 1;
}

.portfolio-post-3 .portoflio-post-gallery .hover-effect-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    font-size: 24px;
}

.portfolio-post-3 .portoflio-post-gallery .hover-effect-btn .icon:before {
    line-height: 50px;
}

.portfolio-post-3 .portoflio-post-gallery .hover-effect-btn:hover {

    background-color: #585858;
}

.portfolio-post-3 .heading-element-3 {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-post-3 .portfolio-post-last-row {
    margin-bottom: 40px;
}

/* 17.d.) portfolio-post-4 */
.portfolio-post-4 .portfolio-post-featured-image {
    margin-bottom: 30px;
}

.portfolio-post-4 .portoflio-post-gallery img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio-post-4 .portoflio-post-gallery ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.portfolio-post-4 .portoflio-post-gallery ul li {
    display: block;
    float: left;
    margin-bottom: 30px;
}

.portfolio-post-4 .heading-element-3 {
    margin-bottom: 30px;
    width: 100%;
}

.portfolio-post-4 .portfolio-post-last-row {
    margin-bottom: 40px;
}

/*------------------------------------------------------------------
18. Team Post
-------------------------------------------------------------------*/
.team-post {
}

.team-post-no-title {
    overflow: visible !important;
}

.team-post-featured-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .member-post-hide-title .title {
        display: none !important;
    }
}

/* 18.a.) team-post-1 */
.team-post-1 {
    margin-bottom: 20px;
}

.team-post-1 .team-post-featured-image {
    margin-bottom: 30px;
}

.team-post-1 .social-media-element-1 {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 0;
    width: 44%;
}

.team-post-1 .heading-element-3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

/* 18.b.) team-post-2 */
.team-post-2 {
    margin-bottom: 20px;
}

.team-post-2 .team-post-featured-image {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

@media (min-width: 992px) {
    .team-post-2 .team-post-featured-image {
        margin-top: -200px;
    }
}

.team-post-2 .team-post-featured-image .team-post-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: none;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #363636;

    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

@media (min-width: 992px) {
    .team-post-2 .team-post-featured-image .team-post-title {
        display: block !important;
    }
}

.team-post-2 .team-post-featured-image .team-post-subtitle {
    position: absolute;
    bottom: 80px;
    left: 30px;
    display: none;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #585858;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;

    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .team-post-2 .team-post-featured-image .team-post-subtitle {
        display: block !important;
    }
}

.team-post-2 .social-media-element-1 {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 0;
    width: 44%;
}

.team-post-2 .heading-element-3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

/* 18.c.) team-post-3 */
.team-post-3 {
    margin-bottom: 20px;
}

.team-post-3 .team-post-featured-image {
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    background-color: #fff;
}

@media (min-width: 992px) {
    .team-post-3 .team-post-featured-image {
        margin-top: -200px;
    }
}

.team-post-3 .team-post-featured-image .team-post-title {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: none;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #363636;

    color: #fff;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
}

@media (min-width: 992px) {
    .team-post-3 .team-post-featured-image .team-post-title {
        display: block !important;
    }
}

.team-post-3 .team-post-featured-image .team-post-subtitle {
    position: absolute;
    bottom: 80px;
    left: 30px;
    display: none;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #585858;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;

    font-size: 18px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .team-post-3 .team-post-featured-image .team-post-subtitle {
        display: block !important;
    }
}

.team-post-3 .social-media-element-1 {
    margin-bottom: 20px;
}

.team-post-3 .heading-element-3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

/* 18.d.) team-post-4 */
.team-post-4 {
    margin-bottom: 20px;
}

.team-post-4 .team-post-featured-image {
    margin-bottom: 30px;
}

.team-post-4 .social-media-element-1 {
    margin-top: 0;
    margin-right: 5%;
    margin-bottom: 20px;
    margin-left: 0;
    width: 44%;
}

.team-post-4 .heading-element-3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

/*------------------------------------------------------------------
19. Shop
-------------------------------------------------------------------*/
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: star;
    src: url(../fonts/star/star.eot);
    src: url(../fonts/star/star.eot?#iefix) format("embedded-opentype"),
    url(../fonts/star/star.woff) format("woff"),
    url(../fonts/star/star.ttf) format("truetype"),
    url(../fonts/star/star.svg#star) format("svg");
}

ul.shop-products {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ul.shop-products li.product {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

ul.shop-products li.product-category {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

li.product .product-thumbnail img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

li.product-category .product-category-thumbnail img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

ul.products li.product .star-rating {
    font-size: .857em;
}

.star-rating {
    position: relative;
    float: right;
    overflow: hidden;
    width: 5.4em;
    height: 1em;
    font-size: 1em;
    font-family: star;
    line-height: 1;
}

.star-rating:before {
    position: absolute;
    top: 0;
    left: 0;
    float: left;

    color: #ccc;
    content: "\73\73\73\73\73";
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    overflow: hidden;
    padding-top: 1.5em;
}

.star-rating span:before {
    position: absolute;
    top: 0;
    left: 0;

    color: #363636;
    content: "\53\53\53\53\53";
}

.shop-products .star-rating {
    display: block;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.5em;
    margin-left: 0;
}

ul.shop-products li.product .product-thumbnail {
    position: relative;
}

.shop-onsale {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    box-sizing: content-box;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 70px;
    height: 30px;
    background-color: #363636;

    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}

.shop-out-of-s {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    box-sizing: content-box;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    min-height: 20px;
    width: 70px;
    background-color: #959595;

    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.shop-count-ordering {
    margin-bottom: 20px;
}

.shop-count-ordering form.ordering {
    color: #959595;
}

.shop-count-ordering .result-count {
    margin-top: 13px;
    margin-right: 0;
    margin-bottom: 13px;
    margin-left: 0;
}

/* 19.a.) shop-count-ordering-1 */
.shop-count-ordering-1 .ordering {
    float: left;
}

.shop-count-ordering-1 .result-count {
    float: right;

    font-weight: 400;
}

/* 19.b.) shop-count-ordering-2 */
.shop-count-ordering-2 {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.shop-count-ordering-2 .ordering {
    float: right;
}

.shop-count-ordering-2 .ordering select {
    padding-top: 4px !important;
    padding-right: 8px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    height: 30px !important;
}

.shop-count-ordering-2 .result-count {
    float: left;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;

    font-weight: 400;
}

/* 19.c.) shop-products-1 */
ul.shop-products-1 li.product .productWrap {
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-products-1 li.product .shop-onsale {
    top: 10px;
    right: 10px;
}

ul.shop-products-1 li.product .shop-out-of-s {
    top: 10px;
    right: 10px;
}

ul.shop-products-1 li.product .product-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
}

ul.shop-products-1 li.product h3 {
    margin-bottom: 3px;
    font-size: 16px;
}

ul.shop-products-1 li.product .star-rating {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-1 li.product .review-link {

    color: rgba(54, 54, 54, 0.8);
    font-size: 12px;
}

ul.shop-products-1 li.product .price {
    display: block;

    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}

ul.shop-products-1 li.product .price ins {
    text-decoration: none;
}

ul.shop-products-1 li.product .price del {
    font-size: 14px;

}

ul.shop-products-1 li.product .product-btn {
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center;
}

ul.shop-products-1 li.product .product-btn .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-1 li.product .product-btn .btn .icon {
    font-size: 16px;
}

/* 19.d.) shop-products-2 */
ul.shop-products-2 li.product .product-thumbnail a {
    position: relative;
    display: block;
}

ul.shop-products-2 li.product .product-thumbnail a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid;

    border-color: transparent;
    content: '';
}

ul.shop-products-2 li.product:hover .product-thumbnail a:after {

    border-color: #363636;
}

ul.shop-products-2 li.product .shop-onsale {
    top: 20px;
    right: 20px;
}

ul.shop-products-2 li.product .shop-out-of-s {
    top: 20px;
    right: 20px;
}

ul.shop-products-2 li.product .product-content {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
}

ul.shop-products-2-text-centered li.product .product-content {
    text-align: center;
}

ul.shop-products-2 li.product h3 {
    margin-bottom: 0;
    font-size: 18px;
}

ul.shop-products-2 li.product .product-cat {
    text-transform: uppercase;
    font-weight: 400;
}

ul.shop-products-2 li.product .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-2 li.product .review-link {

    color: rgba(54, 54, 54, 0.8);
    font-size: 12px;
}

ul.shop-products-2 li.product .price {
    display: block;
    float: right;

    margin-top: 10px;
    color: #363636;
    font-weight: 400;
    font-size: 16px;
}

ul.shop-products-2 li.product .price ins {
    text-decoration: none;
}

ul.shop-products-2 li.product .price del {
    font-size: 14px;

}

/* 19.e.) shop-products-3 */
ul.shop-products-3 li.product .productWrap {
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-products-3 li.product .shop-onsale {
    top: 10px;
    right: 10px;
}

ul.shop-products-3 li.product .shop-out-of-s {
    top: 10px;
    right: 10px;
}

ul.shop-products-3 li.product .product-content {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

ul.shop-products-3 li.product.col-md-2 .product-content {
    padding-right: 10px;
    padding-left: 10px;
}

ul.shop-products-3 li.product h3 {
    margin-bottom: 0;

    font-size: 16px;
}

ul.shop-products-3 li.product .star-rating {
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-3 li.product .price {
    display: block;
    color: #363636;

    font-weight: 400;
    font-size: 16px;
}

ul.shop-products-3 li.product .price ins {
    text-decoration: none;
}

ul.shop-products-3 li.product .price del {
    font-size: 14px;
}

ul.shop-products-3 li.product .product-btn {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
}

ul.shop-products-3 li.product.col-md-2 .product-btn {
    margin-right: 10px;
    margin-left: 10px;
}

ul.shop-products-3 li.product .product-btn .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-3 li.product .product-btn .btn .icon {
    font-size: 14px;
}

/* 19.f.) shop-product-category-1 */
ul.shop-product-category-1 li.product-category .product-categoryWrap {
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-product-category-1 li.product-category:hover .product-categoryWrap {

    border-color: #363636;
}

ul.shop-product-category-1 li.product-category .product-category-thumbnail a {
    position: relative;
    display: block;
}

ul.shop-product-category-1 li.product-category h3 {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    width: 100%;

    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

ul.shop-product-category-1 li.product-category:hover h3 {

    background-color: #363636;
    color: #fff;
}

ul.shop-product-category-1 li.product-category mark {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    opacity: 0.8;
}

ul.shop-product-category-1 li.product-category:hover mark {
    opacity: 1;
}

/* 19.g.) shop-product-category-2 */
ul.shop-product-category-2 li.product-category .product-category-thumbnail a {
    position: relative;
    display: block;
}

ul.shop-product-category-2 li.product-category .product-category-thumbnail a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 5px solid;

    border-color: transparent;
    content: '';
}

ul.shop-product-category-2 li.product-category:hover .product-category-thumbnail a:after {

    border-color: #363636;
}

ul.shop-product-category-2 li.product-category h3 {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    width: 100%;

    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

ul.shop-product-category-2 li.product-category:hover h3 {

    background-color: #363636;
    color: #fff;
}

ul.shop-product-category-2 li.product-category mark {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 60px;
    height: 60px;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    opacity: 0.8;
}

ul.shop-product-category-2 li.product-category mark:after {
    position: absolute;
    bottom: -15px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 0;
    border-top-color: transparent;
    border-right-width: 15px;

    border-right-color: #363636;
    border-bottom-width: 15px;
    border-bottom-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    content: "";
}

ul.shop-product-category-2 li.product-category:hover mark {
    opacity: 1;
}

/* 19.h.) shop-product-category-3 */
ul.shop-product-category-3 li.product-category .product-categoryWrap {
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-product-category-3 li.product-category:hover .product-categoryWrap {

    border-color: #363636;
}

ul.shop-product-category-3 li.product-category .product-category-thumbnail a {
    position: relative;
    display: block;
}

ul.shop-product-category-3 li.product-category h3 {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    width: 100%;
    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;

    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

ul.shop-product-category-3 li.product-category:hover h3 {
    border-color: transparent;

    background-color: #363636;
    color: #fff;
}

ul.shop-product-category-3 li.product-category mark {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    opacity: 0.8;
}

ul.shop-product-category-3 li.product-category:hover mark {
    opacity: 1;
}

/* 19.i.) shop-template-1 */
.shop-template-1 {
    margin-bottom: 40px;
}

/* 19.j.) shop-product-category-4 */
ul.shop-product-category-4 li.product-category .product-categoryWrap {
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-product-category-4 li.product-category .product-categoryWrap a {

    color: #959595;
    text-decoration: none !important;
    font-weight: 400;
}

ul.shop-product-category-4 li.product-category .product-categoryWrap:hover a {
    color: #fff;
}

ul.shop-product-category-4 li.product-category .product-contentWrap {
    display: block;
    margin-top: 3px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;

    background-color: #fff;
    text-align: center;
}

ul.shop-product-category-4 li.product-category .product-categoryWrap:hover .product-contentWrap {
    background-color: #363636;
}

ul.shop-product-category-4 li.product-category h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
}

ul.shop-product-category-4 li.product-category .product-categoryWrap:hover h3 {
    color: #fff;
}

ul.shop-product-category-4 li.product-category mark {
    background-color: transparent;
    color: inherit;
}

/* 19.k.) shop-products-4 */
ul.shop-products-4 li.product {
    text-align: center;
}

ul.shop-products-4 li.product .productWrap {
    border: 1px solid;

    border-color: #ebebeb;
}

ul.shop-products-4 li.product .shop-onsale {
    top: 10px;
    right: 10px;
}

ul.shop-products-4 li.product .shop-out-of-s {
    top: 10px;
    right: 10px;
}

ul.shop-products-4 li.product .product-content {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
}

ul.shop-products-4 li.product.col-md-2 .product-content {
    padding-right: 10px;
    padding-left: 10px;
}

ul.shop-products-4 li.product h3 {
    margin-bottom: 0;

    font-size: 16px;
}

ul.shop-products-4 li.product h3 a {
    color: #363636;
}

ul.shop-products-4 li.product .product-thumbnail-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

ul.shop-products-4 li.product:hover .product-thumbnail-content {
    opacity: 1;
}

ul.shop-products-4 li.product .product-thumbnail-content table {
    width: 100%;
    height: 100%;
}

ul.shop-products-4 li.product .product-thumbnail-star-rating {
    display: inline-block;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

ul.shop-products-4 li.product .star-rating {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

ul.shop-products-4 li.product .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

ul.shop-products-4 li.product .btn .icon {
    font-size: 14px;
}

ul.shop-products-4 li.product .price {
    display: block;
    margin-top: 10px;
    color: #363636;

    font-weight: 400;
    font-size: 16px;
}

ul.shop-products-4 li.product .price ins {
    text-decoration: none;
}

ul.shop-products-4 li.product .price del {
    font-size: 14px;
}

/* 19.l.) shop-count-ordering-3 */
.shop-count-ordering-3 {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #ebebeb;
}

.shop-count-ordering-3 .ordering {
    float: right;
}

.shop-count-ordering-3 .ordering select {
    padding-top: 4px !important;
    padding-right: 8px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    height: 30px !important;
}

.shop-count-ordering-3 .result-count {
    float: left;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;

    font-weight: 400;
}

/*------------------------------------------------------------------
20. Product Post
-------------------------------------------------------------------*/
div.product div.images {
    display: block;
    margin-bottom: 20px;
}

div.product div.images:before,
div.product div.images:after {
    display: table;
    content: " ";
}

div.product div.images:after {
    clear: both;
}

div.product.product-image-type-2 div.images {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    border: 1px solid;

    border-color: #ebebeb;
}

div.product div.images img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

div.product div.thumbnails:before,
div.product div.thumbnails:after {
    display: table;
    content: " ";
}

div.product div.thumbnails:after {
    clear: both;
}

div.product div.thumbnails a {
    position: relative;
    float: left;
    margin-right: 3.8%;
    margin-bottom: 20px;
    width: 30.75%;
}

div.product.product-image-type-2 div.thumbnails a {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.product div.thumbnails a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border: 3px solid;

    border-color: transparent;
    content: '';
}

div.product div.thumbnails a:hover:after {

    border-color: #363636;
}

div.product div.thumbnails a.last {
    margin-right: 0;
}

div.product div.images div.thumbnails {
    padding-top: 20px;
}

div.product.product-image-type-2 div.images div.thumbnails {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #ebebeb;
}

div.product .woocommerce-main-image {
    position: relative;
    display: block;
}

div.product.product-image-type-2 .woocommerce-main-image {
    margin-bottom: 10px;
}

div.product .woocommerce-main-image .shop-onsale {
    top: 20px;
    left: 20px;
}

div.product .product-rating {
    margin-bottom: 15px;
    line-height: 20px;
}

div.product .product-rating .star-rating {
    float: left;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
}

div.product .product-rating .review-link {

    color: rgba(54, 54, 54, 0.8);
}

div.product .product-rating .review-link:hover {

    color: #363636;
}

div.product p.price {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ebebeb;
    color: #363636;
    font-weight: 400;

    font-size: 18px;
}

.product-post-price-border div.product p.price {
    display: block;
}

div.product span.price {
    border-top-color: #ebebeb;
    color: #363636;
    font-weight: 400;

    font-size: 18px;
}

div.product p.price del {

    color: #959595;
    font-size: 16px;
}

div.product span.price del {

    color: #959595;
    font-size: 16px;
}

div.product .product-description {
    margin-bottom: 20px;
}

div.product form.cart {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;

    background-color: #fff;
}

div.product form.cart:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;

    background-color: #ebebeb;
    content: "";
}

div.product form.cart > div {
    position: relative;
    z-index: 9;
}

div.product form.cart > button {
    position: relative;
    z-index: 9;
}

div.product form.cart > table {
    position: relative;
    z-index: 9;
}

div.product form.cart div.quantity {
    float: left;
}

div.product form.cart .btn {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

div.product form.cart .quantity .qty {
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: 55px;
    height: 36px;
    -webkit-border-top-left-radius: 18px;
    -moz-border-radius-topleft: 18px;
    border-top-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-left-radius: 18px;
    text-align: center;
}

div.product form.variations_form .variations td {
    vertical-align: top;
}

div.product form.variations_form .variations td.label {
    padding-right: 10px;
}

div.product form.variations_form .variations td.label label {
    margin-top: 12px;
}

div.product form.variations_form .variations .reset_variations {
    color: #363636;
}

div.product form.variations_form .variations select {
    float: left;
    width: 100%;
}

div.product form.variations_form .single_variation {
    display: inline-block;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

div.product .product_meta {
    margin-bottom: 10px;
    width: 100%;
}

div.product .product_meta > span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 80px;
}

div.product .product_meta > span:last-child {
    margin-right: 0;
}

div.product .product_meta > span > strong {
    display: block;
}

div.product .product_meta.product_meta-type-2 > span {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    min-width: 80px;
}

div.product .product-title {
    margin-bottom: 20px;
}

div.product .tabs-element-1 {
    margin-bottom: 30px;
}

/* 20.a.) product-post-1 */
.product-post-1 {
    margin-bottom: 20px;
}

.product-post-1 .sibdebar {
    margin-bottom: 20px;
}

.product-post-1 .heading-element-1 {
    margin-bottom: 15px;
}

.product-post-1 div.product form.cart {
    display: table;
}

.product-post-1 .related-products .heading-element-1 {
    margin-bottom: 20px;
}

.product-post-1 .social-media {
    margin-bottom: 10px;
}

.product-post-1 .social-media .social-media-element:last-child {
    margin-right: 0;
}

/* 20.b.) product-post-2 */
.product-post-2 {
    margin-bottom: 20px;
}

.product-post-2 .sibdebar {
    margin-bottom: 20px;
}

.product-post-2 .heading-element-1 {
    margin-bottom: 15px;
}

.product-post-2 div.product form.cart {
    display: table;
}

.product-post-2 .related-products .heading-element-1 {
    margin-bottom: 20px;
}

.product-post-2 .related-products .heading-element-7 {
    margin-bottom: 30px;
}

.product-post-2 .social-media {
    margin-bottom: 10px;
}

.product-post-2 .social-media .social-media-element:last-child {
    margin-right: 0;
}

/* 20.c.) product-post-3 */
.product-post-3 {
    margin-bottom: 20px;
}

.product-post-3 .sibdebar {
    margin-bottom: 20px;
}

.product-post-3 .heading-element-1 {
    margin-bottom: 15px;
}

.product-post-3 .related-products .heading-element-1 {
    margin-bottom: 20px;
}

.product-post-3 .social-media {
    margin-bottom: 10px;
}

.product-post-3 .social-media .social-media-element:last-child {
    margin-right: 0;
}

/*------------------------------------------------------------------
21. Shop Cart
-------------------------------------------------------------------*/
table.shop_table {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    width: 100%;
    border: 1px solid;
    border-collapse: separate;

    border-color: #ebebeb;
    border-right: none;
    border-left: none;
    text-align: left;
}

table.shop_table th {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    font-weight: 700;
}

table.shop_table td {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;

    border-color: #ebebeb;
    border-top-width: 1px;
    border-top-style: solid;
    vertical-align: middle;
}

table.shop_table tbody:first-child tr:first-child td,
table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

table.shop_table td.product-remove {
    width: 10%;
    text-align: center;
}

table.shop_table a.remove {
    display: inline-block;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 28px;
}

table.shop_table a.remove span {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

    background-color: #363636;
    text-align: center;
    line-height: 30px;
}

table.shop_table a.remove:hover span {

    background-color: #959595;
}

table.shop_table img {
    width: 110px;
    height: auto;
}

table.shop_table td.product-thumbnail {
    width: 10%;
}

table.shop_table td.product-name {
    vertical-align: top;
}

table.shop_table td.product-quantity .qty {
    margin-right: 10px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    width: 55px;
    height: 36px;
    -webkit-border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border-radius: 18px;
    text-align: center;
}

table.shop_table td.product-name a {

    color: #363636;
    font-weight: 700;
    font-size: 18px;
}

table.shop_table td.product-name a:hover {

    color: #363636;
}

table.shop_table td.product-price {

    color: #959595;
    font-weight: 400;
    font-size: 18px;
}

table.shop_table td.product-subtotal {

    color: #363636;
    font-weight: 400;
    font-size: 18px;
}

.cart-collaterals {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
    font-weight: 400;
}

.cart_totals h4 {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.cart_totals table {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    border-collapse: separate;
    border-left: 0;
}

.cart_totals table p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.cart_totals table tr:first-child td,
.cart_totals table tr:first-child th {
    border-top: 0;
}

.cart_totals table th {
    width: 25%;
}

.cart_totals table td,
.cart_totals table th {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #ebebeb;
    border-right: 0;
    border-left: 0;
    vertical-align: top;
    line-height: 20px;
}

.cart_totals table td {
    text-align: right;
}

.cart_totals table .order-total .amount {
    color: #959595;

    font-weight: 400;
    font-size: 18px;
}

.cart_totals .btn {
    margin-right: 0;
}

.cart_totals .proceed-to-checkout {
    text-align: right;
}

.cart_totals .proceed-update {
    text-align: right;
}

.shipping-calculator {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.shipping-calculator h4 {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.shipping-calculator .theme-form {
    width: 66.6%;
}

.shipping-calculator .btn {
    margin-right: 0;
    margin-left: 0;
}

.coupon {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.coupon h4 {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.coupon .btn {
    margin-right: 0;
    margin-left: 0;
}

.coupon .theme-form {
    width: 66.6%;
}

.cross-sells {
    margin-top: 40px;
}

.cross-sells ul.shop-products li.product {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* 21.a.) shop-cart-1 */
.shop-cart-1 .coupon {
    margin-top: 30px;
}

/* 21.b.) shop-cart-2 */
.shop-cart-2 .cart-collaterals {
    margin-top: 30px;
}

.shop-cart-2 .coupon .theme-form {
    width: 75%;
}

.shop-cart-2 .shipping-calculator .theme-form {
    width: 75%;
}

/*------------------------------------------------------------------
22. Shop Checkout
-------------------------------------------------------------------*/
.billing-fields {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.billing-fields h3 {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.shipping-fields {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
}

.shipping-fields h3 {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.form-row {
    overflow: visible;
    width: 47%;
}

.form-row-last {
    float: right;
}

.form-row-first {
    float: left;
}

.checkout-payment {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border: 1px solid;

    border-color: #ebebeb;
}

.checkout-payment .payment_methods {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.checkout-payment .payment_methods li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #ebebeb;
}

.checkout-payment .payment_methods li label {

    color: #363636;
}

.checkout-payment .payment_methods li label a {
    display: inline-block;
}

.checkout-payment .payment_methods li .input-radio {
    margin-right: 15px;
}

.checkout-payment .payment_methods li img {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
}

.checkout-payment .payment_box {
    margin-top: 10px;
}

.your-order {
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid;

    border-color: #ebebeb;
    font-weight: 400;
}

.your-order h3 {
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-transform: capitalize;
    white-space: pre;
    font-weight: 700;

    font-size: 24px;
    line-height: 34px;
}

.your-order table.shop_table {
    margin-bottom: 0;
    border: none;
}

.your-order table.shop_table th {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}

.your-order table.shop_table thead {

    color: #363636;
}

.your-order table.shop_table thead th {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #ebebeb;
}

.your-order table.shop_table td {
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    border: none;
}

.your-order table.shop_table tbody {

    color: #959595;
}

.your-order table.shop_table tbody td {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

.your-order table.shop_table tbody tr:first-child td {
    padding-top: 10px;
}

.your-order table.shop_table tbody tr:last-child td {
    padding-bottom: 10px;
}

.your-order table.shop_table tfoot td {
    border-bottom-width: 1px;
    border-bottom-style: solid;

    border-bottom-color: #ebebeb;
}

.your-order table.shop_table tfoot {

    color: #363636;
}

.your-order table.shop_table tfoot tr:last-child td {
    border: none;
}

.your-order table.shop_table tfoot .order-total td strong {
    text-decoration: underline;

    font-weight: 400;
    font-size: 18px;
}

/* 22.a.) shop-checkout-2 */
.shop-checkout-2 .shipping-fields {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
23. Service Post
-------------------------------------------------------------------*/
.service-post-naviagtion {
    margin-bottom: 65px;
}

.service-post-naviagtion ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.service-post-naviagtion li {
    margin-bottom: 10px;
    font-size: 18px;
}

.service-post-naviagtion li a {
    display: block;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid;
    border-color: #ebebeb;

    color: #363636;
    text-decoration: none !important;
    letter-spacing: 0;
    font-weight: 400;
}

.service-post-naviagtion li a.active,
.service-post-naviagtion li a:hover {
    border-color: transparent;
    background-color: #363636;

    color: #fff;
}

.service-post-naviagtion li a i {
    display: inline-block;
    margin-top: 1px;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #959595;
    color: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    opacity: 0;
}

.service-post-naviagtion li a i:before {
    line-height: 24px;
}

.service-post-naviagtion li a.active i,
.service-post-naviagtion li a:hover i {
    opacity: 1;
}

.service-post-images {
    margin-right: -5px;
    margin-bottom: 20px;
}

.service-post-images a {
    position: relative;
    display: block;
    margin: 0 5px 5px 0;
}

.service-post-images ul {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.service-post-images .service-post-images-row-1 li {
    float: left;
    width: 50%;
}

.service-post-images .service-post-images-row-2 li {
    float: left;
    width: 25%;
}

.service-post-images img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.service-post-images a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
    opacity: 0;
}

.service-post-images a:hover:after {
    opacity: 1;
}

.service-post-images a .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin-top: -25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    background-color: #363636;
    color: #fff;
    text-align: center;
    font-size: 24px;
    opacity: 0;
}

.service-post-images a .icon:hover {
    background-color: #959595;
}

.service-post-images a .icon:before {
    line-height: 50px;
}

.service-post-images a:hover .icon {
    opacity: 1;
}

/* 23.a.) service-post-1 */
.service-post-1 .service-post-sidebar .boxed-element.box-lefted .iconWrap {
    left: 20px;
}

.service-post-1 .service-post-sidebar .boxed-element {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.service-post-1 .iconbox-15 .iconbox-design {
    width: 80px;
    height: 80px;
    font-size: 50px;
}

.service-post-1 .iconbox-15 .iconbox-design i:before {
    line-height: 80px;
}

/* 23.b.) service-post-2 */
.service-post-2 .service-post-sidebar .boxed-element.box-lefted .iconWrap {
    left: 20px;
}

.service-post-2 .service-post-sidebar .boxed-element {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

/* 23.c.) service-post-3 */
.service-post-3 .service-post-sidebar .boxed-element.box-lefted .iconWrap {
    left: 20px;
}

.service-post-3 .service-post-sidebar .boxed-element {
    margin-bottom: 30px;
    padding: 50px 20px 10px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

/* 23.d.) service-post-4 */
.service-post-4 .service-post-sidebar .boxed-element.box-lefted .iconWrap {
    left: 20px;
}

.service-post-4 .service-post-sidebar .boxed-element {
    margin-bottom: 30px;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}

/*------------------------------------------------------------------
24. 404 Page
-------------------------------------------------------------------*/
.error-404-page h4.title {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;

    font-size: 18px;
    line-height: 20px;
}

.error-404-page h4.title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #585858;
    content: "";
}

.error-404-page .bulleted-list {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------
25. Search Page
-------------------------------------------------------------------*/
.search-page .search-page-sep-element {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 3px;
    background-color: #ebebeb;
}

.search-page .blog-container {
    margin-bottom: 30px;
}

/*------------------------------------------------------------------
26. Contact Page
-------------------------------------------------------------------*/
.contact-form .contact-form-submit {
    margin-top: 20px;
}

.contact-form .form-row-last {
    float: right;
    width: 49%;
}

.contact-form .form-row-first {
    float: left;
    width: 49%;
}

/*------------------------------------------------------------------
27. Sticky Navigation
-------------------------------------------------------------------*/
@media (min-width: 992px) {
    .nav-is-sticky.stuck {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;

        background-color: #fff;
    }
}

/*------------------------------------------------------------------
28. Back To Top
-------------------------------------------------------------------*/
#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

    background-color: #f5f5f5;
    color: #363636;
    text-align: center;
    text-decoration: none !important;
    font-size: 18px;
    opacity: 0;

    cursor: pointer;
}

#back-to-top:hover {
    background: #ebebeb;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top .icon:before {
    line-height: 50px;
}

/*------------------------------------------------------------------
29. Header Background
-------------------------------------------------------------------*/
.inactive-styles .headerWrap {
    position: relative;
    overflow: hidden;
}

.header-image-bg {
    background-position: center center !important;
    background-repeat: repeat !important;
}

.header-image-bg-top {
    background-position: top center !important;
    background-repeat: repeat !important;
}

.header-image-bg-no-repeat {
    background-repeat: no-repeat !important;
}

.header-image-bg-cover {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.header-image-bg-parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*------------------------------------------------------------------
30. Parallax Row
-------------------------------------------------------------------*/
.parallax-bg {
    position: relative;
    overflow: hidden;
}

#headerWrap.parallax-bg {
    overflow: visible;
}

.parallax-bg .parallax-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background-color: transparent;
    background-image: inherit;
    background-attachment: scroll;
    background-position: 50% 0;
    background-size: cover;
    pointer-events: none;
}

.parallax-bg > * {
    position: relative;
}

.row-video-bg {
    position: relative;
}

.row-video-bg > * {
    position: relative;
}

.video-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*------------------------------------------------------------------
31. Row Background
-------------------------------------------------------------------*/

.row-image-bg {
    background-position: center center !important;
    background-repeat: repeat !important;
}

.row-image-bg-top {
    background-position: top center !important;
    background-repeat: repeat !important;
}

.row-image-bg-bottom {
    background-position: bottom center !important;
    background-repeat: repeat !important;
}

.row-image-bg-cover {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.row-image-bg-parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.row-image-bg-no-repeat {
    background-repeat: no-repeat !important;
}

@media only screen and (max-width: 991px) {
    .row-image-responsive-fix {
        background-image: none !important;
    }
}

/*------------------------------------------------------------------
31. Footer Background
-------------------------------------------------------------------*/

.footer-image-bg {
    background-position: center center !important;
    background-repeat: repeat !important;
}

.footer-image-bg-top {
    background-position: top center !important;
    background-repeat: repeat !important;
}

.footer-image-bg-cover {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.footer-image-bg-parallax {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/*------------------------------------------------------------------
32. Icons Preview
-------------------------------------------------------------------*/
.icons-preview {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.icons-preview li {
    display: block;
    margin-bottom: 10px;
}

.icons-preview .icon-element {
    margin-right: 10px;
}

.icons-preview .icon-element .icon {
    font-size: 20px;
}

.icons-preview .icons-preview-shortcode {
    color: #959595;
    font-weight: 500;
}

.icons-preview .icons-preview-shortcode-font-fix {
    letter-spacing: -0.5px;
    font-size: 13px;
}