/*
Theme Name: Sublime Press
Theme URI: http://www.amplifiii.com/sublime/
Description: Sublime Press is a modern, minimalist, responsive blog theme designed specifically for writers. The responsive layout optimizes the theme for desktop, tablet and mobile devices.
Author: amplifiii
Author URI: http://www.amplifiii.com
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, white, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: sublime
*/


/*-----------------------------------------------------------------------------------*
Index
1 - Import Google Fonts
2 - Basic Styles
3 - Body & Common Classes
4 - Structure - Wraps
5 - Headings
6 - WordPress Styles
7 - 404 Page
8 - Header Styles
9 - Sublime-menu
10 - Sub Menus
11 - Responsive Menu
12 - Social Buttons
13 - Home
14 - Next/Prev Navigation
15 - Entries
16 - Posts and Pages
17 - Pagination
18 - Comments
19 - Sidebar
20 - Footer/Copyright
21 - Search Bar
-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*
1 - Import Google Fonts
-------------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700italic,800italic,400,800,700,600);


/*-----------------------------------------------------------------------------------*
2 - Basic Styles
-------------------------------------------------------------------------------------*/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

figure img {
	max-width: 100%;
}

header, hgroup, footer, section, article, aside {
	display: block;
}



/*-----------------------------------------------------------------------------------*
3 - Body & Common Classes
-------------------------------------------------------------------------------------*/

body {
	background: #FBFCFB;
    font-size: 100%;
    line-height: 1.7em;
    color: #666666;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    
}

#adminheader {
    font-size: 14px;
    color: #ABD6AB;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding-top: 20px;
    
}

a {
    text-decoration: none;
    color: #ed0558;
}

a:hover {
    text-decoration: none;
	color: #999999;
}

p { margin: 0 0 1em 
}

strong { font-weight: 700 
}

em { font-style: italic 
}

pre{
	margin: 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}

.clear { clear: both 
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

ul, li {
    list-style-type: none;
}


/*-----------------------------------------------------------------------------------*
4 - Structure - Wraps
-------------------------------------------------------------------------------------*/

#wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0;
/*	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 180px rgba(0,0,0,.2); */
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
}

#footer-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0px;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	
}

#footer-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
	border-top: 40px solid #F4F3EF;
}

#footer-bottom-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
}

#footer-bottom-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #05ed9a;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
}

#main{
	margin-bottom: 40px;
}


/*-----------------------------------------------------------------------------------*
5 - Headings
-------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #4e4e4e;
    line-height: 1.5em;
	font-weight: normal;
	word-spacing: 2px;
}

h1 {
    font-size: 350%;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h2 { font-size: 200% }

h3 { font-size: 150%;}

h4 { font-size: 113%; }

h1 a,
h2 a,
h3 a,
h4 a { color: #4E4E4E; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #8e8e8e; text-decoration: none; }

.single-title{ margin-bottom: 25px; 
	text-align: center;
	border: 0px solid #000;
	}

.single-title-home{ 
	margin-bottom: 25px; 
	text-align: center;
	border: 0px solid #000;
}

.center-entry{
	text-align: center;
}

#page-heading{
	position: relative;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 20px 0px 30px 0px;
	border-bottom: 5px solid #EEEEEE;
	
}

#page-heading h1,
#page-heading h2{
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
	
}

h2.heading{
	font-weight: normal;
	font-size: 150%;
	text-align: left;
	background: url(images/dot.png) center center repeat-x;
	margin: 0 0 25px;
}

h2.heading span{
	background: #fff;
	padding: 0 20px;
	font-size: 150%;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}


/*-----------------------------------------------------------------------------------*
6 - WordPress Styles
-------------------------------------------------------------------------------------*/

.sticky{
background-color: #DDDDDD;
margin-top: 100px;
}

.gallery-caption{}

.bypostauthor{}

.aligncenter, .alignnone{ 
	display:block;  
	margin: 10px 0;
}

.alignright{ 
	float:right;  
	margin:10px 0 10px 10px
}

.alignleft{ 
	float:left;  
	margin:10px 10px 10px 0
}

