/*
Theme Name: Confidence
Theme URI: https://testblog.traveller.ee
Description: Personal Blog & Magazine Wordpress Theme.
Author: Rifki Aria Gumelar/Inzman
Author URI: http://themeforest.net/user/rifki/
Version: 1.0
Tags: black, white, three-columns, four-columns, left-sidebar, right-sidebar, unlimited-colors, full-width, contact-form, theme-options, shortcodes, responsive, slider, custom-widgets, social-counter, post-formats, dropdown-menu, custom-metabox 

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import  url('stylesheets/reset.css');
@import  url('stylesheets/960.css');*/

/* TABLE OF CONTENT 
 * ================================================
 * 1. BASE
 * 2. HEADER
 * 3. NAVIGATIONS
 * 4. MAIN CONTENT
 * 5. FOOTER
 * 6. WIDGET
 * 7. EXTRAS
 **/
 
/* 1. BASE
 * ================================================ */
body{
	background:#f3f3f3 url('images/bg.png') repeat scroll top left;
	/*border-top:5px solid #222;*/
	color:#484848;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:20px;
}
::selection, ::-moz-selection{
	background:#000;
	color:#fff;
	text-shadow:none
}
img::selection, img::-moz-selection{
	background:transparent
}

/* Heading 
 * ----------------------------------------------- */
 
h1, h2, h3, h4, h5, h6{
	color:#454545;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:400;
	margin-bottom:20px
}
h1{
	font-size:26px;
	line-height:34px;
}
h2{
	font-size:22px;
	line-height:30px;
}
h3{
	font-size:16px;
	line-height:24px
}
h4{
	font-size:14px;
	line-height:22px
}
h5{
	font-size:12px;
	line-height:20px
}
h6{
	font-size:10px;
	line-height:18px;
	text-transform:uppercase;
}
hr{
	border:solid #eee; 
	border-width:1px 0 0; 
	clear: both; 
	margin:10px 0 20px; 
	height:0;
}
hr.dotted{
	border-style:dotted;
}
hr.dashed{
	border-style:dashed;
}

/* General Elements
 * ----------------------------------------------- */
 
p{
	line-height:20px;
	margin-bottom:20px;
}
strong, b, cite{
	font-weight:700;
}
small, .small{
	font-size:80%;
}
em, i, cite{
	font-style:italic;
}
a{
	color:#484848;
	text-decoration:none;
}
a:hover{
	color:#484848;
	text-decoration:underline;
}

/* Media 
 * ----------------------------------------------- */
 
img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"]{
	max-width:100%;
	border:0;
	height:auto;
}
img.wp-smiley{
	border:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}
img.alignleft{
	float:left;
	margin:5px 20px 0px 0px;
}
img.alignright{
	float:right;
	margin:5px 0px 0px 20px;
}
img.alignnone{
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	clear:both;
}
*:focus{
	outline:none
}

/* Preformatted text 
 * ----------------------------------------------- */
 
