/*
Theme Name: Simplified Business
Author: iSimplfyMe
Author URI: http://www.isimplifyme.com/
Description: A premium theme tailored for businesses seeking a clean look. Features include a built-in slideshow, sortable home page sections, page banner image, Google font support and a social network widget.
Version: 1.0
License: GNU General Public License
License URI: license.txt

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
-------------------------------------------------------------- */

html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	font-size: 16px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	margin: 0 0 15px;
}
h1.entry-title, h1.page-title, h2.entry-title {
	font-size: 36px;
	margin: 40px 0;
}
.entry-title a:hover {
	text-decoration: none;
}
h2.widget-title {
	font-size: 22px;
	margin: 0 0 20px;
}
p {
	margin: 0 auto 10px;
}
.clear {
	clear: both;
}
.relative {
	position: relative;
}
#page {
	display: block;
	margin: 0;
	position: relative;
	min-height: 100%;
}
#primary {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 0;
}
.home #main {
	width: 100%;
	padding: 87px 0 300px;
}
#main {
	width: 100%;
	padding: 87px 0 380px;
}
#theBanner {
	height: 400px;
	width: 100%;
	background-size: cover;
	margin-top: 85px;
}
#main.hasBanner {
	padding-top: 40px;
}
#main .widget-area {
	float: right;
	width: 300px;
	margin-top: 40px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
.wrap1200 {
	width: 1140px;
	margin: 0 auto;
	padding: 0 30px;	
}

/* 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
-------------------------------------------------------------- */

#branding {
	height: 86px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	box-shadow: 0px 2px 2px rgba(0,0,0,.25);
}
#site-title {
	position: absolute;
	top: 20px;
	left: 0px;
}
#site-title img {
	height: 40px;
	width: auto;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	clear: right;
	margin: 50px auto 0;
	font-size: 18px;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
	margin-left: 30px;
}
#access ul ul li {
	float: none;
	position: relative;
	margin-left: 0;
}
#access a {
	display: block;
	line-height: 36px;
	text-transform: uppercase;
	height: 36px;
}
#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 {
	line-height: 50px;
	padding: 0 10px;
	width: auto;
	white-space: nowrap;
	height: 50px;
}
#access ul li:hover > ul {
	display: block;
}


/* =Home Page
-------------------------------------------------------------- */

#slideWrap {
	width: 100%;
	height: 400px;
	position: relative;
}
#homeSlides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 400px;
	padding: 0;
	margin: 0;
}
#homeSlides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 400px;
	left: 0;
	top: 0;
	box-shadow: 0px 5px 5px #000 inset, 0px -5px 5px #000 inset;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5) inset, 0px -5px 5px rgba(0,0,0,.5) inset;
}
#homeSlides li:first-child {
	position: relative;
	display: block;
	float: left;
}
#homeSlides li .slideCell {
	width: 1140px;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}
#homeSlides li h2 {
	margin: 0 0 10px
}
#homeSlides li a {
	font-style: italic;
	font-size: 20px;
	float: right;
	display: block;
	padding: 3px 8px;
	border-radius: 2px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
