/*
Theme Name: Simplenotes
Version: 5.2
Theme URI: http://carla-izumi-bamford.com/simplenotes-web-design/
Author: Carla Izumi Bamford
Author URI: http://carla-izumi-bamford.com/
Description: Simplenotes is a clean and minimal WordPress theme that requires no plugins to run. The theme features a dropdown menu, social media integration, sidebar widgets, threaded comments, theme option page, and more. The simple notebook is ready for both writers and readers.
Tags: threaded-comments, right-sidebar, theme-options, blog, news, photography, portfolio
Text Domain: simplenotes
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/
@import url(css/common.css);
@import url(css/class.css);
@import url(css/navigation.css);
@font-face{ 
	font-family: 'Lato Light';
	src: url('fonts/Lato Light.eot');
	src: url('fonts/Lato Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Lato Light.woff') format('woff'),
	url('fonts/Lato Light.ttf') format('truetype'),
	url('fonts/Lato Light.svg#webfont') format('svg');
	}
@font-face{ 
	font-family: 'Lato Regular';
	src: url('fonts/Lato Regular.eot');
	src: url('fonts/Lato Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Lato Regular.woff') format('woff'),
	url('fonts/Lato Regular.ttf') format('truetype'),
	url('fonts/Lato Regular.svg#webfont') format('svg');
	}
@font-face{ 
	font-family: 'Lato Bold';
	src: url('fonts/Lato Bold.eot');
	src: url('fonts/Lato Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Lato Bold.woff') format('woff'),
	url('fonts/Lato Bold.ttf') format('truetype'),
	url('fonts/Lato Bold.svg#webfont') format('svg');
	}


#footer-widgets {
    width: 100%;
        max-width: 1100px;
        margin: 10px auto;
        overflow: hidden;
		color: #ffff;
	
}

#footer-widgets .wsfooterwdget  {
        padding: 15px;
        padding-bottom: 5px;
        width: 32%;
        float: left;
        overflow: hidden;
        box-sizing: border-box;
	color: #ffff;
	font-size: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
		
	
	
	
	
}


#footer-widgets .wsfooterwdget:nth-child(2){
        margin-left: 2%;
        margin-right: 2%;
		color: #ffff;
	font-size: 15px;
}


@media screen and (max-width: 967px) {
  #footer-widgets .wsfooterwdget { width: 45%; margin-bottom:3%;
	font-size: 15px;
	  color: #ffff;
	}
	
}
@media screen and (max-width: 890px) {
  #footer-widgets .wsfooterwdget { width:100%;
	  font-size: 15px;
	color: #ffff;}
    #footer-widgets .wsfooterwdget:nth-child(2){
        margin-left: 0;
        margin-right: 0;
		color: #ffff;	
	
}
}