pre {
    border:1px solid #ccc;
    word-wrap:break-word;
    padding:6px 10px;
    line-height:19px;
    margin-bottom:20px;
}
code {
    border:1px solid #eaeaea;
    margin:0px 2px;
    padding:0px 5px;
    font-size:12px;
}
pre code {
    border:0px;
    padding:0px;
    margin:0px;
    border-radius:0px;
}
pre, code {
    font-family:'Bitstream Vera Sans Mono', Courier, monospace;
    color:#333;
    background:#f8f8f8;
    border-radius:3px;
}
pre, pre code {
    font-size:13px;
}
pre .comment {
    color:#998;
}
pre .support {
    color:#0086B3;
}
pre .tag, pre .tag-name {
    color:navy;
}
pre .keyword, pre .css-property, pre .vendor-prefix, pre .sass, pre .class, pre .id, pre .css-value, pre .entity.function, pre .storage.function {
    font-weight:bold;
}
pre .css-property, pre .css-value, pre .vendor-prefix, pre .support.namespace{
    color:#333;
}
pre .constant.numeric, pre .keyword.unit, pre .hex-color{
    font-weight:normal;
    color:#099;
}
pre .entity.class{
    color:#458;
}
pre .entity.id, pre .entity.function{
    color:#900;
}
pre .attribute, pre .variable{
    color:teal;
}
pre .string, pre .support.value {
    font-weight:normal;
    color:#d14;
}
pre .regexp{
    color: #009926;
}
abbr, acronym, dfn{
	border-bottom: 1px dotted #666;
	cursor: help;
}
address{
	display: block;
	margin: 0 0 20px;
}
ins{
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup{
	bottom:1ex;
}
sub{
	top:.5ex;
}

/* Table 
 * ----------------------------------------------- */
 
table {
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	margin:0 0 20px;
	width:100%
}
td,th {
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
	padding:5px 10px
}
th {
	background-color:#f7f7f7;
	font-weight:700
}

/* List 
 * ----------------------------------------------- */
 
ul,ol {
	margin:0 0 20px 40px;
	line-height:20px;
}
ul ul,ol ol {
	margin:10px 10px 10px 40px
}
ul ul {
	list-style-type:square
}
ol ol {
	list-style-type:lower-alpha
}
ul {
	list-style-type:disc
}
ol {
	list-style-type:decimal
}
dl {
	margin: 0 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}

/* Blockquote 
 * ----------------------------------------------- */
 
blockquote, blockquote p { 
	font-size:19px; 
	font-style:italic;
    font-weight:600;
	color:#000; 
}
blockquote { 
	border-left:3px solid #44D13A;
	margin:20px 20px 20px 0;
	padding:0 0 0 10px;
}
blockquote p {
	margin-bottom:0px
}
blockquote cite { 
	display:block; 
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:700;
	color:#777; 
}
blockquote cite:before { 
	content: "\2014 \0020"; 
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { 
	color: #777
}

/* Form Element 
 * ----------------------------------------------- */

input[type=text],input[type=url],input[type=email],input[type=password],textarea,select {
	background-color:#f2f2f2;
    border-color:#ccc;
	border-style:solid;
	border-width:1px;
    border-radius:0;
	color:#484848;
	font:normal normal 16px/20px 'ProximaNova', Helvetica, Arial, sans-serif;
	min-height:20px;
	line-height:20px;
	padding:15px 20px;
	margin:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type=submit] {
	background-color:#2bb656;
	border:1px solid #2bb656;
    border-radius:0;
	color:#fff;
	display:inline-block;
    font-family:'Rubik', sans-serif;
	font-size:14px;
	font-weight:500;
    letter-spacing:1px;
    line-height:48px;
	margin:4px;
    min-width:240px;
	padding:0 10px;
    text-transform:uppercase;
	cursor:pointer;
    vertical-align:top;
}
input[type=submit]:hover {
	color:#fff
}
textarea {
	min-height:60px; 
}
label, legend {
	display:block;
	font-weight:bold;
}
select {
	width:220px; 
}
input[type="checkbox"] {
	display:inline;
}
label span, legend span {
	font-weight:normal;
	color:#444;
}
.widget_search input[type="text"] {
	width:184px;
}
.gecko .widget_search input[type="text"]{
	width:174px;
}

/* Helper Classes
 * ----------------------------------------------- */

.left{
	float:left
}
.right{
	float:right
}
.alignleft{
	display:inline;
	float:left;
	margin-right:20px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:20px;
}
.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.hidden{
	display:none;
}
.invisible{
	visibility:hidden;
}

/* 2. HEADER
 * =============================================== */
 
#header-container {
	clear:both;
	padding:0;
    position:relative;
}
.single #header-container {
    margin-bottom:50px;
}
#header {
	/*background:#353535 url('images/strip.png') repeat scroll top left;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);*/
    left:0;
	padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1;
}
#branding {
	margin:0;
	padding:0px;
}
#site-logo{
	margin:5px 5px 0 10px;
    width:70px;
}
#site-logo img{
    height:auto;
    width:100%;
}
h1#site-title{
	font-weight:700;
	margin:0 0 5px;
}
h1#site-title a{
	color:#fff
}
h1#site-title a:hover{
	color:#fff;
	text-decoration:none;
}
h1#site-logo-image{
	margin:0;
}
h2#site-description{
	color:#ccc;
	font-size:12px;
	line-height:16px;
	margin:0;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.3)
}
#primary-nav-bar{
	float:right;
    margin-right:20px;
    padding-top:15px;
}
#secondary-nav-bar{
	background:#fff;
	border-radius:0px 0px 2px 2px;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.banner-ad{
	float:right;
	width:468px;
	height:60px;
}
.banner-ad img{
	padding:2px;
	background:#353535;
	border:1px solid #222;
}

/* 3. NAVIGATIONS
 * ================================================ */

