/*-----------------------------------------------------------

    Theme Name: Centre
	Version: 1.0
    Description: Premium WordPress theme by WPExplorer
    Author: WPExplorer
    Author URI: http://www.wpexplorer.com
    Designed & Developed by WPExplorer
	Theme URI: http://www.wpexplorer.com/thoughts-wordpress-theme
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: light, flexible-width, custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options, translation-ready
	
		
/* Reset
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Body & Main
================================================== */
body {
	background: #333 url('images/graywall.png');
	font: 14px/1.8 'Open Sans', Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
body a {
	color: #1ba1e2;
}
body a:hover {
	color: #000;
}

#wrap{
	position: relative;
	margin: 80px 140px;
}

#main-content,
#header,
#footer {
	max-width: 1200px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

/* Commons
================================================== */

.remove-margin{
	margin-right: 0 !important;
}
.column-1 {
    width: 48%;
}

.column-3 {
    width: 30.66%;
}

.column-4 {
    width: 22%;
}

.column-5 {
    width: 16.8%;
}

.column-6 {
    width: 13.33%;
}

.column-2, .column-3, .column-4, .column-5, .column-6 {
    position: relative;
    margin-right: 4%;
    margin-bottom: 2em;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	clear: both;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin: 40px;
	padding: 30px;
	font-style: italic;
	font-weight: 300;
	color: #909090;
	font-size: 1.143em;
	border-left: 5px solid #909090;
	background-color: #eee;
}

blockquote p:last-child {
	margin: 0;
}

pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 40px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #ddd;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

address {
	letter-spacing: 1px;
	margin: 20px 0;
}

#page-featured-img {
	position: relative;
	margin-bottom: 25px;
}

#page-featured-img img {
	display: block;
	width: 100%;
}

/* Lists
================================================== */
.post-entry-content ul {
	margin: 30px 0 30px 20px;
}

.post-entry-content ol {
	margin: 30px 0 30px 25px;
}

.post-entry-content ul {
	list-style: disc;
}

.post-entry-content ol {
	list-style: decimal;
}

.post-entry-content ul li, .entry ol li {
	margin: 0 0 5px;
}


/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	font-weight: 300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #fo9609;
	text-decoration: none;
}

.post-entry-content h2, .post-entry-content h3, .post-entry-content h4, .post-entry-content h5, .post-entry-content h6 {
	margin: 60px 0 30px;
}

h1 {
	font-size: 24px;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

p {
	margin: 0 0 20px;
}

.entry p:last-child {
	margin: 0;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 80%;
}

hr {
	border: solid #eee;
	border-width: 1px 0 0;
	clear: both;
	margin: 40px 0;
	height: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a {
	outline: 0;
}

p a, p a:visited {
	line-height: inherit;
}

a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}


/* Headings
================================================== */

/*page heading*/
#page-heading {
	position: relative;
	margin-top: -40px;
	margin-bottom: 60px;
	text-align:  center;
	padding:  40px;
	background: #ccc;
	background: rgba(255,255,255,0.3);
	border-top: 5px #f09609 solid;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#page-heading h1,
#page-heading h2 {
	margin: 0;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1em;
	font-size: 24px;
}
#page-heading span{
	margin-right: 10px;
}


/* Header
================================================== */

/*header*/
#header-wrap{
	position: relative;
	background: #000;
	padding: 50px 25px;
	margin-bottom: 40px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

/*search*/
#search-toggle {
	background: url("./images/search.png") center center;
	position: absolute;
	display: block;
	right: 15px;
	top: 15px;
	opacity: 0.7;
	height: 20px;
	width: 20px;
}

#search-toggle:hover {
	opacity: 1;
}

#header-search{
	display: none;
}

#header-search input[type="search"] {
	color: #fff;
	font-weight: 300;
	text-align: right;
	background: #ccc;
	background: rgba(255,255,255,0.3);
	letter-spacing: 1px;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
}

/*logo*/
#logo{
	margin: 0 auto;
	text-align: center;
}
#logo h2 a {
	display: block;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #fff;
}

#logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

