/*
Theme Name: Johansen
Theme URI: http://www.angrygorilla.us
Author: Angry Gorilla Team
Author URI: http://www.angrygorilla.us
Description: Modern, Creative Wordpress Blog Theme
Version: 1.2.2
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, clean, creative, elegant, modern, multi-concept, photography, portfolio, video
Text Domain: johansen
*/

/*

 This file contains the styling for the actual theme, this
 is the file you need to edit to change the look of the
 theme.

 This files contents are outlined below.

 1.  Normalize
 2.  Global Styles
 3.  Constants
 4.  Buttons
 5.  General Layout
 6.  Header Structure
 7.  Navigation
 8.  Search
 9.  Social Icons
 10. Slide Area
 11. Swiper Styling
 12. Top Widget Area
 13. Home Title Slogan Box
 14. Post Type & Layout Styles
 15. Masonry Styling
 16. Pagination
 17. Load More Animations
 18. Footer Styles
 19. Widget Styles
 10. Comments Styles
 21. Archive Pages
 22. Search Page
 23. Wordpress Core Fixes
 24. Contact Form 7
 25. Media Element JS


! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

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

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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 {
    margin: 0;
}

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

legend {
    border: 0; 
    padding: 0; 
}

button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
	-webkit-border-radius:0;
}

button,
input["text"],
textarea {
	-webkit-appearance:none;
}

input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

select {
	background-color#fff;
}

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

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


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


input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}

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

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

textarea {
    overflow: auto; 
    vertical-align: top; 
}

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

textarea:focus, input:focus {
	outline: 0;
}



/*-----------------------------------------------------------------------------------*/
/* - Global Styles
/*-----------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	position: relative;
	font-family: 'Merriweather', sans-serif;
	color:#444;
	background-color:#f8f8f8;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
  	font-smoothing: antialiased;
}

.mobile-device body {
	background-size:auto!important;
	background-position:center top!important;
}

p {
	line-height:1.8;
}

a {
	text-decoration:none;
	color:#f09a75;
	transition: .3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Playfair Display", serif;
	margin: 30px 0 10px;
	color:#111;
	font-weight: 600;
}

.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
.post-comments h1, .post-comments h2, .post-comments h3, .post-comments h4, .post-comments h5, .post-comments h6 {
 	letter-spacing: -0.5px;
}

p,hr {
	margin-bottom:20px;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:27px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:21px;
}

h5 {
	font-size:17px;
}

h6 {
	font-size:14px;
}

hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}

blockquote {
	margin-bottom: 40px;
	margin-top: 40px;
}

blockquote p {
	font-family: "Merriweather";
	font-weight: 300;
	font-size:18px;
	line-height:1.5;
	text-align: center;
}

blockquote p:after {
	display: block;
	color:#333;
	font-style: normal;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.15);
	max-width: 150px;
	margin: 0 auto;	  
}

blockquote p:after {
	content: "";
	margin: 20px auto 0;
}

cite {
	color:#AAA;
}

ul, ol {
	padding-left:30px;
	margin-bottom:20px;
}

ul ol, ol ul, ul ul, ol ol {
	margin-bottom: 0;
}

ul li, ol li  {
	margin-bottom:7px;
	position: relative;
}

	.post-entry ul,
	.post-comments ul {
		padding-left: 15px;
		line-height: 1.8;
	}

	.post-entry ul li,
	.post-comments ul li {
		list-style:none;
		padding-left: 15px;
	}

	.post-entry ul li,
	.post-entry ol li {
		margin-top: 5px;
		margin-bottom: 5px;

	}

	.post-entry ul li:before,
	.post-comments ul li:before {
		position: absolute;
		top:5px;
		left: 0;
		content: "\f111";
		font-family: "FontAwesome";
		font-size: 8px;
		color:inherit;
	}

	li.pingback  {
		list-style-type: none;
	}

	li.pingback .comment-item .author-img {
		display: none;
	}

ol li {
	list-style:decimal;
	line-height: 2;
}

dl {
	line-height: 2;
}

.bypostauthor  {}

table { width:100%; margin-bottom:22px; border-collapse:collapse }
td, th { padding: 12px; border-bottom: 1px #eee solid; }
th { font-weight:bold; font-size:14px; background:#eee;}
tr:hover {
	background:#f9f9f9;
}

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+ */
}

button,
input,
select,
textarea {
	border: 1px solid #eee;
	padding: 9px;
}

button, input[type="submit"] {
	font-size: 11px;
	padding: 11px 16px;
	background-color:#f09a75;
	text-transform: uppercase;
	color:#fff;
  	letter-spacing: 1px;
  	border: none;
  	position: relative;
  	top:-1px;
}

select, textarea, input[type="text"], 
input[type="password"], input[type="datetime"], 
input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], input[type="week"], 
input[type="number"], input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"] {
	display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: inherit;
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/* - Constants
/*-----------------------------------------------------------------------------------*/

.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.pulse {
	 -webkit-animation: breath 1.5s ease-out infinite;
	 -moz-animation: breath 1.5s ease-out infinite;
	 -ms-animation: breath 1.5s ease-out infinite;
	 animation: breath 1.5s ease-out infinite;
}

.radius img {
	border-radius: 100%;
}

@-ms-keyframes breath {
    0% { opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}


@-moz-keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.;}
    100% {opacity: 0.8;}
}


@-webkit-keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}

@keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}


/*-----------------------------------------------------------------------------------*/
/* - Buttons
/*-----------------------------------------------------------------------------------*/

.btn {
	display: inline-block;
	padding: 18px 21px;
	font-size: 11px;
	color: #333;
	font-family: "Merriweather";
	letter-spacing: 1px;
	background-color:#fff;
	opacity: 0.95;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	box-shadow: 1px 2px 5px rgba(0,0,0,.2); 
}

.boxed .btn {
	padding: 15px 19px;
	font-size: 10px;
}

.btn:hover {
	color: #fff;
	background-color:#f09a75;
}


/*-----------------------------------------------------------------------------------*/
/* - General Layout
/*-----------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	z-index: 1;
  	
    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

#wrapper.open {
	cursor: pointer;
	transform: translate(-150px, 0px);
	-webkit-transform: translate(-150px, 0px);
	-o-transform: translate(-150px, 0px);
	-ms-transform: translate(-150px, 0px);
}

.container {
	width:990px;
	margin:0 auto;
}

#main-container {
	width:100%;
	margin-top: 60px;
	padding:0 0 60px;
}

#main-container .container {
	position: relative;
}

.container.sidebar-open #content {
	width:645px;
	margin-right:44px;
	float:left;
}

#sidebar {
	position: relative;
	width:300px;
	float:right;
}

#sidebar-inner {
	position: relative;
}

.theiaStickySidebar.hide {
	opacity: 0;
}


/*-----------------------------------------------------------------------------------*/
/* - Header Structure
/*-----------------------------------------------------------------------------------*/

#main-header {
	position: relative;
}

	#main-top-wrapper {
		padding:50px 0;
		text-align: center;
		background-color: #fff;
		position: relative;
	}

	.home .glass #main-top-wrapper {
			background-color:transparent;
			position: absolute;
			width: 400px;
			left: 50%;
			margin-left: -200px;
			padding-bottom: 0;
	}

	.home .glass #main-top-wrapper .container {
		width: auto;
	}

	#logo {
		position:relative;
		z-index:1;
		text-align:center;
	}

		#logo h1 {
			display: inline-block;
			margin: 0;
		}

		#logo h1 a {
			font-size: 52px;
			letter-spacing: -5px;
			color:#222;
			padding: 0px 10px;
			text-transform: uppercase;
			font-weight: bold;
			display: block;
			line-height: 1;
			-webkit-backface-visibility: hidden;
		}

		#logo h1 a:hover {
			opacity: .8
		}


/*-----------------------------------------------------------------------------------*/
/* - Navigation
/*-----------------------------------------------------------------------------------*/

.main-navigation-wrapper {
	position: relative;
	z-index: 1;
	height:61px;
	width:100%;
	text-align: center;
	background:#fff;
	-webkit-box-shadow: 1px 1px 10px -4px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 10px  -4px rgba(0,0,0,.1);
	box-shadow: 1px 1px 10px -4px rgba(0,0,0,.1);

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-navigation-wrapper:not(.sticky) .sticky-logo{
	display: none;
}

.main-navigation-wrapper .sticky-logo {
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -19px;
	z-index: 1;
}

.main-navigation-wrapper .sticky-logo img {
	width: auto;
	max-height: 38px;
}

.archive .main-navigation-wrapper,
.search .main-navigation-wrapper {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;);
}

.main-navigation-wrapper.sticky {
	position: fixed;
	top:0;
	width:100%;
  	z-index: 1000;
  	transform: translate(0, -100%);
	-webkit-transform: translate(0, -100%);
	-o-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);

	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	box-shadow: 1px 1px 10px rgba(0,0,0,.1);
	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

.main-navigation-wrapper.sticky.open {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

	.right-side-open .main-navigation-wrapper.sticky {
		transform: translate(-150px, -100%);
		-webkit-transform: translate(-150px, -100%);
		-o-transform: translate(-150px, -100%);
		-ms-transform: translate(-150px, -100%);
		
	}

	.right-side-open .main-navigation-wrapper.sticky.open {
		transform: translate(-150px, 0);
		-webkit-transform: translate(-150px, 0);
		-o-transform: translate(-150px, 0);
		-ms-transform: translate(-150px, 0);
	}

.wpadminbar-open .main-navigation-wrapper.sticky {
	top:32px;
}

	.main-navigation-wrapper .container {
		position: relative;
	}
	
.slicknav_menu {
	text-align: left;
	display:none;
	padding:0;
}

.slicknav_btn {
	height: 61px;
	line-height: 61px;
	padding:0;
	margin:0 5px;
}

.main-navigation {
	display: inline-block;
	height: 51px;
}

.menu-mobile {
	display: inline-block;
}
	
.nav-menu {
	display: inline-block;
	color:#222;
	padding: 0;
	margin: 0;
}

.nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 61px;
	margin: 0;
	font-size: 11px !important;
	text-transform: uppercase;
}

.mobile-device #right-side-area .slide-area {
	overflow:auto;
	-webkit-overflow-scrolling:touch;
}

#footer-copyright .nav-menu.add-menu-alert p {
	line-height: 33px;
}


.nav-menu > li {
	position:relative;
	float: left;
	margin-bottom: 0;
}

