/*
Theme Name: Readolog
Theme URI: http://readolog.themetica.com/
Author: Themetica WP
Author URI: http://www.themetica.com/
Description: Minimal Bloging Theme
Version: v1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: readolog
Domain Path: /languages/
Tags: clean, custom widgets, flat, grid type gallery, journal, minimal, modern, personal, personal blog, post formats, responsive, short codes, simple, wordpress theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 readolog is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
	--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - 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, 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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	/*overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #E8E8E8; /* Fallback for when there is no custom background color defined. */
	overflow: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
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{
	text-decoration: none !important;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/* Bootstrap Hack */
.col-centered{
	float: none;
	margin: 0 auto;
}


@media (min-width: 992px){
	#content .container {
		width: 800px;
	}

	#content .container.withSidebar{
		width: 970px;
	}
}

@media (min-width: 1200px){
	#content  .container {
		width: 970px;
	}

	#content .container.withSidebar{
		width: 1170px;
	}
}


/* Reset bootstrap page header css */
.page-header{
	margin: 0;
	padding: 0;
	border:none;
}

h1, h2, h3,h4,h5, h6{
	margin-bottom: 0.5em;
	font-family: "Playfair Regular";
}

h1{
	font-size: 45px;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 35px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 20px;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/


@font-face {
	font-family: 'Playfair Regular';
	src: url('fonts/playfairdisplay-regular-webfont.eot');
	src: url('fonts/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/playfairdisplay-regular-webfont.woff') format('woff'),
	url('fonts/playfairdisplay-regular-webfont.ttf') format('truetype'),
	url('fonts/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	width: 100%; /* Adhere to container width. */
	height: au
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

.entry-content ol,
.entry-content ul{
	margin-left:  35px;
	padding-bottom: 20px;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
   color: #c6c6c6;
}

textarea:focus,
input:focus{
	outline: 1px solid #00D99F;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #C6C6C6;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 3px 3px -3px #B2B2B2;
	-moz-box-shadow: 0 3px 3px -3px #B2B2B2;
	box-shadow: 0 3px 3px -3px #B2B2B2;
	width: 100%;
	background-color: #FCFCFC;
	font-size: 16px;
	font-family: "Playfair Regular";

}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 15px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
	resize:none;
	padding: 15px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #AAAAAA;
	transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #585858;
}

input[type="submit"]{
	transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.sidebar-navigation {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	outline: 0;
	z-index: 2;
	max-width: 350px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}


.sidebar-nav-holder{
	margin: 25px;
}

.sidebar-menu-holder{
	position: relative;
	overflow: auto;
	width: 350px;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	background: #222;
	
	-moz-transition: -moz-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-transition: -o-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-moz-transform: translateX(350px);
	-ms-transform: translateX(350px);
	-webkit-transform: translateX(350px);
	transform: translateX(350px);
}

.sidebar-classic-holder{
	background: #222;
}

.sidebar-nav-open .sidebar-menu-holder{
	z-index: 20;
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-nav-open .sidebar-menu-holder {
	display: block;
	width: 350px;
}

.sidebar-nav-open{
	overflow: hidden;
	height: 100%;
}

.sidebar-content{
	padding: 20px 30px;
}

.header-social{
	position: absolute;
	top: 40px;
	left: 30px;
	text-align: center;
}

.header-social h4{
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	line-height: 16px;
	letter-spacing: .200em;
	color: #585858;
}


.header-social ul{
	list-style: none;
	overflow: hidden;
}
.header-social ul li{
	float: left;
	border-right: 1px solid #E9EAEE;
	margin-right: 5px;
	padding-right: 5px;
}

.header-social ul li a{
	color: #E9EAEE;
}

.search-menu-holder{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 100;
	-moz-transition: -moz-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-transition: -o-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.toggle-holder + .search-menu-holder{
	right: 80px;
}

.search-toggle:hover {
	opacity: 1;
}

/* Small menu */
.toggle-holder{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 100;
	-moz-transition: -moz-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-transition: -o-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.search-menu-holder a,
.toggle-holder a {
	width: 100%;
	height: 100%;
	display: block;
}

.search-menu-holder a::before ,
.toggle-holder a::before {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	width: 100%;
}

.search-menu-holder a::before {
	font-size: 32px;
}

.toggle-holder a.icon-cancel::before{
	font-size: 28px;
}

.search-holder{
	position: fixed;
	z-index: 1000;
	background: rgba(0,0 ,0, .9 );
	width: 100%;
	height: 100%;
	display: none;
}

.search-holder .close-btn{
	position: absolute;
	right: 20px;
	top: 20px;
}

.search-form-holder{
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	margin-top: -87px;
}

.search-form-holder label{
	width: 100%;
}

.search-form-holder .search-field{
	background-color: transparent;
	border:none;
	box-shadow: none;
	border-bottom: 1px solid #2d2d2d;
	font-size: 45px;
	outline: 0;
	color: #fff !important;
	padding: 0;

}
.search-form-holder .search-submit{
	display: none;
}

.search-holder .search-info{
	text-align: center;
	margin-top: 30px;
	font-size: 11px;
	color:#A3A3A3;
	letter-spacing:.200em;
}


#page{
	-moz-transition: -moz-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-o-transition: -o-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	-webkit-transition: -webkit-transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	transition: transform 180ms cubic-bezier(0.2, 0.3, 0.25, 0.9);
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.sidebar-nav-open .toggle-holder{
	/*
	-moz-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
	*/
}

.sidebar-nav-open #page {
	z-index: 3;
	-moz-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	-webkit-transform: translateX(-350px);
	transform: translateX(-350px);
}


.main-navigation{
	border-top: 1px solid #E9EAEE;
	margin-top: 30px;
	text-align: center;
	height: 67px;
}

.main-navigation a{
	font-family: "Roboto Condensed";
	font-size: 13px;
	font-weight: 900;
	line-height: 21px;
	text-align: left;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-top: -2px;
}
.main-navigation li {
	position: relative;
	float: left;
	border-top: 2px solid transparent;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	margin: 20px 0;
	padding: 0 20px;
	text-transform: uppercase;
	display: block;
	border-right: 1px solid #E9EAEE;
}
.main-navigation li:last-child a {
	border-right: 0;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 65px;
	z-index: 99999;
	background: #333;
	min-width: 210px;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	min-width: 210px;
	color: #AAAAAA;
	border: none;
	margin: 15px 0 10px;
}
.main-navigation ul ul li {
	border: none;
	clear: both;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.main-navigation ul ul li:last-child{
	border-bottom: none;
}
.main-navigation ul ul li:last-child a{
	margin: 15px 0;	
}

.main-navigation li:hover {
	border-top: 2px solid #00D99F;
}

.main-navigation li:hover > a {
	color: #585858;
}
.main-navigation ul ul li:hover {
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-navigation ul ul li:hover > a {
	color: #fff;
}
.main-navigation ul ul a:hover {
	color: #fff;
}
.main-navigation ul li:hover > ul {
	left: auto;
	display: block;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

.tinynav{
	display: none;
	margin: 10px;
	height: 40px;
	padding: 9px 10px 7px 10px;
	outline: 0;
	-webkit-appearance: none;
	border: 1px solid #E9EAEE;
	border-radius: 0;
	background: url(images/mobile-menu-bg.png) top right transparent no-repeat;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.site-main .paging-navigation{
	margin: 1em 0 0 0;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.numeric-nav{
	margin:0 20px;
	text-align: center;
}
.numeric-nav ul{
	list-style: none;
	display: inline-block;
}
.numeric-nav ul li{
	background: #FFF;
	float: left;
	margin-right: 10px;
	background-color: #fff; /* layer fill content */
	-moz-box-shadow: 0 2px 2px rgba(2,2,2,.09), 0 0 2px 0 rgba(0,0,0,.07); /* drop shadow and outer glow */
	-webkit-box-shadow: 0 2px 2px rgba(2,2,2,.09), 0 0 2px 0 rgba(0,0,0,.07); /* drop shadow and outer glow */
	box-shadow: 0 2px 2px rgba(2,2,2,.09), 0 0 2px 0 rgba(0,0,0,.07); /* drop shadow and outer glow */
}
.numeric-nav ul li a{
	display: block;
	height: 100%;
	width: 100%;
	padding: 12px 16px;
	line-height: 16px;
	font-size: 16px; 
}
.numeric-nav ul li.active a:hover,
.numeric-nav ul li a:hover{
	color: #fff;
}



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-content{
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-family: "Playfair Regular";
	font-size: 13px;
	color: #f3f3f3;
}


/* Make sure select elements fit in widgets */
.widget label,
.widget select {
	width: 100%;
	display: block;
}

.widget h3{
	font-size: 22px;
	line-height: 55px;
	margin-bottom: 5px;
	color: #00D99F;
	text-align: center;
	font-style: italic !important;
	font-weight: bold !important;
	font-family: "Playfair Regular";
}

.widget img{
	width: auto;
	max-width: 100%;
	height: auto;	
}

.widget .rss-date{
	color: #00DBA1;
	display: block;
}

.fb-like-box iframe {
	width: 100% !important;
	box-sizing: border-box;
}


.widget ul {
	list-style: none;
}

.widget ul.sub-menu,
.widget ul.children{
	clear: both;
	margin-top: 10px;
	
}



.widget ul li{
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px solid #2c2c2c;
}

.widget ul.sub-menu li,
.widget ul.children li{
	padding-top: 15px;
	padding-bottom: 1px;
	border-bottom: none;
	border-top: 1px solid #2c2c2c;
}


.widget_categories span{
	float: right;
	width: 25px;
	height: 25px;
	display: inline-block;
	background: #000;
	clear: none;
	color: #737373;
	font-family: inherit;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	margin-top: -1px;
	letter-spacing: 0em;
}


.about-me{

}
.about-me .photo-holder{
	margin: 10px 0 0 0;
	text-align: center;
	
}
.about-me .photo-holder img{
	width: 100%;
}

.about-me p{
	margin-top: 20px;
	text-align: left;
}


.dribbble-shots{
	position: relative;
}

.dribbble-slider{}
.dribbble-shots ul{
	list-style: none;
}
.dribbble-shots ul li{
	width: 100%;
	border-bottom: none;
	padding: 0;
	clear: none;
	margin-top: 0;
}

.flickr-photos{
	position: relative;
}
.flickr-holder{}

.flickr-holder ul li{
	width: 100%;
	border-bottom: none;
	padding: 0;
	clear: none;
	margin-top: 0;
}

.flickr-holder.boxed-style ul li{
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}

.flickr-holder.boxed-style ul li:nth-child(3n+0){
	margin-right: 0;
}

.instagram-photos{
	position: relative;
}
.instagram-info{
	text-align: center;
	border-bottom: 1px solid #737373;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.instagram-info span{
	color: #737373;
}

.instagram-slider{}

.instagram-slider ul li{
	width: 100%;
	border-bottom: none;
	padding: 0;
	clear: none;
	margin-top: 0;
}


.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev{
	background-color: #00D99F;
}


.tagcloud{}
.footer .tagcloud{
	margin-top: 1em;
}

.tagcloud a{
	color: #747474; /* text color */
	font-family: "Playfair Regular";
	font-size: 12px !important;
	line-height: 19px;
	font-weight: 900;
	padding: 10px;
	display: inline-block;
	margin: 0 10px 10px 0;
	background: #101010;
}
.tagcloud a:hover{
	background: #00D99F;
	color: #333;
}

.popular-posts{
	font-size: 12px;
	color: #F3F3F3;
}
.popular-posts ul{}
.popular-posts ul li{
	overflow: hidden;
}

.popular-posts .img-holder{
	float: left;
	width: 22%;
	margin-right: 5%;
}
.popular-posts .post-info{
	float: left;
	width: 63%;
}



.widget_search .search-submit {
	display: none;
}

.widget_search{
	border-bottom: 1px solid #2c2c2c;
}

.widget_search input{
	background-color: transparent;
	width: 100%;
	font-size: 11px;
	display: block;
	border: none;
	border-radius: 0;
	color: #f4f4f4;
	outline: 0;
	padding-left: 10px;
	box-sizing:border-box;
	box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

.widget_search input:focus{
	color: #f4f4f4;
	background-color: transparent;
}

.social-widget{
	text-align: center;
}
.social-widget ul{
	overflow: hidden;
	display: inline-block;

}
.social-widget ul li:first-child{
	margin-top: 5px;
}
.social-widget ul li{
	float: left;
	border: none;
	clear: none;
	margin: 5px 10px 0 0;
	padding: 0;
}
.social-widget ul li:nth-child(6n){
	margin-right: 0;
}

.social-widget ul li a{
	font-size: 24px;
}
.social-widget ul li a:hover{
	color: #00D99F;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.breadcrumb-holder{
	margin-bottom: 20px;

	text-align: center;
	font-family: "Playfair Regular";
	font-size: 16px;
}
.breadcrumb-holder .content-holder{
	padding: 10px 0;
}
.breadcrumb-holder a{
	color: #525252;
}

.site-title a{
	color: #000;
}

.site-title img{
	width: auto;
	height: auto;
}

.site-header{
	text-align: center;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	background: #fff;
	position: relative;
	z-index: 100;
	margin-bottom: 1.5em;
}

.site-header h1{
	margin: 20px 0 5px;
}

.site-header h1 a{
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: "Playfair Regular";
	letter-spacing: .300em;
	color: #000;
}

.site-branding h4{
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	line-height: 16px;
	letter-spacing: .500em;
	color: #c7c7c7;
}

article{
	font-size: 16px;
	color: #545454;
	font-family: "Playfair Regular";
	line-height: 26px;
}

article img{
	width: auto;
	height: auto;
	max-width: 100%;
}


.content-holder{
	margin: 0 20px;
	padding: 0px 30px;
	background: #fff;
	-webkit-box-shadow: 0 7px 7px -7px #b2b2b2;
       -moz-box-shadow: 0 7px 7px -7px #b2b2b2;
            box-shadow: 0 7px 7px -7px #b2b2b2;
}
.content-holder .content{
	padding-bottom: 20px;
}

.page-title{
	font-family: "Playfair Regular";
	font-size: 45px;
	line-height: 54px;
	text-align: center;
	color:#585858;
	padding: 20px 0 30px 0;
}

.content-holder .page-title{
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-title.none-title{
	padding: 40px 0 0px 0;
	margin-bottom: 0px;
}

.none-content{
	text-align: center;
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	font-family: "Playfair Regular";
}

input.wpcf7-submit,
.none-content .search-submit{
	background: #fff;
	color: #868686;
	border:none medium;
	padding: 20px 20px;
	border-radius: 0;
	border-color: transparent;
	box-shadow: none;
	text-shadow:none;
	font-size: 16px;
	font-family: "Playfair Regular";
	font-style: italic !important;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 40px;
}

input.wpcf7-submit:hover,
.none-content .search-submit:hover{
	background-color: #00D99F;
	color: #fff;
}

input.wpcf7-submit{
	float:right;
}

.search-field{
	background: url(images/search-icon.png) center right transparent no-repeat;
}

.none-content label{
	width: 100%;
	margin-bottom: 40px;
}

.none-search{
	width: 80%;
	margin: 0 auto;
}

.entry-title{
	text-align: center;
	margin: 15px 0;
	font-size: 45px;
	line-height: 54px;
	font-family: "Playfair Regular";
}

.page .entry-title{
	margin: 0;
}
.entry-title a{
	color:#585858;
}
.entry-title a:hover{
	color: #00D99F;
}

.entry-meta{
	font-family: "Roboto Condensed";
	font-size: 11px;
	color: #A3A3A3;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 20px;
}

.custom-more{
	text-align: center;
	font-size: 16px;
	font-family: "Playfair Regular";
	font-style: italic !important;
	line-height: 19px;
	padding: 20px 0 30px;
}

p + .custom-more{
	padding-top: 0;
	padding-bottom: 30px;
}

.custom-more a{
	color: #00D89F;
}
.custom-more a:hover{
	color: #444;
}

.comment-count-holder{
	float: right;
	margin-left: 20px;
}
.comment-count-holder a:hover > .icon-comment{
	color: #00D99F;
}
.comment-count-holder a:hover {
	color: #585858;
}

.post-like-holder{
	float: right;
}

.post-like a:hover{
	color: #585858;
}
.count.alreadyvoted{
	color: #585858;
}

.post-like:hover .icon-heart,
.icon-heart.alreadyvoted{
	color: #00D99F;
}

.post-share{
	text-align: center;
	border-top: 1px solid #E9EAEE;
	padding: 20px 0 0 0;
}

.single-post-share{
	text-align: right;
}
.share-list{
	overflow: hidden;
	display: inline-block;
	list-style: none;
}
.share-list li{
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 55px;
}
.share-list li:last-child{
	margin-right: 0;
}

.share-list li a{
	font-size: 18px;
	color: #C7C7C7;
}
.share-list li a:hover{
	color:#00D99F;
}

.entry-meta a{
	color: rgba(152,152,152, .75);
}

.tag-share-holder{
	border-top: 1px solid #E9EAEE;
	border-bottom: 1px solid #E9EAEE;
	padding:10px 0 8px;
	overflow: hidden;
	margin: 30px 0;
}
.tag-share-holder .share-list{
	margin: 0;
}
.tag-share-holder .tags-links,
.tag-share-holder .tags-links a{
	color:#CCCCCC;
	font-size: 16px;
	font-family: "Playfair Regular";
	font-style: italic !important;
	line-height: 19px;
}
.tag-share-holder .tags-links a:hover{
	color: #00DC9F;
}


.author-holder{
	padding: 0 0 20px 0;
	overflow: hidden;
}

.author-holder .photo-holder{
	float: left;
	width: 18%;
	margin-right: 2%;
}
.author-holder .photo-holder img{
	width: 100px;
	height: 100px;
}

.author-holder .info{
	float: left;
	width: 80%;
	padding: 0 20px 0 0 ;
}
.author-holder .info a{
	color: #00DC9F;
}

.author-holder .info p{
	font-family: "Playfair Regular";
	font-size: 16px;
	line-height: 26px;
	color: #525252;
	
}

.nav-links{
	position: relative;
	z-index: 10;
	padding: 0 20px;
	font-family: "Playfair Regular";
	font-style: italic !important;
	font-size: 16px;
	line-height: 19px;
}

.nav-links a{
	color:#585858;
}

.nav-links a:hover{
	color: #00D99F;
}


.inline-quote-holder{
	background: #00DAA2;
	padding: 30px;
	background-image: url(images/quote-left-bg.png), url(images/quote-right-bg.png);
	background-position: top left, bottom right;
	background-repeat: no-repeat, no-repeat;
}
.inline-quote-holder p{
	margin: 0;
}
.inline-quote-holder cite{
	display: block;
}

.post .entry-header{
	padding: 20px 0 0;
}

.entry-header{
	padding: 25px 0 5px;
}

/*--------------------------------------------------------------
10.09 Gallery
--------------------------------------------------------------*/
.gallery-holder{}

.featured-holder{
	width: auto;
	display: inline-block;  
}
.featured-holder img{
	width: 100%;
}

/*--------------------------------------------------------------
10.10 Grid Gallery
--------------------------------------------------------------*/
.grid-gallery{
	visibility: hidden;
}

.grid-gallery .hover{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, .45);
	text-align: center;
	opacity:0;
	transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.grid-gallery .hover a{
	z-index: 1000;
	position: absolute;
	top: 50%;
	color: #FFF;
	font-size: 21px;
	margin-top: -13px;
	margin-left: -14.5px;

	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.grid-gallery .hover a:hover span{
	color: #00D99F;
}

.grid-gallery ul{}
.grid-gallery ul li{
	float: left;
	width: 33.333%;
	position: relative;
}

.grid-gallery ul li:hover .hover{
	opacity: 1;
	display: block;
}

.grid-gallery ul li img{
	width: 100%;
	height: auto;
}

.grid-gallery ul li.half{
	width: 50%;
	position: relative;
}



/*--------------------------------------------------------------
10.11 Post Type :: Status // Embed
--------------------------------------------------------------*/
.social-post-embed-holder{
	
	text-align: center;
	background-size: cover;
	overflow: hidden;
}

.social-post-embed-holder iframe{
	display:  inline-block !important;
}

.status-post-holder{
	padding: 20px 25px;
	background: rgba(0,0,0,.45);
}

.status-post-holder.no-bg-color{
	background: transparent;
}


/*--------------------------------------------------------------
10.11 Post Type :: Link
--------------------------------------------------------------*/

.link-holder{
	text-align: center;
	position: relative;
	background-size: cover !important;
}

.link-holder .link-content{
	padding: 60px 45px;
	background-color: rgba(0,0,0,0.5);
}

.link-holder .link-content.no-bg-color{
	background: transparent;
}

.link-holder .link-content,
.link-holder a{
	font-family: "Playfair Regular";
	font-style: italic !important;
	font-size: 45px;
	line-height: 54px;
	color: #fff;
}

.link-holder a:hover{
	color: #00D99F;
}
.link-holder .link{
	display: block;
	font-size: 16px;
}



/*--------------------------------------------------------------
10.11 Post Type :: Quote
--------------------------------------------------------------*/

.quote-holder{
	text-align: center;
	background-size: cover !important;
}

.quote-holder .quote-content{
	padding: 60px 45px;
	background: rgba(0,0,0,.45)
}

.quote-holder .quote-content.no-bg-color{
	background: transparent;
}

.quote-holder blockquote{}

.quote-holder blockquote p{
	font-family: "Playfair Regular";
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	margin: 0 0 10px 0;
}

.quote-holder blockquote cite,
.quote-holder blockquote cite a{
	font-family: "Playfair Regular";
	font-size: 25px;
	line-height: 48px;
	color: #fff;
	font-style: normal;
}
.quote-holder blockquote cite a:hover{
	color:#00D99F;
}



/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	padding: 0 0 1.5em;
}
.single-post{
	padding-bottom: 0;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	padding: 1.5em 0 0;
}

.post .entry-content{
	padding: 0;
}

.entry-content{
	padding-top: 10px;
}
.page-links {
	clear: both;
	padding: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
#comments{
	position: relative;
	z-index: 100;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.comments-title{
	color:#585858;
	font-size: 45px;
	line-height: 54px;
	font-family: "Playfair Regular";
	text-align: center;
	padding: 25px 0 20px 0;
}

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

.comment-text ol,
.comment-text ul{
	margin: 0 0 20px 20px !important;
	list-style: disc;
}

.comment-text ol{
	list-style: decimal !important;
}



.comment-reply-title{
	color:#585858;
	font-size: 45px;
	line-height: 54px;
	font-family: "Playfair Regular";
	text-align: center;
	padding: 25px 0 20px 0;
}

.comment-form{
	padding-bottom: 30px;
}
.comment-form .form-submit,
.comment-form .form-field{
	width: 80%;
	margin: 0 auto 1.5em auto;
}
.comment-form .form-submit{
	text-align: right;
}

.comment-form .form-submit #submit{
	background: #fff;
	color: #868686;
	border:none medium;
	padding: 20px 20px;
	border-radius: 0;
	border-color: transparent;
	box-shadow: none;
	text-shadow:none;
	font-size: 16px;
	font-family: "Playfair Regular";
	font-style: italic !important;
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
}


.wpcf7-submit:hover,
.comment-form .form-submit #submit:hover{
	background: #00D99F;
	color: #fff;
}

.comment-notes{
	font-family: inherit;
	font-size: 11px;
	letter-spacing: .200em;
	color: #A3A3A3;
	text-align: center;
	margin-bottom: 25px;
}

.comment-body{
	overflow: hidden;
	font-family: inherit;
	margin: 25px 0;
}


.comment-author{
	float: left;
	width: 12%;
	min-width: 100px;
	margin-right: 15px;
}

.comment-text{
	float: left;
	width: 70%;
	font-family: "Playfair Regular";
	font-size: 16px;
	line-height: 26px;
	color: #525252;
}

.reply{
	float:right;
}
.comment-author {}

.comment-author .comment-author-info{
	float: left;

}

.comment-author-info cite,
.comment-author-info cite a{
	font-family: "Playfair Regular";
	font-size: 16px;
	line-height: 26px;
	color: #00DC9F;
	font-style: normal;
}

.comment-meta,
.comment-meta a{
	color: #585858;
	font-size: 12px;
	font-family: "Playfair Regular";
}

.reply a{
	padding: 3px 15px;
	display: inline-block;
	font-size: 12px;
	color: #858585;
	font-family: "Playfair Regular";
	font-style: italic !important;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: 0 3px 3px -3px #B2B2B2;
	-moz-box-shadow: 0 3px 3px -3px #B2B2B2;
	box-shadow: 0 3px 3px -3px #B2B2B2;
}

.reply a:hover{
	background: #00DA9E;
	color: #fff;
}

.comment-list .children li{
	padding-left: 30px;
}

.comment-respond{
	font-family: inherit;
	font-size: 16px;
}


.keywords{
	font-size: 22px;
	display: block;
	line-height: 40px;
}


/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
.footer-holder{
	position: relative;
}

.footer{
	background: #222;
	padding: 20px;
	margin-top: 45px;
}
.footer .about-me .photo-holder{
	text-align: left;
}
.footer .about-me .photo-holder img{
	width: auto;
}

.footer .widget ul li{
	list-style: none;
}
.footer .widget li{
	text-transform: lowercase;
}
.footer .widget h3{
	color: #737373;
	font-family: "Playfair Regular";
	font-size: 16px;
	border-bottom: 1px solid #2c2c2c;
	padding-bottom: 5px;
	line-height: 26px;
	text-align: left;
}

.footer .social-widget{
	text-align: left;
}
.footer .social-widget ul{
	list-style: none;
}
.footer .social-widget ul li{
	border-right: 1px solid #2c2c2c;
	margin-right: 5px;
	padding-right: 5px;
}
.footer .social-widget ul li:last-child{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.footer .social-widget ul li a{
	font-size: 12px;
}

.copyright{
	background: #000;
	color: #E7E7E7;
	padding: 30px 0;
	font-size: 11px;
	font-family: "Roboto Condensed";
	letter-spacing: .200em;
	margin-top: 40px;
}

.footer + .copyright{
	margin-top: 0;
}

.copyright p{
	margin: 0;
}

.page-of-top{
	width: 60px;
	height: 60px;
	background: url(images/page-of-top.png) 0 0 transparent no-repeat;
	background-color: #00D99F;
	position: fixed;
	top: 270px;
	right: 10px;
	display: none;
	z-index: 1000;
}

.page-of-top a{
	display: block;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
13 Shortcodes
--------------------------------------------------------------*/
.btn{
	-webkit-box-shadow: 0 3px 3px -3px #B2B2B2;
	-moz-box-shadow: 0 3px 3px -3px #B2B2B2;
	box-shadow: 0 3px 3px -3px #B2B2B2;
	margin: 0 10px 5px 0;
	border-radius: 0;
}

.btn:hover{
	background: 
}

.btn.normal{
	padding: 10px 50px;
	display: inline-block;
	font-size: 12px;
	
}

.btn.large{
	padding: 15px 25px;
	display: inline-block;
	font-size: 16px;
}

.btn.white{
	border: 1px solid #f0f0f0;
	background: #fff;
	color: #868686;
}

.btn.grey{
	background: #585858;
	color: #fff;
}

.btn.blue{
	background: #00BEFF;
	color: #fff;
}

.btn.orange{
	background: #FF5B10;
	color: #fff;
}

.alert{
	border-color: none;
	padding: 25px;
	border-radius: 0;
	border: none;
	color: #585858;
}

.alert-warning {
	background-color: #FCF8E3;
}
.alert-success {
	background-color: #00D99F;
}

.alert-info {
	background-color: #00BEFF;
}
.alert-danger {
	background-color: #FF5C26;
	color: #fff;
}


.blockquote-holder::before{
	font-size: 100px;
	content: '';
	float: left;
	padding-right: 100px;
	padding-top: 80px;
	background: url(images/blockquote-icon.png) 0 8px transparent no-repeat;
	position: absolute;
	height: 100%;
}

.blockquote-holder blockquote{
	padding-left: 70px;
	padding-bottom: 30px;
}

.blockquote-holder{
	font-size: 22px;
	color: #999999;
	line-height: 35px;
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth { margin-right: 3%; float: left; margin-bottom:20px; position:relative; }
.one_half { width: 48.5%; }
.one_third { width: 30.999999%; }
.two_third { width: 65.6664%; }
.one_fourth { width: 22.5%; }
.three_fourth { width: 74.5%; }

.last_item{
	margin-right: 0 !important;
}
.last_item::after{
	clear: both;
}


.highlight{
	background: #00DC9F;
	color: #fff;
	padding: 6px 4px;
}

.spacer{
	height: 30px;
	clear: both;
}

hr{
	background-color:transparent;
	border-top: 1px solid #666666;
	border-bottom: none;
	width: 100%;
}

hr.thin{
	height: 1px;
	border-top: 1px solid #666666;
}

hr.fat{
	height: 2px;
	border-top: 2px solid #666666;
}

hr.dashed{
	height: 1px;
	border-top: 1px dashed #666666;
	background: none;
}

hr.dotted{
	height: 2px;
	border-top: 2px dotted #666666;
	background: none;
}

hr.stylish{
	height: 12px;
	border-top: none;
	background: url(../images/stylish-hr.png) 0 0 transparent repeat-x;
}

hr.shadow{
	height: 14px;
	border-top: none;
	background: url(../images/shadow-hr.png) top center transparent repeat-x;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

p.first-p{
	color:#999;
	font-style: italic;
}

span.dropcap{
	float: left;
	margin-right: 5px;
	font-size: 96px;
	line-height: 70px;
	color: #535353;
	font-weight: 600;
}

thead th{
	background: #585858;
	color: #fff;
	padding:10px 30px;
	border: 1px solid #fff;
}

table a{
	color: #535353;
}
table a:hover{
	color:#00D99F;
}

tbody tr th,
tbody tr td{
	border: 1px solid #fff;
	padding:1% 3%;
}

tbody tr:nth-child(even){
	background: #E8E8E8;
}

tbody tr:nth-child(odd){
	background: #D4D4D4;
}

.widget select{
	-webkit-appearance: none;
	border: 1px solid #2C2C2C;
	border-radius: 0;
	background: url(images/mobile-menu-bg.png) top right transparent no-repeat;
	padding: 10px;
	color: #F3F3F3;
}

.widget_calendar thead th{
	padding: 3%;
	border: 1px solid #2C2C2C;
	text-align: center;
	background: none;
	color: initial;
}

.widget_calendar tbody tr th,
.widget_calendar tbody tr td{
	padding: 3%;
	text-align: center;
	border: 1px solid #2C2C2C;
}

.widget_calendar tbody tr{
	background: none;
}
.widget_calendar tbody a{
	color: red;
}

.widget_calendar tfoot #prev,
.widget_calendar tfoot #next{
	padding-top: 10px;
}

.widget_calendar tfoot #next{
	text-align: right;
}

.widget_calendar #today{
	background: #2C2C2C;
}

.widget_calendar caption{
	padding-bottom: 10px;
}

.push-right{
	float: right;
}


/* Chart */
.easyPieChart {
	position: relative;
}

.chart{
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}
.chart p{
	font-size: 22px;
	line-height: 25px;
	color: #525252;
}

.percentage{
	color: #656565;
	margin:0 auto;
}

.easyPieChart canvas {
	position: absolute;
	top: 0;
	left: 0;
}

/* Progress Bar */
.progress {
	height: 40px;
	background: white;
	border-radius: 0;
	box-shadow: none;
	/*font-size: 13px;*/
	font-weight: 600;
}

.progress-bar-striped .bar{
	background-color: #365D99;
}

.progress.standart .bar{
	background: #365D99;
	background-image:none !important;
}

.progress-bar .bar-text{
	line-height: 40px;
	text-align: left;
	margin: 0 10px;
	display: none;
	text-shadow:none;
}

.progress-bar .bar-text > span{
	float: right;
}


.full-width{
	position: relative;
	left:50%;
	visibility: hidden;
}

/*--------------------------------------------------------------
13 Related Content
--------------------------------------------------------------*/

.featured-articles{
	visibility: hidden;
	margin-bottom: 1.5em;
}
.featured-articles,
.related-articles{
	overflow: hidden;
}

.featured-articles .column,
.related-articles .column{
	width: 33.3333%;
	position: relative;
	float:left;
	max-height: 335px;
}

.featured-articles .photo-holder,
.related-articles .photo-holder{
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

	transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.featured-item:hover .photo-holder,
.item:hover .photo-holder{
	 filter: none;
    -webkit-filter: grayscale(0%);
}

.featured-articles .photo-holder img,
.related-articles .photo-holder img{
	width: 100%;
	height: auto;
}

.featured-articles .featured-content,
.related-articles .related-content{
	position: absolute;
	left: 0;
	z-index: 2;
	bottom: 0;
	width: 100%;
}

.featured-content .entry-meta,
.related-content .entry-meta{
	background: rgba(0,0,0,.80);
	font-size: 11px;
	color: #eee;
	padding: 10px 30px;
	letter-spacing: .200em;
	text-align: center;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}

.featured-content .title,
.related-content .title{
	background: rgba(0,0,0,.60);
	color: #fff;
	font-size: 18px;
	padding: 0px 45px 5px 45px;
	font-family: "Playfair Regular";
	line-height: 85px;
	text-align: center;
}

.featured-content .title span,
.related-content .title span{
	display: inline-block;
  	vertical-align: middle;
  	line-height: 22px;
}

.featured-content a,
.related-content a{
	color: #fff;
}


.featured-content a:hover,
.related-content a:hover{
	color: #00D99F;
}


video {
  width: 100%    !important;
  /* just in case, to force correct aspet ratio */
  height: auto !important;
}


.video-holder{
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
}

iframe{
	width:100%;
}
.video-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-holder object,
.video-holder embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-bg-holder {
	position:relative;
	width:100%;
	overflow:hidden;
}
.video-bg-holder .mejs-controls{
	display:none !important;
	visibility:hidden !important;
}

.video-bg-holder .mejs-video {
	width: 100% !important;
	height: 100% !important;
}


.sound-holder .embed{
	position: relative;
	height: 0;
	padding-bottom: 50%; /* 16:9 */
}
.sound-holder iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#google-map {
	height: 450px;
	display: block;
}


.wpcf7-form{
	width: 80%;
	margin: 0 auto;
}

.wpcf7 img{
	width: auto;
	height: auto;
}

div.wpcf7-mail-sent-ok,
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
	background-color: #FCF8E3;
	border-color: none;
	padding: 10px;
	border-radius: 0;
	border: none;
	color: #585858;
	margin: 0;
	margin: 10px 0;
	clear: both;
}

span.wpcf7-not-valid-tip{
	background-color: #FF5C26;
	color: #FFF;
}
div.wpcf7-mail-sent-ok{
	background-color: #00D99F;
	color: #FFF;
}


@media screen and (max-width: 1023px) {
	.header-social{
		display: none;
	}


	.site-title img{
		width: auto;
		height: 80px;
	}

	.main-navigation{
		text-align: left;
	}

	.main-navigation ul{
		display: none;
	}

	.tinynav{
		display: inline-block;
		width: 88%;
	}
	.toggle-holder,
	.search-menu-holder{
		top:140px;
	}

}


@media screen and  (max-width: 768px) {
	.site-main .paging-navigation{
		margin: 1em 0 2em 0;
	}
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth { display: block; width: 100%; }

	.main-navigation ul{
		display: none;
	}
	.entry-meta{
		text-align: center;
	}

	.comment-count-holder,
	.post-like-holder{
		margin: 0;
		float: initial;
		display: inline-block;
	}
	.comment-count-holder{
		margin-right: 5px;
	}

	.push-right{
		float: initial;
		display: inline-block;
		width: auto !important;
	}

	.tinynav{
		display: inline-block;
		width: 73%;
	}

	.main-navigation{
		text-align: left;
	}

	.toggle-holder,
	.search-menu-holder{
		top:140px;
	}

	.search-form-holder .search-field{
		font-size: 30px;
	}

	.page-of-top,
	.flex-direction-nav a {
		-ms-transform: scale(.5);
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
	}

	
	.flex-direction-nav .flex-next{
		right: -10px;
	}

	.flex-direction-nav .flex-prev{
		left: -10px;
	}

}


@media screen and (max-width: 350px){

	body, button, input, select, textarea{
		font-size: 12px;
	}

	h1, h2, h3, h5, h5, h6{
		margin: .2em;
	}
	h1{
		font-size: 22px !important;
		line-height: 26px !important;
	}
	h2{
		font-size: 20px !important;
		line-height: 24px !important;
	}
	h3{
		font-size: 18px !important;
		line-height: 22px !important;
	}
	h4{
		font-size: 16px !important;
		line-height: 20px !important;
	}
	h5{
		font-size: 14px !important;
		line-height: 18px !important;
	}


	.site-header h1 a{
		font-size: 20px !important;
		line-height: 48px !important;
	}

	.site-header h4{
		font-size: 10px !important;
	}

	.page-title{
		padding: 10px 0 20px;
		font-size: 20px !important;
		line-height: 24px !important;
	}

	.main-navigation{
		margin-top: 10px;
	}

	.link-holder a,
	.quote-holder blockquote p{
		font-size: 20px !important;
		line-height: 28px !important;
	}


	.quote-holder blockquote cite, .quote-holder blockquote cite a{
		font-size: 14px !important;
		line-height: 16px !important;
	}

	

	.sidebar-nav-open .sidebar-menu-holder {
		max-width: 250px;
	}

	.sidebar-nav-open #page{
		-moz-transform: translateX(-250px);
		-ms-transform: translateX(-250px);
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
	}


	.content-holder{
		padding: 0 20px;
		margin: 0 10px;
	}

	.entry-title,
	.entry-title a{
		font-size: 22px !important;
		line-height: 22px !important;
	}

	.content-holder .content{
		font-size: 16px;
	}

	.share-list li{
		margin-right: 10px;
	}

	.flex-direction-nav a{
		-ms-transform: scale(.5); 
		-webkit-transform: scale(.5); 
		-moz-transform: scale(.5);
		-o-transform: scale(.5); 
		transform: scale(.5);
    
	}
	
	.comment-count-holder,
	.post-like-holder{
		margin: 0;
		float: left;
		padding-top: 5px;
	}
	.comment-count-holder{
		margin-right: 5px;
	}

	.widget h3{
		font-size: 18px;
	}

	.blockquote-holder blockquote {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.tinynav{
		width: 55%;
	}

	.toggle-holder,
	.search-menu-holder{
		top:98px;
	}

	.search-form-holder .search-field{
		font-size: 21px;
		background: none;
	}

	.search-holder .search-info{
		font-size: 8px;
	}

	.page-of-top{
		display: none;
	}

	.site-header h1 a{
		line-height: 10px !important;
	}

	.author-holder .info,
	.author-holder .photo-holder{
		width: 100%;
	}

	.tag-share-holder{
		text-align: center;
	}

}