#logo h2 {
	margin: 0;
	line-height: 1em;
	font-size: 5em;
	font-weight: 300;
}
#logo h2 span{
	color: #aaa;
	display: block;
	line-height: 1em;
	font-size: .25em;
	font-weight: 300;
	margin-top: 5px;
}


/* Main Navigation
================================================== */

/*hide responsive nav*/
#top-bar .selector,
#navigation .selector {
	display: none;
}

/*core*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu {
	line-height: 1.0;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 180px;
}

.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit;
}

.sf-menu li {
	position: relative;
}

.sf-menu a {
	position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 32px;
	z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 180px;
	top: 1px;
}

/*styling*/
#navigation {
	position: relative;
	margin-top: 25px;
	height: 32px;
	text-align: center;
}

#navigation .sf-menu li {
	position: relative;
}

#navigation .sf-menu > li {
	display: inline;
	display: inline-block;
	margin-right: 10px;
}

#navigation .sf-menu > li:last-child {
	margin: 0;
}

#navigation .sf-menu a {
	display: inline;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#navigation .sf-menu > li > a:hover,
#navigation .sf-menu > .current-menu-item > a,
#navigation .sf-menu > .current-menu-item > a:hover,
#navigation .sf-menu > li.sfHover > a{
	color: #fff;
	background: #1ba1e2;
}

#navigation .sf-menu > li:hover > ul, .sf-menu li.sfHover > ul {
	top: 32px;
}

#navigation ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul,
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px;
	top: 0;
}
#navigation .sf-menu ul {
	position: absolute;
	nowhitespace: afterproperty;
	top: -999em;
	width: 200px;
	z-index: 9999;
	left: 0;
	background: #222;
}

#navigation .sf-menu ul li {
	border-bottom: 1px solid rgba(255,255,255,0.05);
}

#navigation .sf-menu ul li:first-child {
	border-top: 0;
}

#navigation .sf-menu ul li:last-child {
	border-bottom: 0;
}

#navigation .sf-menu ul a {
	text-align: left;
	display: block;
	padding: 8px 10px;
	color: #fff;
	height: auto;
	margin: 0px;
	border: 0px;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: 300;
	text-shadow: none;
	text-transform: none;
}

#navigation .sf-menu ul li > a:hover {
	color: #fff;
	background: #1ba1e2;
}


/*Homepage Inroduction
================================================== */
#site-intro {
	margin-top: -40px;
	margin-bottom: 80px;
	padding: 0 40px 40px;
	border-top: 5px #f09609 solid;
	background: #ccc;
	background: rgba(255,255,255,0.2);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#site-intro-img {
	float: left;
	max-width: 40%;
	margin-top: 40px;
	margin-right: 40px;
}

#site-intro-img img {
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#site-intro-info {
	display: block;
	color: #fff;
	margin-top: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#site-intro-info h1,
#site-intro-info h2,
#site-intro-info h3,
#site-intro-info h4,
#site-intro-info p {
	color: #fff;
}


/* Posts
================================================== */
.post-entry{
	margin-bottom: 80px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.post-entry-text {
	padding: 40px;
}

.post-entry-content {
	padding-top: 20px;
}

.post-entry header {
	margin: 0;
}

.post-entry header h2 a{
	color: #fff;
	font-weight: 400;
}

.post-entry-content a.read-more{
	background: url("./images/read-more.png") right center no-repeat;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
	font-size: 11px;
	color: #fff;
	opacity: .7;
}

.post-entry-content a.read-more:hover {
	opacity: 1;
}

.single .post-entry{
	margin-bottom: 40px;
}

.post-entry p:last-child {
	margin: 0;
}

.post-entry-thumbnail img,
.post-entry-thumbnail a,
.post-entry-video{
	display: block;
	width: 100%;
}

.post-entry-thumbnail {
	overflow: hidden;
}

.post-entry img{
	box-shadow: #000 0em 0em 0em; /*fixes hover issue in FF*/
}

.post-entry header h1,
.post-entry header h2 {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 26px;
	font-weight: 900;
}

.post-entry header h1 {
	font-weight: 400;
	font-size: 28px;
	color: #000;
}

.post-entry header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-entry header li {
	display: inline;
	margin-right: 5px;
}

.post-meta{
	font-size: 12px;
}

.post-entry header h2 a,
.post-entry .post-meta a {
	color: #fff;
}

.post-entry .post-meta,
.post-entry .post-meta a {
	color: rgba(255, 255, 255, 0.7);
}

.post-entry .post-meta a:hover {
	color: rgba(255, 255, 255, 1);
}

#post-single .post-meta,
#post-single .post-meta a,
#post-single .post-meta .meta-date {
	color: #888;
}

