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

    /*Theme:	Parasponsive Theme*/
    /*Author:	GoGetThemes.com*/
    /*Version:	1.0*/
    /*MAIN STYLESHEET: main.css*/

    /*TABLE OF CONTENTS:*/

    /* 1.0 Global styles */
    /* 2.0 VC STYLES */

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



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

    MENU SKELETON

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



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

    MENU SKELETON: PARALLAX MENU

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

    .parallax-menu ul {
        margin: 0;
        padding: 0;
    }
    .parallax-menu li {
        position: relative;
        display: inline-block;
        float: left;
        z-index: 0;
        border-radius: 15px;
    }
    .parallax-menu ul ul {
        display: none;
    }



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

    MENU SKELETON: MAIN MENU

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


    .desktop-menu,
    .mobile-menu,
    .desktop-menu ul,
    .mobile-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .desktop-menu li{
        position: relative;
    }

    .nav-menu.desktop-menu ul li a {
        border: 0 solid;
    }
    .menu-item a i {
        position: absolute;
        left: -10px;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .nav-menu.mobile-menu a {
        padding: 15px 25px;
        width: 100%;
    }
    .nav-menu a {
        padding: 20px 15px;
        display: inline-block;
        text-decoration: none;
        color: inherit;
    }
    .nav-menu .sub-menu a,
    .nav-menu .children a {
        width: 100%;
        padding: 5px 10px;
    }

    .nav-menu > li.current-menu-parent::after {
        content: "";
    }



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

    MENU SKELETON: MAIN MENU: 1 LEVEL

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



    .desktop-menu .menu-item,
    .desktop-menu .page_item{
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .desktop-menu .sub-menu {
        position: absolute;
        left: 50%;
        min-width: 200px;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
    }
    .desktop-menu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu {
        top: 0;
        position: absolute;
        left: 100%;
        min-width: 200px;
        visibility: hidden;
        transform: translateY(20px);
        opacity: .5;
        margin: 0;
    }
    .desktop-menu ul.sub-menu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu {
        top: 0;
        position: absolute;
        left: 100%;
        min-width: 200px;
        visibility: hidden;
        transform: translateY(20px);
        opacity: .5;
    }
    .desktop-menu .sub-menu .menu-item.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }
    .desktop-menu .menu-item.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        transform: translateY(0px);
        opacity: 1;
        left: 0;
    }

    .desktop-menu .menu-item.menu-item-has-children.menu-item-megamenu .sub-menu {
        transform: translateY(0px) translateX(0%);
    }
    .desktop-menu .menu-item {
        background: transparent;
    }
    .desktop-menu .menu-item.menu-item-has-children ul li:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .desktop-menu .menu-item.menu-item-has-children ul li:first-child {
        border-top-right-radius: 10px;
    }
    .desktop-menu .menu-item .menu-item {
        border-radius: 0;
    }
    .desktop-menu .menu-item.menu-item-has-children ul ul li:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .desktop-menu .menu-item:hover {
        background: #ff9900;
    }
    .desktop-menu .menu-item:hover a{
        color: #000000;
    }
    .desktop-menu .menu-item a{
        color: #FFFFFF;
    }
    .desktop-menu .menu-item .menu-item {
        display: block;
    }
    .desktop-menu .menu-item .menu-item:hover {
        background: #0056b3;
    }
    .desktop-menu .menu-item .menu-item:hover a{
    }
    .desktop-menu .menu-item .menu-item a{
        color: #999999;
    }
    .desktop-menu .menu-item .menu-item .menu-item {
        display: block;
    }
    .desktop-menu .menu-item .menu-item .menu-item:hover {
        background: #1e7e34;
    }
    .desktop-menu .menu-item .menu-item .menu-item:hover a {
        color: #dc3545;
    }
    .desktop-menu .menu-item .menu-item .menu-item a{
        color: #FFFFFF;
    }
    .desktop-menu .menu-item:first-child,
    .desktop-menu .page_item:first-child,
    .mobile-menu > li:first-child {
        margin-left: 0;
    }

    .desktop-menu .menu-item > a,
    .mobile-menu > li > a {
        padding: 15px 15px;
        display: block;
    }
    .desktop-menu .menu-item .menu-item a {
        padding: 13px 15px;
    }


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

    MENU SKELETON: MAIN MENU: MEGA MENU

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


    .to-preset .desktop-menu nav .menu-item-megamenu .menu-item:hover {
        background: transparent;
    }
    .desktop-menu .menu-item.menu-item-megamenu:hover .sub-menu .sub-menu {
        transform: translateY(0px);
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu:hover ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu {
        visibility: visible;
        box-shadow: 0 0 0;
    }
    .desktop-menu .menu-item-megamenu > .sub-menu {
        margin: 0 !important;
    }
    .desktop-menu .menu-item-megamenu .sub-menu {
        border: 0;
        width: auto;
        font-size: 0;
        background: #5906a6;
        z-index: 999;
        /*margin: 20px 20px;*/
    }
    .desktop-menu .menu-item-megamenu > .sub-menu {
        padding: 0;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .sub-menu {
        border-radius: 0;
    }
    .desktop-menu .menu-item-megamenu .menu-item a {
        color: yellow;
        cursor: default;
        pointer-events: none;
    }
    .desktop-menu .menu-item-megamenu .menu-item .menu-item a {
        pointer-events: all;
        cursor: pointer;
    }
    .desktop-menu .menu-item-megamenu .menu-item .menu-item a {
        color: #fff;
    }
    .desktop-menu .megamenu-columns-5.menu-item-megamenu .sub-menu .menu-item {
        min-width: 250px;
        width: 20%;
        background: transparent;
    }
    .desktop-menu .megamenu-columns-4.menu-item-megamenu .sub-menu .menu-item {
        min-width: 250px;
        width: 25%;
        background: transparent;
    }
    .desktop-menu .megamenu-columns-3.menu-item-megamenu .sub-menu .menu-item {
        min-width: 195px;
        width: 33%;
        padding: 2px 10px;
        background: transparent !important;
    }
    .desktop-menu .megamenu-columns-2.menu-item-megamenu .sub-menu .menu-item {
        min-width: 200px;
        width: 50%;
        background: transparent;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item {
        background: transparent;
        border: 0 solid;
        display: inline-block;
        margin: 0;
        padding: 0;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item a {
        padding: 20px 30px 10px 30px;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item .sub-menu .menu-item a {
        padding: 2px 20px;
        transition: all .1s ease-in-out;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .sub-menu .menu-item {
        width: 100%;
        border: 0;
    }
    .to-preset .desktop-menu nav .menu-item-megamenu .menu-item .menu-item {
        background-color: transparent;
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu {
        position: relative;
        width: 100%;
        opacity: 1;
        visibility: hidden;
        min-width: 200px;
        left: 0;
        top: 0;
        display: block;
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu {
        transform: translateY(0);
        padding: 5px 0 10px 10px;
        margin: 0;
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu a {
        font-size: 12px;
        opacity: .7;
        padding: 0 30px;
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu li:hover,
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item .sub-menu .menu-item:hover{
        background: transparent;
    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu li:hover a,
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item .sub-menu .menu-item:hover a{

    }
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item .sub-menu .menu-item:hover .menu-item a {

    }
    .desktop-menu .menu-item-has-children.menu-item-megamenu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu .menu-item a:hover {

        opacity: 1;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .menu-item a {
        display: none;
    }
    .desktop-menu .menu-item-megamenu.megamenu-columns-show-title .sub-menu .menu-item a {
        display: block;
    }
    .desktop-menu .menu-item-megamenu .sub-menu .sub-menu .menu-item a {
        display: block;
    }
    .desktop-menu .megamenu-columns-3.menu-item-megamenu .sub-menu .menu-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .desktop-menu .megamenu-columns-3.menu-item-megamenu .sub-menu .sub-menu .menu-item {
        border: 0;
        margin: 0;
    }
    .desktop-menu .menu-item-megamenu.megamenu-columns-show-title .sub-menu .menu-item a::before {
        content: "\e905";
        position: absolute;
        right: 20px;
        font-family: ggticon;
        border: 2px solid;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 50px;
        line-height: 17px;
        font-size: 16px;
    }
    .desktop-menu .menu-item-megamenu.megamenu-columns-show-title .sub-menu .sub-menu .menu-item a::before {
        content: "";
        display: none;
    }





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

    CART ICONS

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


    @font-face {
        font-family: 'cartfont';
        src:
        url('../fonts/cartfont6ceb.ttf?ud5ga1') format('truetype'),
        url('../fonts/cartfont6ceb.woff?ud5ga1') format('woff'),
        url('../fonts/cartfont6ceb.svg?ud5ga1#cartfont') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    i {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'cartfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-shopping-basket:before {
        content: "\e905";
    }
    .icon-shopping-bag:before {
        content: "\e906";
    }
    .icon-shopping-cart3:before {
        content: "\e907";
    }
    .icon-cart3:before {
        content: "\e904";
    }
    .icon-cart:before {
        content: "\e93a";
    }
    .icon-location-shopping:before {
        content: "\e900";
    }
    .icon-shopping-cart:before {
        content: "\e901";
    }
    .icon-shopping-cart2:before {
        content: "\e902";
    }
    .icon-bag:before {
        content: "\e967";
    }
    .icon-basket:before {
        content: "\e027";
    }
    .icon-cart2:before {
        content: "\e903";
    }






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

    HEADER

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



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

    HEADER: LOGO

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


    .logo-wrap {
        padding: 10px 0;
    }
    .logo-wrap img {
        max-width: 100%;
    }
    .logo-wrap .logo_default {
        display: block;
    }
    .logo-wrap .logo_dark,
    .logo-wrap .logo_light {
        display: none;
    }
    .dark-skin .logo-wrap .logo_default,
    .dark-skin .logo-wrap .logo_light {
        display: none;
    }
    .dark-skin .logo-wrap .logo_dark {
        display: block;
    }

    .light-skin .logo-wrap .logo_default,
    .light-skin .logo-wrap .logo_dark {
        display: none;
    }
    .light-skin .logo-wrap .logo_light {
        display: block;
    }

    .mobile-main-controls .cart-contents::before {
        content: "\e983";
        font-family: parasponsive-font;
    }
    .search-block-icon span::before {
        content: "\e97e";
        font-family: parasponsive-font;
    }
    .cart-contents:hover {
        text-decoration: none;
    }
    a.cart-contents {
        position: relative;
        display: block;
    }



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

    MOBILE MENU

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



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

MOBILE MENU: MOBILE PARALLAX MENU

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



    .mobile-header {
        position: relative;
        z-index: 999;
        display: none;
        background: #8940D6;
    }
    .mobile-parallax-menu-btn {
        position: fixed;
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 0px 30px -10px rgba(0,0,0,.3);
    }
    .mobile-parallax-menu-btn i {
        width: 50px;
        line-height: 50px;
        height: 50px;
    }
    .mobile-parallax-menu-btn span {
        font-size: 25px;
        height: 50px;
        display: block;
        text-align: center;
        line-height: 50px;
        padding: 0 5px;
        cursor: pointer;
    }
    .mobile-parallax-menu-btn .mobile-parallax-menu-label {
        font-size: 15px;
        line-height: 50px;
    }
    .mobile-header-parallax li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-header-parallax ul {
        padding: 0;
        margin: 0;
    }
    .mobile-header-parallax .menu-item a{
        color: #555555;
        padding: 15px 30px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin: 0;
    }
    .mobile-header-parallax .menu-item a:hover {
        color: inherit;
    }
    #mobile-parallax-modal {
        display: none;
    }
    #mobile-parallax-modal.mobile-menu-open {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 50px;
        overflow: auto;
        top: 0;
        background: aquamarine;
        z-index: 1;
    }
    .admin-bar #mobile-parallax-modal.mobile-menu-open {
        top: 45px;
    }

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

    MOBILE MENU: MOBILE MAIN MENU

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


    .mobile-logo,
    .mobile-main-menu,
    .mobile-cart {
        display: inline-block;
        vertical-align: middle;
    }
    .mobile-logo {
        width: calc( 100% - 100px);
        padding: 10px 0;
    }
    .mobile-main-controls {
        display: inline-block;
        color: #fff;
        vertical-align: middle;
    }
    .mobile-main-menu {
        position: relative;
        margin-right: 20px;
        display: block;
    }
    .mobile-main-controls,
    .mobile-main-menu,
    .mobile-header .search-block span {
        width: 50px;
        height: 50px;
    }
    .mobile-header .search-block span {
        display: block;
        line-height: 50px;
    }
    .mobile-logo .description {
        display: none;
    }
    .mobile-logo .logo_dark,
    .mobile-logo .logo_light {
        display: none;
    }
    .mobile-logo img {
        max-width: 200px;
    }

    .mobile-main-menu-btn {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .mobile-menu ul {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .mobile-main-controls .cart-contents,
    .search-block-icon span::before {
        font-size: 21px;
    }
    .mobile-main-controls .cart-contents {
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    .mobile-main-controls .cart-contents-count {
        right: 3px;
        top: 3px;
    }
    .mobile-cart {
        width: 33.3%;
        position: fixed;
        bottom: 0;
        background: rgba(0,0,0,.5);
        left: 33.3%;
        height: 60px;
        border-left: 1px solid rgba(255,255,255,.1);
    }
    .scroll.icon::before {
        content: "\e908";
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        font-family: ggticon;
        bottom: 0;
        line-height: 60px;
        font-size: 20px;
    }
    .scrolltop {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
        width: 33.4%;
        height: 50px;
        text-align: center;
    }
    .mobile-main-menu-btn span {
        color: #fff;
        font-size: 25px;
        width: 50px;
        height: 50px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
    }
    .mobile-btn-wrap .mobile-btn-dot {
        background: #fff;
        width: 4px;
        height: 4px;
        border-radius: 30px;
        position: absolute;
        transition: all .2s ease-in-out;
    }
    .mobile-btn-wrap .mobile-btn-dot:nth-child(1) {
        left: 15px;
        top: 15px;
    }
    .mobile-btn-wrap .mobile-btn-dot:nth-child(2) {
        left: 30px;
        top: 15px;
    }
    .mobile-btn-wrap .mobile-btn-dot:nth-child(3) {
        top: 30px;
        left: 15px;
    }
    .mobile-btn-wrap .mobile-btn-dot:nth-child(4) {
        left: 30px;
        top: 30px;
    }
    .mobile-btn-wrap:hover .mobile-btn-dot:nth-child(1) {
        left: 12px;
        top: 12px;
    }
    .mobile-btn-wrap:hover .mobile-btn-dot:nth-child(2) {
        left: 33px;
        top: 12px;
    }
    .mobile-btn-wrap:hover .mobile-btn-dot:nth-child(3) {
        left: 12px;
        top: 33px;
    }
    .mobile-btn-wrap:hover .mobile-btn-dot:nth-child(4) {
        left: 33px;
        top: 33px;
    }
    .mobile-cart .cart-contents {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 60px;
        padding: 0;
    }
    .mobile-cart .cart-contents::before {
        font-size: 25px;
        margin-left: -20px;
        color: #ffffff;
    }
    .mobile-cart .cart-contents .cart-contents-count {
        border: 0;
        line-height: 25px;
        width: 25px;
        height: 25px;
        left: 60%;
        top: 17px;
        color: #999;
    }
    .nav-menu.mobile-menu {
        width: 100%;
        display: none;
        padding: 0;
        margin: 0;
        background: #ffffff;
        position: relative;
    }

    .mobile-menu-open .nav-menu.mobile-menu {
        display: block;
        z-index: 1;
    }
    #mobile-modal ul{
        margin: 0;
        padding: 0;
    }
    .mobile-menu li a {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 15px 30px;
    }
    .mobile-menu  li:hover > ul,
    .mobile-menu li ul li:hover > ul {
        position: relative;
    }
    .mobile-menu .menu-item.menu-item-has-children .sub-menu a,
    .mobile-menu .page_item.page_item_has_children .children a {
        padding: 15px 20px;
    }
    .mobile-menu .menu-item.menu-item-has-children a::before,
    .mobile-menu .page_item.page_item_has_children a::before {
        font-size: 18px;
        content: "\e932";
        right: 20px;
        position: absolute;
        font-family: 'parasponsive-font';
    }
    .mobile-menu .menu-item.menu-item-has-children .sub-menu a::before,
    .mobile-menu .page_item.page_item_has_children .children a::before {
        content: "\e934";
        right: 20px;
        position: absolute;
        font-family: 'parasponsive-font';
        opacity: 1;
        font-size: 18px;
    }
    .mobile-menu > li.hover ul::before {
        top: 7px;
    }
    .mobile-menu > li.hover > ul li:first-child::before {
        content: "";
        height: 20px;
        left: 30px;
        position: absolute;
        top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 20px;
        z-index: -1;
    }
    .mobile-menu li,
    .mobile-menu > li {
        display: block;
        vertical-align: top;
    }
    .mobile-menu li > ul {
        display: none;
    }
    .mobile-menu li.hover > ul {
        display: block;
    }


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

    GLOBAL RESPONSIVE STYLES

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







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

    GLOBAL STYLES

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



    .call-to-action-btn,
    .parallax-menu li,
    .parallax-menu a::before,
    .cart-contents-count,
    #controls-content-social .social-icons a,
    #controls-content-social .social-label,
    #controls-content-social .social-icons li,
    #controls-content-search .searchTerm,
    #controls-content-signin .login-submit input,
    .desktop-menu .menu-item,
    .desktop-menu .sub-menu,
    .desktop-menu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu,
    .desktop-menu ul.sub-menu ul.sub-menu .menu-item.menu-item-has-children ul.sub-menu,
    .parallax-menu-btn,
    .parallax-menu-btn::after,
    .cart-contents::after,
    .comment-form textarea,
    .comment-form input,
    .footer-wrap .social-label,
    .footer-wrap .social-icons a,
    .woocommerce.widget_shopping_cart .buttons a,
    .author_links a,
    .comment-body .reply a,
    .comments-link a,
    .comment-form .submit {
        transition: all .3s cubic-bezier(0.37,0.31,0.2,0.85);
    }
    .logo-wrap img {
        transition: all .6s cubic-bezier(0.37,0.31,0.2,0.85);
    }
    .call-to-action-btn span::after,
    #controls-content-social,
    #controls-content-search,
    #controls-content-signin,
    .parallax-menu .menu-item::before,
    .parallax-menu li::after,
    .parallax-menu li a::before,
    .horizontal-header-parallax-menu-4 .call-to-action-btn::after,
    .call-to-action-btn,
    .cart-contents-count,
    .call-to-action-btn::after,
    .post-navigation .nav-btn,
    .post-navigation .post-previous .nav-btn::before,
    .post-navigation .post-next .nav-btn::before,
    article.comment-body {
        transition: all .3s cubic-bezier(0.37,0.31,0.2,0.85);
    }
    .header-type-visible,
    .header-type-hide,
    .header-bg,
    .parallax-wrap.parallax-menu{
        transition: all .5s cubic-bezier(0.37,0.31,0.2,0.85);
    }
    .logo-multi-wrap {
        transition: all .5s ease-in-out;
    }



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

    PRELOADER

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



    #intro {
        z-index: 2000;
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        background: transparent;
        transition: transform 1.3s cubic-bezier(.9,0,.1,1) 1.3s
    }
    #intro .logo .logo_dark,
    #intro .logo .logo_light {
        display: none;
    }
    #intro .overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
        z-index: 2;
    }
    #intro.shown.loaded .overlay{
        display: none;
    }
    #intro.shown .overlay{
        z-index: 1;
    }

    @keyframes Shown {
      0% {
        animation-delay: -3s;
        transform:translate3d(0,100%,0);
      }
      100% {
        transform:translate3d(0,0,0);
      }
    }
    @keyframes ShownLogo {
      0% {
        opacity: 0;
        visibility: hidden;
        /*z-index: 2;*/
        animation-delay: -3s;
        transform:translate3d(0,60vh,0);
      }
      100% {
        opacity: 1;
        visibility: visible;
        /*z-index: 2;*/
        transform:translate3d(0,0,0);
      }
    }

    #intro.shown .background.bg-second {
        animation-fill-mode: forwards;
        animation-delay: -3s;
        animation: 1.3s cubic-bezier(.9,0,.1,1) Shown;
    }

    #intro.shown .background.bg-main  {
        animation-fill-mode: forwards;
        animation-delay: -3s;
        animation: 1.5s cubic-bezier(.9,0,.1,1) 50ms Shown;
    }

    #intro.shown .logo  {
        animation-fill-mode: forwards;
        /*animation-delay: -3s;*/
        /*opacity: 0;*/
        /*visibility: hidden;*/
        animation: 1.4s cubic-bezier(.16,1.08,.38,.98) 0.6s ShownLogo;
    }

    #intro.shown.loaded .background {
        transform:translate3d(0,100%,0)
    }

    #intro.shown.loaded .logo .circle {
        transform: translate3d(0,0,0) scale(1)
    }

    #intro .background,
    #intro .circle,
    #intro .logo,
    #intro .logo img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        z-index: 1;
    }

    #intro .background {
        height: 100%;
        width: 100%;
       /* -ms-transform-origin: bottom center;
        transform-origin: bottom center;
         transform:translate3d(0,100%,0); */
    }

    #intro .background.bg-second {
        background: #93fed3;
    }

    #intro .background.bg-main {
        background: #6725b8;
    }

    #intro .logo {
        width: 15.62343vw;
        height: 14.53556vw;
        margin: auto;
    }

    #intro .circle {
        position: fixed;
        /*left: 50%;
        top: 50%;*/
        margin: 0 auto;
        left: 0;
        top: 50%;
        bottom: 0;
        border-radius: 1000px;
        /*transform: translate(-50%, -50%);*/
        width:0;
        height:0;
        box-shadow: 0px 0px 0px 0 #6725b8;
        transition: width 0.8s ease,
                    height 0.8s ease,
                    transform 0.8s ease 0.1s,
                    top 0.8s ease;
    }
    #intro.shown.loaded .circle{
        top: calc(50% - 250px);
        width: 500px;
        height: 500px;
        transform: scale(4);
        box-shadow: 0px 0px 0px 10000px #6725b8;
    }
    #intro.shown.loaded .background,
    #intro.shown.loaded .logo{
        display: none;
    }



    #intro .logo img {
        top: 1.42259vw;
        left: -.16736vw;
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto
    }




