/*********************free resources main page **************************/
.tctc-free-headline h2
{
	color:#000;
	font-size:20px;
	font-style: italic;
	margin:0;
	text-transform:none;
}

.tctc-free-ctas .vc_column_container .vc_column-inner 
{
    border: 2px solid #c1c1c1 !important;
    text-align: center;
}

.tctc-free-newsletter  .tctc-free-cta-header
{
	background: #ff9600;	
}

.tctc-free-exercises  .tctc-free-cta-header
{
	background: #ca0523;	
}

.tctc-free-questions  .tctc-free-cta-header
{
	background: #1e7b42;	
}

.tctc-free-other  .tctc-free-cta-header
{
	background: #4566a9;	
}


.tctc-free-ctas .vc_column_container>.vc_column-inner
{
    padding: 0;
}

.tctc-free-cta-header
{
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-weight: bold;
    line-height: 18px;
}

.tctc-free-cta-header p
{
	margin:0;
}

.tctc-free-cta-header, .tctc-free-cta-header a,.tctc-free-cta-header a:hover,.tctc-free-cta-header a:visited
{
	color:#fff !important;
}

.tctc-free-cta-header a
{
	text-decoration:none;
}

.tctc-free-cta-image .vc_single_image-wrapper,
.tctc-free-cta-image .vc_figure,
.tctc-free-cta-image .vc_single_image-wrapper img/*,
.tctc-free-also-like-image  .vc_single_image-wrapper,
.tctc-free-also-like-image .vc_figure,
.tctc-free-also-like-image  .vc_single_image-wrapper img*/
{
	width:100%;
}

@media (max-width:767px)
{
	.tctc-free-also-like-image img
	{
		max-width:75%;
		height:auto;
	}
}


@media (min-width:768px)
{
	.tctc-free-also-like-image img
	{
		max-height:150px;
		width:auto;
	}
}

@media (min-width:1020px)
{
	.tctc-free-also-like-image img
	{
		max-height:90px;
		width:auto;
	}
}

@media (min-width:1200px)
{
	.tctc-free-also-like-image img
	{
		max-height:114px;
		width:auto;
	}
}

.tctc-free-also-like-title 
{
    text-align: center;
    text-transform: uppercase;
}

.tctc-free-also-like-title a
{
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}

.tctc-free-also-like-desc 
{
    text-align: center;
}

.tctc-free-also-like-more
{
    text-align: center;
}

/*** signup form ***/

#_form_16_ ._form_element._x81707714._full_width {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 65%;
}

#_form_16_ ._form_element._x18185636._full_width
{
    position: absolute;
    top: 105px;
    right: 20px;
    width: 65%;
}

#_form_16_ ._tctc_reader_count
{
    position: absolute;
    top: 140px;
    right: 20px;
    padding:0;
}

#_form_16_ ._form-label
{
    color:#fff !important;
}

#_form_16_ ._error-inner {
    color: red;
    font-weight: bold;
    font-size: 90%;
}

/********** popular free resources *************/
.tctc-free-popular .woocommerce ul.products
{
	margin:0;
}

.tctc-free-popular .woocommerce  ul.products li.product 
{
	border:none;
	box-shadow:none;
	margin-bottom:0;
}

.tctc-free-popular .woocommerce  ul.products li.product h3
{
	    font-size: 14px;
		text-align:center;
		min-height: 54px;
}

.tctc-free-popular .woocommerce  ul.products li.product .tctc-product-img-wrap {
    min-height: 120px;
}

.tctc-free-popular .woocommerce  ul.products li.product a img.attachment-woocommerce_thumbnail
{
	width: 69% !important;
    margin: 0 auto;
}

.tctc-free-popular .woocommerce  a.added_to_cart,
.tctc-free-popular .woocommerce  a.added_to_cart:hover,
.tctc-free-popular .woocommerce  a.button,
.tctc-free-popular .woocommerce a.button:hover
{
	font-size:14px !important;
	line-height:14px !important;
	padding:5px !important;
	width:100%;
}

.tctc-free-popular .woocommerce ul.products li.product .button,
.tctc-free-popular .woocommerce ul.products li.product a.added_to_cart {
    margin-top: 0px;
}

.tctc-free-popular .woocommerce  ul.products li.product .price 
{
	    font-size: 16px;
}

