/*
Theme Name:     Vibes Child
Theme URI:      http://demos.volovar.net/vibes.wp/demo
Description:    Child theme of the Vibes theme
Author:         Lubos Volovar
Author URI:     http://themeforest.net/user/LubosVolovar/portfolio
Template:       vibes
Version:        1.0.0
*/
@import url('../vibes/style.css');

/* your CSS here */

#header-fixed .header-menu {
    right: 0;
}

.header-menu {
    display: flex;
    align-items: center;
}

#header-fixed .header-content {
    position: relative;
}

.main-phone-wrapper {
    display: flex;
    align-items: center;
    margin: 14px 0 0 100px;
}

#header-fixed .main-phone-wrapper {
    height: 70px;
    margin-top: 0;
}

.main-phone {
    color: #F8F8F8;
    font-family: Montserrat;
    display: flex;
    padding-left: 45px;
    background-repeat: no-repeat;
    height: 24px;
    background-image: url('/wp-content/themes/vibes-child/library/img/phone-icon-yellow.svg');
}

.main-phone:hover {
    color: #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

#header-fixed .main-phone:hover {
    border-bottom: 1px solid #34d5a7;
}

.header-container {
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

/*.checkout-wrapper{*/
/*padding: 60px 112px;*/
/*}*/


.success {
    padding: 80px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-icon {
    background-image: url("/wp-content/themes/vibes-child/library/img/success.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;

}
.fail-icon {
    background-image: url("/wp-content/themes/vibes-child/library/img/fail.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;

}

.success h4 {
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 800;
}

.success p {
    margin-bottom: 60px;
    font-family: Montserrat;
    text-align: center;
    font-size: 18px;
}

.checkout-main-content {
    padding: 60px 112px 0;
    border-bottom: 1px solid #E5E5E5;
}

.checkout-footer {
    padding: 60px 112px;
}

.checkout-item {
    margin-bottom: 80px;
    pointer-events: none;
}

.checkout-item.active {
    pointer-events: auto;
}

.checkout-page-title.main-page-title {
    padding: 40px 0;
    text-align: center;
}

.checkout-page-title.main-page-title h2 {
    color: #3C3C3C;
}

.checkout-header {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.checkout-counter {
    width: 66px;
    height: 66px;
    border: 5px solid #DBDBDB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 43px;
    flex-shrink: 0;
}

.checkout-item.active .checkout-counter {
    border: 5px solid #F7E608;
}

.checkout-counter span {
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
}

.checkout-title span {
    color: #3C3C3C;
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    letter-spacing: 0.04em;
}

.checkout-content {
    margin: 0 auto;
    width: calc(100% - 218px);
}

.checkout-item:not(.select-game) .checkout-content {
    opacity: .6;
}

.checkout-item:not(.select-game) .checkout-header {
    opacity: .6;
}

.checkout-item.active .checkout-content {
    opacity: 1;
}

.checkout-item.active .checkout-header {
    opacity: 1;
}

.game-items-wrap {
    margin: 0 -15px;
    display: flex;
}

.game-item.active .game-header {
    border: 6px solid #F7E608;
}

.game-header {
    display: flex;
    opacity: .6;
    border: 6px solid #999999;
}

.game-item {
    width: 50%;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
}

.game-item.active .game-header,
.game-item.active .game-content {
    opacity: 1;
}

.game-image {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.game-item:not(.active) .game-image {
    background-blend-mode: luminosity;
    background-color: #3C3C3C;
}

.game-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.game-content {
    padding: 30px 30px 60px;
    background-color: #EDEDED;
    position: relative;
    flex-grow: 1;
    opacity: .6;
}

.game-content-items li {
    text-indent: -4px;
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 17px;
    font-weight: 500;
}
.game-content-items p{
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 17px;
    font-weight: 500;
}
ul.game-content-items {
    list-style: disc;
    padding-left: 18px;
}
.game-content-items p:last-child{
    margin-bottom: 0;
}
.game-switcher {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-switcher-item {
    border-radius: 50%;
    position: absolute;
}

.game-switcher-item:nth-child(1) {
    width: 44px;
    height: 44px;
    background-color: #EDEDED;
}

.game-switcher-item:nth-child(2) {
    width: 32px;
    height: 32px;
    background-color: #3C3C3C;
}

.game-switcher-item:nth-child(3) {
    display: none;
}

.game-item.active .game-switcher-item:nth-child(3) {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #F7E608;
}

.checkout-content-flex-wrap {
    display: flex;
    margin: 0 -15px 35px;
}

.checkout-content-col {
    width: 50%;
    padding: 0 15px;
}

.c-left-col {
    width: 79%;
}

.c-select, .c-input {
    width: 100%;
    padding: 0 35px 0 20px;
    font-size: 18px;
    font-family: Montserrat;
    border: 2px solid #3C3C3C;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.c-select {
    background: url(/wp-content/themes/vibes-child/library/img/arrow-to-bottom.svg) 95% / 20px no-repeat #fff;
}

.checkout-info-title {
    color: #3C3C3C;
    font-family: Montserrat;
    font-weight: bold;
    margin-bottom: 30px;

}

.checkout-info-description {
    font-size: 16px;
    color: #3C3C3C;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 500;
}

.settings-range {
    width: 100%;
    margin-bottom: 36px;

}

.settings-range input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

.settings-range input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.settings-range input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;

    /* Hides the slider so custom styles can be added */
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.settings-range input[type=range]:focus {
    outline: none;
}

.settings-range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: #3D3D3D;
    border-radius: 8px;

}

.settings-range input[type=range]::-webkit-slider-thumb {
    height: 22px;
    width: 22px;
    box-shadow: 0 0 0 6px #DBDBDB;
    background: #3D3D3D;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}

.checkout-item.active .settings-range input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 6px #F7E608;
}

.settings-range input[type=range]::-moz-range-thumb {
    height: 22px;
    width: 22px;
    box-shadow: 0 0 0 6px #DBDBDB;
    border-radius: 50%;
    background: #3D3D3D;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.checkout-item.active .settings-range input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 6px #F7E608;
}

/* All the same stuff for IE */
.settings-range input[type=range]::-ms-thumb {
    height: 22px;
    width: 22px;
    box-shadow: 0 0 0 6px #DBDBDB;
    border-radius: 50%;
    background: #3D3D3D;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}

.checkout-item.active .settings-range input[type=range]::-ms-thumb {
    box-shadow: 0 0 0 6px #F7E608;
}

.settings-range input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: #3D3D3D;
    border-radius: 8px;
}

.settings-range input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.settings-range input[type=range]::-ms-fill-lower {
    background: #3D3D3D;
    border: 0.2px solid #010101;
    border-radius: 2.6px;

}

.settings-range input[type=range]::-ms-fill-upper {
    background: #3D3D3D;
    border: 0.2px solid #010101;
    border-radius: 2.6px;

}

.settings-range-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.settings-range-count {
    display: block;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.settings-range-description {
    color: #C4C4C4;
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
}

.c-quantity {
    width: 296px;
    height: 60px;
    position: relative;
    border: 2px solid #3C3C3C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.c-quantity-input {
    width: calc(100% - 60px);
    border: 0;
    outline: 0;
    text-align: center;
    color: #3C3C3C;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    background-color: transparent;
}

input.c-quantity-input::-webkit-outer-spin-button,
input.c-quantity-input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.c-quantity-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.c-quantity-minus {
    background-image: url("/wp-content/themes/vibes-child/library/img/minus-icon.svg");
}

.c-quantity-plus {
    background-image: url("/wp-content/themes/vibes-child/library/img/plus-icon.svg");
}

.checkout-footer-title {
    font-weight: 800;
    color: #3C3C3C;
    font-family: Montserrat;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.04px;
    margin-bottom: 60px;
}
.checkout-footer-title span{
    font-size: 12px;
}
.checkout-total-info, .checkout-user-info {
    margin-bottom: 50px;
}

.checkout-total-info-row, .checkout-user-info-row {
    display: flex;
    align-items: center;
}

.checkout-total-info-row {
    opacity: .6;
    margin-bottom: 33px;
}

.checkout-user-info-row {
    margin-bottom: 18px;
}

.checkout-total-info-row.active {
    opacity: 1;
}

.checkout-total-info-title, .c-label {
    width: 218px;
    font-weight: bold;
    color: #3C3C3C;
    font-family: Montserrat;
    font-size: 20px;
    letter-spacing: 0.04px;
}

.checkout-total-info-description {
    color: #3C3C3C;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.04px;
}

.checkout-footer .main-button:hover, .checkout-footer .main-button:hover:not(.m-disabled), .checkout-footer .main-button:focus, .success .success-btn:hover, .success .success-btn:focus, .success .success-btn:hover:not(.m-disabled) {
    color: #1d1d1d;
}
.success-btn{
    text-align: center;
}
.error-checkout-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.error-checkout {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.error-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/vibes-child/library/img/error-icon.svg");
    margin-right: 30px;
}

.error-text {
    font-family: Montserrat;
    color: #E4343E;
    font-size: 18px;
    font-weight: 500;
}

.c-label {
    display: block;
    color: #3C3C3C;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 800;
}

.c-form-row {
    margin-bottom: 20px;
    width: 82%;
}
.contacts-buttons {
    position: fixed;
    right: 26px;
    top: 50%;
    transform: translateY(calc(-50% + -154px)) rotate(-90deg);
    transform-origin: 100% 50%;
    display: flex;
    z-index: 1000;
}
.contacts-buttons.contact_page_footer{
    display:none;
}
.contact-btn {
    background: #F7E608;
    color: #1D1D1D;
}
.contact-btn:hover{
    color: #1D1D1D;
    background: #e4d401;
}
.call-btn {
    background: #FC5C7B;
    color: #fff;
}
.call-btn:hover {
    color: #fff;
    background: #e2657d;
}
.contacts-buttons a {
    display: flex;
    align-items: center;
    padding: 15px 18px;
    transition: .2s linear;
}

.contacts-buttons a svg {
    margin-right: 15px;
}
.contacts-buttons a span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
@media (max-width: 1550px) {
    .header-container {
        max-width: 1440px;
    }
}

@media (max-width: 1500px) {
    .header-container {
        max-width: 1400px;
    }
}

@media (max-width: 1450px) {
    .header-container {
        max-width: 1340px;
    }
}

@media (max-width: 1400px) {
    .header-container {
        max-width: 1260px;
        padding: 0 15px;
    }

    .m-has-main-sidebar #header.m-standard .header-container .header-menu {
        right: 15px;
    }
}

@media (max-width: 1199px) {
    .c-form-row {
        width: 100%;
    }

    #header-fixed .header-branding img {
        width: 70px;
        height: 70px;
    }

    #header.m-standard img {
        max-height: 100px;
        margin: 0 auto;
    }

    .main-phone-wrapper {
        margin: 0;
        padding: 0;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 30px;
        left: 15px;
        border: 2px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 20;

    }

    .main-phone {
        background-image: url('/wp-content/themes/vibes-child/library/img/phone-icon-white.svg');
        font-size: 0;
        padding-left: 20px;
        height: 20px;
        background-position: center;
        background-size: contain;
    }

    .main-phone:hover {
        border-bottom: 0;
    }

    #header-fixed .main-phone:hover {
        border-bottom: 0;
    }

    #header-fixed .header-branding {
        left: 50%;
        transform: translate(-50%, 0);

    }

    #header-fixed .main-phone-wrapper {
        height: 40px;
        top: 50%;
        margin-top: -20px;
    }
}

.c-divider.m-large {
    margin: 38px 0;
}

.c-modal .modal-header {
    margin-bottom: 22px;
}

#header.m-standard .main-sidebar-toggle {
    bottom: 95px;
}

