/*
Theme Name: Circumference Child
Theme URI: http://demo.styledthemes.com/circumference/
Description: For anyone wanting a serious business website, Circumference is the one for you because of what this theme includes. You get responsive design, multiple blog layout options such as a masonry layout, retina ready graphics, several page templates, post formats, gorgeous typography elements, tons of widget positions, a custom child theme, WooCommerce support, Jetpack support, video tutorials, and more!

Template: circumference
Version: 1.0.0
Author: StyledThemes.com
Author URI: http: //www.styledthemes.com/
Tags: custom-colors, white, light, two-columns, three-columns, fluid-layout, responsive-layout, fixed-layout, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready, microformats
License: GNU General Public License v3
License URI: license.txt 

Copyright: 2014 Styledthemes.com


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



	
/* Add your custom  css below */

body {
	line-height: 1.65;
	background-color: #fff;
	color: #000000;
}

span.byline {
    display: none;
}


span.meta-author {
    display: none;
}


#cir-content-wrapper {
  padding: 0.5em 0;
}
	

hr {
height: 1px;
color: #123455;
background-color: #123455;

}

.widget ul,
#cir-bottom-wrapper .widget ul {
	list-style: disc;
	margin: 1.250em 0;
	padding:0;
}


.col-md-4 {
	width:33%;}
.col-md-8 {
	width:67%;}


.derdewidget .textwidget {
	padding-left:9px !important;
	padding-right:15px !important;
}

.row{
	margin:0;
}

.funding-full-block{
	display:block;
}

.display-inline-block{
	display:inline-block;
	
}
/* Custom mobile styling 
-------------------------------------------------------------- */

@media screen and (max-width: 320px) {

}

@media (min-width: 321px) and (max-width: 480px) {

}

@media screen and (max-width: 480px) {

}

@media (min-width: 481px) and (max-width: 768px) {

}

@media screen and (max-width: 768px) {
 .col-md-4 {
	 padding-top:20px;
	width:100%;}
.col-md-8 {
	width:100%;}
}