.floatleft{ 
	float:left
}

.floatright{ 
	float:right
}

.textcenter{ 
	text-align:center
}

.textright{ 
	text-align:right
}

.textleft{ 
	text-align:left
}

.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;
	height:auto;
	max-width:100%;
}


.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
}

.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

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;
}


/*-------------------------------------------------*
7 - 404 Page
---------------------------------------------------*/

#four-0-four-page {
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
}



/*-------------------------------------------------*
8 = Header Styles
---------------------------------------------------*/

#masterhead-container {
	background-color: #202020;
	border-bottom: 40px solid #F4F3EF;
	margin-bottom: 30px;
}

/*	old limey background-color: #05ed9a; */

#masterhead {
	position: relative;
	padding: 10px 0px 30px 0px;
	max-width: 960px;
	margin: 0 auto;
	/*background-image:url('subtle-pattern-3.jpg');*/
}

#search-container {
	max-width: 100%;
	margin:0 auto;
	border: 0px solid #FFF;

}

#logo{
	text-align: center;
}

#logo a{
	font-size: 1050%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1em;
    border: 0px solid #FFF;
    color: #fcfcfc;
	padding: 0px;
	margin: 0px;
    border: 0px solid #FFF;
    text-shadow: 0px 0px 0px #e6e6e6;
/*    	text-shadow: 1px 1px #fff;*/
/* text-shadow: 0px 1px 1px #777;*/
    	
}

#logo a:hover {
	color: #ffffff;
}

#site-description{
	color: #fcfcfc;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 150%;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0px solid #FFF;
}

#masternav {
	position: relative;
	height: 40px;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}


/*-------------------------------------------------*
9 - Sublime-menu
---------------------------------------------------*/

.sublime-menu,
.sublime-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0px solid #ED0558;
}

.sublime-menu { 
	line-height: 1.0;
 }

.sublime-menu ul {
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}

.sublime-menu ul li { 
	width: 100%;
/*	background-color: #000000; */
}

.sublime-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sublime-menu li {
	display:inline-block;
    position: relative;
}

.sublime-menu a {
    display: block;
    position: relative;
}

.sublime-menu li:hover ul,
.sublime-menu li.sfHover ul {
    left: 0px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}

ul.sublime-menu li:hover li ul,
ul.sublime-menu li.sfHover li ul { top: -999em }
ul.sublime-menu li li:hover ul,
ul.sublime-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}

.sublime-menu a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fcfcfc;
	padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sublime-menu > li > a:focus,
.sublime-menu > li > a:hover,
.sublime-menu > li > a:active,
.sublime-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #ED0558;
}


/*-------------------------------------------------*
10 - Sub Menus
---------------------------------------------------*/

.sublime-menu ul{
	padding: 0;
	font-size: 13px;
	border: 0px solid #ddd;
	height: 20px;
}

.sublime-menu ul a{
	margin: 0px 0px 0px 0px;
	line-height: normal;
	padding: 15px;
	display: block;
	float: none;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: auto;
}
.sublime-menu ul a:focus,
.sublime-menu ul a:hover,
.sublime-menu ul a:active {
	color: #ED0558;
	background: #f9f9f9;
}
.sublime-menu ul .current-menu-item a{

}
.sublime-menu ul li{

}
.sublime-menu ul li:last-child{

}


/*-------------------------------------------------*
11 - Responsive Menu
---------------------------------------------------*/

#masternav select { 
	display: none; 
	width: 70% !important; 
	background: #ED0558;
	color: #fff;
   	font-size: 16px;
   	line-height: 16px;
   	border: 5px solid #F4F3EF;
   	padding-left: 5px;
   	border-radius: 0;
   	height: 34px;
   	margin-top: 5px; 
 	width: 20px;
   	height: 34px;
   	overflow: hidden;
   	-webkit-appearance: none;
}

#masternav .selector { 
	display: none; 
	margin-top: 5px; 
}

.home-post-nav{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------
12 - Social Buttons
------------------------------------------------------------------------------------*/

#social-buttons {
	color: #8E8C84;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;	
}

#social-buttons-pad
{
	padding: 0px 10px 0px 10px;
	display: inline-block;
}