@media (max-width: 768px) {
    #header.m-standard .header-inner .main-sidebar-toggle {
        bottom: 30px;
    }
}

.c-testimonial blockquote > p {
    font-size: 1.2em;
    line-height: 1.6em;
}

#page-header {
    margin-bottom: 48px;
}

.portfolio-detail h2 {
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 24px;
    color: #3f3f3f;
    text-transform: uppercase;
}

.modal-prev,
.modal-next {
    display: none !important;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('library/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('library/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),
    url('library/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),
    url('library/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('library/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),
    url('library/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fc-calendar-container {
    position: relative;
    height: 400px;
    width: 400px;
}

.fc-calendar {
    width: 100%;
    height: 100%;
}

.fc-calendar .fc-head {
    height: 30px;
    line-height: 30px;
    background: #ccc;
    color: #fff;
}

.fc-calendar .fc-body {
    position: relative;
    width: 100%;
    height: 100%;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #ddd;
}

.fc-calendar .fc-row {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row {
    height: 25%;
}

.fc-five-rows .fc-row {
    height: 20%;
}

.fc-six-rows .fc-row {
    height: 16.66%;
    height: -moz-calc(100% / 6);
    height: -webkit-calc(100% / 6);
    height: calc(100% / 6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: 14.28%; /* 100% / 7 */
    width: -moz-calc(100% / 7);
    width: -webkit-calc(100% / 7);
    /* width: calc(100%/7); */
    position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
    width: 14.2%;
}

.fc-calendar .fc-row > div {
    border-right: 1px solid #ddd;
    padding: 4px;
    overflow: hidden;
    position: relative;
}

.fc-calendar .fc-head > div {
    text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
    position: absolute;
    width: 30px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #ddd;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
    bottom: 5px;
    right: 5px;
    text-align: right;
}

.fc-calendar .fc-row > div time {
    display: none;
}

.fc-calendar .fc-row > div > span.fc-weekday {
    padding-left: 5px;
    display: none;
}

.fc-calendar .fc-row > div.fc-today {
    background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
    opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
    border-right: none;
}

.fc-calendar .fc-row:last-child {
    border-bottom: none;
}

/* Custom calendar elements */

.custom-calendar-wrap {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}

.custom-inner {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.custom-inner:before,
.custom-inner:after {
    content: '';
    width: 99%;
    height: 50%;
    position: absolute;
    background: #f6f6f6;
    bottom: -4px;
    left: 0.5%;
    z-index: -1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.custom-inner:after {
    content: '';
    width: 98%;
    bottom: -7px;
    left: 1%;
    z-index: -2;
}

.custom-header {
    background: #fff;
    padding: 5px 10px 10px 20px;
    height: 70px;
    position: relative;
    border-top: 5px solid #fd0;
    border-bottom: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
    text-align: center;
    text-transform: uppercase;
}

.custom-header h2 {
    color: #495468;
    font-weight: 300;
    font-size: 18px;
    margin: 10px 0;
    display: block;
}

.custom-header h3 {
    font-size: 12px;
    font-weight: 300;
    color: #b7bbc2;
    display: block;
}

.custom-header nav span {
    position: absolute;
    top: 17px;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    margin: 0 1px;
    font-size: 20px;
    line-height: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-header nav span:first-child {
    left: 5px;
}

.custom-header nav span:last-child {
    right: 5px;
}

.custom-header nav span:before {
    font-family: 'fontawesome-webfont';
    color: #fd0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.custom-header nav span.custom-prev:before {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    content: '\25b8';
}

.custom-header nav span.custom-next:before {
    content: '\25b8';
}

.custom-header nav span:hover:before {
    color: #495468;
}

.custom-content-reveal {
    background: #f6f6f6;
    background: rgba(246, 246, 246, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0px;
    text-align: center;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #ef4f69;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 13px;
    padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
    content: 'x';
    font-size: 18px;
    color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
    font-size: 22px;
    padding: 10px 30px;
    display: block;
}

.custom-content-reveal h4 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    color: #777;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #ef4f69;
    box-shadow: 0 1px rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

.custom-content-reveal span {
    color: #888;
}

.custom-content-reveal a {
    color: #ef4f69;
}

.custom-content-reveal time {
    display: none;
}

.custom-content-reveal a:hover {
    color: #333;
}

/* Modifications */

.fc-calendar-container {
    height: 400px;
    width: auto;
    padding: 30px;
    background: #f6f6f6;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.fc-calendar .fc-head {
    background: transparent;
    color: #bbb;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.fc-calendar .fc-row > div {
    background: #fff;
    cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
    background: transparent;
    cursor: default;
}

.fc-calendar .fc-row > div > span.fc-date {
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -10px 0 0 -15px;
    color: #686a6e;
    font-weight: 400;
    pointer-events: none;
}

.fc-calendar .fc-row > div > span.fc-emptydate {
    color: #ccc;
}

.fc-calendar .fc-row > div.fc-today {
    background: #DDD;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
    color: #b02c42;
}

.fc-calendar .fc-row > div.fc-content:hover:after {
    color: #ef4f69;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after {
    color: #fff;
}

div.fc-content {
    background-color: #ffdd00 !important;
}

div.fc-content .fc-date {
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;

}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
    display: none;
    font-size: 22px;
}

.fc-calendar-event {
    display: none
}

h3.custom-month {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.2em;
    color: #3f3f3f;
    text-transform: uppercase;
    margin-top: 5px;
}

.owl-theme .lightbox img {
    width: 100%;
}

.c-modal .modal-title {
    float: left;
    text-align: left;
}

.c-modal .modal-tools {
    float: right;
    text-align: right;
    margin-top: 0;
}

.c-section {
    margin-top: 22px;
}

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

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */
@media ( max-width: 1400px ) {
    .checkout-main-content {
        padding: 60px 60px 0;
    }

    .checkout-footer {
        padding: 60px 60px;
    }
}

/* -------------------------------------------------------------------------
    LARGE DEVICES
    devices with width between 992px and 1199px
------------------------------------------------------------------------- */

@media ( max-width: 1199px ) {

    /* your CSS here */
    .c-gallery .item-list .item-tools > * {
        opacity: 1;
    }

    .checkout-counter {
        width: 56px;
        height: 56px;
        margin-right: 25px;
    }

    .checkout-content {
        width: 100%;
    }

    .checkout-main-content {
        padding: 60px 30px 0;
    }

    .checkout-footer {
        padding: 60px 30px;
    }
}

/* -------------------------------------------------------------------------
    MEDIUM DEVICES
    devices with width between 768px and 991px
------------------------------------------------------------------------- */



@media ( max-width: 1024px ) {
    #pd-google-widget.pd-google-widget {
        opacity: 1;
        transition: .2s linear;
    }
    #pd-google-widget.pd-google-widget.scroll-top {
        opacity: 1;
    }
    #pd-google-widget.pd-google-widget.scroll-bottom {
        opacity: 0;
    }
    .contacts-buttons a svg {
        margin-right: 0;
        transform: rotate(90deg);
    }
    .contacts-buttons a span {
        font-size: 0;
    }
    .contacts-buttons {
        transform: translateY(calc(-50% + -54px)) rotate(-90deg);
    }
}

@media ( max-width: 991px ) {
    .c-select, .c-input {
        height: 48px;
    }

    .c-quantity {
        height: 48px;
    }

    .checkout-main-content {
        padding: 60px 15px 0;
    }

    .checkout-footer {
        padding: 60px 15px;
    }

    .game-content-items li {
        margin-bottom: 9px;
    }
    .game-content-items p {
        margin-bottom: 9px;
    }
    #header.m-standard .header-branding {
        padding: 30px 0 15px;
    }

    /* your CSS here */
    .c-gallery .item-list .item-info {
        bottom: 30px;
        opacity: 1;
        z-index: 99;
    }

    .c-gallery .item-list .item.m-has-overlay .item-image::after {
        opacity: 0.25;
    }

    .c-gallery .gallery-tools-top {
        padding: 20px 0;
    }

    .c-gallery .item-list .item-info p {
        display: none;
    }
    .contacts-buttons {
        right: 21px;
    }
    .contacts-buttons a {
        padding: 10px 15px;
    }
}

/* -------------------------------------------------------------------------
    SMALL DEVICES
    devices with width between 481px and 767px
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {
    .checkout-content-flex-wrap {
        flex-wrap: wrap;
    }

    .checkout-content-col {
        width: 100%;
    }

    .checkout-user-info-row .c-input {
        width: calc(100% - 170px);
    }

    .game-content-items li {
        font-size: 15px;
    }
    .game-content-items p {
        font-size: 15px;
    }
    .game-content {
        padding: 15px 15px 25px;
    }

    .game-image {
        height: 180px;
    }

    .c-left-col {
        width: 250px;
    }

    .c-quantity {
        width: 250px;
    }

    .c-select, .c-input {
        font-size: 16px;
    }

    .c-quantity-input {
        font-size: 16px;
    }

    .checkout-header {
        margin-bottom: 24px;
    }

    .checkout-info-description {
        font-size: 15px;
    }

    .checkout-total-info-title, .c-label {
        font-size: 18px;
        width: 170px;
    }

    .checkout-footer-title {
        font-size: 21px;
        margin-bottom: 30px;
    }

    .checkout-total-info-row, .checkout-user-info-row {
        margin-bottom: 25px;
    }

    .checkout-total-info-description {
        font-size: 16px;
    }

    .error-text {
        font-size: 16px;
    }

    .error-icon {
        width: 30px;
        height: 30px;
        margin-right: 19px;
    }
}

@media ( max-width: 544px ) {
    .contacts-buttons a span {
        font-size: 16px;
    }
    .contacts-buttons a svg {
        transform: rotate(0);
        margin-right: 12px;
    }
    .contacts-buttons {
        width: 100%;
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        transform: none;
    }
    .contacts-buttons a {
        width: 50%;
        justify-content: center;
        padding: 11px 8px;
    }
    #pd-google-widget.pd-google-widget {
        bottom: 46px!important;
        transition: .2s linear;
    }
    #pd-google-widget.pd-google-widget.contact_page_footer {
        display:none;
    }

    .pd-google-widget .wp-gr .wp-google-badge {
         box-shadow: none!important;
    }
    .success h4 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .settings-range-count {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .success p {
        margin-bottom: 50px;
        font-size: 16px;
    }
    .success-icon {
        width: 50px;
        height: 50px;
    }
    .game-items-wrap {
        margin: 0 -5px;
    }

    .game-item {
        padding: 0 5px;
    }

    .c-left-col {
        margin-bottom: 20px;
    }

    .checkout-footer {
        padding: 40px 15px;
    }

    .checkout-item {
        margin-bottom: 60px;
    }

    .checkout-title span {
        font-size: 18px;
    }

    .checkout-counter span {
        font-size: 16px;
    }

    .checkout-counter {
        width: 43px;
        height: 43px;
        margin-right: 17px;
        border: 4px solid #DBDBDB;
    }

    .checkout-item.active .checkout-counter {
        border: 4px solid #F7E608;
    }

    .c-select, .c-input {
        height: 40px;
        padding: 0 35px 0 10px;

    }

    .c-left-col {
        width: 100%;
    }

    .c-select {
        background: url(/wp-content/themes/vibes-child/library/img/arrow-to-bottom.svg) 95% / 15px no-repeat #fff;
    }

    .c-label {
        font-size: 16px;
        margin-bottom: 5px;

    }

    .c-quantity {
        height: 40px;
    }

}

/* -------------------------------------------------------------------------
    EXTRA SMALL DEVICES
    devices with width up to 480px
------------------------------------------------------------------------- */

@media ( max-width: 480px ) {
    .checkout-user-info-row .c-input {
        width: calc(100% - 138px);
    }

    .game-items-wrap {
        flex-wrap: wrap;
    }

    .game-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .game-item:last-of-type {
        margin-bottom: 0;
    }

    .checkout-total-info-title, .c-label {
        width: 138px;
        font-size: 16px;
    }

    .checkout-total-info-description {
        font-size: 14px;
    }

    .checkout-total-info-row, .checkout-user-info-row {
        margin-bottom: 20px;
    }

    .error-text {
        font-size: 14px;
    }

    .error-icon {
        width: 27px;
        height: 27px;
        margin-right: 10px;
    }

}

@media screen and (max-width: 400px) {
    .fc-calendar-container {
        height: 300px;
    }

    .fc-calendar .fc-row > div > span.fc-date {
        font-size: 15px;
    }

}

.bt-drop-in-wrapper{
    margin: 0 auto;
    width: 500px;
}

@media (max-width: 544px) {
    .bt-drop-in-wrapper {
     width: 100%; 
    }
}

.pd_loader{
   position: fixed;
   width:100%;
   height:100%;
   top:0px;
   left:0px;
   z-index:9999;
   opacity: 0.7;
   background-color:#000;
   background-image: url(library/img/loader_2x.gif);
   background-repeat: no-repeat;
   background-position: 50% 50%;
   background-size: 50px;
}

/**** Read More Text ****/
.various-content .online-games .game-section-text-block .sh-content h2.s-title
{
	
	margin-top:35px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 31px;
	font-family: Montserrat;
	font-weight: 800;
	line-height: 1.5;
	color: #1D1D1D;
	padding: 0 15%;
}
.various-content .online-games .game-section-text-block .sh-content h2{
	margin-top:24px;
	margin-bottom: 0px;
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 800;
	line-height: 1.5;
	color: #1D1D1D;	
	text-align:left;
}
.various-content .online-games .game-section-text-block .centered-btn {
    margin-top: 0;
}
.various-content .online-games .game-section-text-block .read-more,
.various-content .online-games .game-section-text-block .hide-less
{
	margin-top: 0;
}
.various-content .online-games .game-section-text-block a.read-more:hover,
.various-content .online-games .game-section-text-block a.read-more:active,
.various-content .online-games .game-section-text-block a.read-more:focus,
.various-content .online-games .game-section-text-block a.hide-less:hover,
.various-content .online-games .game-section-text-block a.hide-less:active,
.various-content .online-games .game-section-text-block a.hide-less:focus
{
	color: #1D1D1D;
}
.various-content .online-games .game-section-text-block .sh-content p,
.various-content .online-games .game-section-text-block .sh-content li
{
	font-size: 20px;
	font-weight: 300;
	color: #494949;
	line-height: 1.5em;
}
.various-content .online-games .game-section-text-block .sh-content li i
{
	font-style:italic;
}
.various-content .online-games .game-section-text-block .sh-content ol
{
	padding-left:32px;
}
.various-content .online-games .game-section-text-block .sh-content li
{
	list-style-position: outside;
}

#footer .footer-social > li.seo-links
{
	width:170px;
	font-size:14px;
}
#footer .footer-social > li.seo-links a
{
	display:inline;
	font-size:14px;
}
#footer .footer-social > li.seo-links > a:hover{
    background:transparent;
	color:#fff;
	text-decoration:underline;
}

.wpac,.wpac h1,.wpac h2,.wpac h3,.wpac h4,.wpac h5,.wpac h6,.wpac p,.wpac td,.wpac dl,.wpac tr,.wpac dt,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac table,.wpac th,.wpac tbody,.wpac tfoot,.wpac caption,.wpac thead,.wpac ul,.wpac li,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac li,.wpac strong,.wpac legend,.wpac em,.wpac s,.wpac cite,.wpac span,.wpac input,.wpac sup,.wpac label,.wpac dfn,.wpac object,.wpac big,.wpac q,.wpac font,.wpac samp,.wpac acronym,.wpac small,.wpac img,.wpac strike,.wpac code,.wpac sub,.wpac ins,.wpac textarea,.wpac var,.wpac a,.wpac abbr,.wpac applet,.wpac del,.wpac kbd,.wpac tt,.wpac b,.wpac i,.wpac hr{background-attachment:scroll!important;background-color:transparent!important;background-image:none!important;background-position:0 0!important;background-repeat:repeat!important;border-color:black!important;border-color:currentColor!important;border-radius:0!important;border-style:none!important;border-width:medium!important;bottom:auto!important;clear:none!important;clip:auto!important;color:inherit!important;counter-increment:none!important;counter-reset:none!important;cursor:auto!important;direction:inherit!important;display:inline;float:none!important;font-family:inherit!important;font-size:inherit!important;font-style:inherit!important;font-variant:normal!important;font-weight:inherit!important;height:auto;left:auto!important;letter-spacing:normal!important;line-height:inherit!important;list-style-type:inherit!important;list-style-position:outside!important;list-style-image:none!important;margin:0!important;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;opacity:1;outline:invert none medium!important;overflow:visible!important;padding:0!important;position:static!important;quotes:"" ""!important;right:auto!important;table-layout:auto!important;text-align:inherit!important;text-decoration:inherit!important;text-indent:0!important;text-transform:none!important;top:auto!important;unicode-bidi:normal!important;vertical-align:baseline!important;visibility:inherit!important;white-space:normal!important;width:auto!important;word-spacing:normal!important;z-index:auto!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;text-shadow:none!important;-webkit-transition:none!important;transition:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.wpac,.wpac h3,.wpac h5,.wpac p,.wpac h1,.wpac dl,.wpac dt,.wpac h6,.wpac ol,.wpac form,.wpac select,.wpac option,.wpac pre,.wpac div,.wpac h2,.wpac caption,.wpac h4,.wpac ul,.wpac address,.wpac blockquote,.wpac dd,.wpac fieldset,.wpac textarea,.wpac hr{display:block}.wpac table{display:table}.wpac tbody{display:table-row-group}.wpac tr{display:table-row}.wpac td{display:table-cell}.wpac ul{list-style-type:none!important}.wpac li{display:list-item;min-height:auto!important;min-width:auto!important}.wpac a,.wpac a *,.wpac input[type=submit],.wpac input[type=radio],.wpac input[type=checkbox],.wpac select{cursor:pointer!important}.wpac a:hover{text-decoration:none!important}.wpac button,.wpac input[type=submit]{height:auto!important;text-align:center!important}.wpac input[type=hidden]{display:none}.wpac select{-webkit-appearance:menulist!important;-moz-appearance:menulist!important;appearance:menulist!important}.wpac input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important}.wpac input[type="checkbox"]:before,.wpac input[type="checkbox"]:after{content:none!important;border:0!important}.wpac input[type=radio]{-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.wpac input[type="radio"]:before,.wpac input[type="radio"]:after{content:none!important;border:0!important}.wpac li:before,.wpac li:after{content:""!important}.wpac input,.wpac select{vertical-align:middle!important}.wpac select,.wpac textarea,.wpac input{border:1px solid #ccc!important}.wpac table{border-collapse:collapse!important;border-spacing:0!important}.wpac *[dir=rtl]{direction:rtl!important}.wpac img{border:0!important}.wpac svg{vertical-align:middle!important;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.wpac{font-size:14px!important;line-height:20px!important;direction:ltr!important;text-align:left!important;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif!important;color:#333!important;font-style:normal!important;font-weight:normal!important;text-decoration:none!important;list-style-type:disc!important}.wpac .wp-sheet{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:1999999000!important;transition:all .2s ease-in-out!important}@media(max-width:460px){.wpac .wp-sheet{width:100%!important}}.wpac .wp-sheet-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:48px!important;background:#fff!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:1999999002!important}.wpac .wp-sheet-head-inner{position:absolute!important;left:20px!important;top:0!important;width:100%!important;height:100%!important;line-height:48px!important;z-index:1999999000!important}.wpac .wp-sheet-head-close{position:relative!important;height:49px!important;float:right!important;color:#aaa!important;font-size:28px!important;line-height:48px!important;margin:0 20px 0 15px!important;z-index:1999999001!important;transition:all .2s ease-in-out!important}.wpac .wp-sheet-head-close:hover{color:#555!important}.wpac .wp-sheet-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:1999999000!important}.wpac .wp-sheet-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;opacity:0!important;overflow-y:auto!important;z-index:1999999001!important;transition:all .2s ease-in-out!important;-webkit-transform:translateZ(0)!important}.wpac .wp-sheet-content.wp-sheet-ready{opacity:1.0!important}.wpac .wp-sheet-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wpac .wp-sheet-footer{position:absolute!important;bottom:0!important;right:0!important;left:1px!important;width:100%!important;z-index:1999999002!important;background:rgba(250,250,251,.98)!important}.wp-gr .wp-google-badge{display:inline-block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important;}.wp-gr .wp-google-badge-fixed{position:fixed!important;right:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)!important;}.wp-gr .wp-google-badge_left-fixed{position:fixed!important;left:30px!important;bottom:30px!important;max-width:none!important;z-index:2147482999!important}.wp-gr .wp-google-badge *{cursor:pointer!important}.wp-gr .wp-google-border{width:100%!important;height:6px!important;background:#4fce6a!important;border-radius:2px 2px 0 0!important;}.wp-gr .wp-google-badge-btn{position:relative!important;padding:10px!important;background:#fff!important;transition:all .2s ease-in-out!important;border-radius:2px!important;}.wp-gr .wp-google-badge-btn:hover{background:#f3f3f5!important}.wp-gr .wp-google-logo{position:absolute!important;top:10px!important}.wp-gr .wp-google-badge-score{display:inline-block;margin:0 0 0 4px!important;vertical-align:middle!important;}.wp-gr .wp-google-rating{color:#e7711b!important;font-size:20px!important;margin:0 6px 0 0!important;vertical-align:middle!important}.wp-gr .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.wp-gr .wp-google-powered{color:#777!important;margin:6px 0 0!important}.wp-gr .wp-google-form .wp-google-reviews{padding:16px 16px 0!important}.wp-gr .wp-google-review{margin-top:15px!important}.wp-gr .wp-google-left{display:table-cell!important;padding-right:10px!important;vertical-align:top!important}.wp-gr .wp-google-left img{border:none!important;float:left!important;height:50px!important;width:50px!important;margin-right:5px!important;border-radius:50%!important}.wp-gr .wp-google-reviews img{border-radius:50%!important}.wp-gr .wp-google-right{display:table-cell!important;vertical-align:top!important;width:10000px!important}.wp-gr .wp-google-place .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important}.wp-gr .wp-star svg{display:inline-block!important}.wp-gr .wp-google-review .wp-star svg{width:16px!important;height:16px!important;vertical-align:middle!important}.wp-gr .wp-google-name{color:black!important;font-size:100%!important;font-weight:bold!important;margin:0 0 2px!important;padding-right:6px!important;text-decoration:none!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#999!important;font-size:13px!important}.wp-gr .wp-google-text{color:#222!important;font-size:13px!important;line-height:18px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important}.wp-gr .wp-google-text .wp-google-stars{padding-right:7px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:10px 0!important;color:#2c7cff!important;text-align:center!important}.wp-gr .wp-google-form{position:fixed!important;bottom:0!important;right:0!important;height:100%!important;width:368px!important;z-index:2147483000!important}.wp-gr .wp-google-form.wp-google-form-left{left:0!important;}@media(max-width:460px){.wp-gr .wp-google-form{width:100%!important}}.wp-gr .wp-google-head{position:absolute!important;top:0!important;right:0!important;width:100%!important;height:80px!important;background:#fff!important;padding:10px 16px!important;overflow:hidden!important;box-shadow:0 1px 2px 0 rgba(0,0,0,.12)!important;z-index:2147483002!important}.wp-gr .wp-google-head-inner{z-index:2147483000!important;position:absolute!important;left:20px!important;top:20px!important;width:100%!important;height:100%!important;pointer-events:none!important}.wp-gr .wp-google-close{padding:0!important;cursor:pointer!important;outline:0!important;border:0!important;background:0 0!important;min-height:0!important;width:auto!important;float:right!important;font-size:32px!important;font-weight:500!important;line-height:.6!important;color:#999!important;-webkit-appearance:none!important}.wp-gr .wp-google-close:hover{color:#555!important}.wp-gr .wp-google-body{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;background:rgba(250,250,251,.98)!important;border-left:1px solid #dadee2!important;box-shadow:0 0 4px 1px rgba(0,0,0,.08)!important;z-index:2147483000!important}.wp-gr .wp-google-content{position:absolute!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;overflow-y:auto!important;z-index:2147483001!important;-webkit-transform:translateZ(0)!important}.wp-gr .wp-google-content{top:80px!important;bottom:48px!important}.wp-gr .wp-google-content-inner{position:relative!important;min-height:100%!important;margin:0 auto!important}.wp-gr .wp-google-footer{position:absolute!important;bottom:0!important;right:0!important;width:100%!important;height:48px!important;text-align:center!important;z-index:2147483002!important;background:#fff!important;box-shadow:0 -1px 2px 0 rgba(0,0,0,.06)!important;-moz-text-align-last:center!important;text-align-last:center!important}.wp-gr .wp-google-footer img{float:right!important;padding:16px!important}.wp-gr .wp-dark .wp-google-name{color:#eee!important}.wp-gr .wp-dark .wp-google-time{color:#bbb!important}.wp-gr .wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wpac .wp-google-name{font-size:100%!important}.wp-gr.wpac .wp-google-hide{display:none}.wp-gr.wpac .wp-google-name a{color:#333!important;font-size:100%!important;text-decoration:none!important}.wp-gr.wpac .wp-google-left img{width:50px!important;height:50px!important;border-radius:50%!important}.wp-gr.wpac a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr.wpac .wp-google-place .wp-star svg{width:18px;height:18px}.wp-gr.wpac .wp-google-review .wp-google-stars{display:inline-block;margin-right:4px!important}.wp-gr.wpac .wp-google-review .wp-star svg{width:16px;height:16px}.wp-gr.wpac .wp-dark .wp-google-name a{color:#eee!important}.wp-gr .wp-google-richsnippet{color:#999!important;font-size:12px!important;line-height:16px!important;margin-top:6px!important;border-top:1px solid #eee!important;padding-top:4px!important;}.grw-slider{position:relative}.grw-slider .swiper-wrapper{opacity:1;-moz-opacity:1;filter:alpha(opacity=1)}.grw-slider .grw-slider-prev,.grw-slider .grw-slider-next{position:absolute!important;top:50%!important;width:30px;height:30px;background:#eee;border-radius:50%;margin-top:-22px!important;z-index:10!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.grw-slider .grw-slider-prev{left:-35px!important}.grw-slider .grw-slider-next{right:-35px!important}.grw-slider .grw-slider-prev span,.grw-slider .grw-slider-next span{position:absolute!important;top:48%!important;left:40%!important;color:#777!important;direction:ltr!important;font:normal 300 28px / 0 "Muli",Helvetica,Arial,Verdana,sans-serif!important}.grw-slider .grw-review{margin:20px 0 40px!important}.grw-slider .wp-google-feedback{position:relative!important;margin:2px!important;color:#777!important;font-size:18px!important;border:1px solid #ededed!important;background-color:#fafafa!important;border-radius:4px!important}.grw-slider .wp-google-feedback:before{position:absolute!important;bottom:-7px!important;left:35px!important;display:block!important;width:14px!important;height:14px!important;border:1px solid #ededed!important;border-top:none!important;border-left:none!important;background-color:#fafafa!important;content:""!important;-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.grw-slider .wp-google-content2{position:static!important;height:150px!important;overflow-y:auto!important;font-size:14px!important;text-align:left!important;padding:0 2px 0 0!important;margin:20px 20px 20px 40px!important}.grw-slider .wp-google-content2::-webkit-scrollbar{width:4px!important}.grw-slider .wp-google-content2::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.grw-slider .wp-google-content2::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)!important}.grw-slider .wp-google-content2::-webkit-scrollbar-thumb:window-inactive{background:#ccc!important}.grw-slider .wp-google-content2:before{bottom:47px!important;box-sizing:border-box!important;color:#bbb!important;content:'\201C'!important;display:block!important;height:96px!important;left:50px!important;position:absolute!important;right:515.391px!important;text-size-adjust:100%!important;top:20px!important;width:24.6094px!important;column-rule-color:#bbb!important;perspective-origin:12.2969px 48px!important;transform-origin:12.2969px 48px!important;border:0 none #bbb!important;font:normal normal normal normal 60px / 96px Georgia,serif!important;margin:-25px 0 0 -40px!important;outline:#bbb none 0!important}.grw-slider .wp-google-content2>svg{position:absolute!important;bottom:8px!important;right:8px!important;width:24px!important;height:24px!important;background:#fff!important;padding:2px!important;border-radius:50%!important}.grw-slider .wp-google-text{color:#777!important;line-height:22px!important}.grw-slider .wp-google-stars{display:inline-block!important;margin-right:4px!important}.grw-slider .wp-google-stars .wp-star{padding:0 4px 0 0!important;line-height:22px!important}.grw-slider .wp-google-stars .wp-star svg{width:18px!important;height:18px!important;vertical-align:middle!important}.grw-slider .wp-google-user{display:flex!important;position:relative!important;padding:20px!important}.grw-slider .wp-google-user img{width:50px!important;height:50px!important;padding:0!important;margin:0!important;border-radius:100%!important;box-shadow:0 0 1px #a9a9a9!important;vertical-align:middle!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.grw-slider .wp-google-info{margin:0 0 0 10px!important;text-align:left!important;vertical-align:middle!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.grw-slider .wp-google-name{display:block!important;margin-bottom:3px!important;font-size:100%!important;font-weight:bold!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#427fed!important;text-decoration:none!important;box-shadow:none!important}.grw-slider .wp-google-time{display:block!important;color:#999!important;font-size:13px!important;line-height:14px}.grw-slider .wp-more{display:none}.grw-slider .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:underline!important}@media(max-width: 480px){.wp-google-badge.wp-google-badge-fixed.wp-google-badge-hide{display:none!important;}}@media(max-width: 480px){.wp-google-badge.wp-google-badge_left-fixed.wp-google-badge-hide{display:none!important;}}

.pd-google-widget{
	padding: 0 0 0 30px;
	position: fixed;
    bottom: 0;
    z-index: 99999999;
}
@media (max-width: 991px){
	.pd-google-widget {
		padding: 0;
	}
}

@media (max-width: 768px){
	.grecaptcha-badge
	{
		visibility:hidden !important;
	}
	.page-id-170 .grecaptcha-badge,
	.page-id-6719 .grecaptcha-badge
	{
		visibility:visible !important;
	}
		
}
@media screen and (max-width: 350px) {
    .contacts-buttons a svg {
        margin-right: 12px;
    }
}