.sf-menu,.sf-menu *{
	list-style:none;
	margin:0;
	padding:0
}
.sf-menu{
	line-height:1.0
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:160px
}
.sf-menu ul li{
	width:100%
}
.sf-menu li:hover{
	visibility:inherit
}
.sf-menu li{
	float:left;
	position:relative
}
.sf-menu a{
	display:block;
	position:relative
}
.sf-menu a:hover{
	text-decoration:none;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul{
	left:0;
	top:35px;
	z-index:100
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul{
	top:-999em
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul{
	left:10em;
	top:0
}

/* Primary Menu
 * ------------------------------------------------------- */
/*
#primary-nav > ul {
	float:left;
	list-style-type:none;
	margin:10px 0px;
	padding:0px
}
*/
#primary-nav select {
	background-color:#333;
	border-color:#222 #444 #444 #222;
	box-shadow:0px 0px 1px rgba(0,0,0,0.1);
	color:#ccc;
	display:none;
	margin:10px;
}
/*
#primary-nav > ul > li {
	border-left:1px solid #444;
	border-right:1px solid #222;
	float:left;
	margin:0;
	padding:0;
}
#primary-nav > ul > li:first-child {
	border-left:none;
}
#primary-nav > ul > li:last-child {
	border-right:none;
}
#primary-nav > ul > li > a {
	background-color:transparent;
	color:#ccc;
	display:block;
	font-size:12px;
	font-weight:700;
	padding:8px 20px;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.2);
	text-transform:uppercase;
}
#primary-nav > ul > li > a:hover, #primary-nav > ul > li.sfHover > a {
	color:#fff;
}
#primary-nav > ul > li.current > a, #primary-nav > ul > li.current-cat > a, #primary-nav > ul > li.current-menu-item  > a {
	color:#fff;
	font-weight:700;
}
#primary-nav > ul > li:hover > ul,#primary-nav > ul > li.sfHover > ul {
	background:transparent url('images/submenu-triangle.png') no-repeat 20px 10px;
	left:0;
	padding-top:16px;
	top:35px;
	width:160px;
}
#primary-nav > ul > li > ul li:hover ul,#primary-nav > ul > li > ul li.sfHover ul {
	background:transparent url('images/submenu-left-triangle.png') no-repeat 1px 15px;
	left:168px;
	padding-top:0;
	padding-left:7px;
	top:0;
	width:160px;
}
#primary-nav > ul > li > ul li a {
	color:#ccc;
	background:rgba(51,51,51,0.95);
	border-top:1px solid #454545;
	border-bottom:1px solid #282828;
	display:block;
	font-weight:400;
	padding:10px 15px;
}
#primary-nav > ul > li > ul li:first-child > a{
	border-radius:2px 2px 0 0;
	border-top:none
}
#primary-nav > ul > li > ul li:last-child > a{
	border-bottom:none;
	border-radius:0 0 2px 2px;
}
#primary-nav > ul > li > ul li a:hover {
	color:#fff;
}
*/

/* Social Icons
 * ------------------------------------------------------- */

ul#social-link{
	float:right;
	list-style:none;
	margin:0;
	padding:0
}
ul#social-link li{
	float:left
}
ul#social-link li a{
	background:#fff;
	border-left:1px dotted #eee;
	width:40px;
	height:40px;
	color:#fff;
	display:inline-block;
	text-indent:-999em
}
ul#social-link li a.facebook{
	background:url('images/icons/facebook.png') no-repeat center center
}
ul#social-link li a.twitter{
	background:url('images/icons/twitter.png') no-repeat center center
}
ul#social-link li a.dribbble{
	background:url('images/icons/dribbble.png') no-repeat center center
}
ul#social-link li a.google{
	background:url('images/icons/google.png') no-repeat center center
}
ul#social-link li a.linkedin{
	background:url('images/icons/linkedin.png') no-repeat center center
}
ul#social-link li a.stumble{
	background:url('images/icons/stumble.png') no-repeat center center
}
ul#social-link li a.rss{
	background:url('images/icons/rss.png') no-repeat center center
}

/* Newsticker
 * ------------------------------------------------------- */
 
#newsticker-wrapper{
	width:620px;
	height:40px;
}
#newsticker-wrapper .mask { 
	margin:0px 20px;
	width:580px;
	overflow:hidden;
	height:40px;
}
#newsticker {
	font-weight:700;
	position:relative;
}
#newsticker ul {
	display:none;
	list-style:none;
	margin:0;
	top:10px;
	left:20px;
	padding:0;
	position:relative;
}
#newsticker li{
	float:left;
	margin-left:15px;
}
#newsticker li:first-child{
	margin-left:0;
}
#newsticker li a{
	color:#666;
}
#newsticker li a:hover{
	color:#f79100;
	text-decoration:none;
}

/* Breadcrumbs
 * ------------------------------------------------------- */
 
#breadcrumbs{
	color:#999;
	font-weight:700;
	padding:10px 0px 10px 20px;
	position:relative;
}
#breadcrumbs a{
	font-weight:700;
	color:#666;
}
#breadcrumbs a:hover{
	color:#f79100;
	text-decoration:none;
}
#breadcrumbs span.sep{
	font-weight:400;
	font-family:Verdana;
	margin:0px 3px;
}

/* Page Navigation
 * ------------------------------------------------------- */
 
#navigation{
	margin-top:10px;
	margin-bottom:20px
}
#navigation .pagenavi{
	margin:0;
	padding:0;
}
#navigation a, #navigation .pagenavi a, #navigation .pagenavi span{
	background:#fff;
	border-radius:2px;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	color:#666;
	display:inline-block;
	font-weight:700;
	float:left;
	margin-right:5px;
	padding:5px 10px;
}
#navigation a:hover, #navigation .pagenavi a:hover{
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-color:#f79100;
	background:url(images/gloss.png) repeat-x 0 -35px #f79100;
	color:#fff;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.1);
	text-decoration:none;
}
#navigation .pagenavi .current{
	box-shadow:1px 1px 1px rgba(0,0,0,0.1);
	border-color:#f79100;
	background:url(images/gloss.png) repeat-x 0 -35px #f79100;
	color:#fff;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.1);
}
#navigation .pagenavi span.pages{
	float:left
}

