/*
Theme Name: CrushDigital
Theme URI: http://www.crushdigital.co.uk/
Author: Crush Digital Lukasz Mazur
Author URI: http://www.crushdigital.co.uk/
Text Domain: crushdigital
Version: 1.0.0

Plugins:
1. Advanced Custom Fields Pro
2. Jetpack by WordPress.com
3. Regenerate Thumbnails
4. Disable Comments
5. Contact Form 7
6. Radio Buttons for Taxonomies
7. oAuth Twitter Feed for Developers
8. W3 Total Cache
9. WP Smush
10. Adminimize
*/

.text-primary,
.color-primary {
	color: #00b3d2 !important;
}

.text-primary-hover,
.color-primary-hover {
	color: #008FA5 !important;
}

.color-secondary,
.text-secondary {
	color: #343434;
}

.color-white,
.text-white {
	color: #fff;
}

.text-muted a {
	color: inherit;
}

.bg-primary {
	background-color: #00b3d2 !important;
	color: #fff;
}

.bg-primary-transparent {
	background-color: rgba(0, 179, 210, 0.8) !important;
}

.bg-primary a {
	color: #fff;
}

.bg-primary a:hover,
.bg-primary a:focus,
.bg-primary a.focus {
	color: #fff;
	text-decoration: underline;
}

.bg-secondary {
	background-color: #343434;
	color: #fff;
}

.bg-secondary a {
	color: #fff;
}

.bg-secondary a:hover,
.bg-secondary a:focus,
.bg-secondary a.focus {
	color: #fff;
	text-decoration: underline;
}

.bg-muted {
	background: #f0f0f0;
}

.bg-muted-transparent {
	background-color: rgba(240, 240, 240, 0.97) !important;
}

.bg-white {
	background: #fff;
}

.bg-grey {
	background: #e8e8e7;
}

a {
    color: #00b3d2;
}

a:focus,
a:hover {
    color: #00b3d2;
}

a.no-underline:focus,
a.no-underline:hover {
	text-decoration: none;
}


a.text-primary:focus,
a.text-primary:hover,
a.color-primary:focus,
a.color-primary:hover {
    color: #00b3d2;
}

a.text-secondary:focus,
a.text-secondary:hover,
a.color-secondary:focus,
a.color-secondary:hover {
    color: #343434;
}

a.text-white:focus,
a.text-white:hover,
a.color-white:focus,
a.color-white:hover {
    color: #fff;
}

.text-muted a {
	color: inherit;
}

.font-face-primary {
	font-family: 'LunchBox', sans-serif;
}

.font-face-secondary {
	font-family: 'Open Sans', sans-serif;
}

.font-face-serif {
	font-family: Georgia, serif;
}

.font-size-xs {
	font-size: 0.70rem;
}

.font-size-sm {
	font-size: 0.85rem;
}

.font-size-md {
	font-size: 1rem;
}

.font-size-lg {
	font-size: 1.25rem;
}

.font-size-xl {
	font-size: 1.5rem;
}

.m-b-0-25 {
	margin-bottom: 0.25rem;
} 

.m-b-0-5 {
	margin-bottom: 0.5rem;
} 

.m-b-0-75 {
	margin-bottom: 0.75rem;
}

.m-t-0-25 {
	margin-top: 0.25rem;
} 

.m-t-0-5 {
	margin-top: 0.5rem;
} 

.m-t-0-75 {
	margin-top: 0.75rem;
}

.m-l-0-25 {
	margin-left: 0.25rem;
} 

.m-l-0-5 {
	margin-left: 0.5rem;
} 

.m-l-0-75 {
	margin-left: 0.75rem;
}

.m-r-0-25 {
	margin-right: 0.25rem;
} 

.m-r-0-5 {
	margin-right: 0.5rem;
} 

.m-r-0-75 {
	margin-right: 0.75rem;
}

.display-block {
	display: block;
}

.form-inline {
	display: inline;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #fff;
    color: #00b3d2;
    font-family: 'LunchBox', sans-serif;
    font-size: 1.25rem;
}