.admin-bar header.header-type-hide {
    top: 32px;
}
.wrapper.main {
    min-height: 100vh;
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.header-type-2 #margin-header {
    margin: 0 !important;
}
.content-container {
    padding: 30px 0;
}
.page-content-wrapper {
    background: #fff;
    padding: 30px 30px;
    margin: 0;
}
.archive .page-content-wrapper,
.single-product .page-content-wrapper {
    box-shadow: none;
}

.dark .logo .logo_light,
.dark .logo .logo_default {
    display: none;
}

.light .logo .logo_dark,
.light .logo .logo_default {
    display: none;
}
/*.transparent-header .header-type-hide, */
.transparent-header .header-type-visible {
    background: transparent;
}



/*-------------------------------*/
/*2.0 VC STYLES */
/*--------------------------------*/


button.slick-next i,
button.slick-prev i {
    font-size: 0;
}
button.slick-prev::before {
    content: "\e91f";
    font-family: parasponsive-font;
    opacity: 1 !important;
}
button.slick-next::before {
    content: "\e921";
    font-family: parasponsive-font;
    opacity: 1 !important;
}

.ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
    left: 10px !important;
}
.vc_grid-filter > .vc_grid-filter-item {
    padding: 10px 25px !important;
}
.vc_grid-filter.vc_grid-filter-center {
    margin-bottom: 50px;
}
.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item,
.vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item {
    background: rgba(0,0,0,.4);
}
.ult-style-1 .ult-social-buttons a.ult-team.ult-social-icon, .ult-style-2 .ult-social-buttons a.ult-team.ult-social-icon, .ult-style-3 .ult-social-buttons a.ult-team.ult-social-icon {
    display: inline-block;
}


