/**
 * Theme Name: TEC - The Executive Connection
 * Description: Blocksy Child theme
 * Author: MRKWP
 * Template: blocksy
 * Text Domain: blocksy
 * Version: 1.1.1
 */

:root{
	--vistage_yellow: #edc11c;
	--vistage_light_grey: #ebebeb;
	--vistage_grey: #707070;
	--vistage_dark_grey: #414042;
	--vistage_blue: #003F5F;
	--vistage_white: #ffffff;
	--vistage_black: #000000;
	--vistage_field_gf_grey: #e5ebef;
	--vistage_solr_field_color: #056ea2cc;
	--vistage_gf_font_size: 16pt;
}

.ct-featured-image .ct-image-container img,
.ct-featured-image .ct-image-container picture,
.ct-featured-image .ct-image-container iframe,
.ct-featured-image .ct-image-container video {
    border-radius: 2px !important;
}

img.tec-podcast-author{
	max-width: 150px;
    border-radius: 2px;
    margin: 30px auto 0 auto;
}

div.tec-custom-industry-grid div.stk-row{
	display:grid;
	grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 1140px) and (min-width: 767px){
	div.tec-custom-industry-grid div.stk-row{
		display: grid;
		grid-template-columns: repeat(5,1fr);
	}
}
@media screen and (max-width: 767px){
	div.tec-custom-industry-grid div.stk-row{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
}
#drift-frame-controller{
	bottom: 80px !important;
}
#block-20{
	margin-top: -20px;
}