input.form-control::-webkit-input-placeholder  {
   color: #00b3d2;
   text-transform: uppercase;
}
input.form-control:-moz-placeholder  {
   color: #00b3d2;
   text-transform: uppercase;
}
input.form-control::-moz-placeholder  {
   color: #00b3d2;
   text-transform: uppercase;
}
input.form-control:-ms-input-placeholder {
   color: #00b3d2;
   text-transform: uppercase;
}

.form-control-header {
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.form-control:focus {
	 border-color: #00b3d2;
	 background-color: #fff;
	 color: #00b3d2;
}

.form-control-header:focus {
	border-bottom: 2px solid #fff;
	color: #fff;
	background: transparent;
}

.btn {
	text-transform: uppercase;
	font-family: 'LunchBox', sans-serif;
	font-size: 1.25rem;
}

@media (max-width: 543px) {
	.btn {
		text-align: left;
		white-space: normal;
	}
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.15rem 1.25rem;
}

.btn-primary {
    background-color: #00b3d2;
    border-color: #00b3d2;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #008FA5;
    border-color: #008FA5;
    color: #fff;
}

.btn-primary-outline {
    border-color: #00b3d2;
    color: #00b3d2;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
    background-color: #008FA5;
    border-color: #008FA5;
    color: #fff;
}

.btn-secondary {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

.btn-secondary-outline {
    background-color: transparent;
    border-color: #343434;
    color: #343434;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
    background-color: #343434;
    border-color: #343434;
    color: #fff;
}

.btn-ghost {
    background-color: none;
    border-color: #fff;
    color: #ffffff;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost.focus,
.btn-ghost:active,
.btn-ghost.active,
a.btn-ghost:hover,
a.btn-ghost:focus,
a.btn-ghost.focus,
a.btn-ghost:active,
a.btn-ghost.active {
    background-color: #fff;
    border-color: #fff;
    color: #343434;
    text-decoration: none;
}


.google-map {
	width: 100%;
	height: 280px;
}

.google-map-large {
	height: 400px;
}

.google-map img {
   max-width: inherit !important;
}


.slider-wrapper {
	position: relative;
}

.slider-item {
	width: 100%;
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
    color: #fff;
	text-align: center;
}


@media (min-width: 768px) {
	.slider-caption {
		padding-top: 100px;
	}
}

.slick-slide:focus { outline: none; }

.slick-slide .slider-caption img {
	display: inline;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 50px;
    margin-top: -25px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    
    z-index: 100;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slider-arrows-dark .slick-prev.slick-disabled:before,
.slider-arrows-dark .slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: FontAwesome;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;

    opacity: .75;
    color: #ffffff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider-arrows-dark .slick-prev:before,
.slider-arrows-dark .slick-next:before
{
    opacity: 1;
    color: #00b3d2;
}


.slick-prev
{
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content:  "\f104";
}
[dir='rtl'] .slick-prev:before
{
    content:  "\f104";
}

.slick-next
{
    right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: "\f105";
}
[dir='rtl'] .slick-next:before
{
    content: "\f105";
}

.slick-dots {
    bottom: -10px;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 20px;
}
.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: #a6cad0;
    content: "\f111";
    font-family: "FontAwesome";
    font-size: 12px;
    height: 12px;
    left: 0;
    line-height: 12px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 12px;
}
.slick-dots li.slick-active button::before {
    color: #00b3d2;
    opacity: 1;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 1.25rem;
	font-style: normal;
	margin: 0.25rem 0;
	padding: 0.25rem 60px;
	line-height: 1.45;
	position: relative;
}

@media only screen and (max-width: 767px) {
	blockquote {
		font-size: 1rem;
	}
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 5px;
	top: -20px;
}

blockquote:after {
	display: block;
	content: "\201D";
	font-size: 80px;
	position: absolute;
	right: 5px;
	bottom: -30px;
}

blockquote cite {
	font-size: 1rem;
	font-style: normal;
	display: block;
	margin-top: 5px;

}

.widget .list-group-item {
	border: none;
	padding: 0 0.75rem 0.25rem 0;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
	display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
	display: block;
}

/* Display dropdown menu on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
	z-index: 2000;
}

@media only screen and (max-width: 767px) {
	.navbar-primary-wrapper {
		background: #343434;
		margin-left: -0.9375rem;
    	margin-right: -0.9375rem;
	}
}
@media only screen and (min-width: 768px) {
	.navbar-primary-wrapper {
		background: transparent;
	}
}

.navbar-primary {
	padding: 0;
}

#nav-primary-menu-md-up a {
	line-height: 1.5rem;
	padding: 0.5rem 1rem;
	font-size: 1.5rem;
}

.navbar-nav .nav-item + .nav-item {
	margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#nav-primary-menu-md-up a {
		padding: 0.5rem 0.5rem;
		font-size: 1.35rem;
	}

}

@media only screen and (min-width: 992px) {
	#nav-primary-menu-md-up a {
		padding: 0.5rem 0.75rem;
	}

}


#nav-primary-menu-md-up li.menu-item.active a.nav-link {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

#nav-primary-menu-md-up .dropdown:hover .dropdown-menu {
    display: block;
}

#nav-primary-menu-md-up .dropdown-menu {
	background: #fff;
	border: 0;
	border-radius: 0;
	color: #343434;
	margin-top: 0px;
	padding: 0.5rem;
	font-size: 0.85rem;
	-webkit-box-shadow: 0px 0px 5px 1px rgba( 35, 31, 32,0.2 );
	-moz-box-shadow: 0px 0px 5px 1px rgba( 35, 31, 32, 0.2 );
	box-shadow: 0px 0px 5px 1px rgba( 35, 31, 32, 0.2 );
}


#nav-primary-menu-md-up .dropdown-menu a {
	padding: 0.5rem 1rem;
	color: #00b3d2;
	font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
}

#nav-primary-menu-md-up .dropdown-menu a.dropdown-item:hover,
#nav-primary-menu-md-up .dropdown-menu a.dropdown-item:focus {
	background: none;
	color: #00b3d2;
	text-decoration: underline;
}

#nav-primary-menu-md-up .dropdown-menu a.dropdown-item.active {
	background: none;
	color: #00b3d2;
	text-decoration: underline;
}

.navbar-primary .navbar-brand,
.navbar-primary .navbar-toggler {
	color: #fff;
	line-height: 1rem;
	padding: 1.5rem 0;
	font-size: 1.5rem;
	background: none;
	border: 0;
	border-radius: 0;
}

.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus,
.navbar-primary .navbar-toggler:hover,
.navbar-primary .navbar-toggler:focus {
	color: #00b3d2;
}

#nav-primary-menu-sm-down {
	margin-bottom: 1.5rem;
}

#nav-primary-menu-sm-down  a.nav-link {
	color: #fff;
	padding: 0.5rem 0;
	font-size: 1.5rem;
}

#nav-primary-menu-sm-down  a.nav-link:hover,
#nav-primary-menu-sm-down  a.nav-link:active,
#nav-primary-menu-sm-down .current-menu-item a.nav-link {
	color: #00b3d2;
}

.card {
	border-radius: 0;
	border: 0;
	margin-bottom: 1.25rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}

.card-shadow {
	-webkit-box-shadow: 0px 0px 5px 2px rgba( 35, 31, 32, 0.5 );
	-moz-box-shadow: 0px 0px 5px 2px rgba( 35, 31, 32, 0.5 );
	box-shadow: 0px 0px 5px 2px rgba( 35, 31, 32, 0.5 );
	z-index: 100;
}

.card-transparent {
	background: transparent;
}

.card .card-img {
	width: 100%;
	border-radius: 0;
}

.card .card-img-darken {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
}

.card:hover .card-img-darken {
	filter: brightness(80%);
	-webkit-filter: brightness(80%);
	-moz-filter: brightness(80%);
	-o-filter: brightness(80%);
	-ms-filter: brightness(80%);
}

.card-img-overlay-color {
	background: #00b3d2;
}

.card-img-overlay-color img {
	opacity: 0.3;
}

.card:hover .card-img-overlay-color img {
	opacity: 0.8;
}

.card-icon {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.header-primary {
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center center;
}

.header-primary-full-height {
	background-size: 0 0;
}

@media only screen and (min-width: 1200px) {
	.header-primary-full-height {
		height:100vh;
		position: relative;
		background-size:cover;
	}
}

.list-group-item {
	background: transparent;
}

.slick-slide-book {
	cursor: pointer;
}

@media only screen and (max-width: 544px) {
	.slick-slide-no-card-shadow {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.slick-slide-no-card-shadow img {
		margin: 0 auto;
	}
}

.slick-slide-book.slick-current img,
.slick-slide-book.slick-current div {
	border: 5px solid #00b3d2;
}

.slider-book-nav .slick-prev:before,
.slider-book-nav .slick-next:before
{
    color: #00b3d2;

}

.slider-book-nav .slick-prev
{
    left: -50px;
}

.slider-book-nav .slick-next
{
    right: -50px;
}

@media only screen and (min-width: 1200px) {
	.slider-full-height {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-large,
	.slider-full-height {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.slider-large {
		margin-top: 200px;
	}
}

@media only screen and (min-width: 1200px) {
	.slider-full-height-arrow {
		position: absolute;
		bottom: 15rem;
		width: 100%;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-full-height-arrow {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.slider-full-height-image {
		height: 500px;
		background-repeat: no-repeat;
	    background-size:cover;
	    background-position: center center;
	}
}

@media only screen and (max-width: 991px) {
	.slider-full-height-image {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-full-height-image {
		height: 300px;
	}
}



.scroll-to-top {
	position: fixed;
	bottom: 75px;
	right: 75px;
	z-index: 100;
	display: none;
	padding: 5px 10px;
	cursor:pointer;
}

@media only screen and (max-width: 1199px) {
	.scroll-to-top {
		bottom: 15px;
		right: 15px;
	}
}

@media only screen and (min-width: 768px)  {
	.p-md-y-1 {
		padding-bottom: 1rem !important;
   		padding-top: 1rem !important;
	}
}

.card-text-full,
.excerpt-text-full {
	display: none;
}

.card-read-more, .card-read-less,
.excerpt-read-more, .excerpt-read-less {
	cursor: pointer;
}

.archive-sub-menu {
	display:none;
}

.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

@media only screen and (max-width: 767px) {
	h1.display-1, h1.display-2, h1.display-3 {
		font-size: 2rem;
	}
}

.modal-wrapper {
	display: none;
    height: 100%;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 600;
}

.modal-wrapper-active {
	display: block;
}

.modal-wrapper-inactive {
	display: none;
}

.modal-table {
	display: table;
	height: 100%;
	max-width: 100%;
	position: absolute;
	width: 100%;
	

}

.modal-catcher {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 601;
}

.modal-cell {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    position: relative;
}

.modal-link {
	z-index: 602;
	position: relative;
}

.m-b-0-25 {
	margin-bottom: 0.25rem !important;
} 

.m-b-0-5 {
	margin-bottom: 0.5rem !important;
} 

.m-b-0-75 {
	margin-bottom: 0.75rem !important;
}

.m-t-0-25 {
	margin-top: 0.25rem !important;
} 

.m-t-0-5 {
	margin-top: 0.5rem !important;
} 

.m-t-0-75 {
	margin-top: 0.75rem !important;
}

.m-y-0-25 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
} 

.m-y-0-5 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
} 

.m-y-0-75 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}

.m-l-0-25 {
	margin-left: 0.25rem !important;
} 

.m-l-0-5 {
	margin-left: 0.5rem !important;
} 

.m-l-0-75 {
	margin-left: 0.75rem !important;
}

.m-r-0-25 {
	margin-right: 0.25rem !important;
} 

.m-r-0-5 {
	margin-right: 0.5rem !important;
} 

.m-r-0-75 {
	margin-right: 0.75rem !important;
}

.m-x-0-25 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
} 

.m-x-0-5 {
	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
} 

.m-x-0-75 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}

.p-b-0-25 {
	padding-bottom: 0.25rem !important;
} 

.p-b-0-5 {
	padding-bottom: 0.5rem !important;
} 

.p-b-0-75 {
	padding-bottom: 0.75rem !important;
}

.p-t-0-25 {
	padding-top: 0.25rem !important;
} 

.p-t-0-5 {
	padding-top: 0.5rem !important;
} 

.p-t-0-75 {
	padding-top: 0.75rem !important;
}

.p-y-0-25 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
} 

.p-y-0-5 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
} 

.p-y-0-75 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}

.p-l-0-25 {
	padding-left: 0.25rem !important;
} 

.p-l-0-5 {
	padding-left: 0.5rem !important;
} 

.p-l-0-75 {
	padding-left: 0.75rem !important;
}

.p-r-0-25 {
	padding-right: 0.25rem !important;
} 

.p-r-0-5 {
	padding-right: 0.5rem !important;
} 

.p-r-0-75 {
	padding-right: 0.75rem !important;
}

.p-x-0-25 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
} 

.p-x-0-5 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
} 

.p-x-0-75 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}

@media only screen and (max-width: 543px) {
	
	.m-xs-x-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	} 
	
	.m-xs-b-0-25 {
		margin-bottom: 0.25rem !important;
	} 
	
	.m-xs-b-0-5 {
		margin-bottom: 0.5rem !important;
	} 
	
	.m-xs-b-0-75 {
		margin-bottom: 0.75rem !important;
	}
	
	.m-xs-t-0-25 {
		margin-top: 0.25rem !important;
	} 
	
	.m-xs-t-0-5 {
		margin-top: 0.5rem !important;
	} 
	
	.m-xs-t-0-75 {
		margin-top: 0.75rem !important;
	}
	
	.m-xs-y-0-25 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	} 
	
	.m-xs-y-0-5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	} 
	
	.m-xs-y-0-75 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}
	
	.m-xs-l-0-25 {
		margin-left: 0.25rem !important;
	} 
	
	.m-xs-l-0-5 {
		margin-left: 0.5rem !important;
	} 
	
	.m-xs-l-0-75 {
		margin-left: 0.75rem !important;
	}
	
	.m-xs-r-0-25 {
		margin-right: 0.25rem !important;
	} 
	
	.m-xs-r-0-5 {
		margin-right: 0.5rem !important;
	} 
	
	.m-xs-r-0-75 {
		margin-right: 0.75rem !important;
	}
	
	.m-xs-x-0-25 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	} 
	
	.m-xs-x-0-5 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	} 
	
	.m-xs-x-0-75 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important;
	}
	
	.p-xs-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	} 
	
	.p-xs-b-0-25 {
		padding-bottom: 0.25rem !important;
	} 
	
	.p-xs-b-0-5 {
		padding-bottom: 0.5rem !important;
	} 
	
	.p-xs-b-0-75 {
		padding-bottom: 0.75rem !important;
	}
	
	.p-xs-t-0-25 {
		padding-top: 0.25rem !important;
	} 
	
	.p-xs-t-0-5 {
		padding-top: 0.5rem !important;
	} 
	
	.p-xs-t-0-75 {
		padding-top: 0.75rem !important;
	}
	
	.p-xs-y-0-25 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	} 
	
	.p-xs-y-0-5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	} 
	
	.p-xs-y-0-75 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}
	
	.p-xs-l-0-25 {
		padding-left: 0.25rem !important;
	} 
	
	.p-xs-l-0-5 {
		padding-left: 0.5rem !important;
	} 
	
	.p-xs-l-0-75 {
		padding-left: 0.75rem !important;
	}
	
	.p-xs-r-0-25 {
		padding-right: 0.25rem !important;
	} 
	
	.p-xs-r-0-5 {
		padding-right: 0.5rem !important;
	} 
	
	.p-xs-r-0-75 {
		padding-right: 0.75rem !important;
	}
	
	.p-xs-x-0-25 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	} 
	
	.p-xs-x-0-5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	} 
	
	.p-xs-x-0-75 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
	
}

@media only screen and (min-width: 544px) and (max-width: 767px) {
	
	.m-sm-x-0 {
		margin-left: 0 !important;
		margin-right: 0 !important;
	} 
	
	.m-sm-b-0-25 {
		margin-bottom: 0.25rem !important;
	} 
	
	.m-sm-b-0-5 {
		margin-bottom: 0.5rem !important;
	} 
	
	.m-sm-b-0-75 {
		margin-bottom: 0.75rem !important;
	}
	
	.m-sm-t-0-25 {
		margin-top: 0.25rem !important;
	} 
	
	.m-sm-t-0-5 {
		margin-top: 0.5rem !important;
	} 
	
	.m-sm-t-0-75 {
		margin-top: 0.75rem !important;
	}
	
	.m-sm-y-0-25 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	} 
	
	.m-sm-y-0-5 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	} 
	
	.m-sm-y-0-75 {
		margin-top: 0.75rem !important;
		margin-bottom: 0.75rem !important;
	}
	
	.m-sm-l-0-25 {
		margin-left: 0.25rem !important;
	} 
	
	.m-sm-l-0-5 {
		margin-left: 0.5rem !important;
	} 
	
	.m-sm-l-0-75 {
		margin-left: 0.75rem !important;
	}
	
	.m-sm-r-0-25 {
		margin-right: 0.25rem !important;
	} 
	
	.m-sm-r-0-5 {
		margin-right: 0.5rem !important;
	} 
	
	.m-sm-r-0-75 {
		margin-right: 0.75rem !important;
	}
	
	.m-sm-x-0-25 {
		margin-left: 0.25rem !important;
		margin-right: 0.25rem !important;
	} 
	
	.m-sm-x-0-5 {
		margin-left: 0.5rem !important;
		margin-right: 0.5rem !important;
	} 
	
	.m-sm-x-0-75 {
		margin-left: 0.75rem !important;
		margin-right: 0.75rem !important;
	}
	
	.p-sm-x-0 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	} 
	
	.p-sm-b-0-25 {
		padding-bottom: 0.25rem !important;
	} 
	
	.p-sm-b-0-5 {
		padding-bottom: 0.5rem !important;
	} 
	
	.p-sm-b-0-75 {
		padding-bottom: 0.75rem !important;
	}
	
	.p-sm-t-0-25 {
		padding-top: 0.25rem !important;
	} 
	
	.p-sm-t-0-5 {
		padding-top: 0.5rem !important;
	} 
	
	.p-sm-t-0-75 {
		padding-top: 0.75rem !important;
	}
	
	.p-sm-y-0-25 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	} 
	
	.p-sm-y-0-5 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	} 
	
	.p-sm-y-0-75 {
		padding-top: 0.75rem !important;
		padding-bottom: 0.75rem !important;
	}
	
	.p-sm-l-0-25 {
		padding-left: 0.25rem !important;
	} 
	
	.p-sm-l-0-5 {
		padding-left: 0.5rem !important;
	} 
	
	.p-sm-l-0-75 {
		padding-left: 0.75rem !important;
	}
	
	.p-sm-r-0-25 {
		padding-right: 0.25rem !important;
	} 
	
	.p-sm-r-0-5 {
		padding-right: 0.5rem !important;
	} 
	
	.p-sm-r-0-75 {
		padding-right: 0.75rem !important;
	}
	
	.p-sm-x-0-25 {
		padding-left: 0.25rem !important;
		padding-right: 0.25rem !important;
	} 
	
	.p-sm-x-0-5 {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	} 
	
	.p-sm-x-0-75 {
		padding-left: 0.75rem !important;
		padding-right: 0.75rem !important;
	}
	
}