/*
Theme Name: PGRoup Child theme
Theme URI:
Template: fenix
Author: PRGROUP
Author URI: http://www.prgroup.tech
Description: A Multipurpose WordPress Theme
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-menu, featured-images, post-formats, translation-ready
*/
body {
    background: linear-gradient(-45deg, #0e1d43, #244088);
    background-size: 400% 400%;
    background: #244088;

    -webkit-animation: Gradient 25s ease infinite;
    animation: Gradient 25s ease infinite;

    -moz-nimation: Gradient 25s ease infinite;

    font-size: 18px;
    color: #ccc;
}

#particles-js {
    position: fixed;
    z-index: -1;

    height: 100%;
    width: 100%;
    margin-bottom: -50%;
}

.goto svg.brix-icon {
    height: 50px;
    width: 50px;
    margin-top: -100px;

    color: #fff;
}

a {
    color: #ccc;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
}


/* header logo scrolled */
.fx-hb-f.fx-hs-scrolled .fx-h-hl-w_i {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*  BUTTONS */
.fx-btn-bt-r .brix-block-button,
.woocommerce .products .button, /*shop button*/ 
.woocommerce .widget_shopping_cart a.button, /*mini cart button*/ 
.woocommerce .shop_table button, /*cart button*/
.woocommerce .cart_totals a.checkout-button, /*checkout button*/ 
.woocommerce .product button.single_add_to_cart_button.alt /* single product button */ {
    border-radius: 0;
}

.brix-section-column-block-button.brix-section-column-block-style-default .brix-block-button {
    position: relative;

    background: #fff;
    font-weight: bold;
    color: #244088 !important;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11), 0 4px 6px rgba(0, 0, 0, 0.08);

    -webkit-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    -moz-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    -o-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.brix-section-column-block-button.brix-section-column-block-style-default .brix-block-button:hover:not([disabled]) {
    background: #244088;
    color: #fff !important;
    border: 1px solid #4A67C0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 7px 16px rgba(0, 0, 0, 0.2);
}


.brix-section-column-block-button.brix-section-column-block-style-secondary .brix-block-button,
.woocommerce .products .button, /*shop button*/ 
.woocommerce .widget_shopping_cart a.button, /*mini cart button*/
.woocommerce .shop_table button, /*cart button*/
.woocommerce .cart_totals a.checkout-button, /*checkout button*/ 
.woocommerce .product button.single_add_to_cart_button.alt /* single product button */ {
    position: relative;

    background: transparent;
    font-weight: bold;
    color: #244088!important;
    border: 2px solid;
    border-color: #244088;

    -webkit-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    -moz-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    -o-transition:
        box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);

    transition: box-shadow 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1),
        border-color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.brix-section-column-block-button.brix-section-column-block-style-secondary .brix-block-button:hover:not([disabled]), 
.woocommerce .products a.button:hover, /*shop button*/
.woocommerce .widget_shopping_cart a.button:hover, /*mini cart button*/
.woocommerce .shop_table button:hover,  /*cart button*/
.woocommerce .cart_totals a.checkout-button:hover, /*checkout button*/
.woocommerce .product button.single_add_to_cart_button.alt:hover /* single product button */ {
    background-color: #244088!important;
    color: #fff!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 7px 16px rgba(0, 0, 0, 0.2);
}


/* header pages */
.fx-ph-t-b {

}

h1.fx-ph-t {
    font-size: 35px;
}


/* main menu */
header a {
    color: #244088 !important;
}

.fx-h.fx-hs-dark:not(.fx-hs-scrolled) .fx-h-hl .fx-site-title a,
.fx-h.fx-hs-dark:not(.fx-hs-scrolled) .fx-h-hl .fx-mn-t,
.fx-h.fx-hs-dark:not(.fx-hs-scrolled) .fx-h-hl .menu>li>a:not(.fx-mi-s-ghost):not(.fx-mi-s-fill),
.fx-h.fx-hs-dark:not(.fx-hs-scrolled) .fx-h-hl .menu>li>a:not(.fx-mi-s-ghost):not(.fx-mi-s-fill):visited {
    color: #244088 !important;
}

.fx-h.fx-hs-light:not(.fx-hs-scrolled) .fx-h-hl .fx-site-title a,
.fx-h.fx-hs-light:not(.fx-hs-scrolled) .fx-h-hl .fx-mn-t,
.fx-h.fx-hs-light:not(.fx-hs-scrolled) .fx-h-hl .menu>li>a:not(.fx-mi-s-ghost):not(.fx-mi-s-fill),
.fx-h.fx-hs-light:not(.fx-hs-scrolled) .fx-h-hl .menu>li>a:not(.fx-mi-s-ghost):not(.fx-mi-s-fill):visited {
    color: #ffffff !important;
}

.fx-mn-d-s-overlay.fx-mn-open a,
.fx-mn-d-s-overlay.fx-mn-open a:visited,
.fx-mn-d-s-overlay.fx-mn-open .menu>li>a,
.fx-mn-d-s-overlay.fx-mn-open .menu>li>a:visited {
    color: #999 !important;
}

.fx-mn-d-s-overlay.fx-mn-open .menu>li>a:hover {
    color: #244088 !important;
}

/* footer */
footer.fx-f {
    background: rgba(0, 0, 0, 0.3) url("img/losers.png") no-repeat 100% 100%;
    background-size: 250px;
    padding-top: 50px;
}

footer section.widget_text,
footer .widget-title,
footer a {
    font-size: 18px;
    color: #ccc;
}

footer.fx-f a:hover,
footer.fx-f a:focus {
    color: #fff;
    text-decoration: none;
}

footer span.text-star {
    font-size: 10px;
}

footer.fx-f section.widget_text .copy>span {
    font-size: 80%;
}



/**
 *
 * MAIN PAGE
 *
 */

/* Tiles */
#tf-tiles-599 .tile-type-text h1 {
    /* desktop */
    font-size: 40px;
}