.tctc-free-popular .woocommerce a.button.free_tool,
.tctc-free-popular .woocommerce .button.free_tool,
.tctc-free-popular .woocommerce .button.free_tool:hover,
.tctc-free-popular .woocommerce a.button.free_tool:hover
{
	background:#33ade2 !important;
}

.tctc-free-popular .woocommerce  ul.products li.product .price
{
	color:#33ade2;
}

@media (max-width:1200px)
{
	.tctc-free-popular .woocommerce  ul.products li.product .tctc-product-img-wrap {
		min-height: 95px;
	}
	
	.tctc-free-ctas .vc_col-sm-6 
	{
		width: 25%;
	}
}

@media (max-width:1020px)
{
	.tctc-free-popular .woocommerce.columns-6 ul.products li.product 
	{
		width: 29%;
	}
	
	.tctc-free-popular .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:both	
	}
	
}

@media (max-width:1019px)
{
	.tctc-free-ctas .vc_col-sm-6 
	{
		width: 50%;
	}

}

@media (max-width:768px)
{
	.tctc-free-popular .woocommerce[class*=columns-] ul.products li.product {
		width: 29%;
		float: left;
		clear: none;
		margin: 0 3.8% 2.992em 0;
	}
	
	.tctc-free-popular .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:none;	
	}
	
	.tctc-free-popular .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) 
	{
		float: left;
	}
	
	.tctc-free-popular .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:both!important;	
	}
	

}

@media (max-width:767px)
{
	.tctc-free-popular .woocommerce[class*=columns-] ul.products li.product {
		width: 75%;
		float: none;
		clear: none;
		margin: 10px auto;
	}
	
	.tctc-free-popular .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) 
	{
		float: none;
	}
	
	.tctc-free-ctas .vc_col-sm-6 
	{
		width: 100%;
	}

}

/********** also like products *************/
.tctc-free-also-like .woocommerce ul.products
{
	margin:0;
}

.tctc-free-also-like .woocommerce  ul.products li.product 
{
	border:none;
	box-shadow:none;
	margin-bottom:0;
	width:100%;
}

.tctc-free-also-like .woocommerce  ul.products li.product h3
{
	    font-size: 14px;
		text-align:center;
		min-height: 54px;
}

.tctc-free-also-like .woocommerce  ul.products li.product .tctc-product-img-wrap {
    min-height: 120px;
}

.tctc-free-also-like .woocommerce  ul.products li.product a img
{
	width: 69% !important;
    margin: 0 auto;
}

.tctc-free-also-like .woocommerce  a.added_to_cart,
.tctc-free-also-like .woocommerce  a.added_to_cart:hover,
.tctc-free-also-like .woocommerce  a.button,
.tctc-free-also-like .woocommerce a.button:hover
{
	font-size:14px !important;
	line-height:14px !important;
	padding:5px !important;
	width:100%;
}

.tctc-free-also-like .woocommerce ul.products li.product .button,
.tctc-free-also-like .woocommerce ul.products li.product a.added_to_cart {
    margin-top: 0px;
}

.tctc-free-also-like .woocommerce  ul.products li.product .price 
{
	    font-size: 16px;
}

/**********************************free resource page ***************/
.post-1130 .prodcatgridsingle
{
	width:145px;
	float:left;
	margin:5px 10px;
	padding:5px 5px;
	background:#E8F1FF;
	-moz-border-radius:10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	box-shadow: 5px 5px #D1D9E6;
	-moz-box-shadow: 5px 5px #D1D9E6;
	min-height: 300px;
}

@media only screen and (max-width: 480px)
{
	.post-1130 .prodcatgridsingle
	{
			width:75%;
			float:none;
			margin:10px auto;
			padding:5px 5px;
			
	}

}

.post-1130 .prodcatgridsingle img
{
	width:80%;
	height:auto;
	margin:6% 10%;
	padding:5px 0;
}

.post-1130 .prodcatgridlink
{
	min-height:0px;
	font-size:1.1em;
}


/****page links****/
.post-1130 .frontpageprodnav
{
	width:100%;
	margin-top:0px;
}

.post-1130 .frontpageprodnavsingle
{
	width:16.5%;
	float:left;
	margin:0px 6px;
	padding:5px;
	background:none;
	-moz-border-radius:0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	min-height:230px;
}