.nav-menu  li {
	list-style-type: none;
	padding:0;
}

	.nav-menu > li:last-child {
		margin-right: 0;
	}

		.nav-menu > li > a {
			display: block;
			position: relative;
			font-size:14px;
			font-weight:600;
			color:#222;
			letter-spacing: 0px;
			line-height:61px;
			padding: 0 18px;
			font-family: "Playfair Display", serif;
			text-transform: uppercase;
		}

		.nav-menu.footer  > li > a {
			line-height: 1.5;
			padding: 0 8px;
			font-size: 13px;
			font-family: "Merriweather", sans-serif;
			font-weight: normal;
			text-transform: none;
		}

		.nav-menu > li > a:after {
			  content: "";
			  display: inline-block;
			  position: absolute;
			  right: -1px;
			  top: 50%;
			  font-size: 25px;
			  border-right: 1px solid #28282e;
			  height: 12px;
			  line-height: 12px;
			  width: 1px;
			  margin-top: -7px;
			  opacity: .2;
		}

		.no-search > .nav-menu > li:last-child > a:after,
		.nav-menu.footer  > li:last-child > a:after {
			display: none;
		}

		.nav-menu > li > a:hover,
		.nav-menu > li:hover > a {
			color: #f09a75;
		}


			.nav-menu li.current_page_item > a, .nav-menu li.current_page_ancestor > a, .nav-menu li.current-menu-item > a {
				color:#f09a75;
			}

		/*** DROPDOWN ***/
		
		.nav-menu .sub-menu,
		.nav-menu .children {
			background: #171A1D;
			opacity: 0;
			visibility: hidden;
			width: 240px;
			padding:15px 0;
			position: absolute;
			z-index:10;
			margin:0;
			left: 0;
			top:61px;
			-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
		  	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
		  	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
			text-align: left;
			transition: .3s;
			-o-transition:.3s;
			-ms-transition:.3s;
			-moz-transition:.3s;
			-webkit-transition:.3s;
		}

			.nav-menu .sub-menu ul,
			.nav-menu .children ul {	
				left: 100%;
				top: 15px;
			}

				.nav-menu ul li {
					float: none;
					padding:0 30px;
					margin:0;
				}

				.nav-menu li:last-child,
				.nav-menu ul li:last-child {
					border-bottom:none;
				}
		
		.nav-menu .sub-menu a {
			position: relative;
			display: block;
			color: #888;
			line-height:1.8;
			font-size: 14px;
			padding:12px 0;
			border-bottom:1px solid rgba(255,255,255,.05);
			-o-transition:.25s;
			-ms-transition:.25s;
			-moz-transition:.25s;
			-webkit-transition:.25s;
			transition:.25s;
		}

		.nav-menu .sub-menu > li:last-child > a {
			border-bottom: none;
		}

		.nav-menu ul a:hover,
		.nav-menu ul ul a:hover {
			color: #fff;
		}

		.nav-menu .sub-menu a:hover {
			-webkit-transform:translate3d(5px,0,0);
			transform:translate3d(5px,0,0);
		}


		.nav-menu li:hover > ul,
		.nav-menu ul li:hover > ul {
			opacity: 1;
			visibility: visible;
			
			backface-visibility:hidden;
			-webkit-backface-visibility:hidden;
		}
		
		.slicknav_menu .slicknav_icon-bar {
			color:#222;
		}
	
/*-----------------------------------------------------------------------------------*/
/* - Search
/*-----------------------------------------------------------------------------------*/

.top-search-area {
	display: inline-block;
	width: 35px;
	text-align:center;
	vertical-align: top;
}

	.top-search-area a {
		font-size:13px;
		padding: 0 5px;
		line-height:61px;
		color:#222;
		display:block;
		-webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
	}

	.top-search-area a:hover {
		color:#999;
	}

.search-form-area {
	opacity: 0;
	visibility: hidden;
	position:absolute;
	top:90px;
	left:50%;
	margin-left: -400px;
	width:800px;
	z-index:10000;
	-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform:translate3d(0,-10px,0);
	transform:translate3d(0,-10px,0);
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

body.search-open .search-layer {
	opacity: 1;
	visibility: visible;
}

body.search-open .main-navigation-wrapper.sticky.open .search-form-area, 
body.search-open .main-navigation-wrapper:not(.sticky) .search-form-area {
	opacity: 1;
	visibility: visible;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

body.search-open .top-search-area a .fa.fa-search:before{
	content: "\f00d";
	font-size: 15px;
}

.search-form-area .search-form .search {
	width:100%;
	height:61px;
	font-size: 15px;
	padding: 20px 50px 20px 20px;
	background:#171A1D;
	color:#fff;
    border:none;
    border-radius: 2px;
}

	.search-form {
		position: relative;
	}

	.search-form .search-submit {
		width: 20px;
		height: 20px;
		color:#ccc;
		position: absolute;
		right: 10px;
		top:50%;
		margin-top: -10px;
		border:none;
		background: none;
		cursor:pointer;
	}

		.search-form .search-submit:focus {
			outline:none;
		}

		.search-form-area .search-form .search-submit {
			width: 40px;
			height: 40px;
			margin-top: -20px;
		}

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

#top-social-items {
	display: inline-block;
	text-align: center;
	margin-top: 18px;
	padding:0 20px;
}

#top-social-items:after,
#top-social-items:before {
	  display: inline-block;
	  content: "";
	  position: relative;
	  top: -4px;
	  border-bottom: 1px solid rgba(0,0,0,.2);
	  width: 15px;
}

	#top-social-items-inner {
		display: inline-block;
		padding:0 5px;
	}

	#top-social-items a {
		display: inline-block;
	}


/*-----------------------------------------------------------------------------------*/
/* - Slide Area
/*-----------------------------------------------------------------------------------*/

#right-side-area {
	position: fixed;
	right: 0;
	top:0;
	z-index: 10001;
	width: 400px;
	height: 100%;
	background-color: rgba(23, 26, 29, 1);
	color: #fff;
	overflow:hidden;
	font-weight: 300;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	transform: translate(100%, 0px);
	-webkit-transform: translate(100%, 0px);
	-o-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);

    transition:all 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

#right-side-area.open {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
}

	#right-side-area .slide-area {
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding:0 45px;
	}

.right-side-menu {
	position: absolute;
	right: 30px;
	top:30px;
	z-index: 99;
	padding:7px;
	color:#333;
	font-size: 17px;
	line-height: 1;
}

.style-2 .main-navigation-wrapper {
	z-index: 10;
}

.style-2 .right-side-menu {
	top:14px;
}

.right-side-menu:hover {
	opacity: .8;
}

.main-navigation-wrapper .right-side-menu {
	top:50%;
	margin-top: -16px;
	opacity: 0;
	visibility: hidden;
	transition: none;
	-o-transition:none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.main-navigation-wrapper.sticky .right-side-menu {
	color:#fff;
	opacity: 1;
	visibility: visible;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.main-navigation-wrapper.sticky .right-side-menu:hover {
	opacity: .8;
}

#right-side-area .close-btn {
	position: absolute;
	right:18px;
	top:18px;
	z-index: 2;
	display: block;
	padding-left: 3px;
	width: 19px;
	height: 19px;
	background:url(/web/20180829012318im_/http://jeunesactifs-patriotes.fr/contenus/themes/johansen/assets/img/cross.png) center center no-repeat;
	background-size: 75%;
	font-size: 0;
	line-height: 0;
}

#right-side-area .close-btn:hover {
	opacity: .7;
}

#right-side-area .widget {
	width: 100%;
	margin: 45px 0;
}

#right-side-area .widget-title {
	background:none;
	color:#fff;
}

#right-side-area .widget-title span {
	background:none;
}

#right-side-area .widget li, #right-side-area .widget a {
	color:#fff;
}

#right-side-area .widget:not(.gorilla_social_widget) a:hover {
	opacity: .8;
}

#right-side-area .widget ul li {
	border-bottom-color: rgba(255,255,255,.05);
}

#right-side-area .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
	color:rgba(255,255,255,.5);
}

#right-side-area .widget-title {
	font-family: "PlayFair Display", serif;
	font-size:18px;
	margin-bottom:18px;
	font-weight: bold;
}

#right-side-area  .widget-title {
 	border-bottom: 1px solid rgba(255,255,255,.1);
}

#right-side-area .widget-title:after {
	content: "";
	display: block;
	background-color: #f09a75;
	height: 1px;
	width: 30px;
	margin-top: 8px;
	position: relative;
	left: 0;
	top: 1px;
}

#right-side-area .widget .search-form .search {
	background-color:rgba(255,255,255,.07);
	border: none;
	color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/* - Swiper Styling
/*-----------------------------------------------------------------------------------*/

