/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Custom ACF padding style options (in 10px intervals, PC = 0-150, mob = 0-100) */

.pt-pc-0 {
	padding-top:0 !important;
}

.pb-pc-0 {
	padding-bottom:0 !important;
}

.pt-pc-5 {
	padding-top:5px !important;
}

.pb-pc-5 {
	padding-bottom:5px !important;
}

.pt-pc-10 {
	padding-top:10px !important;
}

.pb-pc-10 {
	padding-bottom:10px !important;
}

.pt-pc-20 {
	padding-top:20px !important;
}

.pb-pc-20 {
	padding-bottom:20px !important;
}

.pt-pc-30 {
	padding-top:30px !important;
}
.pb-pc-30 {
	padding-bottom:30px !important;
}

.pt-pc-40 {
	padding-top:40px !important;
}

.pb-pc-40 {
	padding-bottom:40px !important;
}

.pt-pc-50 {
	padding-top:50px !important;
}

.pb-pc-50 {
	padding-bottom:50px !important;
}

.pt-pc-60 {
	padding-top:60px !important;
}

.pb-pc-60 {
	padding-bottom:60px !important;
}

.pt-pc-70 {
	padding-top:70px !important;
}

.pb-pc-70 {
	padding-bottom:70px !important;
}

.pt-pc-80 {
	padding-top:80px !important;
}

.pb-pc-80 {
	padding-bottom:80px !important;
}

.pt-pc-90 {
	padding-top:90px !important;
}

.pb-pc-90 {
	padding-bottom:90px !important;
}

.pt-pc-100 {
	padding-top:100px !important;
}

.pb-pc-100 {
	padding-bottom:100px !important;
}

.pt-pc-110 {
	padding-top:110px !important;
}

.pb-pc-110 {
	padding-bottom:110px !important;
}

.pt-pc-120 {
	padding-top:120px !important;
}

.pb-pc-120 {
	padding-bottom:120px !important;
}

.pt-pc-130 {
	padding-top:130px !important;
}

.pb-pc-130 {
	padding-bottom:130px !important;
}

.pt-pc-140 {
	padding-top:140px !important;
}

.pb-pc-140 {
	padding-bottom:140px !important;
}

.pt-pc-150 {
	padding-top:150px !important;
}

.pb-pc-150 {
	padding-bottom:150px !important;
}


@media screen and (max-width:1024px) {
	.pt-mob-0 {
		padding-top:0 !important;
	}
	
	.pb-mob-0 {
		padding-bottom:0 !important;
	}

	.pt-mob-5 {
		padding-top:5px !important;
	}
	
	.pb-mob-5 {
		padding-bottom:5px !important;
	}

	.pt-mob-10 {
		padding-top:10px !important;
	}
	
	.pb-mob-10 {
		padding-bottom:10px !important;
	}

	.pt-mob-20 {
		padding-top:20px !important;
	}

	.pb-mob-20 {
		padding-bottom:20px !important;
	}

	.pt-mob-30 {
		padding-top:30px !important;
	}

	.pb-mob-30 {
		padding-bottom:30px !important;
	}

	.pt-mob-40 {
		padding-top:40px !important;
	}

	.pb-mob-40 {
		padding-bottom:40px !important;
	}

	.pt-mob-50 {
		padding-top:50px !important;
	}

	.pb-mob-50 {
		padding-bottom:50px !important;
	}

	.pt-mob-60 {
		padding-top:60px !important;
	}

	.pb-mob-60 {
		padding-bottom:60px !important;
	}

	.pt-mob-70 {
		padding-top:70px !important;
	}
	
	.pb-mob-70 {
		padding-bottom:70px !important;
	}

	.pt-mob-80 {
		padding-top:80px !important;
	}

	.pb-mob-80 {
		padding-bottom:80px !important;
	}

	.pt-mob-90 {
		padding-top:90px !important;
	}

	.pb-mob-90 {
		padding-bottom:90px !important;
	}

	.pt-mob-100 {
		padding-top:100px !important;
	}

	.pb-mob-100 {
		padding-bottom:100px !important;
	}
}