@charset "utf-8";
/* CSS Document */
.container {
    max-width: 1500px;
	width: 100%;
}
.cct-blog-banner {
    min-height: 550px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding:50px 0;
    position: relative;
}
.cct-blog-banner-content {
	text-align: left;
	position: absolute;
	width: 56%;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	padding-right: 10%;
}
.cct-blog-banner-content h1 {
    font-size: 60px;
	line-height: 72px;
    color: #ffffff;
    text-shadow: none;
    padding: 0px 0 0px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.blog-border-img {
	margin: 15px 0 9px;
}
.cct-blog-banner-content h4 {
    font-size:30px;
	line-height: 35px;
    color: #ffffff;
    text-shadow: none;
    padding: 0px 0 0px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

/* blog */
.cct-blog-wrap {
	position: relative;
	padding: 197px 0 115px;
}
  .cct-blog-image {
    width: 36.5%;
    display: inline-block;
    vertical-align: top;
	margin-top: 10px;
}
.cct-blog-image img {
	width: 100%;
	height: auto;
}
.cct-blog-content {
    width: 63%;
    display: inline-block;
    padding-left: 24px;
    vertical-align: top;
}
.cct-blog-wrap ul li {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 53px;
    margin-bottom: 51px;
}
.cct-blog-content h2,
.cct-blog-post h2 {
	font-size:36px;
	line-height: 48px;
    color: #000000;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.cct-blog-content h2 a {
	color: #000000;
}
.cct-blog-content h2 a:hover {
	color: #0f6bcc;
}
.cct-blog-content ul.cct-blog-date li,
.cct-blog-post ul.cct-blog-date li {
	font-size: 16px;
	line-height:26px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	margin: 12px 1px 13px 0 !important;
	border: none;
	padding: 0 8px 0 0 !important;
	text-transform: uppercase;
	position: relative;
}
.cct-blog-content ul.cct-blog-date li:after,
.cct-blog-post ul.cct-blog-date li:after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	right: 0;
	top: 10px;
	background: #000000;
}
.cct-blog-content ul.cct-blog-date li:last-child:after,
.cct-blog-post ul.cct-blog-date li:last-child:after {
	display: none;
}
.cct-blog-content ul.cct-blog-date li a,
.cct-blog-post ul.cct-blog-date li a{
	color: #2f7fd3;
	font-weight: bold;
}
.cct-blog-content ul.cct-blog-date li a:hover,
.cct-blog-post ul.cct-blog-date li a:hover {
	color: #0a4e95;
}
.cct-blog-content p,
.cct-blog-post p {
	font-size: 19px;
	line-height:26px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 25px;
}
.cct-blog-content .cct-read-more-btn {
	font-family: 'Roboto', sans-serif;
	background:#0f6bcc;
    color: #ffffff;
    display:block;
    font-size: 14px;
	line-height: 25px;
    font-weight: 700;
    padding: 10px 10px;
    position: relative;
    text-align: center;
	text-transform: uppercase;
	width: 129px;
	height: 43px;
	margin-left: 3px;
}
.cct-blog-content .cct-read-more-btn:hover {
	background:#0a4e95;
}


/*  Blog post */

.cct-blog-post {
	margin-bottom: 50px;
}
.cct-blog-post .cct-blog-post-image {
	margin:48px 0 41px;
}
.cct-blog-post .cct-blog-post-image img {
	max-width: 100%;
	height: auto;
}
.cct-blog-post a {
	color: #0f6bcc;
}
.cct-blog-post a:hover {
	color: #0a4e95;
	text-decoration: none;
}
.cct-blog-post h1 {
	font-size: 60px;
	line-height: 72px;
	color: #000000;
	text-shadow: none;
	padding: 0px 0 0px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.cct-blog-post h2 {
	margin: 15px 0;
}
.cct-blog-post h2:first-of-type {
	margin: 0;
}
.cct-blog-post h3 {
	font-size: 33px;
	margin: 15px 0;
	color: #000000;
	font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.cct-blog-post h4 {
	font-size: 30px;
	color: #000000;
	margin: 15px 0;
	font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.cct-blog-post h5 {
	font-size: 24px;
	margin: 41px 0 22px;
	line-height: 30px;
    color: #000000;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.cct-blog-post h6 {
	font-size: 20px;
	margin: 15px 0;
	color: #000000;
	font-weight: 700;
    font-family: 'Oswald', sans-serif;
}
.cct-blog-post p {
	margin-bottom:22px;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
	margin-bottom: 15px;
}
.alignright {
    float: right;
    margin-left: 20px !important;
	margin-bottom: 10px;
	margin-top: 8px;
}
.alignleft {
    float: left;
    margin-right:20px !important;
	margin-bottom: 10px;
	margin-top: 8px;
}
.cct-blog-post ul,
.cct-blog-post ol {
	padding-left: 18px;
	margin: 15px 0;
}
.cct-blog-post ul.cct-blog-date {
	padding-left: 0;
	margin:12px 0 0;
}
.cct-blog-post ul li,
.cct-blog-post ol li  {
	display: list-item;
	margin: 5px 0 !important;
	padding: 0 !important;
	border: none;	
	list-style: disc;
	font-size: 16px;
	line-height:26px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}
.cct-blog-post ol li {
	list-style: decimal;
}
.wp-caption-text {
	text-align: center;
	margin: 10px 0;
}
.alignnone{
	float: none;
	display: block;
	margin-bottom: 15px;
}
.cct-social-share {
	display:block;
	width: 100%;
	margin-top: 2px;
}
.cct-social-share .heateorSssEmailBackground {
    background-color: #0066ff;
}
.cct-social-share .heateorSssMoreBackground {
    background-color: #0066ff;
}
.cct-social-share .heateorSssMoreBackground .heateorSssMoreSvg {
	background:url("../images/cct-plus-icon.png") no-repeat center center !important;
}

/* Sidebar */
.cct-sidebar {
	padding-left: 46px;
}
.cct-categories-list {
	background: #f2f2f2;
	position: relative;
	padding:39px 0 23px;
}
.cct-sidebar h2 {
	font-size:36px;
	line-height: 48px;
    color: #000000;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 19px;
}
.cct-sidebar h2:after {
	position: absolute;
	content: "";
	width: 52%;
	height: 4px;
	right: 0;
	left: auto;
	top: 22px;
	background: #0f6bcc;
}
.cct-categories-list li {
	display: block;
	margin: 5px 0 !important;
	padding: 0 !important;
}
.cct-categories-list li a {
	position: relative;
	font-size: 18px;
	line-height:26px;
	color: #000000;
	font-family: 'Oswald', sans-serif;
	padding: 16px 38px 12px 48px;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
.cct-categories-list li a:hover {
	color: #0f6bcc;
	background: #ffffff;
}
.cct-categories-list li a:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 19px;
	background: url("../images/blog-sidebar-arrow.png") no-repeat 0 0;
	right: 38px;
	top: 21px;
}
.cct-categories-list li a:hover:after {
	background-position: 0 -18px;
}
/*pagination*/

.cct-pagination {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 23px;
}
.cct-pagination ul {
    margin-bottom: 0;
}
.cct-pagination  ul li {
	display: inline-block;
	vertical-align: top;
	width: auto !important;
	margin: 0 5px 8px !important;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0 !important;
}
.cct-pagination ul li a {
	padding: 2px 6px;
	display: block;
	color: #0f6bcc;	
	width: 31px;
	height: 31px;
	font-size: 16px;
	line-height: 29px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.cct-pagination ul li span {
	padding: 2px 6px;
	display: block;
	color: #0f6bcc;
	width: 31px;
	height: 31px;
	font-size: 16px;
	line-height: 29px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.cct-pagination ul li span.current {
	background-color: #e1e0e0;
	color: #0f6bcc;
}
.cct-pagination  ul li a:hover {
	background-color: #e1e0e0;
	color: #0f6bcc;
}
.cct-pagination  ul li a.next,
.cct-pagination  ul li a.prev {
	text-transform: uppercase;
	width: auto
}


/*  Media Query */


@media only screen and (max-width: 1500px) {
.cct-blog-banner {
    min-height: 475px;
}
.cct-blog-wrap {
    padding: 150px 0 150px;
}
.cct-sidebar h2::after {
	width: 50%;
}
.cct-blog-banner-content {
	padding-right: 15px;
}
.cct-blog-post {
	margin-bottom: 0;
}
}
@media only screen and (max-width: 1400px) {
.cct-sidebar h2::after {
    width: 44%;
}
.cct-blog-wrap {
    padding: 100px 0;
}
.cct-categories-list li a::after {
	right: 25px;
}
.cct-categories-list li a {
	padding: 16px 28px 12px 38px;
}
.cct-sidebar {
    padding-left: 30px;
}
.cct-blog-banner {
    min-height: 450px;
}
}
@media only screen and (max-width: 1200px) {
.cct-sidebar {
    padding-left: 0;
}
.cct-blog-wrap {
    padding: 60px 0;
}
.cct-sidebar h2::after {
    width: 42%;
}
.cct-blog-content h2,
.cct-sidebar h2,
.cct-blog-post h2 {
    font-size: 34px;
    line-height: 42px;
}
.cct-blog-post h3 {
	font-size: 32px;
}
.cct-blog-wrap ul li {
    padding-bottom: 43px;
    margin-bottom: 41px;
}
.cct-blog-banner {
    min-height: 400px;
}
.cct-blog-post 	.wp-block-spacer {
	display: none;
}
}
@media only screen and (max-width: 1100px) {
.cct-blog-banner-content h1 {
    font-size: 55px;
    line-height: 63px;
}
.cct-blog-banner-content h4 {
    font-size: 26px;
    line-height: 29px;
}
.cct-blog-banner {
    background-position: 30% 0;
}
.cct-blog-content {
    width: 62.8%;
}
.cct-blog-content h2, 
.cct-sidebar h2,
.cct-blog-post h2 {
    font-size: 32px;
    line-height: 40px;
}
.cct-blog-post h3 {
	font-size: 29px;
}
.cct-blog-post h4 {
	font-size: 26px;
}
.cct-blog-post h5 {
	font-size: 22px;
	line-height: 26px;
}
.cct-blog-post h6 {
	font-size: 19px;
}
.cct-blog-content ul li,
.cct-blog-content p,
.cct-blog-post ul li,
.cct-blog-post p,
.cct-blog-content ul.cct-blog-date li, 
.cct-blog-post ul.cct-blog-date li{
    font-size: 14px;
    line-height: 22px;
}
.cct-categories-list li a {
    padding: 16px 20px 12px 25px;
}
.cct-categories-list li a::after {
    right: 15px;
}
.cct-categories-list li a {
	font-size: 16px;
	line-height: 24px;
}
}
@media only screen and (max-width: 991px) {
.alignleft,
.alignright {
	float: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: block;
}
.cct-blog-content {
    width: 63%;
}
.cct-sidebar h2::after {
    width: 75%;
}
.cct-categories-list li a::after {
	right: 25px;
}
.cct-categories-list li a {
	padding: 16px 28px 12px 38px;
}
.cct-sidebar h2::after {
    width: 69%;
}
.cct-sidebar {
    margin-top: 40px;
}
}
@media only screen and (max-width: 767px) {
.cct-blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
.cct-blog-image {
    width: 100%;
	margin-top: 0;
}
.cct-blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
.cct-blog-banner-content {
	padding-right: 15px;
}
.cct-blog-banner-content h4 {
    font-size: 24px;
    line-height: 28px;
}
.cct-blog-post h4 {
	font-size: 24px;
}
.cct-blog-banner {
    min-height: 300px;
}
.blog-border-img {
    margin: 5px 0 5px;
}
}
@media only screen and (max-width: 600px) {
.cct-blog-banner-content h1 {
    font-size: 50px;
    line-height: 57px;
}
.cct-blog-banner-content h4 {
    font-size: 22px;
    line-height: 26px;
}
.cct-blog-banner {
    min-height: 240px;
}
.cct-sidebar h2::after {
    width: 57%;
	top: 17px;
}
.cct-blog-content h2, 
.cct-sidebar h2, 
.cct-blog-post h2 {
    font-size: 30px;
    line-height: 38px;
}
.cct-blog-post h3 {
	font-size: 27px;
}
.cct-blog-post h4 {
	font-size: 22px;
}
.cct-blog-post h5 {
	font-size: 20px;
	line-height: 24px;
}
.cct-blog-post h6 {
	font-size: 18px;
}
}
@media only screen and (max-width: 450px) {
.cct-sidebar h2::after {
    width: 41%;
}
.cct-categories-list li a {
    padding: 16px 20px 12px 25px;
}
.cct-categories-list li a::after {
    right: 15px;
}
.cct-blog-banner-content {
	width: 100%;
	padding: 0 15px;
	top: auto;
	bottom: 15px;
	text-align: center;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
.cct-blog-banner-content h1 {
    font-size: 40px;
    line-height: 45px;
}
.cct-blog-banner-content h4 {
    font-size: 20px;
    line-height: 23px;
}
.cct-blog-content ul.cct-blog-date li, 
.cct-blog-post ul.cct-blog-date li {
	padding: 0 0 0 0 !important;
	margin: 5px 0 0 0 !important;
}
.cct-blog-content ul.cct-blog-date li::after, 
.cct-blog-post ul.cct-blog-date li::after {
	display: none;
}
}