.featured-area .vertical-middle {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

	.vertical-middle .vertical-middle-inner {
		vertical-align: middle;
		display: table-cell;
	}

.featured-area[data-slider-type="carousel"] .vertical-middle {
	opacity: 0;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.no-mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide:hover .vertical-middle,
.mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.open .vertical-middle {
	opacity: 1;
	visibility: visible;
}

.featured-area[data-slider-type="carousel"] .vertical-middle .carousel-item-container {
	transform: translate(0px, 5px);
	-webkit-transform: translate(0px, 5px);
	-o-transform: translate(0px, 5px);
	-ms-transform: translate(0px, 5px);

	transition:all 350ms ease;
    -webkit-transition:all 350ms ease;
}

.no-mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide:hover .carousel-item-container,
.mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.open .carousel-item-container {
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
}

.featured-area[data-slider-type="slider"] .item-header-wrapper {
	display: inline-block;
	position: relative;
	z-index: 3;
	background-color: rgba(23, 26, 29, 0.96);
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;

	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}


.featured-area[data-slider-type="carousel"] .item-header-wrapper {
	position: absolute;
	left: 0px;
	bottom: 0;
	right: 0;
	padding:25px 30px 25px;
	opacity:0;
	background-color: rgba(23, 26, 29, 0.96);

	transform:translateY(60%);
	-webkit-transform:translateY(60%);

	transition:all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.featured-area[data-slider-type="carousel"] .item-header-wrapper  .feat-cat-date {
	margin-top: 5px;
}

.no-mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide:hover .item-header-wrapper,
.mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.open .item-header-wrapper {
	opacity: 0;
}

.featured-area[data-slider-type="carousel"] .swiper-slide-active .item-header-wrapper {
	display: block;
	visibility: visible;
	opacity: 1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
}


.featured-area[data-slider-type="carousel"] .carousel-item .item-header-wrapper h2, .featured-area[data-slider-type="carousel"] .carousel-item .item-header-wrapper h2 a {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 0;
}

.featured-area[data-slider-type="carousel"] .carousel-item .item-header-wrapper h2:after {
	display: none;
}

.featured-area[data-slider-type="slider"] .item-header-wrapper:hover {
	opacity: .9;
}

.featured-area[data-slider-type="slider"] .dark .item-header-wrapper {
	background-color: rgba(255,255,255,.98);
}

.featured-area[data-slider-type="carousel"] .dark .item-header-wrapper {
	background-color: rgba(255,255,255,.98);
}


.featured-area[data-slider-type="slider"] .item-link {
	display: block;
	padding:55px 70px;
	font-size: 10px;
	position: relative;
	z-index: 3;
}

.featured-area[data-slider-type="slider"] .item-link .date-author {
	display: inline-block;
	text-transform: uppercase;
	color:#fff;
	margin-top: 15px;
}

.featured-area[data-slider-type="slider"] .item-link .date-author .seperator {
	position: relative;
	top:-1px;
	margin: 0 3px;
	font-weight: 300;
}

.featured-area[data-slider-type="slider"] .dark .item-link .date-author  {
	color:#222;
}

.featured-area[data-slider-type="slider"] .gopost-link {
	position: absolute;
	left: 50%;
	bottom:-21px;
	margin-left:-19px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color:#fff;
	background-color:#f09a75;
	border-radius: 100%;

	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.featured-area[data-slider-type="slider"] .item-header-wrapper:after {
	content: "";
	display: block;
	border: 1px solid #111;
	position: absolute;
	left:-8px;
	top:-8px;
	right: -8px;
	bottom: -8px;
}

.featured-area[data-slider-type="slider"] .dark  .item-header-wrapper:after {
	border-color:#fff;
}

.featured-area[data-slider-type="slider"] .item-header-wrapper .item-postit-wrapper {
	position: absolute;
	z-index: 4;
	top:-20px;
	left:0;
	text-align: center;
	width: 100%;
}

.featured-area[data-slider-type="slider"] .item-header-wrapper .item-postit {
	display: inline-block;
	padding: 10px 13px;
	background-color: #f09a75;
	color:#fff;
	text-transform: uppercase;

	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,.1);
}

.featured-area[data-slider-type="carousel"] .item-header-wrapper .item-postit {
	position: absolute;
	top: -14px;
	background: #f09a75;
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
}

.slide-overlay {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color:rgba(23, 26, 29, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor:default;

	transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -webkit-transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
}

.right-side-open .slide-overlay {
	opacity: 1;
	visibility: visible;
}

.featured-area {
	position: relative;
	background-color: #fff;
	overflow:hidden;
}

.featured-area.boxed {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: transparent;
}

.featured-area .swiper-container {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-moz-grab;
	cursor:grab;
}

.featured-area.boxed > .container {
	padding: 35px;
	background:rgba(255,255,255,.98);
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
  	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
  	box-shadow: 1px 1px 10px rgba(0,0,0,.05);
}

.featured-area[data-slider-type="slider"] .swiper-container .swiper-slide .vertical-middle-inner {
	opacity:0;
}

.featured-area[data-slider-type="slider"] .swiper-container .swiper-slide.animated .vertical-middle-inner {
	opacity:1;
	animation: slide_active 0.5s ease-out;
	-webkit-animation: slide_active 0.5s ease-out;
}

@-webkit-keyframes slide_active {
  0%   { opacity: 0; -webkit-transform:translate(0,-10px); }
  100% { opacity: 1.0; -webkit-transform:translate(0,0); }
}
@keyframes slide_active {
  0%   { opacity: 0; transform:translate(0,-10px); }
  100% { opacity: 1.0; transform:translate(0,0); }
}

.featured-area .swiper-container .swiper-pagination{
	opacity: .7;

	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.featured-area .swiper-container:hover .swiper-pagination {
	opacity: 1;
}

.ie9 .featured-area .swiper-container {
	margin-right: 0;
}

.ie9 .featured-area {
	height: 0;
	overflow: hidden;
}

.ie9 .featured-area.open {
	height: auto;
}

.featured-area .swiper-pagination {
	bottom: 30px;
}

.featured-area[data-slider-type="carousel"] .swiper-pagination {
	display: none;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 8px;
}


.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	background:rgba(255,255,255,.4);
	opacity: 1;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
	box-shadow: 1px 1px 10px rgba(0,0,0,.05);

	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left:-3px;
	top:-3px;
	right: -3px;
	bottom:-3px;
	border-radius: 100%;
	border: 1px solid #fff;
	opacity: .3;
}

.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet:hover {
	background:rgba(255,255,255,1);
}

.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet-active {
	background:rgba(255,255,255,1);
}

.featured-area .swiper-slide {
	position: relative;
	float: left;
	width: 100%;
	background-color:#171A1D;
}

.featured-area .swiper-slide .click-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
}

.featured-area[data-slider-type="slider"] .container {
	position: relative;
}

.featured-area .swiper-slide.dark {
	background-color:#fff;
}

.featured-area[data-slider-type="carousel"] .swiper-slide {
	width: 33.3333333333333333%;
}

.featured-area .swiper-slide img {
	display: block;
	width:100%;
	height:auto;
}

.featured-area[data-slider-type="carousel"] .swiper-slide .feat-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 2;
	padding:0 7%;
	text-align: center;
	background:rgba(255,255,255,.4);
	opacity: 0;
	visibility: hidden;
	transform: translateZ(0);

	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.no-mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide:hover .feat-overlay,
.mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.open .feat-overlay {
	background:rgba(255,255,255,.95);
	opacity: 1;
	visibility: visible;
	
}

.featured-area[data-slider-type="carousel"] .swiper-slide.light .feat-overlay {
	background:rgba(23, 26, 29,.4);
}

.no-mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.light:hover .feat-overlay,
.mobile-device .featured-area[data-slider-type="carousel"] .swiper-slide.light.open .feat-overlay {
	background:rgba(23, 26, 29,.95);
}

.featured-area[data-slider-type="carousel"] .swiper-slide .feat-overlay .item-meta {
	margin-top: 10px;
	font-size: 14px;
}

.featured-area[data-slider-type="carousel"] .swiper-slide .feat-overlay .item-meta a{
	margin: 0 3px;
}

.featured-area[data-slider-type="carousel"] .swiper-slide.light .feat-overlay .item-meta {
	color:#fff;
}

.featured-area[data-slider-type="carousel"] .swiper-slide.dark .feat-overlay .item-meta {
	color:#111;
}

	.featured-area[data-slider-type="carousel"] .swiper-slide.light .feat-overlay .item-meta a{
		color:#fff;
	}

	.featured-area[data-slider-type="carousel"] .swiper-slide.dark .feat-overlay .item-meta a{
		color:#111;
	}

	.featured-area[data-slider-type="carousel"] .swiper-slide .feat-overlay .item-meta a:hover {
		opacity: .6;
	}


.featured-area .feat-author, .featured-area .feat-cat-date {
	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-weight: 400;
}

.featured-area .feat-author {
	font-size: 12px;
	margin-bottom: 0;	
}

.featured-area  .feat-cat-date {
	font-size: 11px;
	margin:0;
}

.featured-area[data-slider-type="slider"] .feat-author:after {
	right:-7px;
}

.featured-area[data-slider-type="slider"] .feat-author:before {
	left:-7px;
}

.dark .btn {
	background-color:#171A1D;
	color: #fff;
}

.dark .btn:hover {
	background-color: #f09a75;
}

.featured-area[data-slider-type="carousel"], 
.featured-area[data-slider-type="carousel"] .feat-cat a {
	color:#fff;
}

.featured-area[data-slider-type="carousel"] .dark, 
.featured-area[data-slider-type="carousel"] .dark .feat-cat a {
	color:#222;
}

.featured-area[data-slider-type="carousel"] .feat-author {
	font-size: 11px;
	margin-top: 0;
	text-transform: none;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-area[data-slider-type="carousel"] .feat-cat-date {
	  font-size: 11px;
	  margin-top: 0;
	  text-transform: none;
	  letter-spacing: 0;
	  text-transform: uppercase;
}

.featured-area[data-slider-type="carousel"] .carousel-item h2 {
	margin-top:0;
	margin-bottom: 16px;
}

.featured-area[data-slider-type="carousel"] .carousel-item h2:after,
.featured-area[data-slider-type="slider"] .slider-item h2:after  {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color:#fff;
	margin: 16px auto 0;
}

.featured-area[data-slider-type="slider"]  .slider-item h2:after  {
	width:30px;
	background-color:#fff;
	display: none;
}

.featured-area[data-slider-type="slider"] .dark .slider-item h2:after  {
	background-color:#333;
}

.featured-area[data-slider-type="carousel"] .dark .carousel-item h2:after {
	background-color:#f09a75;
}

.featured-area[data-slider-type="carousel"] .carousel-item h2,
.featured-area[data-slider-type="carousel"] .carousel-item h2 a {
	font-size: 23px;
	font-family:"Playfair Display", serif;
	color:#fff;
	font-weight: 300;
	line-height: 1.4em;
}

.featured-area[data-slider-type="carousel"] .dark .carousel-item h2,
.featured-area[data-slider-type="carousel"] .dark .carousel-item h2 a {
	color:#222;
}

.featured-area[data-slider-type="carousel"] .carousel-item h2 a:hover,
.featured-area[data-slider-type="carousel"] .dark .carousel-item h2 a:hover {
	opacity:.7;
}

.featured-area[data-slider-type="slider"], .featured-area[data-slider-type="slider"] .feat-cat-date a {
	color:#fff;
}

.featured-area[data-slider-type="slider"] .dark, .featured-area[data-slider-type="slider"] .dark .feat-cate-date a {
	text-shadow: none;
	color:#222;
}

.featured-area[data-slider-type="slider"] .slider-item {
	height: 460px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

	transition:.3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.glass .featured-area[data-slider-type="slider"] .slider-item {
	height: 700px;
	padding-top: 100px;
}

.featured-area[data-slider-type="slider"] .slider-item .container {
	height: 100%;
	padding: 0 2%;
}

.featured-area[data-slider-type="slider"] .slider-item h2 {
	margin:0; 
}

.featured-area[data-slider-type="slider"] .slider-item h2,
.featured-area[data-slider-type="slider"] .slider-item h2 a {
	font-size: 41px;
	font-family:"Playfair Display", serif;
	color:#fff;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 1.2em;
}

.featured-area .slider-item h2 a:hover {
	opacity: .8;
}

.featured-area[data-slider-type="slider"] .dark .slider-item h2, 
.featured-area[data-slider-type="slider"] .dark .slider-item h2 a {
	color:#222;
}

.featured-area .slider-item .btn-wrapper {
	margin-top: 27px;
}

.featured-area .slider-item .continue-btn {
	display: inline-block;
	text-transform: uppercase;
	text-shadow:none;
	position: relative;

	transition:all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition:all .2s;
}

.featured-area .slider-item .continue-btn:hover {
	padding-right: 35px;
}

.featured-area .slider-item .continue-btn:after {
	position: absolute;
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f178";
	color: #fff;
	font-size: 10px;
	font-style: normal;
	padding-left: 8px;
	opacity: 0;
	transition:all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition:all .2s;
	padding-top: 3px;
}

.featured-area .slider-item .continue-btn:hover:after {
	opacity: 1;
}

.swiper-pagination {
	display: none;
}

.swiper-pagination.show {
	display: block;
}

/*-----------------------------------------------------------------------------------*/
/* - Top Widget Area
/*-----------------------------------------------------------------------------------*/

#top-widget-area-wrapper {
	margin-bottom: 40px;
}

#top-widget-area {
	padding: 32px 0 27px;
	position: relative;
	background-color: #fff;
	opacity: .98;
	text-align: center;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
  	-moz-box-shadow: 1px 1px 10px rgba(0,0,0,.05);
  	box-shadow: 1px 1px 10px rgba(0,0,0,.05);
}

#top-widget-area:after,
#alternate-widget-area .widget_rotatingtweets_widget:after {
	content: "";
	background:url(/web/20180829012318im_/http://jeunesactifs-patriotes.fr/contenus/themes/johansen/assets/img/arrow-down.png) no-repeat;
	width: 18px;
	height: 12px;
	background-size:cover;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left:-9px;
}

#top-widget-area .widget_rotatingtweets_widget:before,
#alternate-widget-area .widget_rotatingtweets_widget:before{
	content: "\f099";
	display: inline-block;
	background-color: #fff;
	border-radius: 100px;
	font-family: "FontAwesome";
	font-size: 16px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	position: absolute;
	z-index: 100;
	top: -14px;
	left: 50%;
	margin-left: -17px;
	color: #222;
}

#top-widget-area .rotatingtweet p.rtw_main,
#alternate-widget-area .rotatingtweet p.rtw_main {
	font-size: 18px;
	margin: 3px 0 10px;
	color:#111;
	font-weight: 300;
}

#top-widget-area p.rtw_meta,
#alternate-widget-area p.rtw_meta {
	margin-bottom: 10px;
	margin-top: 3px;
	padding-bottom: 1px;
	font-size: 11px;
	text-transform: uppercase;
}

