/*
Theme Name: ColorMag Child Theme
Theme URI: http://themegrill.com/themes/colormag/
Description: Child Theme for ColorMag
Author: ThemeGrill
Author URI: http://themegrill.com
Template: colormag
Version: 1.0
*/

/*.fa-tiktok:before{content:"\e07b"}*/

.hide {
	display : none !important;
}

.mb-0 { margin-bottom : 0px !important ;}
.mt-0 { margin-top : 0px !important ;}
.ml-0 { margin-left : 0px !important ;}
.mr-0 { margin-right : 0px !important ;}
.pb-0 { padding-bottom : 0px !important ;}
.pt-0 { padding-top : 0px !important ;}
.pl-0 { padding-left : 0px !important ;}
.pr-0 { padding-right : 0px !important ;}

.cm-header-1 {
	background-color : white;
}
.cm-header-col-1, .cm-header-col-2 {
	flex-basis : 50%;
	flex-direction : row;
}

.cta-block{
	margin-top : 20px;
	margin-bottom : 0;
}

.cta-block .wp-block-column{
	padding: 10px;
}

.cta-block .cta-sign a{
	background-color: #dd3333;
	background-image: linear-gradient(-135deg, #CF2E2E 0%, #ef7f7f 100%);
	min-height : 115px;
	min-width : 120px;
}
.cta-block .cta-sign a i{
	width : inherit;
}
.cta-block .cta-sign a:hover{
	color : #FFFFFF ! important;
}
figure.wp-block-table table {
	border-collapse	: separate;
	margin-bottom : 0;
}
figure.wp-block-table.is-style-stripes td {border-color : #9C9C9C;}