/*
 Theme Name:   Event Star Pro Child
 Theme URI:    http://bigint.co.uk
 Description:  Event Star Pro Child Theme
 Author:       Daniel Bye
 Author URI:   http://bigint.co.uk
 Template:     event-star-pro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         web design, freelance web developer, websites, seo, Huddersfield, West Yorkshire
 Text Domain:  event-star-pro-child
*/


/*========================================
	Custom CSS
========================================*/    


/* Custom margins */
.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 5px !important;
}

.m-2 {
    margin: 10px !important;
}

.m-3 {
    margin: 15px !important;
}

.m-4 {
    margin: 20px !important;
}
.m-5 {
    margin: 25px !important;
}

.m-6 {
    margin: 40px !important;
}

/* margin-top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 5px !important;
}

.mt-2 {
    margin-top: 10px !important;
}

.mt-3 {
    margin-top: 15px !important;
}

.mt-4 {
    margin-top: 20px !important;
}

.mt-5 {
    margin-top: 25px !important;
}

.mt-6 {
    margin-top: 40px !important;
}

/* Custom margin bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px !important;
}

.mb-4 {
    margin-bottom: 20px !important;
}
.mb-5 {
    margin-bottom: 25px !important;
}
.mb-6 {
    margin-bottom: 40px !important;
}


/* Padding */
.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 5px !important;
}

.p-2 {
    padding: 10px !important;
}

.p-3 {
    padding: 15px !important;
}

.p-4 {
    padding: 20px !important;
}
.p-5 {
    padding: 25px !important;
}
.p-6 {
    padding: 40px !important;
}

/* padding-top */
.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 5px !important;
}

.pt-2 {
    padding-top: 10px !important;
}

.pt-3 {
    padding-top: 15px !important;
}

.pt-4 {
    padding-top: 20px !important;
}
.pt-5 {
    padding-top: 25px !important;
}
.pt-6 {
    padding-top: 40px !important;
}

/* padding bottom */
.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 10px !important;
}

.pb-3 {
    padding-bottom: 15px !important;
}

.pb-4 {
    padding-bottom: 20px !important;
}

.pb-5 {
    padding-bottom: 25px !important;
}

.pb-6 {
    padding-bottom: 40px !important;
}

/* margin top bottom */
.mtb-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mtb-1 {
    margin: 5px 0 5px !important;
}

.mtb-2 {
    margin: 10px 0 10px !important;
}

.mtb-3 {
    margin: 15px 0 15px !important;
}

.mtb-4 {
    margin: 20px 0 20px !important;
}

.mtb-5 {
    margin: 25px 0 25px !important;
}

.mtb-6 {
    margin: 40px 0 40px !important;
}

/* padding top bottom */
.ptb-1 {
    padding: 5px 0 5px !important;
}

.ptb-2 {
    padding: 10px 0 10px !important;
}

.ptb-3 {
    padding: 15px 0 15px !important;
}

.ptb-4 {
    padding: 20px 0 20px !important;
}

.ptb-5 {
    padding: 25px 0 25px !important;
}

.ptb-6 {
    padding: 40px 0 40px !important;
}