#post-single header {
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-entry.format-quote .quote-content {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	padding: 40px;
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 300;
	text-align: center;
}
.quote-author{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	font-size: 0.750em;
	text-transform: none;
	font-style: italic;
	font-weight: 300;
}

.post-entry.format-video {
	display: block;
	color: #fff;
	background: #e51400; /*red*/
}

.post-entry.format-image {
	display: block;
	color: #fff;
	background: #8cbf26; /*lime*/
}

.post-entry.format-audio {
	display: block;
	color: #fff;
	background: #f09609; /*orange*/
}

.post-entry.format-link {
	display: block;
	color: #fff;
	background: #a200ff; /*purple*/
}

.post-entry.format-gallery {
	display: block;
	color: #fff;
	background: #339933; /*green*/
}

.post-entry.format-standard{
	display: block;
	color: #fff;
	background: #1ba1e2; /*blue*/
}

body.single-format-quote .post-entry.format-quote,
.post-entry.format-quote {
	display: block;
	color: #fff;
	background: #00aba9; /*teal*/
}

.single-post .post-entry {
	background: #fff;
	color: #444;
}

#post-tags {
	text-align: center;
	border-top: 1px solid #efefef;
	padding-top: 40px;
	margin-top: 40px;
}

#post-tags a {
    display: inline;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
	background: #000;
	padding: 5px 8px;
	font-size: 0.875em !important;
	line-height: 1.4em !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
}

#post-tags a:hover {
	background: #00aba9;
}

.post-entry-footer{
	margin-top: 30px;
}
.post-entry-footer p{
	margin-bottom: 5px;
}

.post-prev,
.post-next {
	position: fixed;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	z-index: 1;
}

.post-prev a,
.post-next a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	opacity: .5;
}

.post-prev a:hover,
.post-next a:hover {
	opacity: 1;
	color: #fff;
}

.post-next {
	right: 10px;
}

.post-next a {
	background: url("./images/next.png") right center no-repeat;
	float: right;
	padding-right: 35px;
}

.post-prev {
	left: 10px;
}

.post-prev a {
	background: url("./images/previous.png") left center no-repeat;
	float: left;
	padding-left: 35px;
}

/* Pages
================================================== */
#page-single.post-entry{
	margin-bottom: 40px;
	background: #fff;
	color: #444;
}

#page-single h1{
	font-size: 26px;
}


/* Pagination
================================================== */
.page-pagination {
	margin-top: -40px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.page-of-page span.inner {
	padding: 0 10px;
}

.page-of-page {
	position: absolute;
	right: 0;
}

.page-of-page, .page-pagination a,
.page-pagination span.outer {
	font-size: 0.875em;
	font-weight: 300;
	line-height: 35px;
	height: 35px;
	text-align: center;
	margin-right: 7px;
	display: block;
	float: left;
	color: #fff;
	background: #000;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.page-pagination a,
.page-pagination span.outer {
	width: 35px;
}

.page-pagination a:hover,
.page-pagination span.current {
	color: #fff;
	background: #1ba1e2;
	text-decoration: none;
}

/* Search
================================================== */

/*main*/
input[type="search"] {
	background: #fff;
	color: #777;
	font-family: 'Open Sans', Helvetica Neue,Helvetica,Arial;
	font-size: 0.813em;
	font-style: italic;
	padding: 0 15px 0 15px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
}
#footer input[type="search"] {
	background: #fff url("./images/search-dark.png") no-repeat 96% center;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

#search-results-page {
	background: #1ba1e2;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: -20px 0 40px;
	padding: 40px;
}


/* Gallery
================================================== */
.gallery-caption {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}

.tiled-gallery{
	margin: 40px auto !important;
}

.tiled-gallery img:hover{
	opacity: 0.9;
}

/* Forms / Inputs / Buttons
================================================== */
input[type="text"], input[type="password"] {
	height: 40px;
	line-height: 40px;
}

input[type="text"], input[type="password"], textarea {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	background: #fafafa;
	border: 1px solid #f7f7f7;
	color: #000;
	display: block;
	font-size: 12px;
	margin-left: 0;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-appearance: none;
}

textarea {
	width: 100%;
	padding: 15px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}

.entry button, .entry input[type="button"], .entry input[type="submit"], #commentsbox input[type="submit"], .wpcf7-form input[type="submit"] {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	outline: none;
	border: none;
	background: #8cbf26;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	cursor: pointer;
	-webkit-appearance: none !important;
}