.rotatingtweets {
	width: 100%!important;
}

.rotatingtweets .rotatingtweet {
	width: 100%!important;
}

#top-widget-area .rotatingtweet,
#alternate-widget-area .rotatingtweet {
	width:100% !important;
}

#top-widget-area .jr-insta-slider .widget-title,
#alternate-widget-area .jr-insta-slider .widget-title {
	font-size: 26px;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 0;
	margin-top: 0;
}

#top-widget-area .jr-insta-slider .brush-underline,
#alternate-widget-area .jr-insta-slider .brush-underline {
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------*/
/* - Home Title Slogan Box
/*-----------------------------------------------------------------------------------*/

.layout-title {
	padding:65px 15px 15px;
	text-align:center;
	max-width:960px;
	margin: 0 auto;
}

.layout-title-container.bg-fill .layout-title {
	padding: 35px 15px 15px;
}

.layout-title-container.bg-fill {
	background-color: #fff;
	position: relative;
	padding:15px 15px 35px;
	-webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
}

.layout-title-container.bg-fill .layout-title:after {
	  content: "";
	  background: url(/web/20180829012318im_/http://jeunesactifs-patriotes.fr/contenus/themes/johansen/assets/img/arrow-down.png) no-repeat;
	  width: 18px;
	  height: 12px;
	  background-size: cover;
	  display: block;
	  position: absolute;
	  bottom: -10px;
	  left: 50%;
	  margin-left: -9px;
}

.layout-title img {
	margin-bottom: 15px;
}

.boxed .layout-title {
	max-width: 800px;
	margin: 0 auto;
}

.layout-title h3 {
	font-size: 27px;
	letter-spacing:-1px;
	margin-top: 0;
	margin-bottom:13px;
}

.layout-title .sub-title {
	font-size: 11px;
	text-transform: uppercase;
	color: #111;
	display: block;
	margin-bottom: 15px;
}

.layout-title .layout-text {
	margin-top: 30px;
	color:#333;
	font-size: 15px;
}

.layout-title .layout-link {
	font-size: 16px;
}

.layout-title .layout-link:hover {
	opacity: .7;
}

.layout-title .layout-link .brush-underline {
	background-color: #222;
}


/*-----------------------------------------------------------------------------------*/
/* - Post Type & Layout Styles
/*-----------------------------------------------------------------------------------*/

.post, #content .page, .post-author, .related-posts, .post-comments {
	max-width: 860px;
	margin: 0 auto;
	padding: 50px;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.05);
	box-shadow: 1px 1px 5px rgba(0,0,0,.05);
}

.post.article-item {
	position: relative;
	margin-bottom: 50px;
}

.post.article-item:last-child{
	margin-bottom:0;
}

.masonry-layout .post-item.article-item .item {
	padding: 30px;
	margin-bottom: 0;
}

