/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
/* .sidebar_posi_sticky .g-recaptcha > div, .sidebar_posi_sticky .g-recaptcha iframe,
.cs-sidebar__area .g-recaptcha > div, .cs-sidebar__area .g-recaptcha iframe{
    width: 100% !important;
} */
.sidebar_form .g-recaptcha{transform: scale(0.86);transform-origin: center left;}
.deadline-inner-table td{width:33.33%}
@media screen and (max-width: 767px){
	table{
		display: block;
		width: 100%;
		overflow-x: auto;
		border:0;
	}
	.deadline-table-wrap > tbody > tr > td > div{
		word-break: initial!important;
	}
}