/*
 Theme Name:   ColorMag Child
 Theme URI:    http://example.com/themes/colormag-child/
 Description:  Child theme of ColorMag for www.camcycle.org.uk
 Author:       Neil Spenley
 Author URI:   http://example.com
 Template:     colormag
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news, rtl-language-support
 Text Domain:  colormag-child
*/


.widget_highlighted_posts .single-article:nth-child(even) {
   margin-right: 2%;
}

/* ul style is set by camcycle.css so need to restore the style for colormag specific elements */
ul.menu {list-style-type: none; }
ul.sub-menu {list-style-type: none; }
#menu-menu-1 {list-style-type: none; }

ul.menu {padding: 0; }
ul.sub-menu {padding: 0; }
#menu-menu-1 {padding: 0; }

ul.menu {margin: 0; }
ul.sub-menu {margin: 0; }
#menu-menu-1 {margin: 0; }

h3#site-title  {margin: 0; }
p#site-description  {margin: 0; }

input[type="text"]
{
	width: 20em;
}

img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