.entry button:hover, .entry input[type="button"]:hover, .entry input[type="submit"]:hover,#commentsbox input[type="submit"]:hover, .wpcf7-form input[type="submit"]:hover {
	background: #339933;
	opacity: 0.85;
}

.entry button:active, .entry input[type="button"]:active, .entry input[type="submit"]:active, #commentsbox input[type="submit"]:active, .wpcf7-form input[type="submit"]:active {
	top: 1px;
}

/* Comments
================================================== */
#commentsbox {
	border-top: 1px solid #efefef;
	padding-top: 40px;
	margin-top: 40px;
}
h3.comments-title {
	margin: 0 0 30px;
	font-size: 1.3em;
}

.comment-details ul {
	margin: 0;
}

.commentlist {
	margin: 0;
}

.commentlist li {
	list-style: none;
	margin: 0;
}

.children li.depth-2 {
	margin: 0 0 0px 65px;
}

.children li.depth-3 {
	margin: 0 0 0px 65px;
}

.children li.depth-4 {
	margin: 0 0 0px 65px;
}

.children li.depth-5 {
	margin: 0 0 0px 65px;
}

.children li.depth-6 {
	margin: 0 0 0px 65px;
}

.children li.depth-7 {
	margin: 0 0 0px 65px;
}

.children li.depth-8 {
	margin: 0 0 0px 65px;
}

.children li.depth-9 {
	margin: 0 0 0px 65px;
}

.children li.depth-10 {
	margin: 0 0 0px 65px;
}

.comment-body {
	position: relative;
	margin-bottom: 30px;
	background: #efefef;
	padding: 30px 25px 30px 100px;
	
}

.comment-details {
	font-size: 13px;
}

.comment-avatar {
	position: absolute;
	left: 25px;
	top: 25px;
}

.comment-avatar img {
	display: block;
	border: 5px #ccc solid;
}

.comment-author{
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.comment-author, .comment-author .author a:link, .comment-author .author a:visited {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-weight: 300;
	font-family: 'Open Sans';
}

.comment-date a {
	color: #444;
}

.comment-reply-link {
	color: #666;
	font-family: 'Open Sans';
}
.comment-reply-link:hover{
	color: #1ba1e2;
	text-decoration: none;
}

.comment-reply-link:before {
	content: "\b7\a0";
}

#cancel-comment-reply-link {
	color: #e51400;
}
#cancel-comment-reply-link:hover{
	color: #1ba1e2;
}
.commentlist .children {
	margin: 0;
}

#comments-logged-in {
	margin-bottom: 30px;
	margin-top: 10px;
	font-size: 13px;
}

#log-out {
	float: right;
	margin-top: -56px;
}

.form-submit {
	margin-bottom: 0;
	height: 70px;
}

h3#reply-title {
	margin: 50px 0 25px;
	font-size: 1.3em;
}
.children #commentform textarea {
	width: 95.6%;
}

#commentform input {
	/*float: left;*/
	margin-right: 10px;
}

#commentform label {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 300;
}

#commentsbox span.required {
	color: #e51400;
	font-size: 9px;
}
#commentform input#author, #commentform input#email, #commentform input#url {
	font-size: 13px;
	width: 40%;
	margin-top: 0;
}