#tf-tiles-1006 .tile-type-text h1 {
    /* mobile */
    font-size: 25px;
}

#tf-tiles-1006 .tile-type-text h6 {
    font-size: 12px;
}

#tf-tile-599-6 .tile-front,
/* desktop */
#tf-tile-1006-1 .tile-front

/* mobile */
    {
    background: rgba(0, 0, 0, 0) !important;
}

#tf-tiles-1006

/* mobile */
    {
    padding-top: 100px;
}

#tf-tile-599-5 .tile-back h4,
#tf-tile-599-7 .tile-back h4,
#tf-tile-599-11 .tile-back h4,
.tf-tile .tile-back h4 {
    font-size: 35px;
}

#tf-tiles-599 .tf-tile.size-portrait .tile-back h4,
#tf-tiles-599 .tf-tile.size-square-small .tile-back h4 {
    font-size: 25px;
}

#tf-tiles-1006 .tf-tile.size-portrait .tile-back h4,
/* mobile */
#tf-tiles-1006 .tf-tile.size-square-small .tile-back h4 {
    /* mobile */
    font-size: 16px;
}

#mobile-title h2 {
    font-size: 42px;
    margin-top: -10vh;
}

.col-mobile-title {
    height: 100vh;
}

.col-mobile-arrow .goto svg.brix-icon {
    margin-top: -200px;
}

/* widget ways */
#grid_ways div.eec>div {
    font-size: 30px;
}

#grid-1100 .tg-item .tg-item-date {
    display:none;
}
#grid-1100 .tg-item .tg-item-title a {
    font-size:30px;
}
#grid-1100 .tg-item:hover .tg-item-title a {
    opacity:0;
    transition: opacity 0.5s;
}
/* widget concerts */
#grid_concerts div.eec>div {
    display: inline-block;

    padding: 5px 10px;

    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;

    transition: 0.5s;
}

#grid_concerts div.eec:focus #grid_concerts div.eec div {
    background: rgba(0, 0, 0, 0);
}


/**
 *
 * EXPO PAGE
 *
 */
.rvc-brix-box h3 {
    color: #fff;
    font-size: 20px;
    padding-top: 15px;
}

.rvc-brix-box p {
    color: #ddd;
}

/**
 *
 * EVENTS PAGE
 *
 */
.projects_widget .uk-slideshow>li {
    margin-top: 0;
    margin-bottom: 0;
}

.col-logo-h5 .brix-section-column-block {
    padding-top: 15px;
    padding-bottom: 0;
}


/**
 *
 * EQUIPMPENT
 *
 */
.leds-widget .uk-panel p {
    color: #333;
}



/**
 *
 * PHYGITAL PAGE
 *
 */
.phygital-hover .uk-panel-hover {
    background: none;
    transition: 0.5s;
    color: #666;
    border: none;
    font-size: 16px;
}

.phygital-hover .uk-panel-hover:hover {
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.2);
    color: #333;
    border: none;
    filter: grayscale(0%);
}