#homeSlides li a:hover {
	text-decoration: none;
}
.slideContent {
	padding: 20px;
	border-radius: 2px;
	box-shadow: 0px 5px 5px #000;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5);
	width: 380px;
}
.left .slideContent {
	margin: 0 auto 0 80px;
}
.right .slideContent {
	margin: 0 80px 0 auto;
}
.dark .slideContent {
	background: #000;
	background: rgba(0,0,0,.8);
	color: #FFF
}
.dark .slideContent h2 {
	color: #FFF;
}
.dark .slideContent a {
	background-color: #FFF;
	color: #333;
	border: solid 2px #FFF;
}
.dark .slideContent a:hover {
	background-color: rgba(255,255,255,0);
	color: #FFF;
}
.light .slideContent {
	background: #FFF;
	background: rgba(255,255,255,.8);
	color: #333;
}
.light .slideContent h2 {
	color: #333;
}
.light .slideContent a {
	background-color: #333;
	color: #FFF;
	border: solid 2px #333;
}
.light a:hover {
	background-color: rgba(51,51,51,0);
	color: #333;
}
.rslides_tabs {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	background: transparent;
}
.rslides_tabs li {
	display: inline-block;
	padding: 3px;
	margin: 20px 5px;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	background-color: #333;
	box-shadow: 0px 3px 3px #333 inset, 0px 1px 1px #999;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,.5) inset, 0px 1px 1px rgba(255,255,255,.5);
}
.rslides_tabs li a {
	display: block;
	font-size: 1px;
	border-radius: 20px;
	width: 10px;
	height: 10px;
}
.rslides_tabs li.rslides_here a, .rslides_tabs li:hover a {
	display: block;
	font-size: 1px;
	border-radius: 20px;
	width: 10px;
	height: 10px;
	box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px rgba(0,0,0,.5), 0px 2px 2px rgba(0,0,0,.1) inset, 0px -2px 2px rgba(0,0,0,.25) inset, 2px 0px 2px rgba(0,0,0,.25) inset, -2px 0px 2px rgba(0,0,0,.25) inset;
}
#navCon {
	position: relative;	
	z-index: 2;
}
.slideNavWrap {
	opacity: 0;
	position: absolute;
	display: block;
	top: -225px;
	overflow: hidden;
	border-radius: 29px;
	width: 29px;
	height: 29px;
	background-color: #333;
	box-shadow: 0px 3px 3px #333 inset, 0px 1px 1px #999;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0px 3px 3px rgba(0,0,0,.5) inset, 0px 1px 1px rgba(255,255,255,.5);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#slideWrap:hover .slideNavWrap {
	opacity: 1;
	display: block;
}
#slidePrev {
	left: 40px;
	padding: 6px 5px 3px 5px;
}
#slideNext {
	right: 40px;
	padding: 6px 0px 3px 10px;
}
#threeColWrap {
	margin: 80px 0;
	clear: both;
}
#threeColWrap section {
	width: 340px;
	float: left;
}
#threeColWrap section.middle {
	margin: 0 60px;
}
.main-home-content {
	padding: 100px 0;
	box-shadow: 0px 5px 5px #000 inset, 0px -5px 5px #000 inset;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5) inset, 0px -5px 5px rgba(0,0,0,.5) inset;
	clear: both;
}
.main-home-content .entry-content {
	padding: 20px;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 5px 5px #000;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5);
}
.main-home-content.light .entry-content {
	color: #333;
	background: #FFF;
	background: rgba(255,255,255,.8);
}
.main-home-content.dark .entry-content {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,.8);
}
#twoColWrap {
	margin: 80px 0;
	clear: both;
}
#twoColWrap section {
	width: 500px;
	float: left;
}
#twoColWrap section.right {
	margin: 0 0 0 140px;
}


/* =Social
-------------------------------------------------------------- */

#socIconWrap {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 100;
}
#socIconWrap a {
	width: 22px;
	height: 23px;
	margin: 0 0 0 5px;
	opacity: .5;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
#socIconWrap a:hover {
	opacity: 1;
}
#socIconWrap img {
	width: 22px;
	height: 23px;
	margin: 0;
}


/* =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
-------------------------------------------------------------- */

label {
	margin-right: 10px;
}
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	font-size: 16px;
	margin: 0 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
}
.widget-area input[type=text] {
	width: 294px;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}
input[type=submit], button {
	border: none;
	border-radius: 2px;
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	padding: 20px;
	font-size: 14px;
	margin-top: 50px;
	background-color: rgba(0,0,0,.05);
	border-radius: 2px;
	text-shadow: 0px 1px 0px rgba(255,255,255,.9);
	box-shadow: 0px 2px 2px rgba(0,0,0,.5);
}
#comments #submit {
	font-size: 20px;
	font-style: italic;
	margin-top: 10px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.5);
}
#comments-title {
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,.5);
}
.commentlist {
	margin-left: none;
	padding: 0;
	list-style: none;
}
.commentlist li {
	padding: 20px 0 40px;
	margin: 0 0 40px;
	border-bottom: solid 1px rgba(0,0,0,.5);
}
cite.fn {
	font-style: normal;
	display: block;
}
.comment-meta {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}
article.comment {
	display: block;
}
#respond input[type=text] {
	border: none;
	display: block;
	margin: 10px 0 !important;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.5);
}
#respond textarea {
	border: none;
	display: block;
	margin: 10px 0 !important;
	width: 100%;
	resize: none;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0,0,0,.5);
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
.form-allowed-tags {
	display: none;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}
.ism_social img {
	margin: 0 0 10px;
	width: 33px;
	height: 34px;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	font-size: 16px;
	color: #FFF;
}
#colophon a {
	color: #FFF;
}
#colophon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#colophon ul li {
	line-height: 40px;
}
#colophon .fourCol {
	width: 225px;
	height: 210px;
	padding-top: 20px;
	float: left;
}
#colophon .fourCol.middleLeft {
	padding: 20px 40px 0 80px;
}
#colophon .fourCol.middleRight {
	padding: 20px 80px 0 40px;
}
#colophon h4 {
	font-size: 22px;
	margin: 0 0 10px;
}
#subFoot {
	width: 100%;
	height: 70px;
	background: rgba(0,0,0,.25);
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	text-shadow: none;
}
#subFoot a {
	color: #FFF;
}
.column4 {
	width: 25%;
	padding: 78px 0 100px;
	float: left;
}
.entry-date {
	font-size: 12px;
}

@import url("custom-css.php");