/*-------------------------------*/
/*  SLIDERS STYLES */
/*--------------------------------*/

.ggt-slider-item-title {
    line-height: 1.1;
    font-size: 4em;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 10px 0;
    display: block;
}
.ggt-slider-item-description {
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    overflow: hidden;
    padding: 10px 10px 20px 0;
}
.ggt-slider-item-button {
    padding: 20px 50px 20px 30px;
    border-radius: 0.5em;
    background-color: #fff;
    text-align: center;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out !important;
}
.ggt-slider-item-button::before {
    content: "";
    background: rgba(0,0,0,.05);
    position: absolute;
    right: -70px;
    bottom: -10px;
    width: 130px;
    height: 65px;
    transform: rotate(115deg);
    transition: all .3s ease-in-out;
}
.ggt-slider-item-button:hover::before {
    transform: rotate(135deg);
    filter: blur(7px);
}
.ggt-slider-item-button::after {
    content: "\e934";
    font-family: parasponsive-font;
    position: absolute;
    right: 20px;
     opacity: .3;
    transition: all .3s ease-in-out;
    font-size: 20px;
}
.ggt-slider-item-button:hover::after {
    right: 15px;
}



.ggt-slider-nav-btn {
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 60px;
    cursor: pointer;
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    transition: all .3s ease-in-out;
}
.ggt-slider-nav-btn:hover {
    transform: translateY(-50%) scale(1.2);
    font-size: 30px;
}


.ggt-slider-nav-btn.ggt-slider-prev {
    left:50px;
}
.ggt-slider-nav-btn.ggt-slider-next {
    right:50px;
}



.ggt-nav-dots-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
}
.ggt-nav-count {
    padding: 0 10px;
    display: inline-block;
    line-height: 54px;
    vertical-align: middle;
    position: absolute;
    right: 50px;
    width: 70px;
    height: 60px;
    border-radius: 50px;
    bottom: -10px;
}
.ggt-nav-count span {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}


/* Common styles and resets */

.ggt-dotstyle {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    cursor: default;
}

.ggt-dotstyle .ggt-nav-dot-wrap-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    cursor: pointer;
}
.ggt-dotstyle .ggt-nav-dot{

}

.ggt-dotstyle .ggt-nav-dot-wrap-inner .ggt-nav-dot-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em; /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
}

.ggt-dotstyle .ggt-nav-dot-wrap-inner .ggt-nav-dot-inner:focus {
    outline: none;
}
/* SVG draw circle stroke */