.phygital-hover .uk-panel-hover>.uk-panel-teaser {
    filter: grayscale(100%);
}

.phygital-hover .uk-panel-hover:hover .uk-panel-teaser {
    filter: grayscale(0%);
}

.phygital-hover .uk-panel-hover:hover .uk-panel-title {
    color: #244088;
}

.phygital-hover .uk-panel-hover {
    color: #888;
}

.phygital-hover .uk-button-primary {
    background: none;
    border: 1px solid #666 !important;
    color: #666;
}

.phygital-hover .uk-panel-hover:hover .uk-button-primary {
    background: #244088;
    color: #ddd;
}

.phygital-hover .uk-button-primary:hover {
    color: #fff;
}

.phygital-hover .uk-panel>:not(.uk-panel-title):not(.uk-margin):last-child {
    text-align: center;
}

.phygital-list ul {
    list-style: square;
    color: #244088;
}

/**
 *
 * COMPANY CONTACTS
 *
 */
#company_contacts p {
    font-size: 20px;
}

#company_contacts h3 {
    color: #ccc;
    font-weight: normal;
    font-family: "Ubuntu Condensed";
}


/**
 *
 * PHYGITAL HEADER
 *
 */

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 57px;
    top: 0;
    margin: auto;
    height: 170px;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    ackground-image: linear-gradient(to top, #86377b 20%, #27273c 80%);
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

/**
 *
 * B2B PAGE
 *
 */
.block-ncase h6 {
    padding-top: 20px;
}

.block-adamhall img {
    max-width: 230px;
}

.block-adamhall {
    color: #666;
}

/**
 *
 * PRJECTS PAGES
 *
 */
.nopadding-mobile .brix-list-size-default {
    padding: 50px 15px 10px;
    ont-size: 16px;
}

.nopadding-mobile .brix-list-size-default li {
    height: 40px;
    line-height: 1;

}

/**
 *
 * SHOP PAGES
 *
 */

.displayblock {
    display: block;
}

body.woocommerce-page div.fx-l{
    background:#fff;
    color: #333;
}

body.woocommerce-page .fx-c a,
body.woocommerce-page .woocommerce-breadcrumb a {
    color: #222;
}
body.woocommerce-page .fx-c a:hover,
body.woocommerce-page .fx-c a:focus,
body.woocommerce-page .woocommerce-breadcrumb a:hover,
body.woocommerce-page .woocommerce-breadcrumb a:focus {
    color: #000;
    text-decoration: none;
}

/* header */
body.woocommerce-page .fx-ph-t-b,
body.single-product .fx-ph-t-b,
body.page-id-1382 .fx-ph-t-b {
    height: 20vh;
}
/* cart color */
body.woocommerce-page .fx-mn-t-c a svg {
    color:#fff;
}

/* buttons */
.woocommerce .widget_shopping_cart a.button {
    padding: 10px;
}

/* breadcrums etc*/
body.woocommerce-page .fx-mc-w_i {
    padding: 0 30px 20px 30px;
}
body.woocommerce-page .woocommerce-breadcrumb {
    margin:0 -20px;
    background: #eee;
    padding: 5px 15px;
}

/* catalog loop hide button*/
.woocommerce ul.products .wc_email_inquiry_button_container { 
    display: none;
}


/* footer */
body.woocommerce-page footer {
    background: #333;
}

/* category title */
.woocommerce .fx-ph-t-d .fx-ph-sc .woocommerce-products-header h1 {
    font-size: 30px;
}
.woocommerce .fx-ph-t-d .fx-ph-sc {
    padding-bottom: 0;
}

/* item */
.woocommerce .products .product h2, 
.woocommerce .products .product h3 {
    padding: 0 10px;
}
body.woocommerce .products .product a:not(.button),
body.page-id-1382 .products .product a:not(.button) {
    border: 1px solid #ccc;
}
body.woocommerce-page ul.products li,
body.page-id-1382 ul.products li {
    padding: 15px!important;
}
.woocommerce .products .product h2, 
.woocommerce .products .product h3,
.woocommerce .entry-summary .product_title {
    font-family: Ubuntu!important;
    min-height:50px;
}
.woocommerce .entry-summary h1.product_title {
    font-size: 30px;
}
body.woocommerce-page .price span.amount,
body.page-id-1382 .price span.amount {
    background:#244088;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
}
.woocommerce .callme_textblock {
    padding: 20px;
    background: #eee;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
}
.woocommerce .callme_phone {
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}
.woocommerce .callme_textblock .smalltext {
    font-size: 70%;
}

/* popup */
body.woocommerce-page .wc_email_inquiry_form, 
body.woocommerce-page .wc_email_inquiry_form, .wc_email_inquiry_form .wc_email_inquiry_field, 
body.woocommerce-page .wc_email_inquiry_field,
body.woocommerce-page .wc_email_inquiry_subject {
    font-family: Ubuntu!important;
}
body.woocommerce-page .wc_email_inquiry_modal div.modal-header {
    padding: 5px 15px;
}
body.woocommerce-page .wc_email_inquiry_modal div.modal-header .modal-title {
    display: none;
}
body.woocommerce-page .wc_email_inquiry_modal .wc_email_inquiry_content a.wc_email_inquiry_form_button {
    margin:10px 20px 0!important;
}


/* checkout */
body.woocommerce-page .product-quantity input.qty {
    padding: 5px;
}
body.woocommerce-page .woocommerce-Price-currencySymbol {
    adding: 0 5px;
    font-weight: normal;
}
body.woocommerce-page table.shop_table tr td,
body.woocommerce-page table.shop_table tr td ul {
    font-size: 18px;
}
body.woocommerce-page table.shop_table ul {
    list-style: none;
}
body.woocommerce-page table.shop_table ul li {
    margin-top: 0;
}
body.woocommerce-page table.shop_table ul label {
    padding: 0 10px;
}


/*body.woocommerce .woocommerce-cart-form td *,
body.woocommerce .woocommerce-cart-form td a,
body.woocommerce .shop_table .cart-collaterals td {
    font-size: 20px!important;
}



/*=======================================
=            MOBILE ADAPTIVE            =
=======================================*/

@media screen and (max-width: 600px) {
    body.home div.fx-h:not(.fx-hs-scrolled) .fx-site-title {
        display: none;
    }
}



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

    footer.fx-f {
        background-size: 150px;
    }

    footer.fx-f section.widget_text {
        font-size: 100%;
    }

    footer.fx-f section.widget_text .copy {
        font-size: 70%;
    }

    /* header pages */
    .fx-ph-t-b {
        height: 100vh;
    }

    h1.fx-ph-t {
        font-size: 20px;
    }



    /* header company */
    body.page-id-796 .fx-ph-t-b {
        height: 80vh;
    }

    .fx-ph-t-b .fx-ph-at {
        font-size: 16px;
    }

    /* column padding  */
    .brix-section-column {
        padding-top: 0 !important;
    }

    /* font text block */
    .brix-block-content h2 {
        font-size: 25px;
    }

    .brix-block-content p {
        padding-top: 20px;
    }

    #company_contacts .brix-section-column-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #company_contacts p {
        font-size: 16px;
        padding-top: 0;
    }

    #company_contacts h3 {
        font-size: 20px;
    }

    /* phygital */
    .waveTop,
    .waveBottom,
    .waveMiddle {
        background-size: 100% 50%;
    }

    /* equipment */
    .leds-mobile-widget .uk-panel {
        text-align: left;
        font-size: 14px;
        color: #333;
        height: 550px;
    }

    .leds-mobile-widget .uk-grid-margin {
        margin-top: 0;
    }

    .equipment-mobile-section .brix-block-content h3 {
        color: #bbb;
    }

    .equipment-mobile-section .brix-block-content p {
        text-align: left !important;
    }

    /* projects */
    .nopadding-mobile .brix-list-size-default {
        padding: 10px 15px;
        font-size: 16px;
    }

    .nopadding-mobile .brix-list-size-default li {
        height: 50px;
        line-height: 1;
    }

    .nopadding-mobile .brix-list-size-default li a {
        text-decoration: underline;
    }
}


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


    footer.fx-f section.widget_text {
        font-sie: 70%;
    }

    /* hide menu */
    footer.fx-f>div>div:not(:first-child) {
        display: none;
    }

}


@media screen and (min-width: 1024px) {

    /* losers */
    footer.fx-f {
        background-size: 150px;
    }
}


@media screen and (min-width: 1440px) {

    /* losers */
    footer.fx-f {
        background-size: 250px;
    }
}



@media screen and (min-width: 2560px) {

    /* losers */
    footer.fx-f {
        background-size: 350px;
    }
}


/*=====  End of MOBILE ADAPTIVE  ======*/