/*
Theme Name: exceptive
Theme URI: http://exceptive.thewebcake.com/
Author: The web cake
Author URI: https://thewebcake.com/
Description: Exceptive is an elegant wordpress theme, simple, clean and easy to use for any personal blog.
Tags: one-column, two-columns, right-sidebar, grid-layout, full-width-template, theme-options, blog, entertainment
Version: 1.0.0
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: exceptive


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Footer
# Sidebar
# Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	color: #6a6a6a;
    font-size: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	max-width: 100%;
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px !important ;
	/*font-size: 1rem;*/
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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 {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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);
	font-size: 12px;
	font-size: 0.75rem;
	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 {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid rgba(190,190,190,.25);
    background: inherit;
    padding: 8px;
    font-size: 12px;
    margin: 0;
    font-style: italic;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
    background: #fff;
	border-color: rgba(190,190,190,.75);
}

textarea {
	width: 100%;
}
label{
	color: #888;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


/*404 page*/
.error-404 .page-title{
    text-align: center;
    font-weight: 400;
    font-size: 140px;
    margin: 0;
}
.error-404 .page-content p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #888;
}
/*404 page*/
.gridlist .post-desc h2{
    font-size: 20px;
    text-align: center;
}

/*no resuls*/
.no-results .page-title{
	text-align: center;
  font-weight: 400;
  font-size: 80px;
  margin: 0;
}
.no-results .page-content p{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #888;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*post css*/
.owl-prev{
    left: 20px;
    background: url("assets/css/arrows.png") no-repeat 0 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 999;
}
.owl-next{
    right: 20px;
    background: url("assets/css/arrows.png") no-repeat -30px 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 999;

}
.post-img{
    margin: 0px;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.post-img img{
    max-width: 100%;
    height: auto;
}
.post-desc{
    padding: 4px 1px 0px 10px;
}

.post-desc .post-content,.post-desc .post-content p{
    color: #747374;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 1em 0 1em 0;
}

.post-meta{
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(128, 128, 128, 0.73);
}
.post-desc h2{
    font-size: 32px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.71);
}
.post-desc .post-categories{
    text-align: center;
}
.post-desc h2 a,.post-desc h2 a:visited{
    color: rgba(0, 0, 0, 0.71) !important;
    cursor:pointer;
}
.post-desc h2 a:hover{
    color: rgba(232, 56, 79, 0.7) !important;
    text-decoration: none;
}
.post-desc hr{
    display : none;
    background: none;
    border-top: 2px solid rgb(33, 31, 31);
    margin: 10px 0px;
    width: 35%;
}
.post-categories{
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-categories li{
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 2px;
    letter-spacing: 3px;
    position: relative;
}
.post-categories li a{
    display: inline-block;
    padding: 3px 5px 3px 7px;
    color: rgba(232, 56, 79, 0.7);
}
.post-categories li a:hover,.post-categories li a:focus,.post-categories li a:active,.post-categories li a:visited{
    color: rgba(232, 56, 79, 0.7);
    text-decoration: none;
}
.categorie-block{
    padding: 0px 50px;
    max-width: 900px !important;
}
.categorie-block .page-title{
    font-size: 25px;
    color: rgb(116, 115, 116);
    letter-spacing: 1px;
    text-align: center;
}
.categorie-block hr{
    margin-top: 0px;
    width: 40px;
    background-color: rgba(116, 115, 116, 0.27);
}
.cat-title{
    font-weight: 300;
    letter-spacing: 7px;
    text-align: center;
    font-size: 28px;
    color: #a0a0a0;
}
.cat-hr{
    width: 25%;
}

/*post css*/

.related-posts{
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 25px;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
}
.related-posts .related-posts_title{
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #000;
    display: block;
}
.related-posts .item-related img{
    width: 100%;
}
.related-posts .item-related h5{
   margin-bottom: 3px;
}
.related-posts .item-related h5 a{
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ef7383;
}
.related-posts .item-related .timerelated{
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: #a5a5a5;
    text-transform: initial;
}
/* list items*/

.listwrapper{
    padding:0px 50px;
}
.listwrapper .item{
    padding: 20px 0px;
    border-bottom: 1px solid #eee;
    margin: 0 0 1.5em;
}
.listwrapper .item .post-img{
    margin: 0px;
    padding: 0px;
    float: left;
    margin-right: 20px !important;
}
.listwrapper .item .post-img img{
    max-width: 250px;
    height: auto;
}
.listwrapper .item .post-desc{
    overflow: hidden;
    padding-right: 18px;
}
.listwrapper .post-desc h2,.listwrapper .post-desc .post-categories,.listwrapper .postdate{
    text-align: left !important;
}
.readmore{
    display: block;
    width: 130px;
    margin: auto;
    position: relative;
    padding: 9px 26px;
    margin-bottom: .25em;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    border: none;
    outline: 0;
    border: 1px solid #ef7383;
    color: #ef7383 !important;
    text-shadow: none;
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.readmore:hover{
    background: #ef7383;
    color: white !important;
}
/* list items*/

/*oneslide*/
.oneslide{
    background-color:black;
}
.parallax {
    opacity: 1;
    height: 60vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay{
    background-color: rgba(0, 0, 0, 0.32);
    height: 60vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.overlay .overlay-content{
    padding: 2rem;
    margin: 12vh auto;
    text-align: center;
    width: 50%;
}
.overlay a{
    background-color: #ef7383;
    padding: 7px 30px;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.overlay h4{
    margin-bottom: 50px;
    text-align: center;
    border: 3px solid white;
    padding: 2rem;
    color:white;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -.2rem;
    text-transform: none;
}
/*oneslide*/
.trending{
    font-size: 20px;
    color: #4a4a4a;
    text-transform: uppercase;
}
.trendinghr{
    border-top: 2px solid #4a4a4a;
    width: 15%;
    margin: 9px 0px 20px 0px;
}
/*threeslide*/
.threeslide{
    background-color:black;
}
.threeslide .overlay{
    background-color: rgba(0, 0, 0, 0.32);
    height: 60vh;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.threeslide .overlay .overlay-content{
    padding: 2rem;
    margin: 8vh auto;
    text-align: center;
    width: 75%;
}
.threeslide .overlay a{
    background-color: #ef7383;
    padding: 7px 30px;
    color: white;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.threeslide .overlay h4{
    margin-bottom: 25px;
    text-align: center;
    border: 3px solid white;
    padding: 2rem;
    color:white;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -.2rem;
    text-transform: none;
}
/*threeslide*/
/*postpage*/
.gridlist .postblog{
    padding: 0px;
}
.postblog{
    display: inline-block;
    padding: 25px;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.postcontent .postblog .post-meta {
    text-align: center;
}
.postcontent .postblog .post-meta .post-categorie{
    display: inline-block;
    padding: 3px 5px 3px 7px;
    color: #FFF;
    background: rgba(232, 56, 79, 0.7);
}
.postcontent .postblog .post-meta h2{
    font-size: 32px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.71);
}
.postcontent .postblog .post-meta h2 a,.postcontent .postblog .post-meta h2 a:visited{
    color: rgba(0, 0, 0, 0.71) !important;
    cursor:pointer;
}
.postcontent .postblog .post-meta h2 a:hover{
    color: rgba(0, 0, 0, 0.71) !important;
    text-decoration: none;
}
.postcontent .postblog .post-meta hr{
    display : none;
    border-top: 2px solid rgb(33, 31, 31);
    width: 35%;
    background-color: transparent;
    margin: auto;
}
.postdate{
    text-align: center;
    font-size: 13px;
    font-style: italic;
    color: #a5a5a5;
    text-transform: initial;
}
.postcontent .postblog .blogimage img{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.postcontent .postblog .content{
    margin-top: 20px;
}
.postcontent .postblog .content p{
    color: #747374;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 1em 0 1em 0;
}
.postcontent .postblog .content h1,.postcontent .postblog .content h2,.postcontent .postblog .content h3,.postcontent .postblog .content h4,.postcontent .postblog .content h5,.postcontent .postblog .content h6{
    word-wrap: break-word;
    margin: 0 0 15px 0;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.71);
    font-weight: 700;
    text-transform: uppercase;
}
.postcontent .postblog .content ul,.postcontent .postblog .content ol{
    margin: 0 0 25px 20px;
}
.postcontent .postblog .content ul li,.postcontent .postblog .content ol li{
    color: #747374;
}
.postcontent .postblog .content ul.post-tags{
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 40px;
}
.postcontent .postblog .content ul.post-tags li{
    background: rgba(232, 56, 79, 0.7);
    border-radius: 3px 0 0 3px;
    color: white;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    color:white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.postcontent .postblog .content ul.post-tags li:after{
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid rgba(232, 56, 79, 0.7);
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.postcontent .postblog .content ul.post-tags li:before{
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.postcontent .postblog .content ul.post-tags li a{
    color:white !important;
}
.postcontent .postblog .content .postsocial ul{
    float:right !important;
    margin-bottom: 0px;
}

.postcontent .postblog .content .postsocial li{
    float: left;
}
.postcontent .postblog .content .postsocial li a:visited,.postcontent .postblog .content .postsocial li a {
    color: rgba(106, 106, 106, 0.71);
}
.postcontent .postblog .content .postsocial li a:active,.postcontent .postblog .content .postsocial li a:focus,.postcontent .postblog .content .postsocial li a:hover {
    color: rgba(232, 56, 79, 0.7);
    background-color: transparent;
}
.postcontent .postblog .content blockquote p{
    font-size: 16px;
    margin: 0px;
}
.postcontent .postblog .content a,.postcontent .postblog .content a:hover,.postcontent .postblog .content a:visited{
    color: rgb(239, 115, 131);
    cursor: pointer;
    text-decoration: none;
}
.postcontent .postblog .content blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  font-family: Georgia, serif !important;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 15px solid rgba(232, 56, 79, 0.7);
  border-right: 2px solid rgba(232, 56, 79, 0.7);

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.postcontent .postblog .content blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

.postcontent .postblog .content blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.postcontent .postblog .content blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.postcontent .postblog .content blockquote a:hover{
 color: #666;
}

.postcontent .postblog .content blockquote em{
  font-style: italic;
}

/*postpage*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.comments-posts{
    display: inline-block;
    padding: 25px;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
}
.comments-posts .comments_title{
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #000;
    display: block;
}
.comments{
    margin-bottom: 25px;
}
.children .comment{
	padding-bottom: 0px;
    margin-top: 34px;
    border-top: 1px dotted #eee;
    padding-top: 20px;
    border-bottom: 0px;
    margin-bottom: 0px;
}
.comment{
    list-style: none;
    border-bottom: 1px dotted #eee;
    padding-bottom: 20px;
    margin-bottom: 34px;
}
.comment .comment-author{
    float: left;
    margin-right: 22px;
}
.comment .comment-author .avatar{
    border-radius: 50%;
}
.comment .comment-text{
    overflow: hidden;
}
.comment .comment-text .comment-meta .comment-reply-link{
    float: right;
    font-size: 10px;
    color: #ef7383;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 2px 5px 4px 5px;
    border-radius: 2px;
    margin-left: 7px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.comment .comment-text .comment-meta .comment-reply-link:before {
    content: "\f112";
    display: inline-block;
    margin-right: 6px;
    color: #b4b4b4;
    font-family: FontAwesome;
    font-size: 9px;
}
.comment .comment-text .comment-meta .comment-date{
    font-size: 11px;
    color: #999;
    font-style: italic;
        margin-bottom: 10px;
}
.comment .comment-text .comment-meta .author{
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
    color: #333;
}
.comment .comment-text p{
    color: #747374;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0em 0 10px 0;
}
.comments-posts .reply_title{
    font-size: 11px;
    color: #999;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.comment-form-url{
    margin-bottom: 8px;
}
.respond label{
    color: #888;
    margin-top: 20px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    font-style: italic;
}
.respond input{
    padding: 8px 10px;
    margin-right: 10px;
    color: #999;
    margin-bottom: 15px;
    font-size: 11px;
    width: 250px;
}
.required{
    display:none;
}
.respond textarea{
    padding: 14px;
    height: 130px;
    font-size: 13px;
    color: #777;
    margin-bottom: 14px;
    line-height: 20px;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
}
.respond .submit {
    display: inline-block;
    position: relative;
    padding: 14px 26px;
    margin-bottom: .25em;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
    border:none;
    outline: 0;
    background-color: #ef7383;
    color: white;
    text-shadow: none;
    border-radius: 0;
}
.notfoundtext{
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    color: #747374;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    padding: 12px;
    margin: 1em 0 1em 0;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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 {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header3 .navbar-brand{
	float: left;
	height: 62px;
    padding-top: 13px;
}
.header3 #logo img{
	height: 40px;
}
.header3 #navmenu>div{
	float: right;
}
.header2 .search-wrapper{
	margin-top: 10px;
}
.header2 #navmenu>div{
	float: left;
}
.header2 .search-wrapper.active .close{
	margin-top: 10px;
}
.header2 .centerheader{
	clear: both;
}
#logo img{
	height: 65px;
	display: block;
    max-width: 100%;
    margin: auto;
}
#myNavbar{
    height: 40px !important;
}
.navbar-toggle .icon-bar {
    background-color: #6a6a6a;
}

@media (max-width: 768px){
	.topnav{
		display : none;
	}
}
@media (min-width: 768px) {
    #myNavbar .nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    #myNavbar {
        text-align: center;
    }
}
.centerheader{
	float:none;
    border-top: 1px solid rgba(216, 216, 215, 0.35);
    border-bottom: 1px solid rgba(216, 216, 215, 0.35);
}
.navbar-brand {
	float:none;
	height: 75px;
}
#header{
	background-color: white;
	margin-bottom: 30px;
	box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
/*header search box*/
.search-wrapper .input-holder .search-input {
    width: 300px;
    height: 35px;
    padding:0px 30px 0 0px;
    /*border-bottom: 1px dotted rgba(27, 26, 26, 0.13) !important;*/
    opacity: 0;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#6a6a6a;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width:45px;
    box-shadow: none !important;
    height:45px;
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 45px;
    height:45px;
    margin: 0px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 5px;
    top: 11px;
    border-radius: 2px;
    background: #FE5F55;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #FE5F55;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:10px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-30px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FE5F55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

/*header search box*/
.topnav ul li a {
    color: rgba(106, 106, 106, 0.71);
}
.topnav ul li a:hover{
    color: rgba(232, 56, 79, 0.57);
    background : none;
}
.menuheader li a {
    color: rgba(106, 106, 106, 0.71);
    font-size: 16px;
    padding: 0px 0px 0px 4px;
    margin: 10px 10px 10px 14px;
}
.menuheader li a:hover,.menuheader li a.active {
    background: none;
    border-bottom: 2px solid rgba(232, 56, 79, 0.57);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* footer */
.footerdiv{
    text-align: center;
}
.footerdiv span{
    font-size: 13px;
    line-height: 55px;
    color: #8d8c8c;
    font-weight: 400;
}
.footerdiv .navbar-nav{
    margin: auto;
    float: none;
}
.footerdiv .navbar-nav ul{
    margin: auto;
    display: inline-block;
}
#footer{
    background-color: white;
    margin-top: 30px;
    box-shadow: 2px 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#footer #logofooter img{
    display: inline-block;
    height: 35px;
    margin-top: 8px;

}
/*footer dark*/
.site-footer.dark{
    background-color: #222222 !important;
    font-size: 13px;
    color: #f9f9f9;
}
.site-footer.dark .topnav ul li a {
    color: #f9f9f9 ;
}
/*footer dark*/
/* footer */
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
/* sidebar */
.sidebar{
    padding-bottom: 20px;
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
}
.sidebar h2{
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 8px 0px;
    border-top: 1px solid rgba(239, 115, 131, 0.57);
    border-bottom: 1px solid rgba(239, 115, 131, 0.57);
}

.sidebar .socialsidebar ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.sidebar .socialsidebar ul li {
    border-color: #2d2d2d;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 10px;
}
.sidebar .socialsidebar ul li a{
    border-radius: 3px;
    padding-left: 0px !important;
    border: 1px solid rgba(149, 149, 149, 0.45);
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    -moz-border-radius: 3px;
    text-align: center;
    color: #959595 !important;
}
.sidebar .socialsidebar ul li a i{
    line-height: 35px;
    font-size: 20px;
}
.sidebar .socialsidebar ul li a:hover{
    color: rgba(232, 56, 79, 0.57) !important;
    border: 1px solid rgba(232, 56, 79, 0.57) !important;
    background : none;
}

.sidebar .socialtags div a{
  background: rgba(232, 56, 79, 0.7);
  border-radius: 3px 0 0 3px;
  color: white;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.sidebar .socialtags div a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.sidebar .socialtags div a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid rgba(232, 56, 79, 0.7);
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .socialcategorie ul{
    padding-left: 10px;
    list-style: none;
}
.sidebar .socialcategorie ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2b;
}
.sidebar .socialcategorie ul li{
    padding: 8px 0px;
    border-bottom: 1px solid rgba(142, 142, 142, 0.11);
}
.sidebar .socialcategorie ul li a:hover{
    text-decoration: none;
}
.sidebar .socialcategorie ul li a span{
    font-weight: 400;
    color: rgba(43, 43, 43, 0.67);;
}
.sidebar .sidebarsearch .sidebarsearch-container button{
    background: none;
    border: none;
    font-size: 20px;
    color: #fe5f55;
    position: absolute;
    top: 1px;
    right: 13px;
}
.sidebar .sidebarsearch .sidebarsearch-container{
    padding: 0px 15px;
    position: relative;
}
.sidebar .sidebarsearch .sidebarsearch-container input{
    width: 100%;
    border: none;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(130, 130, 130, 0.48);
}
.sidebar .sidebarsearch .sidebarsearch-container input:focus{
    border: none !important;
    border-bottom: 1px solid rgba(130, 130, 130, 0.48) !important;
    box-shadow: 0 0 8px grey !important;
}
.sidebar .recentarticles .media-right h4{
    font-size: 13px;
    margin-bottom: 0px;
    color: #656161;
    font-weight: 700;
    text-transform: uppercase;
}
.sidebar .recentarticles .media-right h4 a{
    color:black !important;
}
.sidebar .recentarticles .media-right h4 a:hover{
    color:#ef7383 !important;
}
.sidebar .recentarticles .media-right .post-media{
    font-size: 12px;
    list-style-type: none;
    padding-left: 0px;
}
.sidebar .recentarticles .media-right .post-media .meta-date{
    padding-left: 7px;
    text-decoration: none;
    border-bottom: 0px;
    font-size: 13px;
    font-style: italic;
    color: #a5a5a5;
}
.sidebar .recentarticles>ul{
    list-style-type: none;
    padding-left: 0px;
}
.sidebar .recentarticles>ul>li{
    padding-bottom: 15px
}
.sidebar .recentarticles .media-left{
    width: 80px;
    display: table-cell;
    vertical-align: top;
    padding: 0px;
}
.sidebar .recentarticles .media-left a{
    position: relative;
    display: block;
}
.sidebar .recentarticles .media-left a:hover{
    border: none;
}
.sidebar .recentarticles .media-left a img{
    width: 80px;
    height: 80px;
}
.sidebar .socialaboutme .aboutimg img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.sidebar .socialaboutme p{
    color: #747374;
    font-size: 11px;
    text-align: center;
    padding-bottom: 4px;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 1em 0 1.5em 0;
}

.about-widget{
	text-align: center;
}
.about-widget img{
	width: 70%;
}
.exceptive_facebook_widget{
	text-align: center;
}
/* sidebar */
/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
/*slider homepage*/
.main-carousel3 article{
	height: 420px !important;
	margin-right: 2px !important;
	position: relative;
}
.main-carousel2 article{
	height: 560px !important;
}
.main-carousel{
    margin-top: -30px;
    margin-bottom: 50px;
    display: none;
}
.main-carousel article{
	background-position: center center;
    overflow: hidden;
    display: block;
    height: 360px;
    text-decoration: none;
    outline: none;
    margin: 0;
    background-size: cover;
}
.main-carousel article .slider-content{
    position: absolute;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7) !important;
    overflow: visible;
    background: none;
    bottom: 0;
    z-index: 9;
    padding: 10px 0;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.main-carousel article .slider-content a{
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main-carousel article .slider-content h3{
    color: white;
    margin-top: 10px;
    font-size: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center;
}
.main-carousel article:hover .slider-content h3{
    margin-bottom: 50px;
}
.main-carousel article:hover .slider-content{
    background-color: rgba(0, 0, 0, 0.9) !important;
}

/*slider homepage*/
.owl-carousel .owl-item{
	-webkit-backface-visibility: visible; /* Chrome, Safari, Opera */
   	backface-visibility: visible;
}

