/*
 Theme Name:   Cycling Industry News
 Theme URI:    https://www.sensiblepcsupport.co.uk
 Description:  Colormag Pro Child Theme
 Author:       Piers Chipperfield
 Author URI:   https://www.sensiblepcsupport.co.uk
 Template:     colormag-pro
 Version:      1.0.0
 Tags:
 Text Domain:
*/

.cm-main-header .cm-container .cm-row {
	padding-top: 0;
	padding-bottom: 0;
}
#cm-site-branding img {
	width: 260px;
	height: auto;
}
.cm-header-col-2 {
	max-height: 100px;
}

.cm-content {
	padding-top: 10px;
	padding-bottom: 60px;
	background-color: #fff;
}

.following-post.cin-featured-post-widget {
    float: none;
    width: 100%;
}
.following-post.cin-featured-post-widget .single-article.clearfix {
	width: 50%;
	height: 100px;
	float: left;
	margin-bottom: 15px;
}
.following-post.cin-featured-post-widget figure {
	float: left;
	margin-right: 10px;
}
.following-post.cin-featured-post-widget figure img {
	height: 100px;
	width: 150px
}

/* Banner ads */
.widget_text.widget.widget_custom_html.clearfix {
	margin-bottom: 15px;
	text-align: center;
}

#div-gpt-ad-1727967278393-0 {
  position: fixed; /* Fixes the ad in the background */
  top: 0; /* Aligns to the top */
  left: 0; /* Aligns to the left */
  width: 100%; /* Full width of the viewport */
  height: 100%; /* Full height of the viewport */
  z-index: -1; /* Places it behind other content */
  pointer-events: none; /* Allows clicks to pass through */
}


/* Smaller screens */
@media screen and (min-width: 1190px) {
	#cm-primary-nav-sticky-wrapper {
	height: 60px !important;
}
}
@media screen and (max-width: 768px) {
    .following-post.cin-featured-post-widget .single-article.clearfix {
    	height: 220px;
    }
    .following-post.cin-featured-post-widget .single-article.clearfix .article-content .entry-title {
    	font-size: 1em;
    }
}

/* Unordered list font size */
ul {
font-size: 15;
}