.ggt-dotstyle .ggt-nav-dot-wrap-inner {
    width: 36px;
    height: 36px;
}
.ggt-dotstyle .ggt-nav-dot-wrap-inner.active {
    border-color: #c44d48;
}
.ggt-dotstyle .ggt-nav-dot-wrap-inner .ggt-nav-dot-inner {
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-width: 2px;
    border-color: #c44d48;
    border-style: solid;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.ggt-dotstyle .ggt-nav-dot-wrap-inner svg {
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    transform: rotate(-90deg);

}
.ggt-dotstyle .ggt-nav-dot-wrap-inner svg circle {
    opacity: 0;
    fill: none;
    stroke: #fff;
    stroke-width:1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 39 39;
    stroke-dashoffset: 39;
    /* length of circle path (pi*2r) */
    -webkit-transition: stroke-dashoffset 0.3s linear;
    transition: stroke-dashoffset 0.3s linear;
}

.ggt-dotstyle .ggt-nav-dot-wrap-inner.active svg circle {
    opacity: 1;
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.3s linear;
    transition: stroke-dashoffset 0.3s linear;
}


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

    FOOTER STYLES

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




.footer-wrap ul.product_list_widget .woocommerce-Price-amount.amount {
    padding: 0;
}
.footer-wrap ul.cart_list li,
.footer-wrap ul.product_list_widget li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
}
.footer-widget.widget_recent_entries li,
.footer-widget.widget_recent_comments li {
    margin-bottom: 20px;
}
.footer-wrap {
    z-index: 98 !important;
    position: relative;
}
.footer-wrap aside,
aside.widget.widget_search {
    border: 0 solid;
    padding: 30px 30px;
    margin: 30px 0;
}
aside.widget.widget_search {
    padding: 0;
}
aside.widget input {
    border-radius: 15px;
    border: 0 solid;
    padding: 10px 20px;
}
aside.widget.instagal-widget {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.widget.widget_eu_cookie_law_widget {
    padding: 0;
    background:transparent;
}
.widget_eu_cookie_law_widget #eu-cookie-law {
    background-color: #fff;
    border: 0 solid #dedede;
    border-radius: 15px;
    padding: 40px 50px;
    box-shadow: 0 0 50px -20px #000;
}
.widget_eu_cookie_law_widget {
    bottom: 1em;
    left: 50% !important;
    right: 1em;
}
.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 1em;
}
.widget_eu_cookie_law_widget #eu-cookie-law input,
.widget_eu_cookie_law_widget #eu-cookie-law input:focus,
.widget_eu_cookie_law_widget #eu-cookie-law input:hover {
    background: #221c24;
    border: 0 solid;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    color: #fff;
    padding: 15px 20px;
}
.widget_product_search .search-field {
    width: 100%;
    display: inline-flex;
    font-size: 14px;
}
.widget_product_search button {
    width: 44px;
    display: inline-flex;
    position: absolute;
    right: 45px;
    background: transparent;
    border-radius: 15px;
    font-size: 0;
    border: 0px solid;
    height: 44px;
    line-height: 40px;
}
.widget_product_search button::before {
    content: '\e97e';
    position: absolute;
    font-size: 20px;
    color: #000;
    font-family: parasponsive-font;
}

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

    PAGE TEMPLATES

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




    .breadcrumb-template {
        border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
    }
    .breadcrumb-template .parasponsive_breadcrumbs {
        border: 0;
        background: transparent;
        color: #000;
        border-radius: 0;
    }
    .page-left-content {
        border-right: 1px solid #ededed;
        padding: 30px;
        min-height: 100vh;
    }
    .page-right-content {
        border-left: 1px solid #ededed;
        padding: 30px;
        min-height: 100vh;
    }
    .page-right-sidebar aside {
        margin: 0 0 30px 0;
        border-left: 0 solid #ededed;
        border-radius: 0;
    }
    .page-left-sidebar aside.widget,
    .page-right-sidebar aside.widget {
        border: 0 solid;
    }


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

    WOOCOMMERCE STYLES

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




    div.woocommerce {
        margin: 50px 0;
        display: inline-block;
        width: 100%;
    }
    .woocommerce .description {
        color: inherit;
    }
    .woocommerce-content-wrap {
        padding: 80px 15px;
    }
    .woocommerce div.product div.summary {
        padding: 0 50px;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }
    .woocommerce .products ul li,
    .woocommerce ul.products li {
        text-align: center;
    }
    .woocommerce .results-and-ordering {
        border-top: 1px solid #ededed;
        padding: 20px 0;
        display: inline-block;
        width: 100%;
    }
    .woocommerce-products-header__title.page-title {
        padding: 0 0 10px 0;
        font-size: 1.5em;
        display: block;
    }

    .woocommerce nav.woocommerce-pagination ul {
        border: 0;
        width: 100%;
    }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        width: 50px;
        height: 50px;
        text-align: center !important;
        padding: 0 !important;
        line-height: 50px;
        border-radius: 50px;
    }
    .woocommerce nav.woocommerce-pagination ul li {
        border: 0;
    }
    .woocommerce nav.woocommerce-pagination {
        text-align: left;
        margin-bottom: 50px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        border: 0 solid;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        position: absolute;
        content: ' ';
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #ededed;
        z-index: 1;
    }
    .woocommerce #reviews #comments h2,
    .woocommerce #tab-description h2,
    .woocommerce #tab-additional_information h2,
    .woocommerce .comment-reply-title,
    .woocommerce .related.products h2{
        font-size: 1.3em;
    }
    .woocommerce ul.products.columns-4 li.product .woocommerce-loop-category__title,
    .woocommerce ul.products.columns-4 li.product .woocommerce-loop-product__title,
    .woocommerce ul.products.columns-4 li.product h3 {
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        overflow: visible;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{
        box-shadow: 0 0 0 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        right: 0;
        left: 0;
        border-bottom-left-radius: 0;
        border-width: 0 0 0 0;
        box-shadow: 0 0 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
         display: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: 0 solid;
        display: inline-block;
        position: relative;
        z-index: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        background: #eee;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: #ffffff;
        box-shadow: 0px -2px 0px 0px rgba(0,0,0,.05);
    }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span,
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 15px 25px;
        font-size: .9em;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0;
        margin: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before {
        display: none;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        background: #fff;
        border-radius: 15px;
        border-top-left-radius: 0;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    }
    .woocommerce #tab-description,
    .woocommerce #tab-additional_information,
    .woocommerce #reviews #comments {
        padding: 50px 50px;
    }
    .woocommerce #review_form #respond {
        background: transparent none;
        border: 0;
        box-shadow: 0 0 0 transparent;
    }
    .woocommerce .related.products,
    .up-sells.upsells.products{
        padding: 20px 20px;
    }
    .woocommerce .related.products h4,
    .up-sells.upsells.products h4 {
        padding: 10px 0 20px 0;
    }
    .woocommerce ul.products li.product .star-rating {
        text-align: center;
        margin: 0 auto 20px auto;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        padding: 10px 20px 10px 20px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 50px;
        border: 0 solid;
        border-radius: 0;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 0 0 0 80px;
        border-radius: 0;
        padding: 20px 30px;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        left: 0px;
        padding: 0;
        width: 80px;
        border: 0px solid;
        margin: 0;
        border-radius: 90px;
    }
    .woocommerce #reviews #comments ol.commentlist {
        margin: 30px 0 30px 0;
        padding: 0;
    }
    .woocommerce .comment-form textarea {
        min-height: 200px;
    }
    .woocommerce .comment-form textarea,
    .woocommerce .comment-form input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 10px;
    }
    #review_form {
        padding: 50px 50px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .button-design-size-skin1.woocommerce #respond input#submit,
    .button-design-size-skin1.woocommerce a.button,
    .button-design-size-skin1.woocommerce button.button,
    .button-design-size-skin1.woocommerce input.button,
    .button-design-size-skin1.woocommerce .comment-form .submit {
        min-width: auto;
        padding: 5px 15px;
    }
    .button-design-size-skin2.woocommerce #respond input#submit,
    .button-design-size-skin2.woocommerce a.button,
    .button-design-size-skin2.woocommerce button.button,
    .button-design-size-skin2.woocommerce input.button,
    .button-design-size-skin2.woocommerce .comment-form .submit {
        min-width: auto;
        padding: 15px 50px 15px 25px;
    }
    .button-design-size-skin3.woocommerce #respond input#submit,
    .button-design-size-skin3.woocommerce a.button,
    .button-design-size-skin3.woocommerce button.button,
    .button-design-size-skin3.woocommerce input.button,
    .button-design-size-skin3.woocommerce .comment-form .submit,
    .woocommerce ul.products li.product .button,
    .woocommerce button.button {
        min-width: auto;
        padding: 15px 25px 15px 25px;
        border-radius: 12px !important;
    }
    .woocommerce ul.products li.product .button.add_to_cart_button {
        padding: 15px 50px 15px 25px;
    }
    .button-design-size-skin3.woocommerce .summary button.button {
        padding: 15px 50px 15px 25px;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        margin: 15px 15px 0 0;
    }

    .button-design-skin1.woocommerce #respond input#submit,
    .button-design-skin1.woocommerce a.button,
    .button-design-skin1.woocommerce button.button,
    .button-design-skin1.woocommerce input.button,
    .button-design-skin1.woocommerce .comment-form .submit {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: auto;
    }
    .button-design-skin2.woocommerce #respond input#submit,
    .button-design-skin2.woocommerce a.button,
    .button-design-skin2.woocommerce button.button,
    .button-design-skin2.woocommerce input.button,
    .button-design-skin2.woocommerce .comment-form .submit {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        width: auto;
    }
    .button-design-skin3.woocommerce #respond input#submit,
    .button-design-skin3.woocommerce a.button,
    .button-design-skin3.woocommerce button.button,
    .button-design-skin3.woocommerce input.button,
    .button-design-skin3.woocommerce .comment-form .submit {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: auto;
    }
    .button-shadow-enable.woocommerce #respond input#submit,
    .button-shadow-enable.woocommerce a.button,
    .button-shadow-enable.woocommerce button.button,
    .button-shadow-enable.woocommerce input.button,
    .button-shadow-enable.woocommerce .comment-form .submit {
        -webkit-box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
        -moz-box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
        box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
    }
    .button-shadow-disable.woocommerce #respond input#submit,
    .button-shadow-disable.woocommerce a.button,
    .button-shadow-disable.woocommerce button.button,
    .button-shadow-disable.woocommerce input.button,
    .button-shadow-disable.woocommerce .comment-form .submit {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
        -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
    .woocommerce .single-product-creative .related.products .quantity .qty{
        display: none!important;
    }
    .woocommerce .quantity .qty {
        padding: 12px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ededed;
        width: 80px;
        box-shadow: 0 0 10px -7px #999 inset;
    }
    .woocommerce .comment-form-author,
    .woocommerce .comment-form-email {
        width: 49.6%;
        padding: 0;
        margin: 0;
    }
    .woocommerce .comment-form-email {
        padding-left: 20px;
    }
    .woocommerce #review_form #respond .form-submit input {
        padding: 15px 25px 15px 25px !important;
        margin-top: 10px;
    }
    .product_meta > span {
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 20px;
    }
    .woocommerce-product-details__short-description {
        /*padding: 30px 0;*/
    }
    .woocommerce-product-attributes.shop_attributes {

    }
    .woocommerce table.shop_attributes th {
        width: 40%;
        padding: 15px 25px;
    }
    .woocommerce table.shop_attributes td {
        font-style: normal;
        padding: 0 20px;
        width: 70%;
        text-align: right;
    }
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
        border: 1px solid #ededed;
        box-shadow: 0 0 10px -7px #999 inset;
        padding: 10px 20px;
        margin: 0 5px 0 0;
        min-width: 150px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .woocommerce .cart .button, .woocommerce .cart input.button,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce button.button:disabled,
    .woocommerce button.button:disabled[disabled] {
         border-radius: 12px;
         padding: 15px 30px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        border-radius: 12px;
        background: antiquewhite;
    }
    .woocommerce .cart-subtotal th,
    .woocommerce .cart-subtotal td,
    .woocommerce .shipping th,
    .woocommerce .shipping td,
    .woocommerce .order-total th,
    .woocommerce .order-total td,
    .woocommerce table.shop_table td {
        border-top: 1px dashed rgba(0,0,0,.1) !important;
        padding: 10px 15px;
    }
    #add_payment_method #payment,
    .woocommerce-cart #payment,
    .woocommerce-checkout #payment {
        background: #ebe9eb;
        border-radius: 12px;
    }
    .woocommerce table th,
    .woocommerce table td {
        border-bottom: 0px solid #ededed;
        padding: 5px 10px;
    }
    .woocommerce table tr:last-child th,
    .woocommerce table tr:last-child td {
        border: 0 solid;
    }
    .woocommerce table.shop_table {
        border: 1px solid #e8e8e8;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        padding: 20px 20px;
    }
    .woocommerce span.onsale {
        color: #fff;
    }
    .woocommerce a.added_to_cart {
        padding: 5px 10px;
    }
    .woocommerce ul.products li.product .button,
    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt,
    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }
    #add_payment_method table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 80px;
        border-radius: 12px;
    }
    .woocommerce .product-remove a {
        margin: auto;
    }
    .woocommerce a.remove {
        height: 2em;
        width: 2em;
        line-height: 2;
    }
    .woocommerce .woocommerce-result-count {
        margin: 0 0 30px 0;
        font-size: 13px;
        color: #999;
    }
    .woocommerce-products-header {
        margin-top: 30px;
    }
    .cross-sells, .cart_totals {
        padding: 30px 30px;
        border: 1px solid #ededed;
    }
    .woocommerce .cart_totals table.shop_table {
        border: 0;
    }
    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        padding: 10px 10px;
        border-radius: 12px;
        border: 1px solid #ededed;
    }
    .woocommerce-input-wrapper {
        width: 100%;
    }
    .woocommerce-billing-fields h4,
    h4#order_review_heading{
        margin: 50px 0;
    }
    .woocommerce-MyAccount-navigation {
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 12px;
        padding: 0 0px 0 0px;
        margin-right: 0px;
        width: 300px !important;
    }
    .woocommerce-MyAccount-content legend {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    .woocommerce-MyAccount-content fieldset {
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-navigation ul {
        padding: 0 0px 0 0;
        margin: 0;
        width: 299px;
    }
    .woocommerce-MyAccount-navigation li {
        list-style: none;
    }
    .woocommerce-MyAccount-navigation-link.is-active a {
        background: rgba(0,0,0,.05);
    }
    .woocommerce-MyAccount-navigation a {
        border-bottom: 1px solid rgba(0,0,0,.1);
        display: block;
        padding: 10px 20px;
    }
    .woocommerce-MyAccount-navigation li:last-child a{
        border-bottom: 0 solid rgba(0,0,0,.1);
    }
    .woocommerce .woocommerce-breadcrumb {
        display: none;
    }
    .woocommerce span.onsale {
        padding: 0 20px;
        font-size: 1em;
        position: absolute;
        text-align: center;
        top: 20px;
        left: 20px;
        margin: 0;
        border-radius: 50px;
        background-color: #77a464;
        color: #fff;
        z-index: 9;
        font-weight: inherit;
    }
    .woocommerce div.product div.images img,
    .woocommerce ul.products li.product a img{
        border-radius: 12px;
    }
    .woocommerce .related ul.products li.product a img {
        border-radius: 12px;
    }
    .woocommerce ul.products li.product .onsale {
        color: #333333;
        top: 10px;
        right: 10px;
        left: auto;
        margin: 0;
        font-weight: inherit;
        padding: 2px 15px;
        min-height: auto;
        line-height: inherit;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }
    .woocommerce ul.products li.product .price {
        font-size: 1.1rem;
    }
    span.onsale::before {
        content: "\e946";
        font-family: parasponsive-font;
        width: 20px;
        position: relative;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        text-align: left;
        opacity: .4;
        top: 1px;
        left: -5px;
    }




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

    WOOCOMMERCE: CREATIVE LAYOUT

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

    .product-creative-inner {
        position: relative;
        margin: 0;
        padding: 0;
        border-radius: 2px;
        background: #fff;
        box-shadow: 0 7px 21px -12px rgba(0,0,0,.2);
    }
    .woocommerce ul.products li.product .product-creative-inner {
        border: 0px solid #efecec;
        border-radius: 12px;
    }
    .single-product-content-wrap {
        padding: 20px 20px 30px 20px;
    }
    ﻿.product-creative-info-inner {
        ﻿display: table-cell;
        vertical-align: middle;
        padding: 1em 0;
    }
    .woocommerce .single-product-creative div.product div.images {
        float: none;
        width: 85%;
    }
    .button.add_to_cart_button::after,
    .single_add_to_cart_button.button::after {
        content: "\e983";
        font-family: parasponsive-font;
        position: absolute;
        right: 20px;
        font-size: 18px;
    }
    .woocommerce div.product form.cart div.quantity {
        margin: 0 20px 0 0;
    }
    .woocommerce ul.products li.product a img {
        border-radius: 12px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
        border: 0 solid;
        display: inline-table;
        position: relative;
        max-width: 48%;
        background: antiquewhite;
        border-radius: 12px;
        padding: 30px 30px;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%;
        display: inline-table;
        max-width: 48%;
        border-radius: 12px;
        padding: 30px 30px;
    }
    #order_review_heading {
        padding: 30px 20px 10px 20px;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        border-radius: 15px;
        padding: 15px 30px;
    }
    .woocommerce-edit-account h2 {
        text-align: center;
    }
    .woocommerce-form.woocommerce-form-login.login {
        border-radius: 12px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        border: 0;
        padding: 40px 40px;
    }
    .woocommerce-form.woocommerce-form-login.login .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
        width: 50%;
        margin: auto;
    }
    .woocommerce-form.woocommerce-form-login.login p {
        padding: 10px 0px;
    }
    .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label,
    .woocommerce-form.woocommerce-form-login.login .form-row label {
        width: 210px;
    }
    .woocommerce-form.woocommerce-form-login.login .form-row input.input-text {
        width: 280px;
    }
    .woocommerce-form.woocommerce-form-login.login .form-row,
    .woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password {
        width: 50%;
        margin: auto;
    }
    .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
        top: auto;
    }
    .woocommerce-LostPassword.lost_password {
        width: 50%;
        padding: 0 40px;
        text-align: center;
        background: rgba(0,0,0,.03);
        border-radius: 12px;
        font-size: .9rem;
        margin-top: 10px !important;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        border-radius: 12px;
        margin: 0 0 2em 0;
        border: 2px solid rgba(0,0,0,.1);
    }
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span,
    .woocommerce-billing-fields h3,
    #order_review_heading {
        /*font-size: 20px;*/
    }
    .woocommerce form .form-row.place-order {
        padding: 10px 30px 30px 30px !important;
        margin: 0 0 40px;
        border: 0;
    }
    #add_payment_method #payment ul.payment_methods,
    .woocommerce-cart #payment ul.payment_methods,
    .woocommerce-checkout #payment ul.payment_methods {
        text-align: left;
        padding: 15px 15px;
        border-bottom: 0;
        margin: 0;
        list-style: none outside;
    }
    .woocommerce-form-coupon-toggle {
        display: inline-block;
    }

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

    SOCIAL COLORS

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


    .iconpara-skype{color:#00aff0}
    .iconpara-tumblr{color:#00405d}
    .iconpara-twitter{color:#55acee}
    .iconpara-facebook{color:#3b5998}
    .iconpara-vimeo{color:#1ab7ea}
    .iconpara-youtube{color:#cd201f}
    .iconpara-rss{color:#f90}
    .iconpara-linkedin{color:#0077b5}
    .iconpara-google{color:#dc4e41}
    .iconpara-pinterest{color:#bd081c}
    .iconpara-foursquare{color:#00405d}
    .iconpara-soundcloud{color:#f80}
    .iconpara-spotify{color:#1db954}
    .iconpara-vine{color:#00b488}
    .iconpara-flickr{color:#ff0084}
    .iconpara-instagram{color:#3f729b}
    .iconpara-dribbble{color:#ea4c89}
    .iconpara-behance{color:#1769ff}
    .iconpara-github{color:#4078c0}



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

    BLOG STYLE

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


    ::selection {
        background: #000;
        color: #FFFFFF;
    }
    ::-moz-selection {
        background: #000;
        color: #FFFFFF;
    }
    .margin-bottom-30 {
        margin-bottom: 30px;
    }
    aside.widget {
        margin: 30px 0;
        padding: 30px 30px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    aside.widget h5 {
        margin-bottom: 20px;
    }
    article.not-found,
    article.no-results {
        padding: 30px 30px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    }
    article.post,
    article.product,
    .post-about-author,
    .comments-area,
    .author-info,
    .comment-respond,
    .page-content-wrapper{
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    }
    .comments-area,
    .comment-respond {
        margin-top: 30px;
    }
    .post-about-author,
    .author-info {
        padding: 30px 30px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        margin-top: 30px;
    }
    .post-author-avatar {
        width: 60px;
        border-radius: 100px;
        text-align: center;
        line-height: 70px;
        float: right;
        position: relative;
    }
    .post-author-avatar span {
        display: block;
        line-height: 1.5em;
        font-size: 17px;
        text-align: center;
        position: absolute;
        padding: 6px 12px;
        border-radius: 50px;
        left: 40px;
        width: 130px;
        margin: auto;
        top: 20px;
        transition: all .3s ease-in-out;
    }
    .post-author-avatar span a,
    .post-view,
    article.post .post-block-description .tag-links a{
        color: #999999;
    }
    article.post{
        margin-top: 30px;
    }
    .author_name {
        text-align: center;
    }
    .author_details_thumb {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin: auto;
    }
    .author_details_thumb img {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .author_details_description {
        width: 80%;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
    .author_links {
        text-align: center;
    }
    .author_links a,
    .comment-body .reply a,
    .comments-link a,
    .comment-form .submit,
    .comment-body .edit-link a{
        border: 0 solid #ededed;
        display: inline-block;
        padding: 15px 30px;
        background: #fff;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        text-align: center;
        margin: auto;
        border-radius: 50px;
    }
    .author_links a:hover,
    .comment-body .reply a:hover,
    .comments-link a:hover,
    .comment-form .submit:hover{
        box-shadow:  0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        border-color: #ccc;
    }
    .comments-title {
        padding: 30px 30px;
        margin: 0;
    }
    .comment-respond {
        padding: 30px 30px;
        margin-bottom: 30px;
    }
    .comment-list {
        padding: 0 30px 0 30px;
        margin: 0;
        display: inline-block;
        width: 100%;
    }
    .comment-list li {
        list-style: none;
    }
    .comment-form label,
    .comment-form textarea,
    .comment-form .form-submit {
        display: block;
        width: 100%;
    }
    .comment-form-author {
        padding-right: 15px;
    }
    .comment-form-email {
        padding-right: 10px;
        padding-left: 5px;
    }
    .comment-form-url {
        padding-left: 15px;
    }
    .comment-form input {
        width: 100%;
    }
    .comment-form-author,
    .comment-form-email,
    .comment-form-url {
        width: 32.9%;
        display: inline-block;
    }

    .comment-form textarea,
    .comment-form input {
        border: 0 solid #ededed;
        padding: 5px 10px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        background: #eee;
    }
    .comment-form textarea:hover,
    .comment-form input:hover {
        border-color: #ccc;
    }
    .searchTerm:focus,
    .comment-form textarea:focus,
    .comment-form input:focus{
        background: #ededed;
    }
    .comment-form .submit {
        color: #000;
        border: 0 solid #ededed;
        width: auto;
    }
    article.comment-body {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        margin: 0 0 30px 0;
    }
    article.comment-body:hover {
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        transform: translateY(-10px);
    }
    .comment-body .comment-meta {
        position: relative;
        padding: 0 0 20px 0;
    }
    .comment-author {
        padding: 30px 30px 10px 30px;
    }
    .comment-body .comment-meta a {
        color: #000;
    }
    .comment-body .reply a,
    .comment-body .edit-link a {
        font-size: 14px;
    }
    .comment-content {
        padding: 0 30px 30px 30px;
    }
    .comment-body .avatar-wrap {
        float: left;
        margin: 0 20px 0 0;
    }
    .avatar-wrap img {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .comment-body .comment-info,
    .comment-body .comment-metadata {
        display: block;
    }
    .comment-body .reply {
        position: absolute;
        top: 30px;
        right: 130px;
    }
    .comment-edit-link {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    table th,
    table td {
        border-bottom: 1px solid rgba(0,0,0,.1);
        padding: 5px 10px;
    }
    aside.widget {
        padding: 30px 30px;
    }
    aside.widget.widget_search {
        padding: 0;
        border: 0 solid;
        background: transparent;
    }
    aside.widget.widget_search .widget-title {
        display: none;
    }
    aside.widget ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .post-block-description cite {
        padding: 0 0 0 33px;
        margin-top: 20px;
        display: inline-block;
        font-size: 14px;
        font-style: normal;
        position: relative;
    }
    .post-block-description cite::before {
        content: "\e992";
        font-family: parasponsive-font;
        font-style: normal;
        position: absolute;
        left: 0;
        opacity: .4;
        font-size: 20px;
    }
    .author-name {
        display: block;
    }
    .author-name .url {
        display: inline-block;
        padding: 10px 0;
    }
    .post-control {
        padding: 30px 30px;
    }
    .post-block-thumbnail {
        background: #f5f5f5;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .post-block-thumbnail img.wp-post-image {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .post-block-author {
        position: relative;
        width: 11%;
        text-align: right;
    }
    .ggt-project-image-thumb img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }
    .post .entry-content-author,
    .product .entry-content-author {
        background: blueviolet;
        position: absolute;
        bottom: 30px;
        width: 220px;
        line-height: 1.5;
        box-shadow: 0 1.8px 2.2px rgba(0, 0, 0, 0.014), 0 6.7px 5.3px rgba(0, 0, 0, 0.018), 0 12.5px 10px rgba(0, 0, 0, 0.02), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.026), 0 100px 80px rgba(0, 0, 0, 0.088);
        border-radius: 12px;
        padding-bottom: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease-in-out;
        z-index: 1;
        color: #fff;
    }
    .post .ggt-entry-author.post-author-avatar:hover .entry-content-author,
    .product .ggt-entry-author.post-author-avatar:hover .entry-content-author {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }
    .post-block-author:hover .entry-content-author {
        bottom: 0;
        opacity: 1;
        visibility: visible;
        top: 70px;
        bottom: auto;
        left: -70px;
    }
    .post .post-author-avatar,
    .product .post-author-avatar {
        text-align: center;
        line-height: 70px;
    }
    .post .author-popup-avatar,
    .product .author-popup-avatar {
        width: 80px;
        margin: auto;
        top: -40px;
        position: absolute;
        left: 0;
        right: 0;
        border: 5px solid blueviolet;
        border-radius: 50px;
    }
    .post .author-popup-avatar img.avatar,
    .product .author-popup-avatar img.avatar {
        width: 70px;
        height: 70px;
    }
    .author-popup .post-author-avatar img {
        width: 71px;
        height: 71px;
        position: relative;
        top: 0;
        left: -1px;
    }
    .post .author-popup-description,
    .product .author-popup-description {
        padding: 50px 20px 10px 20px;
        opacity: .7;
    }
    .post .author-popup-authors-posts a,
    .post .author-popup-website a,
    .product .author-popup-authors-posts a,
    .product .author-popup-website a {
        padding: 10px 10px;
        display: block;
        color: #fff;
    }
    .ggt-entry-text-wrap {
        position: relative;
        padding: 40px 40px;
    }
    .post-block-description {
        width: 89%;
    }
    .post-box-top .inline-block:nth-child(1) {
        padding: 10px 0 0px 0;
    }
    .post-box-top .inline-block:nth-child(2) {
        padding: 10px 10px 0 10px;
    }
    .post-box-top .inline-block:nth-child(3) {
        position: relative;
        padding: 10px 0 0 0;
        display: flex;
        justify-content: end;
    }
    .post-box-content {
        width: 100%;
    }
    .post-box-content .display-inline {
        padding: 30px 0;
    }
    .post-box-content .display-inline:last-child {
        padding: 30px 40px;
    }
    .tagcloud .tag-link-count {
        font-size: 70%;
        position: relative;
        vertical-align: top;
    }

    .post-tags a {
        padding: 1px 10px 1px 30px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 20px;
        font-size: 13px;
        color: #999;
        position: relative;
        display: inline-block;
        margin: 5px 5px;
    }
    .post-tags a::before {
        content: "\e989";
        font-family: parasponsive-font;
        position: absolute;
        left: 10px;
        font-size: 12px;
        top: 2px;
    }
    .page-links span {
        padding: 0 20px 0 0;
        font-weight: bold;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .page-links a span {
        color: #999;
        border: 1px dashed #DADADA;
        padding: 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
    }
    .post-excerpt input {
        border-radius: 5px;
        border: 1px solid #ededed;
        padding: 5px 10px;
    }
    .post-author-avatar img {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .post-box-bottom {
        position: relative;
    }
    .post-box-bottom > div {
        display: inline-block;
        padding: 0 15px 0 0;
        position: relative;
        vertical-align: middle;
    }
    .post-box-bottom > div::before {
        content: "";
        width: 3px;
        height: 3px;
        background: #000;
        position: absolute;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        top: 50%;
        right: 5px;
        opacity: 0.3;
    }
    .post-box-bottom > div:last-child:before {
        display: none;
    }
    .post-media-controls {
        margin-top: 40px;
    }
    .post-date {
        display: block;
    }
    .post-date .date-block:first-child,
    .post-date .date-block:last-child {
        color: #C9C9C9;
        padding: 0 5px 0 0;
    }
    .post-like {
        position: relative;
        height: 50px;
        border-radius: 50px;
        display: block;
    }
    .post-view {
        position: relative;
        display: flex;
        padding: 0 20px 0 25px;
    }
    .post-view p {
        padding-left: 5px;
        margin: 0;
    }
    .post-view::before {
        content: "\e916";
        font-size: 18px;
        font-family: parasponsive-font;
        position: absolute;
        left: 0;
        opacity: .5;
    }
    .like-button {
        position: relative;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        display: flex;
        height: 50px;
        vertical-align: middle;
        padding: 0 10px 0 15px;
    }
    .like-icon,
    .like-count {
        display: inline-block;
        vertical-align: middle;
    }
    .like-icon {
        width: 20px;
        position: relative;
        line-height: 60px;
        min-width: 20px;
    }
    .like-count {
        position: relative;
        line-height: 50px;
        padding: 0 0 0 5px;
    }
    .meta-nav {
        background: rgba(0,0,0,.05);
        width: 30px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 20px;
        border-radius: 50px;
        color: #000;
        font-size: 17px;
    }
    .post-share-buttons {
        background: #fff;
        position: absolute;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        top: 25px;
        left: auto;
        right: 30px;
        display: inline-flex;
        opacity: 0;
        transition: all .3s ease-in-out;
    }
    .ggt-entry-text-wrap:hover .post-share-buttons {
        opacity: 1;
        top: 20px;
    }
    .post-share-buttons a span {
        display: none;
        font-size: 15px;
        padding: 0 10px;
        color: #222;
    }

    .posts-socials-icon.twitter,
    .post-share-buttons a.twitter:hover i
    {  color: #55acee;  }
    .posts-socials-icon.facebook,
    .post-share-buttons a.facebook:hover i
    {  color: #3b5999;  }
    .posts-socials-icon.google-plus,
    .post-share-buttons a.google-plus:hover i
    {  color: #dd4b39;  }
    .posts-socials-icon.linkedin,
    .post-share-buttons a.linkedin:hover i
    {  color: #0077B5;  }
    .posts-socials-icon.pinterest,
    .post-share-buttons a.pinterest:hover i
    {  color: #bd081c;  }

    .post-share-buttons i {
        font-size: 14px;
        color: #ccc;
        transition: all .2s ease-in-out;
    }
    .post-share-buttons.show {
        display: block;
    }
    .post-share:hover .post-share-buttons {
        display: block;
    }
    .post-share-buttons a {
        display: block;
        text-align: left;
        padding: 5px 8px;
    }
    .post-share-buttons a:first-child {
        border: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .post-share-buttons a:last-child {
        border: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .post-share-buttons a:hover span {
        color: #fff;
    }
    .post-share-btn {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        vertical-align: bottom;
        cursor: pointer;
    }
    .post-share-btn::before {
        font-family: parasponsive-font;
        content: "\e981";
        font-size: 20px;
        position: absolute;
        top: 10px;
        left: -2px;
        right: 0;
        margin: auto;
        text-align: center;
    }
    .post-share-btn span {
        display: none;
    }
    .post-share {
        width: 50px;
        position: absolute;
        right: 0;
        height: 50px;
        border-radius: 1000px;
        z-index: 1;
    }
    .post-share::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        border-radius: 70px;
    }
    .post-share:hover::before,
    .post-like:hover::before {
        opacity: 1;
    }
    .loader-block {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        line-height: 50px;
        background: #FFFFFF;
        color: #000000;
        margin: auto;
        font-size: 10px;
        text-align: center;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
    .comments-link a {
        border: 1px solid #e8e8e8;
        font-size: 12px;
        padding: 0 10px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .post-categories {
        padding: 0;
        margin: 0;
    }
    .post-categories a {
        display: block;
    }
    .post-categories .post-categories {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .post-categories li {
        display: inline-block;
        margin-right: 25px;
        position: relative;
    }
    .post-categories li::after {
        content: "|";
        position: absolute;
        right: -15px;
        top: -5px;
        font-size: 12px;
        opacity: 0.4;
    }
    .post-categories li:last-child::after {
        display: none;
    }
    .post-authore-avatar img {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 40px;
        height: 40px;
    }
    .post-navigation {
        display: inline-block;
        width: 100%;
        padding: 0 0 20px 0;
        margin-top: 30px;
    }
    .post-previous a {
        float: left;
        position: relative;
    }
    .post-next a {
        float: right;
        position: relative;
    }
    .post-navigation .nav-btn {
        padding: 15px 40px;
        display: block;
        position: relative;
        border-radius: 50px;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
        line-height: inherit !important;
    }
    .post-navigation .post-previous .nav-btn:hover {
        padding: 15px 40px 15px 50px;
    }
    .post-navigation .post-next .nav-btn:hover {
        padding: 15px 50px 15px 40px;
    }
    .post-navigation .post-previous .nav-btn::before {
        content: "";
        background: #000;
        width: 0;
        height: 2px;
        position: absolute;
        left: 21px;
        top: 28px;
    }
    .post-navigation .post-previous .nav-btn:hover:before {
        width: 20px;
    }
    .post-navigation .post-previous a::after {
        content: "\e933";
        font-family: parasponsive-font;
        position: absolute;
        top: 15px;
        font-size: 25px;
        opacity: 1;
        left: 10px;
    }
    .post-navigation .post-next .nav-btn::before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        right: 21px;
        top: 28px;
    }
    .post-navigation .post-next .nav-btn:hover:before {
        width: 20px;
    }
    .post-navigation .post-next a::after {
        content: "\e934";
        font-family: parasponsive-font;
        position: absolute;
        top: 15px;
        font-size: 25px;
        right: 10px;
        color: #000;
    }
    .parasponsive_breadcrumbs {
        font-size: 14px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 20px 30px;
    }
    .parasponsive_breadcrumbs > span:first-child::before {
        content: "\e956";
        font-size: 18px;
        font-family: parasponsive-font;
        width: 35px;
        display: inline-block;
    }
    .breadcumbs-sep {
        padding: 0 10px;
        font-size: 0;
    }
    .breadcumbs-sep::before {
        content: "\e934";
        font-size: 18px;
        font-family: parasponsive-font;
        position: relative;
        top: 2px;
    }




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

    BLOG STYLES: SINGLE POST

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


    .blog .post-box-bottom .post-date,
    .single-post .post-box-bottom .post-date {
        display: block;
        padding: 10px 20px;
    }

    .single .post-date {
        margin-bottom: 30px;
    }





    .footer-wrap .calendar_wrap table th,
    .footer-wrap .calendar_wrap table td {
        border: 0 solid;
    }
    .footer-wrap aside.widget {
        box-shadow: 0 0 0 0;
    }
    .footer-wrap .social-icons li {
        display: inline-block;
        position: relative;
    }
    .footer-wrap .social-icons a {
        width: 40px;
        display: block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 15px;
        font-size: 16px;
        border: 0px solid;
        position: relative;
    }
    .footer-wrap .social-label {
        color: #ffffff;
        position: absolute;
        left: -10px;
        right: -10px;
        margin: auto;
        top: -40px;
        text-align: center;
        font-size: 11px;
        visibility: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        cursor: default;
        height: 30px;
        display: block;
        border-radius: 15px;
        line-height: 30px;
    }
    .footer-wrap .social-icons li:hover .social-label {
        visibility: visible;
        top: -30px;
    }
    .footer-wrap aside.widget_nav_menu .menu-item a {
        border: 0;
        padding: 5px 0px;
    }
    .footer-wrap aside.widget .sub-menu .sub-menu a {
        color: #999;
        padding: 10px 20px 10px 20px;
    }
    .footer-wrap aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
        left: -5px;
    }
    .footer-wrap aside.widget .sub-menu .sub-menu .sub-menu a {
        margin-left: 10px;
    }
    .footer-wrap aside.widget_nav_menu .menu-item.menu-item-has-children a::before,
    .footer-wrap aside.widget_nav_menu .menu-item a::before {
        display: none;
    }
    aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
        display: block;
    }
    .scrolltop {
        display: none;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
    }
    .scroll {
        position: absolute;
        right: 20px;
        bottom: 0;
        background: #fff;
        color: #000;
        padding: 30px 20px 10px 20px;
        text-align: center;
        cursor: pointer;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .scroll:hover {
        background: rgba(0,0,0,0.7);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }
    .social-icons {
        margin: 0;
    }
    .site-info-copyright {
        display: inline-block;
        vertical-align: middle;
        float: left;
        text-align: right;
        width: 90%;
        padding: 20px 20px;
    }
    .site-info-left h6 {
        line-height: 1em;
        font-size: 20px;
    }
    .site-info-right {
        font-size: 12px;
        opacity: 0.4;
        line-height: 1em;
    }
    .site-info-social {
        padding: 20px 0;
    }
    .scroll.icon::before {
        content: "\e935";
        position: absolute;
        top: -5px;
        left: 0;
        right: 0;
        font-family: parasponsive-font;
        bottom: 0;
        line-height: 50px;
        font-size: 20px;
    }
    .site-info-logo {
        width: 10%;
        display: inline-block;
        float: right;
        vertical-align: middle;
        text-align: right;
        padding: 10px 0;
    }
    .site-info-logo img {
        max-width: 100%;
        width: 50%;
    }
    aside.widget .post-date,
    aside.widget .recentcomments{
        display: block;
        margin-bottom: 15px;
    }


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

    BLOG STYLE: POSTS FORMAT

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

    article.format-aside p {
        padding: 20px 0 20px 70px;
        position: relative;
    }
    article.format-aside p::before {
        content: "\e968";
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-family: parasponsive-font;
        background: #ededed;
        font-size: 20px;
        position: absolute;
        left: 0;
        opacity: .4;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }
    .format-icon {
        line-height: 50px;
        text-align: center;
        font-family: parasponsive-font;
        color: #fff;
        font-size: 18px;
        font-weight: inherit;
        position: absolute;
        top: 40px;
        right: 40px;
        background: rgba(0,0,0,.3);
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
    .format-icon.standard:after {
        content: "\e94c";
    }
    .format-icon.chat:after {
        content: "\e915";
    }
    .format-icon.aside:after {
        content: "\e968";
        font-family: ggticon;
    }
    .format-icon.audio:after {
        content: "\e96f";
    }
    .format-icon.video:after {
        content: "\e974";
    }
    .format-icon.image:after {
        content: "\e957";
    }
    .format-icon.link:after {
        content: "\e95c";
    }
    .format-icon.quote:after {
        content: "\e969";
    }
    .format-icon.status:after {
        content: "\e999";
    }
    .format-icon.gallery:after {
        content: "\e950";
    }




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

    BLOG STYLE: WIDGETS

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

    .search {
        width: 100%;
        position: relative;
    }
    .search::before {
        position: absolute;
        top: 0px;
        right: 1px;
        width: 60px;
        height: 60px;
        line-height: 80px;
        font-family: 'parasponsive-font';
        content: '\e97e';
        background: transparent;
        text-align: center;
        color: #000;
        border-top-right-radius: 0;
        -webkit-font-smoothing: subpixel-antialiased;
        font-smooth: always;
        border-bottom-right-radius: 0;
        font-size: 21px;
    }
    aside .search::before {
        top: -10px;
    }
    .searchTerm {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ededed;
        padding: 10px 20px;
        height: 60px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        outline: none;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
        box-shadow: 0 34px 90px 0 rgba(0,0,0,0.07000000000000001);
    }
    .searchTerm:hover {
        border-color: #ccc;
    }
    .searchButton {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        opacity: 0;
        cursor: pointer;
    }
    .widget_categories .screen-reader-text,
    .widget_archive .screen-reader-text {
        font-size: 0;
        float: left;
    }
    .widget_categories select,
    .widget_archive select {
        width: 100%;
        padding: 5px 0;
        display: inline-block;
    }
    .woocommerce.widget_shopping_cart .cart_list li a.remove {
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: indianred;
        color: #fff !important;
        vertical-align: middle;
        left: 0;
        top: 20px;
        font-size: 17px;
    }
    .woocommerce .widget_shopping_cart .cart_list li,
    .woocommerce.widget_shopping_cart .cart_list li {
        padding: 10px 0px 10px 50px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
        width: 50px;
        border-radius: 15px;
    }
    .woocommerce.widget_shopping_cart .cart_list li:last-child {
        border: 0;
    }
    .woocommerce .widget_shopping_cart .total,
    .woocommerce.widget_shopping_cart .total {
        background: #eee;
        border: 0;
        border-radius: 50px;
        padding: 10px 20px;
        text-align: center;
        margin: 20px 0;
        position: relative;
    }
    .woocommerce.widget_shopping_cart .total::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #eee transparent;
    }
    .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons a {
        margin-right: 5px;
        margin-bottom: 5px;
        background: aquamarine;
        border-radius: 50px;
        padding: 15px 29px;
    }
    .woocommerce ul.product_list_widget .woocommerce-Price-amount.amount {
        color: #777;
        padding: 5px 10px 5px 10px;
    }
    .woocommerce .star-rating {
        margin: 0 0 10px 0;
    }
    .post-block-description .post-password-form input {
        border: 0;
        background: #eee;
        border-radius: 35px;
        padding: 10px 30px;
    }
    .calendar_wrap table {
        width: 100%;
    }
    .calendar_wrap table th,
    .calendar_wrap table td {
        font-size: 12px;
        border: 1px solid #ededed;
        text-align: center;
        padding: 5px !important;
    }
    .calendar_wrap td#today {
        box-shadow: 0 2px 25px 15px rgba(0,0,0,.1);
        z-index: 1;
        position: relative;
        font-weight: bold;
    }
    .calendar_wrap caption {
        text-align: center;
        font-size: 12px;
        caption-side: top;
    }
    .calendar_wrap tfoot td {
        border: 0px solid !important;
    }
    .calendar_wrap table th:first-child {
        border-left: 0;
    }
    .calendar_wrap table th:last-child {
        border-right: 0;
    }
    .calendar_wrap table td:last-child {
        border-right: 0;
    }
    .calendar_wrap td#prev, .calendar_wrap td#next, .calendar_wrap td.pad {
        border-left: 0;
        border-right: 0;
        padding: 10px 0;
    }
    aside.widget ul {
        padding: 0;
        margin: 0;
        list-style: none;
        max-width: 100%;
    }
    aside.widget ul.children {
        border: 0 solid;
        padding: 0 15px;
        position: relative;
    }
    aside.widget ul.children::before {
        content: "";
        width: 12px;
        height: 1px;
        background: rgba(255,255,255,.3);
        position: absolute;
        left: 0;
        top: 12px;
    }
    aside.widget ul.children::after {
        width: 1px;
        background: rgba(255,255,255,.3);
        height: 100%;
        position: absolute;
        left: 0;
        top: 2px;
        bottom: 0;
        content: "";
    }
    aside.widget-title .rsswidget {
        color: inherit;
    }
    aside.widget_rss li {
        margin: 0 0 20px 0;
    }
    .widget_rss cite {
        opacity: .5;
        padding: 10px 0 0 25px;
        display: block;
        position: relative;
    }
    .widget_rss cite::before {
        content: "\e97d";
        position: absolute;
        left: 0;
        font-family: parasponsive-font;
        font-style: normal;
    }
    .widget_rss .rss-date {
        display: block;
        opacity: .5;
    }
    aside.widget .menu-my-parallax-menu-container {
        background: transparent;
    }
    aside.widget_calendar {
        padding: 0;
    }
    .rssSummary {
        padding-top: 10px;
    }
    .widget select {
        max-width: 100%;
    }
    aside.widget_nav_menu .menu-item a {
        padding: 10px 20px 10px 35px;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
        display: block;
    }
    aside.widget .sub-menu .sub-menu .menu-item-has-children a {
        border: 0;
    }
    aside.widget_nav_menu .menu-item a::before {
        content: "\e975";
        position: absolute;
        left: 0;
        top: 13px;
        font-family: parasponsive-font;
        opacity: 1;
        font-size: 20px;
        color: #000;
        border: 2px solid;
        width: 24px;
        height: 24px;
        border-radius: 50px;
        text-align: center;
        line-height: 20px;
    }

    aside.widget .sub-menu a {
        color: #000;
        padding: 10px 20px 10px 55px;
    }
    aside.widget .sub-menu .sub-menu a {
        color: #999;
        padding: 10px 20px 10px 75px;
    }
    aside.widget_nav_menu .sub-menu .menu-item a::before {
        left: 0;
        content: "\e975";
        color: #000;
        opacity: 1;
    }
    aside.widget_nav_menu .menu-item.menu-item-has-children a::before {
        content: "\e975";
    }
    aside.widget_nav_menu .sub-menu .sub-menu .menu-item a::before {
        left: 40px;
        content: "\e96b";
        color: #afafaf;
        border: 0;
    }
    aside.widget_nav_menu .sub-menu .menu-item a::before {
        left: 20px;
        content: "\e907";
        color: #000;
        opacity: 1;
    }
    aside.widget .sub-menu .sub-menu .sub-menu a {
        padding: 5px 0 5px 35px;
        border: 0;
        margin-left: 40px;
        font-size: 14px;
    }
    aside.widget .sub-menu .sub-menu .sub-menu li:first-child a {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    aside.widget .sub-menu .sub-menu .sub-menu li:last-child a {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    aside.widget .sub-menu .sub-menu .sub-menu a::before {
        content: ".";
        top: 0;
        left: 0;
    }
    aside.widget_nav_menu .menu-item.current_page_item a{
        font-weight: bold;
    }




    @media (min-width: 320px) and (max-width:991px){
        .scroll {
            position: absolute;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.5);
            border-left: 1px solid rgba(255,255,255,.1);
            color: #fff;
            padding: 30px 20px 10px 20px;
            text-align: center;
            cursor: pointer;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            border-radius: 0;
            left: 0;
            top: 0;
        }
        .scrolltop {
            display: block !important;
            position: fixed;
            bottom: 0;
            right: 0;
            z-index: 998;
            width: 33.4%;
            height: 60px;
            text-align: center;
            opacity: 1 !important;
        }
        .scroll.icon::before {
            line-height: 60px;
            top: 0;
            font-size: 25px;
        }
    }


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

    ADDONS STYLE

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



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

    ADDONS STYLE: REVOLUTION SLIDER

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


    .wpb_revslider_element.wpb_content_element {
        margin-bottom: 0;
    }



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

    ADDONS STYLE: ULTIMATE ADDON

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

    .ult_tabs .ult_tabmenu.style1,
    .ult_tabs .ult_tabmenu.style2 {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .ult_pricing_table_wrap .ult_pricing_table {
        padding: 40px 40px;
    }
    ul.smile_icon_list li.icon_list_item .icon_list_icon {
        margin-bottom: 30px;
    }
    ul.smile_icon_list li.icon_list_item h3 {
        margin-bottom: 10px;
    }
    .uavc-list-icon .uavc-list-content {
        margin-bottom: 20px;
    }
    .ult-carousel-wrapper button.slick-arrow {
        z-index: 1;
        border: 2px solid;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        width: 40px;
        height: 40px;
        opacity: 0;
        -webkit-transition: all .2s ease-in-out 0s;
        -moz-transition: all .2s ease-in-out 0s;
        transition: all .2s ease-in-out 0s;
    }
    .ult-carousel-wrapper:hover button.slick-arrow {
        opacity: 1;
    }
    .ult-carousel-wrapper .slick-next {
        right: -35px;
    }
    .ult-carousel-wrapper .slick-prev {
        left: -35px;
    }
    .ult_pricing_table_wrap .ult_pricing_table .ult_price_link .ult_price_action_button {
        font-weight: 700;
        padding: 15px 30px;
        border: 2px solid;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important;
    }
    .ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .ult_price_body {
        font-size: 16px;
        width: 8em;
        height: 8em;
        padding: 0;
        line-height: 1em;
        border: 2px solid;
        -webkit-border-radius: 500%;
        border-radius: 500%;
        border-color: rgba(255,255,255,.1);
    }
    .ult_pricing_table_wrap.ult_design_1.ult_featured {
        border: 0 solid;
        padding: 0px !important;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }


    .wpb_wrapper .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .wpb_wrapper .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .vc_grid-filter.vc_grid-filter-size-lg.vc_grid-filter-color-white .vc_grid-filter-item,
    .wpb_wrapper .dark-skin .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
        border-color: rgba(255,255,255, .1);
    }
    .wpb_wrapper .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item {
        border-color: rgba(0,0,0, .1);
    }
    .wpb_wrapper .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active,
    .wpb_wrapper .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover{
        background-color: #000000;
    }
    .vc_grid-filter > .vc_grid-filter-item.vc_active,
    .vc_grid-filter > .vc_grid-filter-item:hover,
    .vc_btn3-container .vc_general.vc_btn3 {
        -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,.05);
        -moz-box-shadow: 0 7px 10px 0 rgba(0,0,0,.05);
        box-shadow: 0 7px 10px 0 rgba(0,0,0,.05);
    }
    .vc_grid .vc_btn3.vc_btn3-shape-rounded {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .vc_grid .vc_btn3.vc_btn3-style-custom {
        background-image: none;
    }
    .ult-team-member-wrap.ult-style-2 .ult-team-member-description {
        padding: 30px;
    }
    .ult-team-member-wrap.ult-style-2 .ult-team-member-bio-wrap .ult-team-member-name-wrap {
        top: auto;
        bottom: -10px;
    }
    .ult-team-member-wrap.ult-style-2:hover .ult-team-member-bio-wrap .ult-team-member-name-wrap {
        bottom: -100%;
    }
    .ult-team-member-wrap.ult-style-2 .ult-team-member-name-wrap .ult-team-member-name {
        background: #fff;
        display: block;
        color: #000 !important;
        padding: 5px 15px;
        border-radius: 10px;
        width: 220px;
        margin: 0 auto;
    }
    .ult-team-member-wrap.ult-style-2 .ult-team-member-position {
        background: #fff;
        display: block;
        color: #000 !important;
        padding: 0 15px;
        width: 170px;
        margin: 5px auto;
        border-radius: 10px;
    }
    .ult-style-3 .ult-team-member-image img {
        width: 100%;
        height: 100%;
    }
    .vc_progress_bar.wpb_content_element .vc_single_bar {
        box-shadow: 0 0 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .mpc-post .mpc-post__thumbnail {
        border-radius: 12px;
    }
    .mpc-overlay--slide-down .mpc-post .mpc-post__overlay {
        border-radius: 12px;
    }
    .vc_slide.vc_images_carousel .vc_carousel-control {
        opacity: 1;
    }
    .vc_images_carousel .icon-prev::before {
        content: "\e91f" !important;
        right: -15px;
    }
    .vc_images_carousel .icon-next::before {
        content: "\e921" !important;
        left: -15px;
    }
    .vc_images_carousel .icon-prev::before,
    .vc_images_carousel .icon-next::before {
        font-family: parasponsive-font;
        text-shadow: none;
        border-radius: 50px;
        font-size: 17px;
        transition: all .3s ease-in-out;
        position: absolute !important;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .vc_images_carousel .icon-prev:hover::before,
    .vc_images_carousel .icon-next:hover::before {
        width: 60px;
        height: 60px;
        line-height: 60px;

    }
    .vc_images_carousel .icon-prev:hover::before {
        right: -20px;
        top: -15px !important;
    }
    .vc_images_carousel .icon-next:hover::before {
        left: -20px;
        top: -15px !important;
    }
    .vc_slide.vc_images_carousel ol.vc_carousel-indicators {
        margin: 0 0 -40px -30%;
    }
    .vc_slide.vc_images_carousel .vc_carousel-indicators li,
    .vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
        width: 15px;
        height: 15px;
        margin: 0 10px;
        border: 2px solid grey;
    }
    .vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
        background-color: transparent;
    }
    .vc_slide.vc_images_carousel img {
        border-radius: 12px !important;
    }
    .ggt-testimonial-wrapper .ggt-testimonial img {
        border-radius: 50px !important;
    }
    .ggt-testimonial-wrapper .ggt-testimonial .ggt-image-wrapper {
        margin-right: 30px;
    }
    .vc_col-sm-4 .ult-ib-effect-style5 .ult-new-ib-content {
        padding: 50px;
    }
    .ult-content-box,
    .ult-tooltip,
    .vc_gitem-animate-blurScaleOut,
    .vc_btn3.vc_btn3-size-lg,
    .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner,
    ul.smile_icon_list li.icon_list_item .icon_list_icon,
    .vc_progress_bar .vc_single_bar .vc_bar.striped,
    .vc_progress_bar.wpb_content_element .vc_single_bar,
    .ult_design_1 .ult_pricing_table,
    .ult-new-ib,
    .ultimate-typed-main{
        border-radius: 12px !important;
    }
    .ult-team-member-wrap.ult-style-2 .ult-team-member-bio-wrap .ult-team_description_slide {
        -webkit-transition: all .6s ease;
        transition: all .6s ease;
        opacity: 0;
    }
    .ult-team-member-wrap.ult-style-2:hover .ult-team-member-bio-wrap .ult-team_description_slide {
        opacity: 1;
    }
    .ult-team-member-wrap .ult-social-buttons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 12px;
        background: #fff;
        color: #221c24 !important;
    }
    .vc_col-sm-4 .ult-team-member-wrap.ult-style-2 .ult-team-member-description {
        padding: 20px 50px;
    }
    .slick-initialized .slick-slide {
        height: auto;
    }

    button.ubtn-normal {
        box-shadow: 5px 5px 30px rgba(48,95,129,0.15) !important;
    }
    .ecwd_theme_calendar_grey .calendar-head,
    .calendar_main .ecwd_calendar .ecwd_calendar_prev_next,
    .ecwd_calendar_view_tabs ul li:first-child.ecwd-selected-mode a{
        border: 0 solid #E5E5E5;
    }

    table.cal_blue.ecwd_calendar_container .normal-day-heading,
    table.cal_blue.ecwd_calendar_container .weekend-heading {
        padding: 10px 0;
    }
    .ecwd_calendar td .day-number {
        padding: 10px 10px;
        text-align: center;
    }
    .ecwd-page-full.ecwd_calendar {
        border: 2px solid #f5f5f5;
        border-radius: 20px;
        overflow: hidden;
    }
    .cal_blue.ecwd_calendar_container,
    .ecwd_calendar_container.full.cal_blue{
        margin-bottom: 0;
    }
    .ecwd_calendar_container.full.cal_blue {
        font-family: inherit;
        margin-bottom: 0 !important;
        border: 0 solid !important;
    }
    .calendar_main .ecwd_calendar td {
        padding: 0px !important;
    }
    .calendar_main .ecwd_calendar {
        font-family: inherit;
    }

    .hover-portfolio .ult-content-box {
        border: 2px solid;
        height: 380px;
        background-size: cover !important;
        overflow: hidden;
        border-radius: 15px;
        padding-top: 500px;
        background-position-x: left !important;
        background-position-y: 0 !important;
        background-repeat: no-repeat;
        position: relative;
        transition: all 1.5s ease-in-out !important;
    }
    .hover-portfolio:hover .ult-content-box {
        background-position: center bottom !important;
    }
    .ult-carousel-wrapper .slick-dots li i {
        border: 0;
    }
    .z-index-10 {
        z-index: 10;
        position: relative;
    }
    .ult-team-member-position.ult-responsive {
        text-transform: inherit !important;
        letter-spacing: inherit !important;
    }
    .wpb_single_image .vc_single_image-wrapper.vc_box_rounded,
    .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
        border-radius: 12px !important;
    }


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

TOPBAR SKIN

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

.topbar-info-wrap {
    padding: 10px 20px;
    position: relative;
}
.topbar-info-wrap > div {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.topbar-info-design-1 .topbar-label {
    position: absolute;
    top: -5px;
    font-size: 0;
    left: 10px;
    opacity: .5;
}
.topbar-info-design-1 .topbar-label,
.topbar-info-design-1 .topbar-address-text,
.topbar-info-design-1 .topbar-email-text,
.topbar-info-design-1 .topbar-phone-number {
    padding-left: 60px;
}
.topbar-info-design-1 .topbar-label::before {
    content: "";
    font-family: parasponsive-font;
    border: 0 solid;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: absolute;
    left: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}
.topbar-info-design-2 .topbar-label::before {
    display: none;
}
.phone-wrap .topbar-label:before {
    content: "\e972";
}
.address-wrap .topbar-label:before {
    content: "\e964";
}
.email-wrap .topbar-label:before {
    content: "\e963";
}


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

    ADDON STYLE: SKINS

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

    .form-design-skin1 .wpcf7-form-control,
    .form-design-skin1 .comment-form textarea,
    .form-design-skin1 .comment-form input {
        width: 100%;
        min-width: 100%;
        padding: 10px 20px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        box-shadow: 0 5px 15px -10px rgba(0,0,0,.2) inset;
        border: 2px solid rgba(0,0,0,.05);
    }
    .wpcf7-form-control:focus {
        background: rgba(0,0,0,.05);
        border-radius: 12px;
        outline: none;
        box-shadow: 0 0 30px -10px rgba(0,0,0,.3);
    }
    form.wpcf7-form p:nth-child(2), form.wpcf7-form p:nth-child(3) {
        width: 49.6%;
        display: inline-block;
    }
    form.wpcf7-form p:nth-child(2) label {
        padding: 0 15px 0 0;
    }
    form.wpcf7-form p:nth-child(3) label {
        padding: 0 0 0 15px;
    }
    .form-design-skin1 .wpcf7-form-control-wrap {
        padding: 10px 0;
        display: block;
    }
    .form-design-skin1 .wpcf7-form-control.wpcf7-submit,
    .form-design-skin1 .comment-form .submit {
        padding: 15px 40px;
        min-width: auto;
        border-radius: 12px;
        border: 0;
        box-shadow: 0px -10px 20px 0 rgba(0,0,0,.1) inset;
    }
    .form-design-skin1 .wpcf7-form label {
        width: 100%;
        min-width: 100%;
    }
    .form-design-skin2 .wpcf7-form-control,
    .form-design-skin2 .comment-form textarea,
    .form-design-skin2 .comment-form input {
        width: 100%;
        min-width: 100%;
        border: 2px solid rgba(0,0,0,.15);
        padding: 8px 10px !important;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 18px;
        box-shadow: 0px 2px 6px 5px rgba(0,0,0,.04) inset;
    }
    .form-design-skin2 .wpcf7-form-control-wrap {
        padding: 10px 0;
        display: block;
    }
    .form-design-skin2 .wpcf7-form-control.wpcf7-submit {
        padding: 15px 50px !important;
        min-width: auto;
        width: auto;
    }
    .form-design-skin2 .wpcf7-form label {
        width: 100%;
        min-width: 100%;
    }

    .form-design-skin3 .wpcf7-form-control {
        width: 100%;
        min-width: 100%;
        padding: 7px 10px;
        border-bottom: 2px solid rgba(0,0,0,.1);
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }
    .form-design-skin3 .wpcf7-form-control-wrap {
        padding: 10px 0;
        display: block;
    }
    .form-design-skin3 .wpcf7-form-control.wpcf7-submit {
        padding: 15px 40px;
        min-width: auto;
        box-shadow: 5px 5px 30px rgba(48,95,129,0.15);
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #000;
        color: #fff;
        width: 180px;
    }
    .form-design-skin3 .wpcf7-form label {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }




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

    GLOBAL RESPONSIVE STYLES

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


    @media screen and (min-width:320px) and (max-width:768px) {
        h1 {
            font-size: 50px !important;
            line-height: 55px !important;
            letter-spacing: 0 !important;
        }
        h2 { font-size: 25px !important; line-height: 30px !important;}
        h3 { font-size: 20px !important; line-height: 25px !important;}
        h4 { font-size: 18px !important; line-height: 20px !important;}
        h5 { font-size: 16px !important; line-height: 18px !important;}
        h6 { font-size: 13px !important; line-height: 15px !important;}
        .wpb_wrapper .ult-carousel-wrapper {
            padding: 10px !important;
        }
        .ult-carousel-wrapper .slick-prev {
            left: -15px;
        }
        .ult-carousel-wrapper .slick-next {
            right: -15px;
        }
        .mobile-logo img {
            max-width: 170px;
            height: auto;
        }
        .overlay .closebtn {
            top: 10px;
            right: 10px;
        }
        .overlay-content {
            width: 90%;
            overflow: auto;
        }
        .header-type-5 .header-buttons span {
            padding: 0 !important;
        }
        .header-type-5 .main-menu-block {
            width: 100%;
        }
        .post-control > div {
            text-align: left;
            margin: 5px 0;
        }
        .post-control > div .post-like, .post-control > div .post-share {
            float: none;
            display: inline-block;
            margin: 10px 0;
        }
        .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
            width: 100%;
            margin: 10px 0;
        }
        .comment-form-author,
        .comment-form-email,
        .comment-form-url {
            width: 100%;
        }

        .post-block-author {
            width: auto;
            display: inline-block;
        }
        .post-box-content .display-inline:last-child {
            padding: 20px 0 0 0;
        }
        .post-box-top .inline-block:nth-child(1) {
            width: 25%;
            padding: 0;
            vertical-align: top;
        }
        .post-box-top .inline-block:nth-child(2) {
            width: 75%;
            padding: 0 0 0 20px;
            vertical-align: top;
        }
        .post-box-top .inline-block:nth-child(3) {
            width: 100%;
            position: relative;
            padding: 0 0 0 0;
        }
        .post-box-content .display-inline {
            padding: 0px 0px;
        }
        .post-author-avatar {
            width: 54px;
            height: 55px;
            line-height: 50px;
            float: left;
        }
        .post-author-avatar img {
            width: 40px;
            height: 40px;
        }
        .post-view {
            padding: 0 10px;
        }
        .post-view::before {
            left: -20px;
        }
        .post-date .date-block:first-child,
        .post-date .date-block:last-child {
            text-align: left;
        }
        .ggt-slider-item-content {
            width: 90% !important;
        }
        .ggt-slider-nav {
            display: none;
        }
        .ggt-slider-item-title {
            font-size: 50px !important;
            line-height: 55px !important;
        }
        .header-dark-skin div#margin-header,
        .header-light-skin div#margin-header {
            margin-top: -32px !important;
        }
        .admin-bar.header-dark-skin div#margin-header,
        .admin-bar.header-light-skin div#margin-header {
            margin-top: -70px !important;
        }
        .parallax-menu ul {
            display: none;
        }
    }