/* 4. MAIN CONTENT
 * ================================================ */
 
#main{
	/*margin-bottom:20px;*/
}
.home #main{
    margin-bottom:0;
}
#primary{

}
#content{
	line-height:20px;
}
#secondary{

}
#all_posts {
    padding-bottom:20px;
}

/* Entry
 * ------------------------------------------------------- */
 
.post-box{
	margin-bottom:20px;
}
.post-box.omega {
	clear:right;
}
.post-box.alpha {
	clear:left;
}
.entry, .singular-entry{
	/*
    background:#fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	border-radius:2px;
	margin:0px;
	padding:0px;
    */
}
.entry-header, .entry-summary, .entry-footer{
	margin-bottom:15px;
}
.entry-title{
	font-family: 'Rubik', sans-serif;
    font-size:22px;
	font-weight:700;
	line-height:1.2;
    line-height:1.25;
	margin-bottom:0px
}
.entry-title a{
	color:#454545
}
.entry-title a:hover{
	color:#454545;
	text-decoration:none;
}
.entry-meta {
    font-family: 'Rubik', sans-serif;
    font-size:12px;
}
.entry-meta,
.entry-meta a,
.entry-meta a:hover,
.entry-meta a:focus {
    color: #8c8c8c;
}

.entry-asset{
	padding:0px;
	position:relative;
}
.entry-asset img {
    vertical-align:top;
    width:100%;
}
.entry-asset .audio-wrapper{
	position:absolute;
	bottom:5px;
	left:0;
}
.entry-summary p{
	margin:0
}
.entry-footer .entry-meta{
	margin-bottom:20px;
}

/* Single Entry 
 * ------------------------------------------------ */
 
.entry .entry-title{
	letter-spacing:0px;
}
.entry .entry-meta {
	font-weight:400;
	font-size:11px;
}
.entry .entry-asset{
	background-color:#fbfbfb;
	height:155px;
	margin:15px;
}
	a.post-format-icon,a.expander {
		background:rgba(0,0,0,0.5);
		border-radius:2px;
		display:block;
		height:30px;
		width:30px;
		position:absolute;
		right:15px;
		bottom:15px;
		z-index:98;
	}
	a.post-format-icon:hover,a.expander:hover {
		background-color:#f79100;
		text-decoration:none;
	}
	a.post-format-icon span,a.expander span {
		background-image:url('images/post-format-icon-sprite.png');
		background-color:transparent;
		background-position:0px 0px;
		background-repeat:no-repeat;
		display:inline-block;
		text-indent:-999em;
		height:30px;
		width:30px
	}
	a.expander {
		z-index:97
	}
	a.expander span{
		background-position:-90px 0px;
	}
	.format-video a.expander span, .format-audio a.expander span{
		background-position:-120px 0px;
	}
	.format-image a.post-format-icon span{
		background-position:-30px 0px;
	}
	.format-audio a.post-format-icon span{
		background-position:-60px 0px;
	}
	
	.type-portfolio a.post-format-icon span{
		background-position:-150px 0px;
	}
	
.entry .entry-asset .audio-wrapper .audio-player{
	width:270px;
}

 /* Single Entry 
 * ------------------------------------------------ */

.singular-entry .entry-header,
.singular-entry-header{
	margin-top:20px;
	/*margin-bottom:20px;*/
}
.singular-entry .entry-title,
.singular-entry-title {
	font-size:24px;
	line-height:32px;
	margin-bottom:5px;
}
.singular-entry .entry-header .entry-meta,
.singular-entry-meta{
	padding-bottom:15px;
	border-bottom:1px dotted #eee
}
.singular-entry .entry-asset{
	margin:0 0 15px;
}
.singular-entry .entry-asset .audio-wrapper .audio-player{
	width:580px;
}
.singular-entry .entry-content{
	margin-bottom:20px;
}
.entry-content  ul { margin-left:0; padding-left:20px;
} 
.entry-content  ul li { line-height:28px;
} 
.singular-entry .entry-footer {
	margin-bottom:20px;
	padding:0px 20px;
}
.singular-entry .entry-footer .entry-meta {
	padding-top:15px;
	border-top:1px dotted #eee;
}

/* Blog Style
 * ------------------------------------------------------- */

