﻿@charset "UTF-8";

/*------------------------------------
  Tags
------------------------------------*/
/* Pagination v1 */
.u-tags-v1 {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .u-tags-v1:hover, .u-tags-v1:focus {
        text-decoration: none;
        cursor:default;
    }

.u-tags-v1:focus {
    color: inherit;
}

.g-bg-cyan-opacity-0_1 {
    background-color: rgba(0, 190, 214, 0.1) !important;
}

.g-bg-cyan--hover:hover {
    background-color: #00bed6 !important;
}

.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
    color: #fff !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
        /* Rounded Around */
        .g-rounded-50 {
    border-radius: 50px !important;
}

/* Padding X */
.g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
}

.g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
}
