/*
Theme Name: Clear Theme
Theme URI: http://invent-themes.com
Description: Clear Theme is a clean, minimalist and modern wordpress theme suitable for any kind of website such as portfolio, business, blog, photography or gallery. The great combination of light color schemes creates an elegant and high visual impact experience eighter you use this for photography, commercial business or small informational websites.
Author: Invent Group
Version: 1.3
Tags: light, custom-colors, translation-ready, theme-options, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-width, flexible-width
License:
License URI:
Author URI:
*/

#content ul li {list-style-type:disc}


#sidebar ul li {list-style-type:none}
/*custom change to allow the social media icons on the home page to appear to the right of the text.  Remove or comment this line in order to revert to the default value of 220*/
.column-1-4 {width:160px}

/*custom change to reduce the amount of space between the sign up form div*/
div#cc_form_1 {margin-top:0px; padding:0px}

/*clear them sub menu customizations*/
.sf-menu ul li a{
	color: #505050 !important;
	font-weight:bold !important;
}

.sf-menu ul li a:hover{
	color: #DF7434 !important;
}

#content .child-link-container li{
	list-style-type:none; 
	margin-top: 0em; 
	margin-bottom: 0.31em;
	font-size: 0.8em
}

.ws-image-container{
	display:flex;
	justify-content: space-between;
	margin-bottom: 20px;
	height: 200px;
}

.ws-image-container .ws-image-frame{
	flex:1 1 auto;
	width: 0;
	overflow:hidden;
	padding: 5px
}

.ws-image-container .ws-image-frame img{
	width:100%
}