#blog-style .entry-asset{
	height:250px;
	margin:0px 20px 20px;
}
#blog-style .entry-header{
	margin-top:15px;
}
#blog-style .entry-header, #blog-style .entry-summary, #blog-style .entry-footer{
	margin-bottom:20px;
	padding:0px 20px
}
#blog-style .entry-title{
	font-size:20px;
	line-height:28px;
	margin-bottom:5px;
}
#blog-style .entry-meta{
	font-size:12px;
}
 
 /* Author Box
 * ------------------------------------------------------- */
 
#author-box {
	background:#fcfcfc;
	border-top:1px solid #eee;
	border-radius:0px 0px 2px 2px;
	padding:20px
}
#author-box h4 {
	font-weight:700;
	padding-bottom:15px;
	border-bottom:1px dotted #eee;
}
#author-box .author-image {
	width:12%;
	float:left;
	margin:5px 0px 0px;
}
#author-box .author-desc {
	float:right;
	width:84.5%;
}
#author-box .author-desc p {
	margin-bottom:0;
}

/* Comments
 * ------------------------------------------------------- */
 
.comments{
	margin-bottom:20px;
}
.comments-title{
	font-family: 'Rubik', sans-serif;
    font-size:19px;
	font-weight:700;
	line-height:1;
    position:relative;
    text-align:center;
}
.comments ol.commentlist,
.comments ul.children{
	list-style-type:none;
	position:relative;
	margin:0;
	padding:0
}
.comments ul.children article.comment{
    
}
.comments ul.children article.comment .comment-inner {
    background:url(images/icons/Icon_reply.svg) no-repeat 0 4px;
    padding-left:27px;
}
.comments ul.children ul.children article.comment{
	padding-left:6%;
}
.comments ul.children ul.children ul.children{
	padding-left:9%;
}
.comments ul.children ul.children ul.children ul.children{
	padding-left:12%;
}
.comments .commentlist > li.comment{
	margin-bottom:20px;
	position:relative
}
.comments .commentlist li.comment article.comment{
	border-bottom:1px solid #F7F7F7;
	margin-bottom:18px;
	padding-bottom:8px
}
.comments .children li.comment{
	position:relative
}
.comments .children li.comment li.comment li.comment li.comment article.comment{
	padding-bottom:0
}
.comment-content {
    font-size:17px;
    line-height:1.15;
}
.comment-content p {
    line-height:inherit;
    line-height:22px;
    margin:0 0 10px;
}
.comments .comment-meta{
	color:#8c8c8c;
    font-family: 'Rubik', sans-serif;
    font-size:14px;
	margin-bottom:10px;
}
.comments .comment-meta a,
.comments .comment-meta a:focus,
.comments .comment-meta a:hover {
    color:#8c8c8c;
}
.comments .comment-meta .fn{
    font-weight:500;
}
.comment-meta-sep {
    margin:0 11px;
}
.comments .reply a.comment-reply-link {
	color:#2bb656;
	display:inline-block;
	font-weight:500;
	margin:0px 3px;
}
.comments .reply a.comment-reply-link:hover{
	text-decoration:none;
}

/* Comment Form
 * ------------------------------------------------------- */
 
#respond{
	position:relative;
	width:100%;
	margin:0px auto 30px;
	padding:0px;
}
.comment-reply-title{
	font-family: 'Rubik', sans-serif;
    font-size:19px;
	line-height:1.2;
	font-weight:700;
	padding-bottom:5px;
    text-align:center;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment{
	position:relative
}
#respond .comment-form-author,
#respond .comment-form-email {
    display:none;
}
#cancel-comment-reply-link{
	float:right;
	font-size:12px;
}
#respond .required{
	color:#bd3500;
	font-size:16px;
	font-weight:700
}
#respond p{
	font-size:16px;
	margin:7px 0
}
#respond .form-submit {
    margin-top:0px;
    text-align:center;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	float:left;
	position:relative;
	width:48%;
    width:calc(50% - 7px);
	z-index:1
}
#respond .comment-form-email {
    float:right;
}
#respond .comment-form-url{
	display:none;
    margin-right:0;
}
.comment-form-cookies-consent {
    display:none;
}
#respond input[type=text]{
	display:block;
	line-height:24px;
    vertical-align:top;
	width:100%
}
#respond label{
	line-height:20px
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label{
	display:inline-block;
    display:none;
	font-weight:700;
	left:0;
	min-width:60px;
	position:relative;
	top:0;
	z-index:1;
	padding:4px 0
}
#respond textarea{
	font-size:16px;
    resize:vertical;
    vertical-align:top;
	width:100%
}
#respond .comment-form-author .required,
#respond .comment-form-email .required{
	color:#bd3500;
	font-size:22px;
	font-weight:700;
	left:92%;
	position:absolute;
	top:38px;
	z-index:1
}
#respond input[type=text]:focus,#respond textarea:focus{
	text-indent:0;
	z-index:1
}
#respond .comment-form-comment label,.form-allowed-tags{
	display:none
}

/* 5. FOOTER
 * ================================================ */

