
body a {
	-webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}

.fleft { float: left; }
.fright { float: right; }
.hidden { display: none; }

::selection {
	background: #444;
	color: #FFF;
}

::-webkit-input-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }



.blog-title a,
.post-title a,
.post-overlay,
.post-likes,
.post-meta a,
.pagination,
.main-menu a,
.main-menu > .has-children > a::after,
.main-menu > .page_item_has_children > a::after,
.searchbutton,
.search-toggle,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea,
.form-submit #submit,
.widget_search .searchsubmit,
.widget_search .s,
.format-gallery .flex-direction-nav a,
.nav-toggle .bar,
.dribbble-shot,
.flickr_badge_image a,
.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}

.tothetop,
.header,
.portfolio-item a .portfolio-header-container,
.featured-media a img {
	-webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

 {
	-webkit-transition: all 0.4s ease-in-out;
	 -moz-transition: all 0.4s ease-in-out;
	 -ms-transition: all 0.4s ease-in-out;
	 -o-transition: all 0.4s ease-in-out;
	 transition: all 0.4s ease-in-out;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.section { 
	position: relative;
	padding: 80px 0; 
}

.page-template-page-blog #main-content, .single-post #main-content, .author #main-content { background: #f1f1f1 !important; }

#main-content .inner_top_advertisement img {
    padding: 0px;
    border: none;
}

.no-padding { padding: 0; }
.small-padding { padding: 10px 0; }
.medium-padding { padding: 40px 0; }
.big-padding { padding: 60px 0; }

.section-inner {
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}

.section-inner.content { width: 1440px; max-width: 92.6%; }

.section-inner.wide { width: 1240px; }
.section-inner.thin { width: 700px; }

.bg-dark { background-color: #1d1d1d; }
.bg-graphite { background-color: #262626; }
.bg-grey { background-color: #f1f1f1; }

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.cover.shade-light { background: rgba(0,0,0,0.25); }
.cover.shade-medium { background: rgba(0,0,0,0.5); }
.cover.shade-dark { background: rgba(0,0,0,0.75); }


/* columns */


.row .one-fourth { width: 21.5%; margin-left: 5%; float: left; }
.row .one-third { width: 30%; margin-left: 5%; float: left; }
.row .one-half { width: 47.5%; margin-left: 5%; float: left; }
.row .two-thirds { width: 65%; margin-left: 5%; float: left; }

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child { margin-left: 0; }


/* -------------------------------------------------------------------------------- */
/*	5. Content
/* -------------------------------------------------------------------------------- */


.posts { overflow: visible !important; }

.post-container {
	display: inline-block;
	width: 33.1%;
	padding: 0 1.5% 2% 1.5%;
}
.js-masonry-item{
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

.post {
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	overflow: hidden;
}

.competition-item .post {
	box-shadow: 0 1px 4px rgba(0,0,0,0.18);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.18);
	background: #f9f9f9;
}

.post.sticky .post-header { padding-right: 17.5%; }

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;	
	right: 5%;
	height: 38px;
	width: 26px;
	background: #2B3542 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;	
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #2B3542;
	border-right-color: #2B3542;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}


/*  Featured media  ----------------------------------------- */


.featured-media a,
.featured-media img,
.featured-media iframe { display: block; }

.js-masonry-item .featured-media img { width: 100%; }

.featured-media iframe,
.featured-media object { border: none; margin: 0; }

.featured-media a { overflow: hidden; }
.featured-media a:hover img { 
	-webkit-transform: scale(1.1); 
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

.media-caption {
	font-size: 0.8em;
	line-height: 110%;
	font-weight: 700;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}


/*  Post inner  ----------------------------------------- */


.post-header { 
	position: relative; 
	padding: 5% 6%;
	border-bottom: 1px solid #eee;
}

.post-header .post-title {
	font-size: 1.25em;
	line-height: 120%;
	font-weight: normal;
	color: #2B3542;
	word-break: break-word;
	-ms-word-break: break-word;
}

.post-header .post-title a { color: #804c87; }
.post-header .post-title a:hover { color: #638042; }

.post-excerpt { padding: 10%; }

.post-excerpt p {
	font-size: 14px;
    line-height: 130%;
	color: #666;
}

.post-excerpt p + p { margin-top: 1em; }

.post-excerpt .more-link { 
	display: block;
	margin-top: 1.1em;
	font-weight: bold;
    color: #804c87;
}

.post-excerpt .more-link:hover { text-decoration: none; }

.posts .post-meta { 
	background: #F9F9F9; 
	padding: 0 10%;
	font-family: 'Open sans';
}

.post-meta .fa {
    margin-right: 5px;
}

.posts .post-meta a {
	display: block;
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	float: left;
	padding: 20px 0px 20px 24px;
	margin-left: 20px;
	border: none;
}

.posts .post-meta a:first-child { margin-left: 0; }

.posts .post-meta a:hover { color: #13C4A5; }

.posts .post-meta a.post-edit-link { 
	height: 59px;
	width: 20px;
}


/*  Post formats  ----------------------------------------- */


/* format standard, format quote, format link */

.post .post-header:before,
.page .post-header:before {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-top-color: #eee;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 10%;
	margin-bottom: -24px;
}

.post .post-header:after,
.page .post-header:after {
	content: "";
	display: block;
	border: 11px solid transparent;
	border-top-color: #fff;
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: 10%;
	margin-left: 1px;
	margin-bottom: -21px;
}

.competition-item .post .post-header:after,
.competition-item .page .post-header:after {
	border-top-color: #f9f9f9;
}


/* format video, format image */


.posts .format-video .post-header:before,
.posts .format-video .post-header:after,
.posts .format-image .post-header:before,
.posts .format-image .post-header:after { content: none; }


/* format image */


.format-image .post-excerpt { 
	padding-top: 7.5%; 
	font-size: 0.9em;
}

.format-image .post-excerpt .image-caption { font-weight: 600; }


/* format audio */


.posts .format-audio .post-header:before,
.posts .format-audio .post-header:after { content: none; }

.post-audio .mejs-container {
	max-width: 100%;
	height: auto !important;
	background: #2B3542;
	padding: 3% 0;
	color: #FFF;
	position: relative;
}

.post-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.post-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float,
.post-audio .mejs-controls .mejs-time-rail .mejs-time-float-current,
.post-audio .mejs-mediaelement,
.post-audio .mejs-layers {
    display: none;
}

.post-audio .mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}

.post-audio .mejs-playpause-button,
.post-audio .mejs-time-rail,
.post-audio .mejs-volume-button,
.post-audio .mejs-horizontal-volume-slider {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 3% 0;
	margin-left: 3%;
	float: left;
}

.post-audio .mejs-horizontal-volume-slider { margin-right: 3%; }

.post-audio .mejs-playpause-button,
.post-audio .mejs-volume-button {
	width: 6.25%;
}

.post-audio .mejs-playpause-button button,
.post-audio .mejs-volume-button button,
.post-audio .mejs-mute button,
.post-audio .mejs-unmute button {
	margin: 0 auto;
	width: 100%;
	height: 31px;
	background: none;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: center;
}

.post-audio .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play.png); }
.post-audio .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause.png); }

.post-audio .mejs-mute button,
.post-audio .mejs-unmute button { background-size: 20px auto; }

.post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute.png); }
.post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute.png); }

