/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/


/*** Footer ***/

.widget-title {
	margin-bottom: 30px !important;
	border-left: 6px solid #ce6411;
	padding-left: 12px;
}

.kadence-sticky-header {
	-webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
	box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

/*** Admission Section ***/



.how-to-step-1 .kt-blocks-info-box-media, .how-to-step-2 .kt-blocks-info-box-media, .how-to-step-3 .kt-blocks-info-box-media {
	position: relative;
	overflow: visible !important;
}

.how-to-step-1 .kt-blocks-info-box-media::before, .how-to-step-2 .kt-blocks-info-box-media::before, .how-to-step-3 .kt-blocks-info-box-media::before  {
	position: absolute;
	top: -10px;
	right: -6px;
	color: #E1DCD5;
	font-size: 14px;
	background-color: #ce6411;
	padding: 2px 9px;
	border-radius: 30px;
}

.how-to-step-1 .kt-blocks-info-box-media::before {
	content: "1";
}

.how-to-step-2 .kt-blocks-info-box-media::before {
	content: "2";
}

.how-to-step-3 .kt-blocks-info-box-media::before {
	content: "3";
}

@media (min-width: 768px) {
	.how-to-box-1 {
		position: relative;
	}
	
	.how-to-box-2, .how-to-box-3 {
		position: relative;
		z-index: 0;
	}
	
	.how-to-box-3 {
		position: relative;
		z-index: -1;
	}
	
	.how-to-box-1::after {
		position: absolute;
		content:"";
    	top: calc(50% - 40px);
    	right: -22px; 
    	width: 0;
    	height: 0;
    	border-top: 40px solid transparent;
    	border-bottom: 40px solid transparent;
    	border-left: 26px solid #ffffff;
    	z-index: 99;
	}
	
	.how-to-box-2::after {
		position: absolute;
		content:"";
    	top: calc(50% - 40px);
    	right: -22px; 
    	width: 0;
    	height: 0;
    	border-top: 40px solid transparent;
    	border-bottom: 40px solid transparent;
    	border-left: 26px solid #2d2921;
    	z-index: 99;
	}
}