#footer-container{
	background:#434446
}
#footer-widget-area{
	background:transparent;
	padding:40px 0 20px
}
#footer-widget-area .widget-title,
.btm_footer {
    font-size:17px !important;
}
.btm_footer{
	color:#fff;
}
.btm_footer *{
    line-height:1.6 !important;
}
.btm_footer a{
	color:#fff
}
.btm_footer a:hover{
	color:#fff;
	text-decoration:none;
}
#footer-widget-2 img {
    height:auto;
    width: 32px;
    margin: 5px 0 5px 5px;
}

/* Footer Menu
 * ------------------------------------------------------- */
 
#bottom-nav{

}
#bottom-nav ul{
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}
#bottom-nav ul li{
	float:left;
	margin:0px;
	padding:0px;
}
#bottom-nav ul li a{
	display:block;
	margin-left:15px;
}

/* 6. WIDGETS
 * ================================================ */
 
/* Featured Content Slider
 * ------------------------------------------------------- */

/* Basic Widget Style
 * ------------------------------------------------------- */
 
.widget{
	background:#fff;
	margin-bottom:10px;
}
.widget-title{
	background:transparent url('images/dot.png') repeat scroll center left;
	font-size:14px;
	font-weight:700;
	line-height:14px;
}
.widget-title span{
	background-color:#fff;
	display:inline-block;
	margin:0px;
	padding:0px 15px 0px 0px
}
.widget ul,.widget ol{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.widget li{
	border-bottom:1px dotted #eee;
	margin-bottom:8px;
	padding-bottom:8px
}
	/* Widget style for footer widgets area */
	#footer-widget-area .widget{
		background:transparent;
		box-shadow:none;
		color:#fff;
		padding:0px;
	}
	#footer-widget-area .widget-title{
		background:transparent none;
		border:none;
        font-size:16px;
        font-weight:600;
		margin-bottom:0;
        margin-top:0;
		padding-bottom:0;
	}
	#footer-widget-area .widget-title span{
		background:none;
		color:#fff;
		margin:0;
		padding:0;
	}
	#footer-widget-area .widget li{
		border:0;
	}
    #footer-widget-area .widget p{
        margin:0 0 10px;
    }
	#footer-widget-area .widget a{
		color:#ccc;
	}
	#footer-widget-area .widget a:hover{
		color:#fff;
		text-decoration:none;
	}

/* Widget Entry
 * ------------------------------------------------------- */

.entry-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.entry-list li{
	border:0;
    margin-bottom:10px;
    padding-bottom:0;
}
.entry-list li:last-child{
    margin-bottom:0;
}
.entry-list li a:hover{
	text-decoration:none;
}
.entry-list article {
    display:table;
    width:100%;
}
.entry-list .entry-image{
	display:table-cell;
	width:106px;
}
#footer-widget-area .entry-list .entry-image{
    background:#333;
    border:1px solid #222;
    padding:4px;
}
.entry-list .entry-image img{
	width:106px;
	height:106px;
    vertical-align: top;
}
.entry-list .entry-details{
    background-color:#F2F2F2;
    display:table-cell;
    padding:10px 14px;
    vertical-align:middle;
}
.entry-list .entry-title{
	font-family:'Rubik', sans-serif;
    font-size:16px !important;
	font-weight:500 !important;
	line-height:1.2 !important;
	margin:0 0 5px !important;
}
.entry-list .entry-meta{
	margin:0;
	padding:0;
}
.entry-list .entry-meta a{
    white-space:nowrap;
}

.entry-list .entry-details .entry-meta {
    
}
.entry-title,
.entry-title a {
    color: #484848;
}



.widget-title {
    color: #212121;
    font-size: 18px;
    line-height: 20px;
}

.popular-posts-widget article {
    display:table;
    width:100%;
}

/* Flickr widgets
 * ------------------------------------------------------- */
 
.flickr-photos{
	width:280px;
}
.flickr-photos div{
	float:left;
	margin:0 10px 10px 0
}
.flickr-photos div a{
	display:block;
	float:left;
	height:60px;
	margin:0;
	width:60px
}
.flickr-photos img {
	height:60px;
	width:60px
}
	/* Flickr footer area */
	#footer-widget-area .widget .flickr-photos {
		width:228px;
	}
	#footer-widget-area .widget .flickr-photos div a{
		width:66px;
		height:66px;
	}
	#footer-widget-area .widget .flickr-photos img{
		width:58px;
		height:58px;
		background:#333;
		border:1px solid #222;
		padding:4px;
	}
	
/* Tweets Widget
 * ------------------------------------------------------- */
 
.tweet {
}
.tweet_list{
	overflow-y:hidden;
}
.tweet_list li{
	overflow-y:auto;
	overflow-x:hidden;
	border-bottom:1px dotted #eee;
}
.tweet_list li a{
	font-family:Georgia, Times, serif;
	font-style:italic;
	text-decoration:underline;
}
.tweet_list .tweet_even{
}
.tweet_list .tweet_avatar{
	float:left;
	margin:5px 10px 0px 0px;
}
.tweet_list .tweet_avatar img{
	vertical-align: middle;
}

