/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.7
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}

.embed-responsive::before {
    padding-top: 56.25%;
    display: block;
    content: "";
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.pagination__container {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}

.pagination__item {
    display: inline-block;

}

.pagination__item a {
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #b2b2b2;
    display: inline-block;
    margin-bottom: 5px;
    min-width: 20px;
    color: #007bff;
    text-align: center;
}

.pagination__item a.active,
.pagination__item a:hover {
    background-color: #4f3eac;
    color: white;
}