.featured,
.popular {
	display: block;
	position: absolute;
	width: 146px;
	height: 46px;
	left: -43px;
  	top: -46px;
	line-height: 32px;
	text-align: center;
	color:#fff;
  	font-size: 11px;
  	letter-spacing: 1px;
	padding-top: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 9px rgba(0,0,0,.3);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;

    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 100% 100%; /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;

	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

.featured-area .popular {
	left: -31px;
	top: -36px;
}

.featured svg,
.popular svg {
	position: absolute;
	left: 0;
	top: 0;
}

svg .surface {
	fill:#111;
}

.popular svg .surface {
	fill:#f09a75;
}

.featured .lbl,
.popular .lbl {
	position: relative;
	z-index: 1;
	top:-3px;
}

.featured-lbl, .popular-lbl {
	display: none;
}

.masonry-layout .post .featured,
.masonry-layout .post .popular {
	left:-25px; 
}

	/*** Post Header ***/
	.post-header {
		margin-top: 25px;
		margin-bottom:45px;
		text-align:center;
	}

	.post-header .cat {
		display:inline-block;
		margin-bottom:0;
		font-family: "Merriweather";
		font-size:12px;
		font-weight:400;
		text-transform:uppercase;
	}

	.post-header .cat.pure {
		margin-bottom: -5px;
	}

	.post-header .cat.pure .brush-underline {
		display: none !important;
	}

	.brush-underline {
		display: block;
		background-color:#f09a75;
		width: 150px;
		height: 11px;
		margin: 3px auto 0;
	}

	.brush-underline:after {
		content: "";
		display: block;
		width: 150px;
		height: 11px;
		background:url(/web/20180829012318im_/http://jeunesactifs-patriotes.fr/contenus/themes/johansen/assets/img/brush-seperator.png) no-repeat 50% 50%;
		background-size:100%;

		backface-visibility: hidden;
  		-webkit-backface-visibility: hidden;
	}

	.cat a {
		position: relative;
		color:inherit;
	}

	.cat a:hover {
		text-decoration:none;
		opacity:.7;
	}

	.post-header h1, .post-header h2 {
		padding:0 30px;
		margin-top:9px;
	}

	.post-header h1 a, .post-header h2 a, .post-header h1, .post-header h2 {
		font-size:37px;
		color:#111;
		font-family:"Playfair Display", serif;
		font-weight:300;
		letter-spacing: -1px;
		line-height: 1.2;
		margin-bottom:0;
	}

	.no-mobile-device .post-header h1 a, .no-mobile-device .post-header h2 a, 
	.no-mobile-device .post-header h1, .no-mobile-device .post-header h2 {
		transition:.3s;
		-o-transition:.3s;
		-ms-transition:.3s;
		-moz-transition:.3s;
		-webkit-transition:.3s;
	}

	.sidebar-open .post-header h1, .sidebar-open .post-header h2 a, .sidebar-open .post-header h1, .sidebar-open .post-header h2 {
		font-size:38px;
	}

	.post-header h2 a:hover {
		opacity:.7;
	}

	.post-header h1  strong, .post-header h2 strong {
		font-weight:700;
	}

	.post-header h1  em, .post-header h2 em {
		font-style:italic;
	}

	.post-header .date-author {
		display: inline-block;
		font-family: "Merriweather";
		margin-top: 16px;
		padding: 0 30px;
		color:#444;
	}

	.post-header .date-author:before,
	.post-header .date-author:after {
		display: inline-block;
		content: "";
		position: relative;
		top:-3px;
		border-bottom: 1px solid #ddd;
		width: 20px;
	}

	.post-header .date-author p {
		display: inline-block;
		padding: 0 10px;
		margin: 0;
		font-size:11px;
		text-transform:uppercase;
	}

	.post-header .date-author .seperator {
		font-size: 10px;
		color:#444;
		padding: 0 3px;
	}
	
	/*** Post Entry ***/
	.post-entry {
		position: relative;
	}

	.post-entry a:hover {
		opacity:.7;
	}

	.post-entry .wp-caption a:hover,
	.post-entry .gallery .gallery-item a:hover {
		opacity: .9;
	}

	.post-entry img {
		max-width:100%;
		height:auto;
	}
	
	.post-entry p {
		margin-bottom:20px;
	}

	.post-entry p:after {
	    clear: both;
	}

	.post-entry .post-entry-text p:last-child {
		margin-bottom: 0;
	}
	
	.post-entry a.more-link {
		display: none;
	}

	.post-entry-bottom {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #eee;
	}

	.post-entry-bottom a.custom-more-link {
		display:block;
		float: left;
		color:#fff;
		padding: 16px 17px;
  		font-size: 11px;
  		letter-spacing: 1px;
  		text-transform: uppercase;
  		background-color:#f09a75;
	}

	.post-entry-bottom a.custom-more-link:hover {
		background-color:#222;
	}

		.post-entry-bottom a.custom-more-link:after {
			position: relative;
			display: inline-block;
			font-family: "FontAwesome";
			content: "\f178";
			color:#fff;
			font-size: 10px;
			font-style: normal;
			margin-left: 2px;
			opacity: 0;
			margin-left: -10px;

			transition:all .3s;
			-o-transition: all .3s;
			-ms-transition: all .3s;
			-moz-transition: all .3s;
			-webkit-transition:all .3s;
		}

		.post-entry-bottom a.custom-more-link:hover:after {
			opacity: 1;
			padding-left: 5px;
			margin-left: 6px;
		}


	/*** Post Features ***/

	.post-featured-item {
		margin-bottom:35px;
		text-align:center;
		position: relative;
	}

	.post-featured-item .post-featured-item-inner {
		position: relative;
		display: inline-block;
		max-width: 100%;
	}

	.masonry-layout .post-featured-item {
		margin-bottom: 18px;
	}

	.post-featured-item a {
		display: block;
	}

	.post-featured-item img {
		display: block;
		max-width:100%;
		height:auto;
		margin: 0 auto;
	}

	.no-mobile-device .post-featured-item img {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		backface-visibility: hidden;
  		-webkit-backface-visibility: hidden;
	}

	.format-standard .post-featured-item img {
		margin: 0 auto;
	}

	.no-mobile-device .post-featured-item a img:hover {
		opacity:.9;
	}

	.post-featured-item .custom-caption,
	.fotorama .fotorama__caption__wrap {
		display: inline-block;
		font-size:10px;
	    text-transform: uppercase;
		color:#fff;
		position: absolute;
		bottom:15px;
		left:15px;
		text-align: left;
		margin-right: 15px;
		line-height: 1.2;
		background-color:#f09a75;	
		padding:11px;
		margin: 0 15px 0 0;
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	}

	.no-mobile-device .post-featured-item .custom-caption,
	.no-mobile-device .fotorama .fotorama__caption__wrap {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.masonry-layout .post-featured-item .custom-caption,
	.masonry-layout .fotorama .fotorama__caption__wrap{
		display: none;
	}

	.fotorama.fotorama--fullscreen .fotorama__caption {
		margin-bottom: 20px;
		text-align: center;
	}

		.fotorama.fotorama--fullscreen .fotorama__caption__wrap {
			position: static;
			display: inline-block;
		}

	.post-featured-item.gallery-post .item .custom-caption,
	.post-featured-item.gallery-post .fotorama__caption__wrap {
		opacity: 0;
	}

	.post-featured-item.gallery-post .item:hover .custom-caption,
	.post-featured-item.gallery-post .fotorama__stage__frame:hover .fotorama__caption__wrap {
		opacity: 1;

	}

	.post-featured-item.gallery-post .fotorama__nav-wrap {
		position: absolute;
		bottom: 0;
	}

	.post-featured-item.gallery-post .fotorama__stage__frame {
		background-color: #F6F6F6;
	}

	.post-featured-item.gallery-post .justified-gallery {
	 	white-space: nowrap;
	}

	.post-featured-item.gallery-post .justified-gallery .item {
		display: inline-block;
  		margin-bottom: 0;
  		padding:0;
	}

	.post-featured-item.audio-post img {
		margin-bottom: -4px;
	}

	.post-featured-item.video-post .video-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		height: 0;
	}

	.post-featured-item.video-post .video-wrapper.embed iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.post-featured-item.video-post .video-wrapper .mejs-container.mejs-video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%!important;
		height: 100%!important;
	}

	.post-featured-item.video-post .video-wrapper .mejs-poster {
		background-size: cover;
	}

	.post-featured-item.video-post .video-wrapper .mejs-layer {
		width: 100%;
		height: 100%;
	}

	.post-featured-item.video-post .video-wrapper .mejs-inner,
	.post-featured-item.video-post .video-wrapper .mejs-layers {
		height: 100%;
	}

	.post-featured-item.video-post .video-wrapper .mejs-fullscreen-button {
		position: relative;
		right: 4px;
	}

	.post-featured-item.audio-post iframe {
		width: 100%;
	}

	/*** Post Formats ***/

	.format-link {
		background-color:rgba(23, 26, 29, 0.96);
	}

	.no-mobile-device .format-link {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.format-link:hover {
		background-color: #f09a75;
	}

		.format-link .post-entry {
			color:#fff;
			text-align: center;
		}
			.format-link .post-entry p {
				margin: 0;
				line-height: 1;
				letter-spacing: -1px;
			}

			.format-link .post-entry a {
				font-size: 29px;
				font-family: "Playfair Display", serif;
				color:#fff;
				display: block;
				margin: 15px 50px;
				line-height: 1.6;
			}

			.masonry-layout .format-link .post-entry a {
				margin: 10px 20px;
				font-size: 20px;
				line-height: 1.8;
				letter-spacing: normal;
			}


			.format-link .post-entry a:before {
				content: "\f0c1";
				font-family: "FontAwesome";
				display: block;
				color:#fff;
				font-size: 20px;
				margin-bottom: 3px;
				font-style: normal;
				font-weight: normal;
			}

			.masonry-layout .format-link .post-entry a:before {
				font-size: 17px;
			}

			.format-link .post-entry a:after {
				content: "";
				width: 15%;
				min-width: 40px;
				display: block;
				margin: 20px auto 0;
				height: 1px;
				background: rgba(255,255,255,.15);
			}

			.format-link .post-entry a:hover {
				opacity: .8;
			}

	.format-quote {
		background-color:rgba(23, 26, 29, 0.96);
	}

	.no-mobile-device .format-quote {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.format-quote:hover {
		background-color: #f09a75;
	}

	.format-quote:hover a {
		color:#fff;
	}

		.format-quote .post-entry {
			text-align: center;
		}
			.format-quote .post-entry blockquote {
				padding: 0;
				margin: 15px 50px;
			}

			.masonry-layout .format-quote .post-entry blockquote {
				margin: 10px 20px;
			}

			.format-quote .post-entry blockquote cite {
				font-size: 11px;
				text-transform: uppercase;
				font-family: "Merriweather", sans-serif;
				letter-spacing: 2px;
				font-weight: 300;
				font-style: normal;
				display: block;
				color:rgba(255,255,255,1);
				margin-top: 15px;
 				margin-bottom: -10px;
			}

			.masonry-layout .format-quote .post-entry blockquote cite {
				font-size: 10px;
				text-transform: uppercase;
				letter-spacing: 1px;
				margin-top: 10px;
				margin-bottom: -15px;
			}

			.format-quote .post-entry blockquote p {
				font-size: 29px;
				font-family: "Playfair Display", serif;
				font-style: normal;
				color:#fff;
				margin: 0;
				line-height: 1.6;
				letter-spacing: -1px;
			}

			.masonry-layout .format-quote .post-entry blockquote p {
				font-size: 20px;
				line-height: 1.5;
				letter-spacing: normal;
			}

				.format-quote .post-entry blockquote p:before {
					font-family: "FontAwesome";
					content: "\f10d";
					top: -6px;
					left: -5px;
				}

				.format-quote .post-entry blockquote p:before {
					  display: block;
					  font-size: 15px;
					  margin-bottom: 3px;
					  top: 0;
					  left: 0;
					  color:#fff;
					  font-style: normal;
					  font-weight: normal;
				}

				.masonry-layout .format-quote .post-entry blockquote p:before {
					font-size: 15px;
				}

				.format-quote .post-entry blockquote p:after {
					content: "";
					width: 15%;
					min-width: 40px;
					display: block;
					margin: 25px auto 0;
					height: 1px;
					top: 0;
					left: 0;
					background: rgba(255,255,255,.15);
				}

	/*** Like Comment Buttons ***/

	.post-entry .like-comment-buttons {
		position: absolute;
		bottom:-10px;
		right: 0;
	}

	.like-comment-buttons-wrapper {
		margin-top: 15px;
		text-align: center;
	}

		.like-comment-buttons {
			display: inline-block;
		}

		.like-comment-buttons a {
			color:#444;
			font-size: 13px;
			font-family: "Merriweather";
			text-transform: uppercase;
		}

		.like-comment-buttons a:hover {
			color:#f09a75;
		}

		.like-comment-buttons .jm-post-like {
			display: inline-block;
			text-align: left;
		}

		.jm-post-like .loader {
			font-size: 12px;
			position: relative;
			top:-1px;
			-webkit-animation: spin 4s infinite linear;
			animation: spin 4s infinite linear;
		}

		.masonry-item-footer .like-comment-buttons .jm-post-like .loader {
			font-size: inherit;
		}

		@-moz-keyframes spin {
		    from { -moz-transform: rotate(0deg); }
		    to { -moz-transform: rotate(360deg); }
		}
		@-webkit-keyframes spin {
		    from { -webkit-transform: rotate(0deg); }
		    to { -webkit-transform: rotate(360deg); }
		}
		@keyframes spin {
		    from {transform:rotate(0deg);}
		    to {transform:rotate(360deg);}
		}
	
	/*** Post Share ***/
	.post-share {
		float: right;
		position: relative;
		margin-top: 0;
		transition:.3s;
	  	-o-transition: .3s;
	  	-ms-transition: .3s;
	  	-moz-transition: .3s;
	 	-webkit-transition: .3s;
	 	backface-visibility:hidden;
	 	-webkit-backface-visibility:hidden;
	}

		.post-share .post-share-inner {
			display: inline-block;
		}

	.post-share ul {
		position: absolute;
		top:2px;
		right: 45px;
		width: 200px;
		text-align: right;
		list-style-type: none;
		padding:0;
		margin: 0;
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
		transition: .3s;
		-webkit-transition: .3s;
		transition-delay:0;
		-webkit-transition-delay:0;
		visibility: hidden;
		opacity: 0;
	}

	.mobile-device .post-share ul {
		display: none;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	.no-mobile-device .post-share:hover ul {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		visibility: visible;
		opacity: 1;
	}

	.post-share .share-item {
		display: inline-block;
		margin: 0;
		
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}

	.post-share .share-main.share-box {
		  width: 39px;
		  height: 39px;
		  line-height: 39px;
		  font-size: 15px;
		  z-index: 1;
		  vertical-align: baseline;
	}

	.post-share:hover .share-item {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	.post-share a {
		display:inline-block;
		margin: 0 -1px;
		text-align: center;
	}

	.post-share .post-share-inner > a {
		position: relative;
		z-index: 1;
	}

	.share-box, #top-social-items a {
		width:29px; 
		height:28px; 
		background:rgba(0,0,0,.2);
		display:inline-block;
		line-height:29px;
		font-size: 12px;
		margin:0 1px;
		border-radius:100%;
		-webkit-border-radius:100%;
		-moz-border-radius:100%;
		transition:.3s;
		-webkit-transition:.3s;
	}

	.share-box {
		margin: 0 0 0 3px;
		background:#171A1D;
	}

	.post-share .share-box {
		width:35px; 
		height:35px;
		line-height: 35px;
		font-size: 15px;
		opacity: .7;
	}

	.post:hover .share-box {
		opacity:1;
	}

	.share-box i, #top-social-items i {
		color:#fff;
		font-size: 14px;
		transition:.3s;
		-webkit-transition:.3s;
	}

	 #top-social-items i {
	 	font-size: 12px;
	 }
	
	.share-box:hover,.post:hover .share-box:hover, #top-social-items a:hover {
		background:#f09a75;
	}

	.share-box:hover i, #top-social-items a:hover i {
		color:#fff;
	}
	
	/*** Post author ***/
	.post-author {
		position:relative;
		overflow:hidden;
		margin-bottom:40px;
		background-color:rgba(23, 26, 29, 0.96);
		color: #fff;
		font-weight: 300;
	}

	.post-author .author-content {
		overflow: visible;
		padding-right:135px;
	}

	.post-author .author-img {
		position: absolute;
		top:50%;
		margin-top:-50px;
		right:30px;
	}

	.post-author.author-content p {
		font-weight: 300;
	}

	.post-author .box-title-area .title {
		color:#fff;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}

	.post-author .box-title-area .title:after {
		background-color: #f09a75;
	}
	
	.author-img {
		max-width: 100%;
		height: auto;
		margin-right: 30px;
		margin-bottom:30px;
	}
	
	.author-img img {
		border-radius:100%;
		margin: 0;
	}

	.author-content {
		overflow:hidden;
	}

	.author-content h5 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.author-content h5 a {
		font-family: "Playfair Display", serif;
		font-size:24px;
		font-style: italic;
		margin-bottom:8px;
		color:#333;
		display:block;
	}
	
	.author-content p {
		margin-top: 0;
		margin-bottom:15px;
		font-size: 16px;
	}
	
	.author-content .author-social {
		display: inline-block;
		height: 29px;
		width: 29px;
		text-align: center;
		line-height: 29px;
		background: rgba(255,255,255,.05);
		color: #fff;
		border-radius: 50%;
		margin: 0 3px 2px 0;
		font-size: 11px;
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.author-content .author-social:hover {
		background-color:#f09a75;
	}
	
	/*** Post related ***/
	.related-posts {
		overflow:hidden;
	}

	.related-posts .related-posts-inner {
		margin-top: 20px;
	}
	
	.box-title-area .title {
		font-size:20px;
		font-family: "Playfair Display", serif;
		font-weight:600;
		margin: 0 0 12px;
		padding-bottom: 6px;
  		border-bottom: 1px solid #eee;
	}

	.box-title-area .title:after {
		content: "";
		display: block;
		background-color: #333;
		height: 1px;
		width: 30px;
		margin-top: 5px;
		position: relative;
		left: 0;
		top: 7px;
	}

	.related-posts .item {
		width: 31%;
		float:left;
		margin-right:3.5%;
	}
	
	.related-posts .item:nth-child(3n) { margin-right:0; }
	
	.related-posts .item img {
		margin-bottom: 10px;
		width:100%;
		height:auto;
	}

	.related-posts .item a:hover {
		opacity:.9;
	}

	.related-posts .item h3 {
		font-size:16px;
		font-weight: 300;
		line-height: 1.4;
		margin: 0;
	}

	.related-posts .item h3 em {
		font-style: normal;
	}

	.related-posts .item h3 a {
		color:#222;
	}

	.related-posts .item h3 a:hover {
		opacity:.8;
	}

	.related-posts .item span.date {
		font-size:9px;
		text-transform: uppercase;
	}
	
	/** Post tags ***/
	.post-tags {
		 float: left;
		 font-size: 15px;
		 position: relative;
		 top:10px;
	}

	.post-tags em:before {
		font-family: "FontAwesome";
		content: "\f02c";
		display:  inline-block;
		font-size: 16px;
		margin-right: 3px;
		font-style: normal;
		margin-top: 1px;
	}

	.post-tags a {
		font-family: "Merriweather", sans-serif;
		font-style: italic;
		color:#444;
	}
	
	/*** Post Pagination ***/

	.post-pagination.pagination {
		max-width: 860px;
		margin: 30px auto 0;
	}


/*-----------------------------------------------------------------------------------*/
/* - Masonry Styling
/*-----------------------------------------------------------------------------------*/

.masonry-container #content,
.masonry-container #sidebar {
	opacity: 0;
	visibility: hidden;

	transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
    -webkit-transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
}

.masonry-container.open #content,
.masonry-container.open #sidebar {
	opacity: 1;
	visibility: visible;
}

