/*
Theme Name: Toolbox
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: Automattic
Author URI: http://automattic.com/
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

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.
*/

/* =Structure
-------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.entry-content img {
    border: 1px solid #ccc;
    padding: 3px;
}
.me {
    width: 95px;
}
.leftimg {
    float: left;
    margin-right: 10px;
}
.entry-title {
    display: none;
}

.left {
    float: left;
}
.right {
    float: right;
}

.social-media {
    margin: 0;
    padding: 0;
}

.entry-content {
    font-size: 14px;
    line-height: 27px;
}
.social-media li a {
    color: #666;
}
.social-media li {
    float: left;
    font-size: 15px;
    list-style: outside none none;
    padding: 0 6px;
}
.main, #main {
    margin: 0 auto;
    max-width: 1000px;
}
.full {
    float: left;
    width: 100%;
}

.tel {
    margin-right: 10px;
}

.topbar_container {
    background: rgba(0, 0, 0, 0) url("http://dailychores.ca/wp-content/uploads/2015/10/bg1.jpg") repeat scroll 0 0;
    border-bottom: 1px solid #efefef;
    clear: both;
    padding: 6px 0;
}


.page-heading {
    background: #fdbc23 none repeat scroll 0 0;
    color: #333;
    font-size: 28px;
    padding: 26px 0;
    text-align: center;
    text-transform: capitalize;
}
a{color:#0b81af;}
.slider > img {
    max-width: 100%;
}
.logo h1 {
    margin: 0 0 8px;
    padding: 0;
}

.logo {
    color: #fff;
}

#branding {
    background: #0dade9 none repeat scroll 0 0;
    border-bottom: 4px solid #e9b20d;
    border-top: 4px solid #e9b20d;
    padding: 10px 0;
}

.textwidget {
    font-size: 14px;
}
.logo h3 {
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #ffe43f;
}
#page {
	display: block;
	margin: 0 auto;;
}

#primary {
    background-color: #abecfe;
    background-image: url("http://dailychores.ca/wp-content/uploads/2015/10/xbg3.jpg.pagespeed.ic.s3K7gKlynw.jpg");
    background-repeat: repeat-x;
    float: left;
    margin-left: 14px;
    padding: 14px 10px;
    width: 45%;
    min-height: 500px;
}
.widget-title {
    color: #0b81af;
    font-size: 23px;
    text-align: center;
    text-transform: capitalize;
}
#content {
	margin: 0 auto;
}

.textwidget > ul {
    padding: 0;
}
.textwidget li {
    background-image: url("http://www.dailychores.ca/wp-content/uploads/2015/10/marker_1.gif");
    background-position: unset;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 24px;
    list-style: outside none none;
    margin-bottom: 8px;
    padding-left: 55px;
    min-height: 42px;
}

#main .widget-area {
    overflow: hidden;
    width: 25%;
}
#secondary {
    float: left;
}
#tertiary {
    float: right;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
    display: block;
    margin: 15px 0;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}

#access a {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 2em;
    padding: 0 1em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
#access a :hover{color:#ffe43f;}
.current_page_item a {
    color: #ffe43f !important;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#0b81af;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type="text"], input#s, input[type="email"] {
	margin: 0 1em 0 0;
	width: 60%;
}	
textarea {
	width: 80%;
}

input[type="submit"]:hover {
    background: #efd43b none repeat scroll 0 0;
}
input[type="submit"] {
    background: #fdbc23 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-family: Verdana;
    font-size: 18px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */


#colophon {
    background: #83d3f8;
    color: #fff;
    padding: 1em 0;
}

.fa-twitter {
    color: #659FCB;
}

.fa-facebook-square {
    color: #3765A3;
}

.fa-linkedin {
    color: #0177B5;
}

.fa-google-plus-square {
    color: #DD4E42;
}

.fa:hover {
    opacity: .8;
}

.fotertop {
    background: #0dade9 none repeat scroll 0 0;
    border-top: 4px solid #fdbc23;
    color: #fff;
    padding: 15px 0;
}

.box {
    float: left;
    width: 30%;
    margin: 0 1%;
}

.widget-title {
    color: #666;
}

.fotertop input[type="text"], .fotertop input#s, .fotertop input[type="email"] {
    margin:0;
    width: 100%;
}
@media only screen and (min-width:240px) and (max-width:520px){

.box {
    margin: 10px 1%;
    width: 100%;
}
.main, #main {
    margin: 0 10px;
    max-width: 1000px;
}

#main .widget-area {
    width: 100%;
}
#primary {
    width: 93%;
	margin-left: 0;
}


input[type="text"], input#s, input[type="email"] {
    width: 80%;
}

.logo {
    color: #fff;
    width: 100%;
    text-align: center;
}

.topbar_container {
    clear: both;
    padding: 0;
    text-align: center;
}

.left, .right {
    width: 100%;
}

.social-media {
    margin: 0 auto;
    padding: 0;
    width: 107px;
}
}