/* Social Counter
 * ------------------------------------------------------- */
 
.social-counter{
	margin:0px;
	padding:0px;
}
.social-counter li{
	float:left;
	width:50%;
	margin:0;
	padding:0px;
	border:none;
}
.social-counter li a{
	background-color:transparent;
	background-image:url('images/social-counter-sprite.png');
	background-repeat:no-repeat;
	background-position:10px center;
	border:1px solid transparent;
	box-shadow:inset 0px 0px 3px rgba(255,255,255,0.5);
	color:#fff;
	display:block;
	font-size:11px;
	font-weight:700;
	line-height:100%;
	letter-spacing:-1px;
	padding:8px 10px 8px 48px;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.05)
}
.social-counter li a span{
	display:block;
	font-size:14px;
	font-weight:700;
	letter-spacing:0;
	margin-bottom:3px
}
.social-counter li.rss-counter a{
	background-color:#f79100;
	background-position:0px top;
	border-color:#d88200;
	border-radius:2px 0px 0px 2px;
}
.social-counter li.twitter-counter a{
	background-color:#02A8DA;
	background-position:0px bottom;
	border-color:#0392ba;
	border-radius:0px 2px 2px 0px;
}
.social-counter li a:hover{
	text-decoration:none;
}

.ad300-widget {
	background:none;
	box-shadow:none;
	padding:0px;
}

.ads125-widget{
	padding-bottom:0px;
}
.ad125 {
	width:286px;
}
.ad125 li {
	float:left;
	margin:0px 15px 15px 0px;
	padding:0px;
	width:125px;
	height:125px;
	border:none;
}

/* Calendar
 * --------------------------------------------- */
.widget_calendar{
}
#wp-calendar{
	margin:0;
	font-size:11px;
}
#wp-calendar td, #wp-calendar th {
	text-align:center;
}
#wp-calendar caption{
	background:#eee;
	color:#444;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	text-transform:uppercase
}

/* Contact Form 
 * --------------------------------------------- */
#contactForm input[type="text"], #contactName, #contactEmail{
	width:50%;
}
#contactForm textarea, #commentsText{
	width:75%;
}
#contactForm label{
	margin-bottom:10px;
}

/* 7. EXTRAS
 * ================================================ */
 
/* jPlayer 
 * --------------------------------------------- */