.masonry-layout {
	margin: 0 -17px;
	padding: 0;
}

.masonry-layout .post-item {
	margin-bottom: 0;
}

.masonry-layout .post-item {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333333333%;
	padding:0 17px 34px 17px;
	line-height: 1.1;
}

	.container.sidebar-open .masonry-layout .post-item {
		width:50%;
	}

.masonry-layout .post-item .item .cat {
	font-size: 10px;
	text-transform: uppercase;
}

.masonry-layout .post-item .item h2 {
	margin-top: 0;
	margin-bottom:7px;
	font-weight: normal;
}

.masonry-layout .post-item .item h2 a {
	font-size: 23px;
	color: #222;
	letter-spacing: -.5px;
	transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
}

.masonry-layout .post-item .item h2 a:hover {
	opacity:.7;
}

.masonry-layout .post-item .item p {
	margin-bottom:6px;
	font-size: 13px;
}

.masonry-layout .post-item .item .date {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
}

.masonry-layout .fotorama__caption {
	display: none;
}

.masonry-item-footer {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid #eee;
}
	.sub-meta-container {
		width:70%;
		float: left;
		font-size: 10px;
		position: relative;
		top:2px;
	}

	.comment-like-container {
		width: 30%;
		float: right;
		position: relative;
		top:5px;
	}

	.comment-like-container .like-comment-buttons-wrapper {
		margin-top: 0;
		text-align: right;
	}

	.masonry-item-footer  .like-comment-buttons a {
		font-size:11px;
	}

	
/*-----------------------------------------------------------------------------------*/
/* - Pagination
/*-----------------------------------------------------------------------------------*/

.pagination {
	margin-top: -10px;
}

.full-container .pagination {
	max-width: 860px;
	margin: 30px auto 0;
}

.pagination a {
	display: inline-block;
	padding: 16px 22px;
	font-size: 11px;
	color: #222;
	font-family: "Merriweather";
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
  	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
  	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}

.pagination a:hover {
	color: #fff;
  	background-color: #f09a75;
}

.pagination a .fa {
	font-size: 14px;
	position: relative;
	top:1px;
}

.pagination .newer {
	float:left;
}

.pagination .newer .fa {
	margin-right: 3px;
}

.pagination .older .fa {
	margin-left: 3px;
}

.pagination .older {
	float:right;
}

.pagination.load-more {
	display: none;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pagination.load-more a:hover {
	padding-right: 35px;
	transition:all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.pagination.load-more a:after {
	position: absolute;
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f178";
	color: #fff;
	font-size: 10px;
	font-style: normal;
	padding-left: 8px;
	padding-top: 1px;
	opacity: 0;
	transition:all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
 }

 .pagination.load-more a:hover:after {
 	opacity: 1;
 }

.pagination.load-more.show {
	display: block;
}

.full-container .pagination.load-more {
	margin: -15px auto 0;
}

.pagination.load-more a {
	display: block;
	text-align: center;
}

.pagination.load-more p {
	margin: 0;
	display: inline-block;
}

.full-container .pagination.load-more p {
	display: block;
}

.loading-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    padding:25px;
    line-height: 1.3;
    letter-spacing: 2px;
    background-color:rgba(255,255,255,1);
    color:#111;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------*/
/* - Load More Animations
/*-----------------------------------------------------------------------------------*/

.post-list.masonry .article-item[class*="page-"] {
	opacity: 0;
}

.post-list .article-item.animate {
	opacity: 1!important;
	transform: translateY(50px);
	animation: fallPerspective .4s ease forwards;
	-webkit-animation: fallPerspective .4s ease forwards;
}

@-webkit-keyframes fallPerspective {
	100% { transform: translateY(0px); opacity: 1; }
}

@keyframes fallPerspective {
	100% { transform: translateY(0px); opacity: 1; }
}


/*-----------------------------------------------------------------------------------*/
/* - Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer-social {
	background:#f2f2f2;
	padding:40px 0;
	text-align:center;
}

#footer-social a {
	margin:0 15px;
	color:#999;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}

#footer-social a i {
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	background:#666;
	color:#fff;
	border-radius:50%;
	margin-right:5px;
	font-size:14px;
}

#footer-social a:hover {
	text-decoration:none;
	color:#000;
}
#footer-social a:hover > i {
	background:#000;
}

/********************************/
/*** Footer logo ***/
/********************************/

#footer-widget-area {
	background:#171A1D;
	padding:80px 0;
	color:#ccc;
	line-height: 1.8;
}

#footer-widget-area p, .footer .recentcomments a, .footer a, .footer .widget li, .footer  .widget a {
	color:#fff;
}

#footer-widget-area p i {
	font-size:14px;
	margin:0 5px 0 7px;
}

	#footer-widget-area .widget-columns {
		width:30%;
		margin-right:5%;
		float:left;
	}

	#footer-widget-area .four-column .widget-columns {
		width: 22.375%;
		margin-right:3.5%;
	}

	#footer-widget-area .widget-columns.last, 
	#footer-widget-area .four-column .widget-columns.last {
		margin-right:0;
		margin-bottom: 0;
	}

#footer-widget-area .widget .about-widget .widget-link {
	border-top: none;
	color:#fff;
	margin-top: 0px;
}

#footer-widget-area .widget .about-widget .widget-link:hover {
	color:#f09a75;
}

/********************************/
/*** Footer Copyright ***/
/********************************/

#footer-copyright {
	position: relative;
	min-height: 72px;
	padding:25px 0;
	background:#fff;
	text-align:center;
}

#footer-copyright p {
	font-size:13px;
	color:#777;
	margin: 0;
}

#footer-copyright p i {
	color:#f09a75;
}

.goto-top {
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -16px;
	padding: 6px 12px;
	background-color: #f09a75;
	color: #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width: 32px;
	height: 30px;
	line-height: 18px;
}

#footer-copyright .goto-top i {
	font-size:14px;
}

#footer-copyright .goto-top:hover {
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------*/
/* - Widgets
/*-----------------------------------------------------------------------------------*/

#widget-area {
	overflow:hidden;
	margin-bottom:60px;
	border-top:1px solid #e5e5e5;
	padding-top:70px;
}

.widget {
	margin-bottom:25px;
	font-size: 13px;
	line-height: 1.6;
}

.footer .widget {
	margin-bottom: 35px;
}

	#sidebar .widget {
		padding: 40px;
		margin-bottom:40px;
		background-color: rgba(255,255,255,1);
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	#sidebar .widget .remove-padding {
		margin: -40px;
	}
	
	#sidebar img, .slide-area img{
		max-width:100%;
		height:auto;
		display: block;
	}

	#sidebar iframe,.slide-area iframe {
		max-width:100%;
	}

	#sidebar iframe[src*='player.vimeo.com'], #sidebar iframe[src*='youtube.com'] {
		height:auto;
	}

.footer .widget:last-child, .widget:last-child,
#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget .about-widget, .widget.widget_text  {
	font-size: 14px;
}

.widget .about-widget p {
	margin-top: 0;
}

.widget .about-widget p:last-child, .widget.widget_text p:last-child {
	margin-bottom: 0;
}

.about-widget a:not(.widget-link), .widget_text a {
	color:#f09a75;
}

