/*
Theme Name: BootCMS
Theme URI: http://wp.i-publishers.org.uk
Description: 'Clean Bootstrap' provides the Bootstrap framework of HTML, CSS and JS works in a Wordpress CMS environment. The code has been kept to a minimum to save resources. Nevertheless, the set-up is very flexible by using CDN to swap Bootswatch themes on a matter of seconds. Experienced web-masters could also use the 'Clean Bootstrap' theme, to save time on the first steps, when they create their own theme or built a website based on Bootstrap framework.
Author: Stavros Androulidakis
Author URI: ""
Version: 2.0.0
Tags: Clean Bootstrap, Wordpress, theme, responsive, bootstrap 4, flexible
License: MIT
License URI: http://wp.i-publishers.org.uk/license
*/
/*** add your styles in here ***/






/* Do not Edit below in here */
@media (min-width: 768px) {
/* Dropdown menu on hover added to click */
ul.nav li.dropdown:hover > ul.dropdown-menu{
	display: block;
}

/* Columns function, do not delete */
/* 2 columns of text */
.columns2 {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
}
/* 3 columns of text */
.columns3 {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
}
/* 4 columns of text */
.columns4 {
   -moz-column-count: 4;
   -webkit-column-count: 4;
   column-count: 4;
}
}

/* Drop Cap function, do not delete */
p.dropcap:first-letter  {
	font-weight: bold;
	font-size: 295%;
	float: left;
	padding-right: 0.25em;
}

/* mozilla fix */
@-moz-document url-prefix() {
p.dropcap:first-letter  {
	margin-top: 0.4em;
}
}