.twitterlinks {
	text-align: center;
	padding-top: 30px;
}

/*------------------------------------------------------------------------------------
13 - Home
-------------------------------------------------------------------------------------*/

.home-wrap{
	border: 0px solid #000; 
}

#home-tagline{
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 0px solid #444;
}

#home-projects .heading{ margin-right: 0px; }

/*home blog*/
#home-posts{ margin-right: 0px; }
#home-posts .heading{ margin-right: 3%; }

.home-entry{
	width: 100%;
	margin-bottom: 40px;
	margin: 0 auto;
}

.home-entry-description { 
	margin-bottom: 60px;
}

.home-entry h3{
	margin: 10px 0px 10px;
	text-align: left;
}


/*------------------------------------------------------------------------------------
14 - Next/Prev Navigation
-------------------------------------------------------------------------------------*/

.navigation{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
}

#single-nav{
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}

#single-nav-left,
#single-nav-right {
	float: left;
	margin-left: 10px;
}

#single-nav a{
	font-size: 150%;
	color: #6bbdc1;
	padding: 12px 10px;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#single-nav-left a:hover,
#single-nav-right a:hover{
    color: #FFF;
	font-style: italic;
}

#single-nav-left a span{
	margin-right: 4px;
}

#single-nav-right a span{
	margin-left: 4px;
	font-size: 12px;
}

/*------------------------------------------------------------------------------------
15 - Entries
-------------------------------------------------------------------------------------*/
.loop-entry{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}

.loop-entry h2{
	margin: -5px 0 0;
	font-size: 18px;
}

.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin: 0 0 10px;
}

.loop-entry-meta span{
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}

.loop-entry-meta span:first-child{
	margin-left: 0;
}

/*------------------------------------------------------------------------------------
16 - Posts and Pages
-------------------------------------------------------------------------------------*/
.postwrap{
	float: left;
	width: 100%;
}

.post{
	float: left;
	width: 100%;
	margin:0 auto;
}

.sidebar-post{
	float: left;
	width: 70%;
	margin:0 auto;
}

.full-width{
	float: none !important;
	width: 100% !important;
}

.entry {
	padding-bottom: 30px;
}

.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal;
}

.read-more {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

/*.read-more :last-child { border-bottom: none;  }*/

.read-more a { color: #ED0558; }

.read-more a:hover { color: #8e8e8e; text-decoration: none; }

/*post meta */
.post-meta{
	color: #999;
	margin: 0px 0 20px;
	text-align: center;
}
.post-meta span{
	margin: 0 10px;
}
.post-meta span:first-child{
	margin-left: 0;
}


/*post thumb*/
.post-thumbnail{
	float: left;
	margin-right: 25px;
}


#in-post-thumbnail{
	margin-bottom: 15px;
/*	border: 4px solid #ddd;
	line-height: 0em
*/
}


/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags span{
	margin-right: 10px;
	color: #666;
}
.post-tags a {
}

/*post tags*/
.tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.tags span{
	margin-right: 10px;
	color: #666;
}
.tags a {
}

/*------------------------------------------------------------------------------------
17 - Pagination
-------------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #444;
}


/*------------------------------------------------------------------------------------
18 - Comments
-------------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: -20px;
	font-size: 13px;
}
#comments{
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 0px dashed #ddd;
}
#comments span{
	color: #666;
	font-size: 14px;
	margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 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-left: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #000;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.reply{
}
.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #ED0558;
}
.comment-meta  .comment-reply-link:hover{
	color: #2e8484;
	border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: -5px;
	margin-bottom: 20px;
}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	background: url("images/small-border.png") left top no-repeat;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}

/*buttons*/
input[type="clean-button"],
#commentSubmit {
	font-size: 12px;
	display: inline-block;
	background: #1E1D1D;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="clean-button"]:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #ED0558;
}
input[type="clean-button"]:active,
#commentSubmit:active {
}


