/*
* Theme Name: Artmag Child Theme for M.O.M
* Theme URI: http://www.2035themes.com/artmag
* Author: 2035Themes
* Author URI: http://www.2035themes.com/
* Version: 1.0.3
* Template: artmag
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*-----------------------------------------------------------------------------------*/
/*  Css Import
/*-----------------------------------------------------------------------------------*/

@import url("../artmag/style.css");

ol, ul {
    list-style: none;
}

blockquote, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-pullquote {
	background: transparent;
}

/* Zero Padding Utilities */
.p-0 { padding: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pl-0 { padding-left: 0 !important; } /* BS3 uses l/r instead of s/e */
.pr-0 { padding-right: 0 !important; }
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }


/* --- Size 1 Utilities (0.25rem / 4px) --- */
.pt-1 { padding-top: 4px !important; }
.pb-1 { padding-bottom: 4px !important; }
.py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }

/* --- Size 2 Utilities (0.5rem / 8px) --- */
.pt-2 { padding-top: 8px !important; }
.pb-2 { padding-bottom: 8px !important; }
.py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }


.border-bottom-white {
    border-bottom: 2px solid #FFF;
}
