/*
Theme Name: Em4u
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Version: 1.3.6
Description: Created by Ovatheme
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
License: GNU General Public License
License URI: license.txt
Tags: translation-ready, left-sidebar, right-sidebar
Text Domain: em4u
Domain Path: /languages/
*/
.event_pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.event_pagination .pagination-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: calc(50% - 10px);
    color: #FFF;
    background-color: #9e9e9e;
    padding: 2px 40px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 35px;

    transition: background-color .2s ease;
}

.event_pagination .pagination-btn:hover {
    background-color: #000;
}

.event_pagination .pagination-btn:first-of-type {
    padding: 4px 30px 4px 15px;
}

.event_pagination .pagination-btn:last-of-type {
    padding: 4px 15px 4px 30px;
}

.event_pagination .pagination-btn .fa-arrow-left {
    font-size: 25px;
    margin-right: 10px;
}

.event_pagination .pagination-btn .fa-arrow-right {
    font-size: 25px;
    margin-left: 10px;
}

.event_pagination .pagination-btn span {
    text-align: center;
    line-height: 1.2;
}


@media (max-width: 1200px) {
	.event_pagination {
		margin-left: 0;
	}
}