.about-widget a:not(.widget-link):hover, .widget_text a:hover {
	color:#111;
}

	.widget .about-widget .widget-link {
		font-size: 14px;	
		color:#333;
		font-family: "Playfair Display", serif;
		font-weight: bold;
		display: block;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #eee;
	}

	#right-side-area .widget .about-widget .widget-link {
		border-top:1px solid rgba(255,255,255,.05);
	}

	.widget .about-widget .widget-link:hover {
		color: #f09a75
	}

	.widget .about-widget .widget-link:after {
		position: relative;
		display: inline-block;
		font-family: "FontAwesome";
		content: "\f178";
		color:#444;
		font-size: 10px;
		font-style: normal;
		padding-right: 3px;
		margin-left: 2px;
		opacity: 0;

		transition:all .3s;
		-o-transition: all.3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition:all .3s;
	}

	.widget .about-widget .widget-link:hover:after {
		color:#f09a75;
		opacity: 1;
		padding-left: 5px;
	}

.widget-title {
	font-family: "PlayFair Display", serif;
	font-size:20px;
	margin-bottom:20px;
}

	.widget-title span {
		display: inline-block;
	}

	#sidebar .widget-title {
		font-weight: bold;
		margin:0 0 25px;
		padding-bottom: 3px;
		border-bottom: 1px solid #eee;
	}

	#sidebar .widget-title:after {
		content: "";
		display: block;
		background-color: #f09a75;
		height: 1px;
		width: 30px;
		margin-top: 7px;
		position: relative;
		left: 1px;
		top: 4px
	}

	.widget li, .widget a {
		color:#333;
	}

	.widget a:hover {
		color:#f09a75;
	}

	.widget ul {
		padding: 0;
		margin: 0;
	}

	.widget ul li {
		margin: 0 0 11px;
		padding: 0 0 11px;
		border-bottom:1px solid #eee;
		list-style-type: none;
	}

	#footer-widget-area .widget ul li {
		border-bottom:1px solid rgba(255,255,255,.05);
	}

	.widget ul li:last-child {
		margin-bottom:0;
		padding-bottom:0;
		border-bottom:none;
	}

#footer-widget-area .widget-title, #footer-widget-area .widget-title span {
	background: none;
}

	#footer-widget-area .widget-title {
		color:#fff;
		margin-top: 0;
		font-size: 18px;
		margin-bottom: 18px;
		font-weight: bold;
	}


	/*** Search widget ***/
	.search-form .search {
		border: 1px solid #e5e5e5;
		background:#fcfcfc	;
		padding:12px;
		font-size:14px;
		color:#111;
		letter-spacing:0;
		font-style: italic;
	}
	
	.search-form .search:focus { outline:none; }

	/** searchbar for widget ***/
	.widget .search-form .search { 
		width:100%;
	}
	
	/*** About Widget ***/
	.about-widget .img {
		margin-bottom: 20px;
	}

	.about-widget img {
		margin: 0 auto;
		max-width:100%;
		height:auto;
		display: block;
	}
	
	/** Instagram widget support **/
	.instag ul.thumbnails > li {
		width:32% !important;
	}

	.instag ul.thumbnails > li img:hover {
		opacity:.8;
	}

	.instag ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}



	.pllexislider ul li {
		margin:0;
		padding-bottom:0;
		border-bottom:none;
	}

	.pllexislider .slides > li > a:focus {
		outline: none;
	}

	.jr-insta-thumb .thumbnails {
		padding: 0 !important;
		overflow: hidden;
	}

	.jr-insta-slider .jr-insta-thumb .thumbnails > li {
		vertical-align:bottom;
		float: left;
	}
	
	.jr-insta-thumb .thumbnails > li img {
		display: block;
		border-right:3px solid transparent;
		border-bottom:3px solid transparent;
	}

	.no-mobile-device .jr-insta-thumb .thumbnails > li img {	
		backface-visibility:hidden;
		-webkit-backface-visibility:hidden;
	}

	#alternate-widget-area {
		background-color:#fff;
	}

	#alternate-widget-area .jr-insta-thumb .thumbnails > li img,
	#top-widget-area-wrapper .jr-insta-thumb .thumbnails > li img {
		border: none;
	}

	#alternate-widget-area .widget {
		margin-bottom: 0;
	}

	#alternate-widget-area .widget_rotatingtweets_widget {
		text-align: center;
		padding: 33px 0;
		position:relative;
		z-index: 1;
	}

	.no-mobile-device .jr-insta-slider a img {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.jr-insta-slider a:hover img {
		opacity: .9;
	}

	.widget .pllexislider .pllex-control-paging li a {
		width: 9px;
		height: 9px;
	}

	.widget .pllexislider .pllex-control-paging li a {
		background:rgba(255,255,255,.7);
		-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
		box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	}

	.widget .pllexislider .pllex-control-paging li a:hover, .widget .pllexislider .pllex-control-paging li a.pllex-active, .widget .pllexislider .pllex-control-paging li a {
		box-shadow: none !important;
		border: none !important;
	}

	.widget .pllexislider .pllex-control-paging li a:hover, .widget .pllexislider .pllex-control-paging li a.pllex-active {
		background:rgba(255,255,255,1);
	}

	.widget .pllexislider .pllex-direction-nav .pllex-next:before, .widget.pllexislider .pllex-direction-nav .pllex-prev:before,
	.widget .pllexislider .pllex-direction-nav .pllex-prev:before, .widget.pllexislider .pllex-direction-nav .pllex-prev:before {
		font-size: 13px;
		padding: 5px 6px;
	}

	.jr-insta-datacontainer {
		font-size: 10px;
		text-transform: uppercase;
	}

	.pllexislider-normal ul li .jr-insta-datacontainer {
		margin-top: 10px !important;
	}
	
	/*** Tagcloud widget ***/
	
	.widget .tagcloud a {
		font-size:10px !important;
		text-transform:uppercase;
		background:#171A1D;
		color:#fff;
		padding:9px 10px;
		margin-right:1px;
		margin-bottom:3px;
		display:inline-block;
		border-radius:2px;
		line-height: 1;
		text-decoration: none;
	}

	#footer-widget-area .widget .tagcloud a {
		background-color:rgba(255,255,255,.05);
	}

	.widget .tagcloud a:hover {
		background:#f09a75;
		color:#fff;
	}

	/*** Facebook LikeBox ***/
	.fb-like-box-container {
	    width: 100%;
	    height: auto;
	}

	/*** Rotating Tweets ***/
	.rotatingtweet p.rtw_meta a {
	 	color:#444;
	}

	.rotatingtweet p.rtw_meta a:hover {
	 	color:#222;
	}

	.rotatingtweet p.rtw_main {
		font-family:"Playfair Display", serif;
		font-size: 16px;
		line-height: 1.5;
	}

	p.rtw_meta, div.rtw_meta {
		text-transform: uppercase;
		font-size: 9px;
	}

	div.rtw_intents a img, span.rtw_intents a img {
		max-width: 16px !important;
		max-height: 16px !important;
		height: 16px !important;
	}

	/*** Flickr Widget ***/
	.zframe-flickr-wrap-ltr a img {
		margin: 0;
		width: 25%;
		height: auto;
		border-right: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;

		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	.zframe-flickr-wrap-ltr a:hover img {
		opacity: .9;
	}

	/*** Archieve Category widget ***/
	.widget_categories .screen-reader-text,
	.widget_archive .screen-reader-text{
		display: none;
	}
	
	.widget_categories select.postform,
	.widget_archive select {
		width: 100%;
	}

	.widget_categories select.postform option,
	.widget_archive select option {
		padding: 5px;
	}

	.widget_recent_entries .post-date {
		display: block;
		font-size: 11px;
	}
	
	/*** Calender widget ***/
	#wp-calendar {width: 100%; }
	#wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
	#wp-calendar thead { font-size: 12px;  }
	#wp-calendar thead th { padding-bottom: 10px; }
	#wp-calendar tbody { color: #aaa; }
	#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
	#wp-calendar tbody td a { font-weight:400; color:#222; }
	#wp-calendar tbody td:hover { background: #fff; }
	#wp-calendar tbody .pad { background: none; }
	#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
	#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
	#wp-calendar thead th { padding-bottom: 10px; text-align: center; }


	/*** Latest Posts w/ Thumbs widget ***/

	.widget.gorilla_recent_post_with_thumbs_widget ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		line-height: 1.4;
		position: relative;
	}

	.widget.gorilla_recent_post_with_thumbs_widget ul li:last-child,
	#footer-widget-area .widget.gorilla_recent_post_with_thumbs_widget ul li:last-child,
	.widget.widget_recent_comments ul li:last-child,
	#footer-widget-area .widget.widget_recent_comments ul li:last-child  {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.widget.gorilla_recent_post_with_thumbs_widget .thumb.size_50_50 {
		float: left;
	}

	.widget.gorilla_recent_post_with_thumbs_widget .thumb.size_50_50,
	.widget.gorilla_recent_post_with_thumbs_widget img {
		width: 62px;
		height: 62px;
		border-radius:100px;
	}

	.widget.gorilla_recent_post_with_thumbs_widget .recent_post_text {
		display: block;
		padding-left:80px;
	}
	
	.widget.gorilla_recent_post_with_thumbs_widget .recent_post_text .post-date {
		display: block;
		font-size: 11px;
		margin-top:3px;
	}
	
	/** WIDGET ITEMS **/
	.widget ul.side-newsfeed li {
		list-style-type:none;
		margin-bottom:25px;
		padding-bottom:18px;
		margin-left:0;
		line-height: 1;
	}

	.widget ul.side-newsfeed li:last-child {
		margin-bottom:0;
		padding-bottom:0;
	}

	.widget ul.side-newsfeed li .side-item {
		overflow:hidden;
	}

	.widget ul.side-newsfeed li .side-item .side-image {
		margin-bottom:15px;
		position: relative;
		display: block;
	}

	.widget ul.side-newsfeed li .side-item .side-image a:hover img {
		opacity: .9;
	}
	
	.widget ul.side-newsfeed li .side-item .side-image img {
		width:100%;
		height:auto;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}

	.no-mobile-device .widget ul.side-newsfeed li .side-item .side-image img {
		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	
	.widget ul.side-newsfeed li .side-item .side-item-text {
		overflow:hidden;
	}

	.widget ul.side-newsfeed li .side-item .side-image .side-item-category {
		position: absolute;
		top: 15px;
		left:15px;
		display: inline-block;
		color: #fff;
		padding: 8px 10px;
		background: #f09a75;
		font-size: 10px;
		text-transform: uppercase;
	}

	.widget ul.side-newsfeed li .side-item .side-item-text h4 {
		margin: 0;
		font-weight: 300;
	}

	.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
		color:#222;
		font-size:20px;
		line-height: 1.3;
		display: block;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}

	.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover {
		opacity: .7;
	}

	.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
		font-size:9px;
		text-transform: uppercase;
		display: inline-block;
		margin-top: 8px;
	}
	
	/** Social Widget **/
	.widget-social-links {
		text-align:left;
		position: relative;
		left: -3px;
	}

	.widget-social-links a {
		margin: 0 -1px 0 0;
	}

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

	.widget-social-links a:last-child {
		margin-right:0;
	}

	.widget-social-links a span {
		height:34px;
		width:34px;
		text-align:center;
		line-height:34px;
		background:rgba(0,0,0,.2);
		color:#fff;
		border-radius:50%;
		margin:0 1px;
		font-size:13px;

		transition:.3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	#right-side-area  .widget-social-links a span,
	#footer-widget-area .widget-social-links a span {
		background:rgba(255,255,255,.05);
	}

	.widget-social-links a:hover {
		text-decoration:none;
		color:#000;
	}
	.widget-social-links a:hover > span,
	#right-side-area  .widget-social-links a:hover > span,
	#footer-widget-area .widget-social-links a:hover > span{
		background:#f09a75;
	}

	/** Widget Advertisemnent **/

	.advertisement-widget ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}

	.advertisement-widget ul.double li {
		margin-right: 4%;
		width: 48%;
		float: left;
	}

	.advertisement-widget ul.double li:last-child {
		margin-right: 0;
	}

	.advertisement-widget ul li a {
		display: block;
		font-size: 0;
	}

	.advertisement-widget ul li img {
		width: 100%;
		height: auto;
	}

	/** Widget menu **/
	.widget .sub-menu,
	.widget_pages .page_item ul {
		margin-top: 10px;
		padding-left: 25px;
	}

	.widget li.recentcomments {
		line-height: 1.5em;
	}

	.widget li.recentcomments br {
		display: none;
	}

	.widget .mc4wp-form-fields label {
		text-transform: uppercase;
		font-weight: 600;
		font-size: 11px;
		display: block;
		margin-bottom: 7px;
	}

	.widget .mc4wp-form-fields input {
		width: 100%;
	}
	
	