.post-audio .mejs-horizontal-volume-slider { 
	margin-top: 12px;
	width: 16.25%; 
	cursor: pointer; 
}

.post-audio .mejs-horizontal-volume-total,
.post-audio .mejs-horizontal-volume-current,
.post-audio .mejs-controls .mejs-time-rail span {
	height: 8px;
}
 
.post-audio .mejs-horizontal-volume-total { background: #222A34; }

.post-audio .mejs-horizontal-volume-current {
    position: absolute;
    margin-top: -8px;
    background: #13C4A5;
}

.post-audio .mejs-controls .mejs-time-rail { 
    margin-top: 12px;
	max-width: 56.25%; 
	float: left;
}
 
.post-audio .mejs-controls .mejs-time-rail span {
    position: absolute;
    display: block;
    max-width: 100%;
    cursor: pointer;
}
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-total { background: #555D67; }
 
.post-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    width: 0;
    background: #222A34;
}
 
.mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    background: #13C4A5;
}

.post-audio .mejs-clear { clear: both; }

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button,
.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail {
	padding: 5% 0;
	margin-left: 5%;
}

.post-audio .mejs-android .mejs-controls .mejs-playpause-button,
.post-audio .mejs-ios .mejs-controls .mejs-playpause-button { width: 15%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-time-rail,
.post-audio .mejs-ios .mejs-controls .mejs-time-rail { max-width: 80%; margin-right: 5%; margin-left: 0; }

.post-audio .mejs-android .mejs-controls .mejs-volume-button,
.post-audio .mejs-ios .mejs-controls .mejs-volume-button,
.post-audio .mejs-android .mejs-controls .mejs-horizontal-volume-slider,
.post-audio .mejs-ios .mejs-controls .mejs-horizontal-volume-slider {
	display: none;
}


/* format quote, format link */


.post-quote {
	padding: 10%;
	background: #804c87;
	color: #fff;
}

.post-quote blockquote,
.post-link p {
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 140%;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-style: normal;
}

.post-quote cite,
.post-link a {
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 700;
}

.post-quote cite:before { content: "— " }


/* format link */


.post-link {
	padding: 10%;
	background: #2B3542;
	color: #fff;
}

.post-link a { 
	color: #13C4A5; 
	padding-left: 23px;
	background: url(images/icons/1x/link-c.png) no-repeat left center;
	background-size: 16px auto;
}

.post-link a:hover { 
	color: #13C4A5; 
	text-decoration: underline;
}

.single .post-link p,
.single .post-quote blockquote {
	font-size: 1.75em;
}


/* format gallery */


.format-gallery .flexslider { position: relative; }

.format-gallery .flex-direction-nav a {
	display: block;
	height: 32px;
	width: 20px;
	background-size: auto 32px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	text-indent: -9999px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.format-gallery .flex-direction-nav .flex-prev { 
	left: 16px; 
	background-image: url(images/icons/1x/chevron-left-w-shade.png);
}

.format-gallery .flex-direction-nav .flex-next { 
	right: 16px; 
	background-image: url(images/icons/1x/chevron-right-w-shade.png);
}

.format-gallery .flex-direction-nav a:hover { 
	opacity: 1; 
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

.format-gallery .flex-direction-nav .flex-prev:hover { left: 12px; }
.format-gallery .flex-direction-nav .flex-next:hover { right: 12px; }

.format-gallery .slides li { position: relative; }


/* format status */


.posts .format-status .post-excerpt {
	background: #2B3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
	font-family: 'Pacifico', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

.format-status .post-content { 
	color: #333; 
	text-shadow: none;
}


/* format chat */


.format-chat .post-content p {
	margin-bottom: 0.25em;
	padding: 8px 16px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.format-chat .post-content p:nth-child(odd) { background: #f5f5f5; }

.format-chat .more-link { margin-top: 1em; }



/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */


body.single-post .content { width: 67.5%; }
body.single-post .content.full-width { width: 100%; }
body.single-post .content.center { 
	margin: 0 auto; 
	width: 944px;
	max-width: 100%; 
}

.single-post { 
	border-radius: 6px; 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* post header */

.single-post .post-title { font-size: 2.25em; }

.single-post .post-content { padding: 5%; }

/* format audio */

.single-post .featured-media .mejs-playpause-button.mejs-play button,
.single-post .featured-media .mejs-playpause-button.mejs-pause button { background-size: 24px auto; }

.single-post .featured-media .mejs-playpause-button.mejs-play button { background-image: url(images/icons/1x/audio/play-big.png); }
.single-post .featured-media .mejs-playpause-button.mejs-pause button { background-image: url(images/icons/1x/audio/pause-big.png); }

.single-post .featured-media .post-audio .mejs-mute button,
.single-post .featured-media .post-audio .mejs-unmute button { background-size: 32px auto; }

.single-post .featured-media .post-audio .mejs-mute button { background-image: url(images/icons/1x/audio/audio-mute-big.png); }
.single-post .featured-media .post-audio .mejs-unmute button { background-image: url(images/icons/1x/audio/audio-unmute-big.png); }

/* format gallery */

.single-post .format-gallery .flex-direction-nav a {
	height: 42px;
	width: 30px;
	background-size: auto 42px;
	margin-top: -21px;
}

.single-post .format-gallery .flex-direction-nav .flex-prev { background-image: url(images/icons/1x/chevron-left-w-shade-big.png); }
.single-post .format-gallery .flex-direction-nav .flex-next { background-image: url(images/icons/1x/chevron-right-w-shade-big.png); }

/* format quote */

.single-post .post-quote cite { 
	font-size: 1em; 
	margin-top: 30px;
}

/* single post meta */

.single-post .post-meta-container { 
	position: relative; 
	background: none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
	padding: 5%;
}

.single-post .post-meta-container:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60%;
	border-left: 0px solid #e9e9e9;
}

.single-post .post-meta { 
	float: right;
	width: 40%;
	padding: 30px;
	position: relative;
	z-index: 10;
}

.single-post .post-meta p,
.single-post .post-meta > a,
.post-nav a {
	display: block;
	margin-top: 12px;
	font-size: 0.85em;
	line-height: 120%;
	font-weight: normal;
	min-height: 20px;
	padding: 1px 0 1px 0px;
	background: no-repeat left center;
	background-size: 16px auto;
}

.single-post .post-meta p:first-child { margin-top: 0; }

.single-post .post-meta a { color: #666; }
.single-post .post-meta a:hover { color: #638042; }

/* post navigation */

.post-nav {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 20px;
}

.post-nav a { background-position: left 3px; }

.post-nav a:first-child { margin-top: 0; }

/*ribbon*/
.ribbon {
    height: 9em;
    width: 4em;
    margin: 50px auto 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 30px;
    margin-top: 0;
    
}

.ribbon .ribbon-container {
    position: relative;
    width:100%;
    height:100%;
    overflow: hidden;
}

.ribbon .ribbon-base {
        height: calc( 100% - 2.9em );
	padding: 1em;
	background: #13C4A5;
        text-align:center;
	position: relative;
	z-index: 2;
        color:white;
        padding-top: 60%;
}

.ribbon .ribbon-corner{
	width: 2.9em;
        height: 2.9em;
	background: #13C4A5;
	position: absolute;
	bottom: 0;
        margin-bottom:calc( 2.9em/2 );
	z-index: 1;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ribbon .ribbon-corner-left {
    left: calc( -2.9em / 2 );
}

.ribbon .ribbon-corner-right {
    right: calc( -2.9em / 2 );
}

.ribbon .ribbon-base .fa{
    font-size:3em;
}

.ribbon.post-author-ribbon{
    font-size:0.6em;
}

/* post-author */

.post-author {
	width: 60%;
	padding: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}


.post-author-content { text-align: center; }

img.avatar { border: 5px solid #f2f2f2; }

.post-author h4 {
	font-size: 26px;
    margin-bottom: 15px;
    margin-top: 25px;
    font-weight: normal;
    color: #804c87;
}

.post-author p {
	font-size: 0.875em;
	line-height: 150%;
}

.author-links { margin-top: 18px; }

.author-links a{
    line-height: 36px;
    display: block;
    margin-bottom:10px;
}

.round-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #3F4854;
	margin-left: 5px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
        text-align: center;
        color: white;
        line-height: 36px;
}

a:hover .round-icon{
    color: white;
    background-color:#13C4A5;
}

.author-links a:first-child { margin-left: 0; }

/* -------------------------------------------------------------------------------- */
/*	7. Post content
/* -------------------------------------------------------------------------------- */


.post-content a:hover { text-decoration: underline; }

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 180%;
	margin-bottom: 1.1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content > *:first-child { margin-top: 0; }
.post-content *:last-child { margin-bottom: 0; }

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 30px;
	font-weight: 700;
	color: #333;
}

.post-content h1 { font-size: 2em; }

.post-content h2 { font-size: 1.75em; }

.post-content h3 { font-size: 1.5em; }

.post-content h4 { font-size: 1.25em; font-weight: 400; }

.post-content h5 { font-size: 1em; font-weight: 400; }

.post-content h6 {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	font-weight: normal;
	margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
	content: "";
	display: block;
	width: 128px;
	height: 3px;
	background: #eee;
	margin: 40px auto;
}

.post-content blockquote p { 
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	text-align: center;
}

.post-content cite {
	font-size: 0.9rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center;
}

.post-content cite:before { content: "— "; }

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em { font-style: italic; font-weight: bold; }

em, q {  font-style: italic;  }

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big { font-size: 1.25em; }

abbr, acronym { cursor: help; }

code, kbd, pre {
	font-size: 0.85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	width: auto;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl { line-height: 160%; }

.post-content dl dt { font-weight: bold; }

.post-content hr {
	width: 50%;
	height: 5px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul { list-style: circle; }
.post-content ul ul ul { list-style: square; }

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol { list-style: lower-alpha; }
.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-top: 0.5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #363F48;
	font-size: 0.8em;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


/* Post media --------------------------------------- */

.page-template-page-blog img.alignleft, .single-post img.alignleft,
.page-template-page-blog .alignleft img, .single-post .alignleft img,
.page-template-page-blog img.aligncenter, .single-post img.aligncenter,
.page-template-page-blog .aligncenter img, .single-post .aligncenter img,
.page-template-page-blog img.alignright, .single-post img.alignright,
.page-template-page-blog .alignright img, .single-post .alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}


.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 300px;
}

.post-content .wp-caption a,
.post-content .wp-caption img { display: block; }

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-caption-text,
.post-content .gallery-caption {
	font-size: 0.8em;
	font-weight: 700;
	color: #999;
	text-align: center;
	padding-top: 0.5em;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}


/* Tables --------------------------------------- */


.post-content table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    width: 100%;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th { font-weight: bold; }

.post-content table tbody > tr:nth-child(odd) > td { background: #f9f9f9; }


/* Forms --------------------------------------- */


.post-content fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

.post-content fieldset legend {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 12px;
	background: #13C4A5;
	color: #fff;
}

.post-content label {
	font-size: 1rem;
	font-weight: 700;
}

.post-content input,
.post-content textarea { 
	-webkit-font-smoothing: antialiased;
}

.post-content input[type="text"],
.post-content input[type="tel"],
.post-content input[type="email"],
.post-content input[type="url"],
.post-content input[type="password"],
.post-content textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 0.85em;
	border: none;
	color: #333;
	border: 2px solid #eee;
	background: #fdfdfd;
	border-radius: 3px;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-appearance: none;
}

.post-content textarea { 
	height: 180px; 
	line-height: 140%;
}

.post-content input[type="text"]:focus,
.post-content input[type="tel"]:focus,
.post-content input[type="url"]:focus,
.post-content input[type="password"]:focus,
.post-content textarea:focus {
	background: #fdfdfd;
	outline: none;
}

.post-content input[type="submit"],
.post-content input[type="reset"],
.post-content input[type="button"] {
	padding: 12px 16px;
	margin: 0;
	border: none;
	background: #333;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-appearance: none;
	border-radius: 3px;
}

.post-content input[type="submit"]:hover,
.post-content input[type="reset"]:hover,
.post-content input[type="button"]:hover {
	cursor: pointer;
	background: #13C4A5;
	color: #fff;
}

.post-content input[type="submit"]:focus,
.post-content input[type="submit"]:active {
	outline: none;
}




/* -------------------------------------------------------------------------------- */
/*	10. Pagination
/* -------------------------------------------------------------------------------- */


.page-title {
	margin-bottom: 60px;
	text-align: center;
}

.page-title h5 {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.page-title h3 {
	margin-top: 15px;
	font-size: 1.75em;
	font-weight: 400;
	text-align: center;
	color: #2B3542;

}

.tag-archive-meta p {
	text-align: center;
	margin-top: 15px;
	color: #767676;
	font-style: italic;
}


/* archive navigation */

.archive-nav a {
	font-size: 0.9em;
	padding: 16px 20px;
	background: #2B3542;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

.archive-nav a:hover {
	background: #13C4A5;
	color: #fff;
}

/* search */

.search-no-results .post-content p { text-align: center; }

/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */


.single-post .sidebar {
	width: 27.5%;
	/*background: #fff;*/
}

.sidebar-container {
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar .widget {
	padding: 30px;
	border-top: 1px solid #EEE;
	background: #fff;
	margin: 0px;
}

.sidebar .widget:first-child { border-top: none; }

.widget-title {
	font-size: 0.9em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidebar .widget-content { 
	font-size: 0.85em; 
	color: #767676; 
}

.widget-content a:hover { text-decoration: underline; }

.sidebar .widget-content p { line-height: 150%; }

.widget-content ul li {
	position: relative;
	margin-top: 10px;
	padding: 1px 0 1px 0px;
	line-height: 130%;
}

.widget .widget-content li a {
    padding-bottom: 0px;
    display: block;
    color: #804c87;
}

/*
.widget-content ul li:before {
	content: "»";
	position: absolute;
	left: 0;
	top: 0;
	color: #13C4A5;
	font-size: 18px;
}
*/

.widget-content > ul > li:first-child { margin: 0; }

.widget-content li ul > li:first-child { margin-top: 10px; }
.widget-content .page_item_has_children { padding-bottom: 0; }

.widget-content li ul li { padding-left: 15px; }

.widget-content ul li .post-date { margin-left: 5px; color: #999; }

.widget-content > ul > li:first-child { border-top: 0; }


/* Widget tag cloud --------------------------------------- */


.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #BBB;
	font-size: 0.8em !important;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tagcloud a:hover { background-color: #13C4A5; color: #fff; text-decoration: none; }

#comments { padding: 2% 4%; }

.sidebar .widget.ads { background: transparent; padding: 0px; border: none; }
.sidebar .ads .widget {
    border: none;
    margin-bottom: 0px;
    background: transparent;
    padding: 25px 0px;
	border-radius: 5px;
}

.post-meta-container .post-date {
    text-align: left;
    border: none;
}
.page-id-55512 .pt-cv-wrapper{
	text-align: center;
}

.page-id-55512 .pt-cv-wrapper .pt-cv-filter-bar{
	display: inline-block;
}

.page-id-55512 .pt-cv-wrapper .pt-cv-filter-bar button {
	box-shadow: inset 0px 150px 20px 50px rgba(0, 0, 0, 0.2);
	width: 200px;
}
.page-id-55512 .pt-cv-edit-post, .pt-cv-edit-view{display: none;}