#commentform textarea {
	font-size: 13px;
	width: 100%;
	margin-top: 10px;
}


/* Footer
================================================== */
#footer-wrap{
	background: #000;
	padding: 40px 40px 0;
	margin-bottom: 100px;
	font-size: 13px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

#footer {
	color: #ccc;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #fff;
}

#footer h1 a,
#footer h2 a,
#footer h3 a,
#footer h4 a,
#footer h5 a,
#footer h6 a{
	color: #fff;
}

#footer-widgets h6{
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#footer a,
#footer p {
	color: #aaa;
}
#footer a:hover{
	color: #fff;
}

.footer-box{
	float: left;
	width: 48%;
	margin-right: 4%;
}

.footer-widget{
	margin-bottom: 40px;
}

#back-to-top{
	background: url("./images/back-to-top.png") center center no-repeat;
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	bottom: -90px;
	left: 50%;
	margin-left: -20px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	opacity: .5;
}

#back-to-top:hover {
	opacity: 1;
}

/* Widgets
================================================== */
.tagcloud a {
    float: left;
    display: block;
    margin-bottom: 8px;
    margin-right: 8px;
	background: #1ba1e2;
	padding: 5px 8px;
	font-size: 0.875em !important;
	line-height: 1.4em !important;
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
	transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
}

.tagcloud a:hover {
	color: #fff !important;
	background: #00aba9;
}

#wp-calendar {
    font-size: 11px;
    width: 100%;
}

#wp-calendar tfoot td.pad {
    background-color: transparent;
}

#wp-calendar tbody td {
    padding: 5px 0;
    text-align: center;
	border: 1px solid #222;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
}

#wp-calendar tbody td:hover {
    background: #8cbf26;
    color: #fff;
}

#wp-calendar tfoot td {
    padding-top: 5px;
}

#wp-calendar caption {
    background: #444;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
	font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    outline: 0 none !important;
    padding: 12px;
    text-align: center;
}

#wp-calendar tbody a {
    display: block;
}

#wp-calendar td.pad {
	background: #111;
}

#wp-calendar th {
    text-align: center;
    color: #fff;
    border-top: none;
    padding: 5px 0;
    background: #444;
}

#sidebar .widget_nav_menu ul ul{
	margin-left: 10px;
}

#footer .tweets a{
	color: #1ba1e2;
}

.tweets li, #footer .widget_recent_entries li, #footer .widget_categories li, #footer .widget_archive li, #footer widget_meta li, #footer .wpex-taxonomies-widget li, #footer #footer .wpex-recent-post-types-widget li, #footer .widget_pages li, #footer .widget_links li {
	display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tweets ul, #footer .widget_recent_entries ul, #footer .widget_categories ul, #footer .widget_archive ul, #footer widget_meta ul, #footer .wpex-taxonomies-widget ul, #footer #footer .wpex-recent-post-types-widget ul, #footer .widget_pages ul, #footer .widget_links ul {
	display: block;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}



/* 404 Page
================================================== */
#error-page {
	background: #1ba1e2;
	margin-bottom: 40px;
}

#error-page .post-entry-text {
	padding: 60px 0;
}

#error-page img {
	max-width: 60%;
	display: block;
	margin: 0 auto;
}

/* WordPress Styles
================================================== */

/*aligns*/
.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

/*floats*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*text style*/
.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

/*captions*/
.wp-caption {
	max-width: 100% !important;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	max-width: 100%;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*smiley reset*/
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

/*blockquote*/
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/*img attachment*/
#img-attch-page {
	text-align: center;
	overflow: hidden;
}

#img-attch-page img {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 20px;
}

/* Contact 7 Style
================================================== */
.wpcf7-form {
    font-weight: 300;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
    position: relative;
}

.wpcf7-form input[type="submit"] {
    margin-top: 0;
}

.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7-form p {
    margin: 0 0 15px;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
    background-color: #343e46;
    border: medium none !important;
    color: #fff;
    padding: 8px 25px;
    text-align: center;
    margin: 0;
    font-weight: 300;
}

div.wpcf7-validation-errors {
    margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    color: #fff;
}