div.jp-audio {
	font-size:1em; 
	font-family:Helvetica, Arial, sans-serif; 
	color:#fff;
	line-height:1.6; 
	width:270px;
}
div.jp-interface {
	height:30px;
	position:relative;
	width:270px;
	background:#383838 url(images/jplayer.png) 0 -210px; 
}
.entry-content div.jp-interface{
	margin-bottom:20px;
}
div.jp-interface a {
	-webkit-transition-property:none;
	-moz-transition-property:none;
	-o-transition-property:none;
	transition-property:none;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin:0;
}
div.jp-interface ul.jp-controls li {
	display:inline;
}
div.jp-interface ul.jp-controls a {
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play, a.jp-pause {
	width:33px;
	height:30px;
	z-index:1;
	outline:none;
}
a.jp-play, a.jp-pause {
	top:0; 
	left:0;
	border-right:1px solid #222; 
}
a.jp-play {	
	background:url(images/jplayer.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background:url(images/jplayer.png) -33px 0 no-repeat;
}
a.jp-pause {
	background:url(images/jplayer.png) 0 -30px no-repeat;
	display:none;
}
a.jp-pause:hover {
	background:url(images/jplayer.png) -33px -30px no-repeat;
}
div.jp-progress-container { 
	position: absolute; 
	top:0; left:34px; 
	width:135px; 
	height:6px; 
	padding:12px 10px; 
	border-left:1px solid #444;
	border-right:1px solid #222;
}
div.jp-progress {
	position:absolute;
	overflow:hidden;
}
div.jp-progress {
	background:url(images/jplayer.png) 0 -192px repeat-x ;
	width:135px; 
	height:7px; 
	padding:1px; 
}
div.jp-seek-bar {
	width:0px; 
	height:5px;
	cursor:pointer;
	background:url(images/jplayer.png) 0 -163px repeat-x;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
}
div.jp-play-bar { 
	width:0px; 
	height:5px; 
	background: url(images/jplayer.png) 0 -133px repeat-x ; 
	-webkit-border-radius: 1px; 
	-moz-border-radius: 1px; 
	border-radius: 1px; 
}
div.jp-volume-bar-container { 
	position: absolute; 
	top:0; 
	left:191px; 
	width:40px; 
	height:6px; 
	padding:12px 10px; 
	border-left:1px solid #444;
}
div.jp-volume-bar { 
	background:url(images/jplayer.png) 0 -192px repeat-x; 
	position:relative; 
	overflow:hidden; 
	width:40px; 
	height:9px; 
	cursor:pointer; 
}
div.jp-volume-bar { 
	top:0; 
	left:20px; 
}
div.jp-volume-bar-value {
	background:url(images/jplayer.png) 0 -133px repeat-x; 
	width:0px; 
	height:5px; 
	margin:1px; 
	-webkit-border-radius:1px; 
	-moz-border-radius:1px; 
	border-radius:1px; 
}
a.jp-mute, a.jp-unmute {
	width:17px;
	height:13px;
	z-index:1;
	outline:none;
}
a.jp-mute, a.jp-unmute {
	top:9px;
	left:201px;
}
a.jp-mute {
	background:url(images/jplayer.png) -10px -68px no-repeat; 
}
a.jp-mute:hover {
	background:url(images/jplayer.png) -43px -68px no-repeat; 
}
a.jp-unmute {
	background:url(images/jplayer.png) -10px -98px no-repeat;
	display:none;
}
a.jp-unmute:hover {
	background:url(images/jplayer.png) -43px -98px no-repeat;
}
div.jp-jplayer { 
	width:0px; 
	height:0px; 
}
div.jp-jplayer {
	background-color:#000000;
}

/* Single Entry Player */
.singular-entry div.jp-audio {
	width:580px;
}
.singular-entry div.jp-interface {
	width:580px;
}
.singular-entry div.jp-progress-container {
	width:445px;
}
.singular-entry div.jp-progress {
	width:443px;
}
.singular-entry div.jp-volume-bar-container {
	left:501px;
}
.singular-entry a.jp-mute, .singular-entry a.jp-unmute {
	left:510px
}

/* FlexSlider
 * --------------------------------------------- */
.flex-container a:active, .flexslider a:active {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin:0;
	padding:0;
	list-style:none;
} 
.flexslider {
	width:100%; 
	margin:0;
	padding:0;
}
.flexslider .slides > li {
	display: none;
}
.flexslider .slides img {
	max-width:100%;
	display:block;
}
.flex-pauseplay span {
	text-transform:capitalize;
}
.slides:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
} 
html[xmlns] .slides {
	display:block;
} 
* html .slides {
	height:1%;
}
.no-js .slides > li:first-child {
	display:block;
}

#slider-container{
	background:#fff;
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	border-radius:2px;
	margin-bottom:20px;
	padding:15px;
	height:339px;
}
#slider-container.blog-slider{
	padding:20px;
	height:336px;
}
.flexslider {
	position:relative;
	zoom:1;
}
.flexslider .slides {
	zoom:1;
}
.flexslider .slides > li {
	position:relative;
	height:339px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.blog-slider .flexslider .slides > li {
	height:333px;
}
.flex-container {
	position:relative;
	zoom:1; 
}
.flex-caption {	
	background:rgba(0,0,0,0.4);
	border-radius:2px;
	position:absolute;
	padding:2% 2% 0;
	color:#eee;
	z-index:99;
	width:50%;
	left:2.5%;
	bottom:4%;
	text-shadow:0 -1px 0 rgba(0,0,0,0.4);
}
.flex-caption h1{
	font-size:16px;
	line-height:24px;
	margin-bottom:10px;
	color:#fff;
	font-weight:700;
	letter-spacing:0px;
}
.flex-caption h1 a{
	color:#fff;
}
.flex-caption h1 a:hover{
	color:#fff;
	text-decoration:none;
}
.flex-caption > p { display:none; }
/* Direction Nav */
.flex-pauseplay{display:none;}
.flex-direction-nav, .flex-pauseplay{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:4%;
	right:.5%;
	z-index:99;
}
.flex-direction-nav li {
	float:left;
}
.flex-direction-nav li a, .flex-pauseplay span {
	display:block;
	border-radius:2px;
	height:23px;
	width:24px;
	background:rgba(0,0,0,0.4) url('images/slider-sprite.png') no-repeat center center;
	margin:1px;
	text-indent:-999em;
	cursor:pointer;
}
.flex-direction-nav li .next {
	background-position:-24px 0;
	margin-right:27px;
}
.flex-direction-nav li .next:hover {
	background-position:-24px -24px;
}
.flex-direction-nav li .prev {
	background-position:0 0;
}
.flex-direction-nav li .prev:hover {
	background-position:0 -24px;
}
.flex-pauseplay span.pause{
	background-position:-72px 0;
}
.flex-pauseplay span.pause:hover{
	background-position:-72px -24px;
}
.flex-pauseplay span.play{
	background-position:-48px 0;
}
.flex-pauseplay span.play:hover{
	background-position:-48px -24px;
}

/* Wordpress Required CSS
 * --------------------------------------------- */
.wp-caption{
    max-width:100%;
}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}