/*------------------------------------------------------------------------------------
19 - Sidebar
-------------------------------------------------------------------------------------*/
#sidebar {
	width: 25%;
	float: right;
}
.sidebar-box {
	margin-bottom: 30px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-top: 100px;
    margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: lowercase;
	font-size: 100%;
	border-bottom: 1px solid #eee;
	border-top: 0px solid #eee;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box li{
	margin-bottom: 5px;
}

#leftsidebar {
	width: 50%;
	float: left;
	padding-right: 10px
}

#rigthsidebar {
	width: 50%;
	float: right;
	padding-left: 10px
}

#sidebar-one,
#sidebar-two,
#sidebar-three,
#sidebar-four {
	width: 225px;
	float: left;
	border: 0px solid #eee;
	margin-right: 20px;

}

#sidebar-four{
	margin: 0;
}

.sidebar-container {
	width: 100%;
}

/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}


/*------------------------------------------------------------------------------------
20 - Footer/Copyright
-------------------------------------------------------------------------------------*/

#footer{
	background: #202020;
	color: #CCCCCC;
	font-size: 12px;
	border-top: 0px solid #F4F3EF;
	border: 0px solid #FFF;
}
#footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
}

#footer  ul{
	margin-left: 0px !important;
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
	width: 225px;
	margin-right: 20px;
}
#footer-four{
	margin: 0;
}


.footer-widget{
	color: #CCCCCC;
	margin: 25px 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 13px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

/*footer bottom*/
#footer-bottom{
	background: #202020;
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 1px solid #444444;
}
#footer-bottom a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom a:hover{
	color: #ED0558;
}


/*footer bottom*/
#footer-bottom2{
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 0px solid #444444;
	text-align: center;
}
#footer-bottom2 a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom2 a:hover{
	color: #ED0558;
}

#copyright {
	margin: 0 auto;
    font-size: 12px;
	color:#666;
	text-align: center;
}

#copyright a{
	color: #ccc;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
}

#footer-menu {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0px;
	color:#555;
}

.centerUL {
        margin: 2px auto;
        line-height: 1.4;
	display: inline;
        text-align: center;
    }


ul.centerUL {
        margin: 2px auto;
        line-height: 1.4;
    }

.centerUL li {
        display: inline;
        text-align: center;
        padding: 0 10px;
    }

#back-to-top{
	position: relative;
	float: right;
	font-size: 12px;
	text-align: right;
}


/*------------------------------------------------------------------------------------
21 - Search Bar
-------------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
	width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}
#search:focus { }


/* General styles for all menus */
 
.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}
 
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}
 
.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
 
.cbp-spmenu a:hover {
    background: #258ecd;
}
 
.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}
 
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
 
.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
}
 
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
 
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}
 
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}
 
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
    left: -240px;
}
 
.cbp-spmenu-right {
    right: -240px;
}
 
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
 
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
 
/* Horizontal menu that slides from the top or bottom */
 
.cbp-spmenu-top {
    top: -150px;
}
 
.cbp-spmenu-bottom {
    bottom: -150px;
}
 
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}
 
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
 
/* Push classes applied to the body */
 
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
 
.cbp-spmenu-push-toright {
    left: 240px;
}
 
.cbp-spmenu-push-toleft {
    left: -240px;
}
 
/* Transitions */
 
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
/* Example media queries */
 
@media screen and (max-width: 55.1875em){
 
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
 
    .cbp-spmenu-top {
        top: -110px;
    }
 
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
 
}
 
@media screen and (max-height: 26.375em){
 
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
 
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
 
    .cbp-spmenu-right {
        right: -190px;
    }
 
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #1E1D1D;
    border: 4px solid #F4F3EF;
    border-radius: 5px;
    bottom: 60px;
    color: #ED0558;
    content: attr(title);
    left: -20px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 60px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.tooltip:hover:before{
    border: solid;
    border-color: #fff transparent;
    border-width: 10px 10px 0 10px;
    bottom: 53px;
    content: "";
    left: 16px;
    position: absolute;
    z-index: 99;
}

/* General button style (reset) */
.btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 50px;
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	margin:10px;
	width:260px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #FF6600;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}


/* Button 6c */
.btn-6c {
	border: 4px solid #FF6600;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #FF6600;
}