@media only screen and (max-width: 1020px)
{
	.post-1130 .frontpageprodnavsingle {
		width: 35%;
		min-height: 235px;
	}
	
	.post-1130 .gridproductlistsingle {
		width: 35%;
		min-height: 290px;
	}
}

@media only screen and (max-width: 480px)
{
	.post-1130 .frontpageprodnavsingle
	{
			width:75%;
			float:none;
			margin:10px auto;
			padding:5px 5px;
			
	}
	
	.post-1130 .gridproductlistsingle 
	{
		width:75%;
		float:none;
		margin:10px auto;
		padding:5px 5px;
	}

}

.post-1130 .frontpageprodnavsingle img
{
	width:80%;
	height:auto;
	margin:5px 10px;
	padding:5px 0;
}

.post-1130 .frontpageprodlink
{
	font-size:0.9em;
	font-weight:bold;
	min-height:2.5em;
	text-align:center;
	vertical-align:text-bottom;
}
	
.post-1130 .frontpageproddesc
{
	font-weight:normal;
}

.post-1130 .frontpageprodsublinks
{
	margin-top:5px;
}

.post-1130 .frontpageprodsublinks a
{
	font-size:10px;
}

/*** alphabetical list ***/

.tctc-freeresource-list .vc_grid-item
{
	padding: 20px !important;
	
}
.tctc-freeresource-list .vc_grid-item:nth-child(odd) 
{
    background: #EAEBED;
}

.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-animated-block 
{
    width: 10%;
	margin-right: 15px;
}

.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-zone-c {
    float: left;
    width: 60%;
}

.tctc-freeresource-list .vc_gitem_row .vc_gitem-col {
    padding: 5px 10px 0 10px;
}

.tctc-freeresource-list .vc_gitem-post-data
{
	margin-bottom:5px;
}

.tctc-freeresource-list .vc_gitem-post-data-source-post_title
{
	text-transform:uppercase;
	font-size:20px;
}

.tctc-freeresource-list .vc_gitem-post-data-source-post_excerpt
{
	margin:0;
}

.tctc-freeresource-list .vc_gitem-post-data.vc_gitem-post-data-source-post_title a,.tctc-freeresource-list .vc_gitem-post-data.vc_gitem-post-data-source-post_title a:hover
{
	text-decoration:underline;
	color:#0000d2
}

.tctc-freeresource-list .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p
{
	margin:5px 0 0 0;
}

.tctc-freeresource-list .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p a,
.tctc-freeresource-list .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p a:hover
{
	text-decoration:underline;
	color:#0000d2
}

.tctc-frontpage-readmore a
{
	border:none !important;
	padding:0 !important;
	color:#0000d2 !important;
	text-decoration:underline !important;
}

@media (max-width: 1020px)
{
	.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-animated-block 
	{
		width: 15%;
	}

	.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width: 75%;
	}
}

@media (max-width:767px)
{
	.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-animated-block 
	{
		width: 75%;
		float: none;
		margin: 0 12.5%;
	}

	.tctc-freeresource-list .vc_grid-item-zone-c-right .vc_gitem-zone-c {
		float: none;
		width: 100%;
	}
}

@media (max-width:1200px)
{
	.tctc-free-also-like .woocommerce  ul.products li.product .tctc-product-img-wrap {
		min-height: 95px;
	}
}

@media (max-width:1020px)
{
	.tctc-free-also-like .woocommerce.columns-6 ul.products li.product 
	{
		width: 29%;
	}
	
	.tctc-free-also-like .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:both	
	}
}

@media (max-width:768px)
{
	.tctc-free-also-like .woocommerce[class*=columns-] ul.products li.product {
		width: 29%;
		float: left;
		clear: none;
		margin: 0 3.8% 2.992em 0;
	}
	
	.tctc-free-also-like .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:none;	
	}
	
	.tctc-free-also-like .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) 
	{
		float: left;
	}
	
	.tctc-free-also-like .woocommerce.columns-6 ul.products li.product:nth-child(4) 
	{
		clear:both!important;	
	}
}

@media (max-width:767px)
{
	.tctc-free-also-like .woocommerce[class*=columns-] ul.products li.product {
		width: 75%;
		float: none;
		clear: none;
		margin: 10px auto;
	}
	
	.tctc-free-also-like .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) 
	{
		float: none;
	}

}