/*-----------------------------------------------------------------------------------*/
/* - Comments Styles
/*-----------------------------------------------------------------------------------*/
	
.post-comments {
	margin-top:40px;
}

.comments {
	margin-top: 10px;
	margin-bottom:40px;
}

.comment  {
	list-style-type: none;
	padding: 0;
}

.post-comments .box-title-area {
	margin-bottom: 25px;
}

.comment-item {
	border-bottom:1px dotted #ddd;
	padding-bottom:34px;
	margin-bottom:34px;
}

.comment-item .author-img {
	float:left;
	margin-right:16px;
}

.comment-item .author-img img {
	border-radius:50%;
}

.comment-item .comment-text {
	overflow:hidden;
}

.comment-item .comment-text span.author {
	margin-top: 3px;
}

.comment-item .comment-text span.author, .comment-item .comment-text span.author a {
	display:block;
	font-size:17px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom:6px;
	color:#222;
	font-family: "Playfair Display", serif;
}

.comment-item .comment-text span.author a:hover {
	opacity: .7;
}

.comment-item .comment-text span.date {
	display:block;
	font-size:11px;
	line-height: 1;
	color:#111;
	text-transform: uppercase;
	margin-bottom:20px;
}

.comment-item .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
	color:#db6169;
}
.comment-item .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:left;
	font-size:11px;
	color:#111;
	margin-right:8px;
	text-transform: uppercase;
}

.post-comments span.reply a:hover {
	opacity:.5;
}

.post-comments ul.children { 
	margin: 0 0 0 8px; 
}

.post-comments ul.children li:before {
	display: none;
}

.post-comments ul.children li.comment-item {
	margin:0 0 8px 0;
}

/** Reply **/
#respond {
	overflow:hidden;
}

#respond  h3 {
	font-size:20px;
	margin-bottom:30px;
	font-weight: 600;
	margin: 0;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	text-transform:uppercase;
	font-family: "Merriweather", sans-serif;
	font-size:11px;
	color:#111;
	margin-left:7px;
	float: right;
	position: relative;
	top:10px;
	letter-spacing: normal;
	font-weight: normal;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#respond h3 small a:hover {
	opacity:.5;
}

#respond label {
	display: block;
	font-size:11px;
	font-weight: 600;;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#respond input[type="text"] {
	width: 100%;
	background-color: #fcfcfc;
}

#respond input:focus {
	outline:none;
}

#respond .comment-form-url {
	margin-bottom:10px;
}

#respond textarea {
	width:100%;
	height:120px;
	line-height: 1.6;
	background-color: #fcfcfc;
}

#respond textarea:focus {
	outline:none;
}

#respond p[class*="comment-form"] {
	position: relative;
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
}

#respond p.comment-form-url {
	margin-right: 0;
}

#respond p.comment-form-comment {
	width:100%;
	margin-right: 0;
}

#respond span.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 11px;
  background: #171A1D;
  color: #fff;
  padding: 4px 12px;
}

#respond #submit {
	display: inline-block;
	padding: 16px 19px;
	font-size: 11px;
	color: #fff;
	font-family: "Merriweather";
	letter-spacing: 1px;
	background-color: #171A1D;
	border: none;

	transition:all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

#respond #submit:hover {
	background:#f09a75;
}

.form-submit {
	margin-bottom: 0;
	padding-top: 15px;
	clear:both;
}

.comments #respond {
	margin-bottom:30px;
}

#respond p {
	margin: 15px 0;
}

#respond p.comment-form-comment {
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/* - Archive Pages
/*-----------------------------------------------------------------------------------*/

.page-introduce-title {
	margin: 10px 0;
	font-size: 22px;
	font-weight: normal;
}

.archive-title-area {
	position: relative;
	background-color:#fff;
	padding:31px 0;
	text-align:center;
	-webkit-box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
	box-shadow: 1px 1px 10px -2px rgba(0,0,0,.05);
}

.archive-title-area:after {
	content: "";
	background: url(/web/20180829012318im_/http://jeunesactifs-patriotes.fr/contenus/themes/johansen/assets/img/arrow-down.png) no-repeat;
	width: 18px;
	height: 12px;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
}


/*-----------------------------------------------------------------------------------*/
/* - Search Page 
/*-----------------------------------------------------------------------------------*/

.search.search-no-results #main-container{
	padding: 80px 0;
	margin: 0;
	text-align: center;
}

.search.search-no-results #content {
	max-width: 600px;
}

.search.search-no-results .entry-content {
	margin-bottom: 35px;
}

.search.search-no-results .entry-content h1 {
	margin-top: 0;
}

.search.search-no-results .entry-content p {
	font-size: 18px;
	font-weight: 300;
	color: #111;
	margin-top: 0;
}

.search.search-no-results .search-form .search {
	width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/* - Wordpress Core Fixes
/*-----------------------------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 30px auto;
}

.alignright {
    float:right;
    margin-left: 20px;
}

.alignleft {
    float: left;
    margin-right: 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

a img.alignright {
    float: right;
    margin: 30px 0 30px 20px;
}

a img.alignnone {
    margin: 30px 20px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 30px 20px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
    text-align: center;
    margin: 20px 0;
}

.wp-caption.alignnone {
    margin: 20px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 20px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 20px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-style: italic;
    color:#999;
    margin: 10px 15px 0;
}

/***  WordPress gallery style ***/
.gallery  {
	margin-bottom: 35px !important;
}

.gallery .gallery-item {
	margin:0 !important;
	position: relative;
	padding-right: 3px;
  	padding-bottom: 3px;
}

.gallery .gallery-item a {
	display: block;
}

.gallery .gallery-caption {  
    font-size:10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
	color:#fff;
	position: absolute;
	bottom:15px;
	left:15px;
	padding:10px 11px;
	background-color: #f09a75;
	opacity: 0;

	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);

	transition:.3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.gallery.gallery-columns-3 .gallery-caption{
	font-size:9px;
}

.gallery .gallery-item:hover .gallery-caption{
	opacity: 1;
}
  
.gallery .gallery-icon img{
	border: none !important;
	width: 100%;
	display: block;
}   

.gallery .gallery-icon img:hover {
	 
}


/*-----------------------------------------------------------------------------------*/
/* - Contact Form 7
/*-----------------------------------------------------------------------------------*/

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	width:100%;
}

.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	width: auto;
	margin-top: -1px;
}

div.wpcf7 {
	overflow:hidden;
}

.wpcf7 p.gorilla_input {
	float:left;
	margin-right:19px;
}

.wpcf7 p.gorilla_message {
	clear:both;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 1px solid #e5e5e5;
	background: #fcfcfc ;
	padding: 10px;
	font-size: 13px;
	color: #111;
	letter-spacing: 0;
	margin-top: 3px;
}

.wpcf7 p {
	margin:15px 0 0;
}

.wpcf7 .wpcf7-submit {
	background:#111;
	padding:15px 20px;
	color:#FFF;
	letter-spacing:1px;
	font-size:11px;
	outline: none;
	text-transform:uppercase;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	display:block;
	border:none;
	width:auto;
}

.wpcf7 .wpcf7-submit:hover {
	background:#f09a75;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
	border: 1px solid #111;
	color:#111;
}


/*** 404 ***/
.error-404 {
	text-align:center;
	padding: 50px 0;
}

body.error404 {
	background:#f8f8f8;
}

.error-404 h1 {
	font-size:40px;
	font-weight:400;
	margin: 0;
}

/*** Image Attachement **/
.entry-attachment img {
	max-width: 100%;
	height: auto;
}

.entry-caption p {
	margin: 0;
	line-height: 1;
}

/*-----------------------------------------------------------------------------------*/
/* - Media Element JS
/*-----------------------------------------------------------------------------------*/

.mejs-container .mejs-controls {
	height: 34px;
}

.mejs-controls .mejs-button button {
	margin: 10px 6px;
}

.mejs-container .mejs-controls .mejs-time {
	padding: 12px 3px 0;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 3px;
}

.mejs-controls div.mejs-time-rail {
	padding-top: 10px;
}

.mejs-controls .mejs-offscreen {
	display: none !important;
}

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
	background: rgba(0,0,0,.8);
}

.masonry-layout .mejs-overlay-button {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-size:cover;
}

.mejs-overlay-error {
	display:none;
}

.masonry-layout .mejs-overlay:hover .mejs-overlay-button {
	  background-position: 0 -50px;
}

.mejs-overlay-button {
	opacity: .5;
	transition:.3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	top:15px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background-color:#f09a75;
}

/* Facebook */

.fb-page > span {
	max-width: 100%;
}

/* Fixes */

img#wpstats {
	display: none !important;
}
/*
     FILE ARCHIVED ON 01:23:18 Aug 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:57:45 Jan 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.888
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.024
  esindex: 0.015
  cdx.remote: 20.998
  LoadShardBlock: 307.296 (3)
  PetaboxLoader3.datanode: 221.067 (5)
  PetaboxLoader3.resolve: 1268.635 (3)
  load_resource: 1214.947 (2)
*/