/*
	Theme Name: Positive Psychology Centre
	Author: Preeny
	Author URI: http://www.preeny.com
	Description: A custom theme created by Preeny
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: positive_psychology_centre_theme
*/


/* 1.0 General */

.screen-reader-response {
	display:none;
}

body,
html {
	height:100%;
	min-width:320px;
	background-color:#f9f9f9;
}

#wp-admin-bar-wpseo-menu,
#wp-admin-bar-wp-logo {
	display:none;
}


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    margin: 0;
    padding: 0;
}

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

a,
button,
.btn {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
	text-decoration:none;
	cursor:pointer;
}

a:focus, 
a:hover {
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.embed-responsive {
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn, 
.ms-membership-form-wrapper input[type=submit], 
.ms-signup-button, 
.wpmui-submit, 
#mc_embed_signup input.btn {
    background-color: #a524bf;
    color: #fff;
    line-height: 24px;
    padding: 10px 20px;
    /* font-weight: 600; */
    font-size: 0.95em;
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    text-align: center;
    border-radius: 50px;
    border: none;
}

.btn {
    background-color: #b73c3e;
}

#mc_embed_signup input.btn {
    display: inline-block;
    width: auto;
    margin: 15px 0 0 0;
}

.btn.btn-green {
	background-color:#b73c3e;
}

.btn.btn-rev,
#mc_embed_signup input.btn.btn-rev {
    background-color:transparent;
	color:#a524bf;
	border:2px solid #a524bf;
	padding:6px 30px;
}

.btn:hover,
.btn:focus {
	opacity:0.8;
	color:#fff;
}

.btn.btn-rev:hover,
.btn.btn-rev:focus {
    background-color:transparent;
	color:#a524bf;
	border:2px solid #a524bf;
}

.btn.btn-orange {
	background-color:#ff6600;
	border-color:#ff6600;
}

.btn.btn-purple.btn-rev,
.btn.btn-purple.btn-rev:hover,
.btn.btn-purple.btn-rev:focus {
	color:#a524bf;
	border-color:#a524bf;
	background-color:transparent;
}

.gallery {
	margin-bottom:15px !important;
	margin-left:-2px !important;
	margin-right:-2px !important;
}

.gallery img {
    border: none !important;
    padding: 2px;
	display:block;
	width: 100%;
}

.gallery .gallery-item {
	margin:0 !important;
}

.social-share {
	margin-bottom:15px;
}

.social-share a,
.social-share .fa-share-alt {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    line-height: 36px;
	color:#fff !important;
}

.social-share .fa-share-alt {
	color:#fff;
	background-color:darkorange;
}

.social-share a:hover,
.social-share a:focus {
	background-color:transparent !important;
}

.social-share a.twitter-btn {
	background-color:#55acee;
}

.social-share a.facebook-btn {
	background-color:#3b5998;
}

.social-share a.linkedin-btn {
	background-color:#007bb5;
}

.social-share a.twitter-btn:hover,
.social-share a.twitter-btn:focus {
	color:#55acee !important;
}

.social-share a.facebook-btn:hover,
.social-share a.facebook-btn:focus {
	color:#3b5998 !important;
}

.social-share a.linkedin-btn:hover,
.social-share a.linkedin-btn:focus {
	color:#007bb5 !important;
}

p {
	margin:0 0 15px 0;
	padding:0;
}

hr {
	margin-top:30px;
	margin-bottom:30px;
}

h1, h2, h3, h4 {
	margin:30px 0 15px 0;
	padding:0;
}

.single-content>h1 {
	margin-top:0;
}

.single-content ul {
    padding: 0 0 0 20px;
    margin: 15px 0;
}

.wp-block-image figcaption {
    opacity: 0.6;
    font-style: italic;
    font-size: 0.9em;
    margin: 10px 0 30px 0;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
	color:#b73c3e;
}

h1 {	
	font-size: 2.2em;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: -1px;
}

h1 span,
h2 span,
h3 span,
h4 span {
	color:#b73c3e;	
}

h2 {
    font-size: 1.8em;
    line-height: 1.0em;
    font-weight: 800;
    letter-spacing: -1px;
}

h2 small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
    color: #000;
    opacity: 0.5;
	font-weight:400;
}

h2 small a {
	color:#000;
}

h3 {
	font-size:1.6em;
	font-weight: 800;
    letter-spacing: -1px;
}

h4 {
	font-size:1.1em;
	line-height:1.0em;
	font-weight:600;
}

h4 a {
	color:#000;
}

ul {
    margin: 0;
    padding: 15px 15px 30px 30px;
}

blockquote {
    margin: 0;
    padding: 60px 30px 50px 45px;
    margin: 15px 0 30px 0;
    border-left: 4px solid #779028;
	position:relative;
	font-style:italic;
	color:#666;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 2.0em;
    line-height: 100%;
    top: 15px;
    left: 30px;
    opacity: 0.1;
}

blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 15px;
    right: 30px;
    opacity: 0.1;
    font-size: 1.4em;
}

blockquote p {
	margin:0;
	padding:0;
}

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

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

.alignright {
    float:right;
    margin: 15px 0 30px 30px;
}

.alignleft {
    float: left;
    margin:15px 30px 15px 0;
}

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

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

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

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

.wp-caption {
    position: relative;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    padding-top: 50px;
    margin: 0;
    padding: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 61%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(61%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 61%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 61%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 61%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 61%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.admin-bar .cbp-spmenu-right {
	margin-top:32px;
}

@media (max-width:782px) {
	.admin-bar .cbp-spmenu-right {
		margin-top:46px;
	}
}

@media (max-width:600px) {
	#wpadminbar {
    top:-46px;
	position: absolute;
	}
	h1 {
		font-size:1.8em;
	}
}







/*****
     *
	 * 2.0
	 *
	 * Navigation 
	 *
	 *
	 ********************/
	 
.admin-bar .navbar {
	top:32px;
}

@media (max-width:782px) {
.admin-bar .navbar {
	top:46px;
}
}

main {
    padding-top: 130px;
    padding-bottom: 90px;
}

.navbar {
    height: 100px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
}

.navbar .logo {
	height:100px;
	padding:10px 0;
}

.navbar .logo img {
	height:100%;
	width:auto;
}

.menu-bars-wrapper {
    height: 100px;
    padding: 30px 0;
    text-align: right;
}

.menu-wrapper a.menu-bars {
    display: none;
    line-height: 20px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    color: #b73c3e;
    text-align: center;
    float: right;
    opacity: 0.7;
}

.menu-wrapper a.btn {
    display: inline-block;
    height: 40px;
    margin-right: 15px;
}

.navbar-desktop {
    background-color: #b73c3e;
    margin-top: -30px;
    margin-bottom:30px;
}

.navbar-desktop {
	text-align:right;
}

.menu-wrapper ul {
    padding: 10px 0;
    margin: 0;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: none;
    letter-spacing: 0.5px;
}

.menu-wrapper ul li {
    display: inline-block;
}

.menu-wrapper ul li a {
    color: #000;
    padding: 0 15px;
}

.menu-wrapper ul>li.menu-item-has-children {
	position:relative;
	padding-right:20px;
	display:inline-block;
}

.menu-wrapper .container>ul>li.menu-item-has-children:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
	color:#fff;
}

.menu-wrapper ul>li.menu-item-has-children>ul.sub-menu {
	background-color: rgba(0,0,0,0.9);
}
.menu-wrapper ul li a{
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.menu-wrapper .header-menu-social-links li a {
	padding:0 5px;
}

.menu-wrapper ul>li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    padding: 0;
    text-align: left;
    width: 200px;
    background-color: #ffffff;
    border: none;
    padding: 10px 15px;
    right: -10px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    display: block;
    z-index: -1;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-box-shadow: 8px 8px 20px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 8px 8px 20px -5px rgba(0,0,0,0.2);
    box-shadow: 8px 8px 20px -5px rgba(0,0,0,0.2);
    border-radius:3px;
}

.menu-wrapper ul>li.menu-item-has-children:hover>ul.sub-menu {
	opacity:1.0;
	top:25px;
	z-index:11;
	visibility:visible;
}

.menu-wrapper ul>li.menu-item-has-children>ul.sub-menu li {
    list-style: none;
    float: none;
    height: auto;
    display: block;
	padding:0;
}

.menu-wrapper ul>li.menu-item-has-children>ul.sub-menu li a {
    padding: 5px 0;
    display: block;
}

.menu-wrapper ul li .sub-menu {
	display:none;
}

.menu-wrapper ul li ul li ul {
	display:none;
}


@media (max-width:991px) {

.menu-wrapper a.menu-bars {
	display:inline-block;
}

.menu-wrapper ul {
	display:none;
}

}

@media (max-width:767px) {

.menu-wrapper a.btn {
	display:none;
}

.navbar, 
.navbar .logo {
	height:70px;
}

main {
    padding-top: 100px;
}

}


/* Slide In Menu */

.cbp-spmenu {
    position: fixed;
}

.cbp-spmenu .logo img {
    width: 120px;
    height: auto;
    margin: 20px 15px;
}

.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
}

.close-menu img {
    opacity: 0.6;
    width: 15px;
    height:auto;
}

.cbp-spmenu a {
    display: block;
    font-size: 0.9em;
    font-weight: 300;
    text-decoration: none;
}

.cbp-spmenu ul {
	padding:0;
	margin:0;
	text-align:left;
}

.cbp-spmenu ul li {
    list-style: none;
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
}

.cbp-spmenu>ul>li {
    list-style: none;
}

.cbp-spmenu>ul>li ul li {
	padding:0;
}

.cbp-spmenu>ul li ul {
	padding-left:30px;
	padding-bottom:15px;
}

.cbp-spmenu ul li:nth-last-child(1) {
	border-bottom:0;
}

.cbp-spmenu-vertical {
    width: 320px;
    height: 100%;
    top: 0;
    z-index: 100000;
    overflow-y: scroll;
    background-color: #ffffff;
}

.cbp-spmenu-vertical .logo a {
	width:auto;
	display:inline-block;
}

.cbp-spmenu-vertical a {
    padding: 5px 20px;
	color:#555555;
}

.cbp-spmenu-vertical a .sub {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    display: block;
    opacity: 0.7;
	margin-top:5px;
}

.cbp-spmenu-vertical a:hover,
.cbp-spmenu-vertical a:focus {
    opacity:0.6;
}

.cbp-spmenu-right {
    right: -320px;
}

.cbp-spmenu-right.menu-open {
    right: 0px;
	width: 100%;
}

.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.push-body.push-body-toleft {
    overflow: hidden !important;
}

.cbp-spmenu-vertical a.toggle-menu {
    display: inline-block;
	font-size: 10px;
	line-height:20px;
    font-weight: 300;
    text-align: center;
    color: #ccc;
    padding: 13px 25px 0px 25px;
	cursor:pointer;
}

.cbp-spmenu-vertical a.toggle-menu i {
    font-size: 24px;
    color: #fff;
}

.cbp-spmenu-vertical  .close-menu {
	text-align:right;
}

body.logged-in .login-menu-link {
    display: none;
}

.logout-menu-link {
    display: none;
}

body.logged-in .logout-menu-link {
    display: block;
}










/*****
     *
	 * 3.0
	 *
	 * Home Page 
	 *
	 *
	 ********************/

.featured-post.container {
	position:relative;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:0;
}

.section {
    background-color: #fff;
    padding: 15px 30px;
	margin-bottom:30px;
}

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

.featured-post .post-details {
	padding-right:30px;
	padding-left:45px;
	padding-top:15px;
	padding-bottom:30px;
	position:relative;
}

.featured-post .post-details .btn {
	margin-top:45px;
}

.post-categories {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
	margin:15px 0;
}

.post-categories, 
.post-categories a,
.post-categories a:hover,
.post-categories a:focus {
    color: #b73c3e;
}

.post-categories span {
    margin-left: 15px;
    margin-right: 15px;
}

.post-author {
    margin: 15px 0;
    color: #aaa;
}

.carousel-indicators {
    top: 35px;
    right: 30px;
    left: auto;
    width: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 3px solid #f9f9f9;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #f9f9f9;
}

.featured-post-slider .image-bg {
	position:relative;
}

.featured-post-slider .image-bg .post-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 100px 30px 15px 30px;
    max-height: 500px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 54%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 54%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 54%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
    color: #fff;
}

.featured-post-slider .image-bg .post-details .excerpt {
    line-height: 1.4em;
}

.page-template-page-home-alternate .section.featured-post-slider {
    padding: 0;
    margin-bottom: 30px;
    margin-top: -30px;
}

.page-template-page-home-alternate .featured-post-slider .image-bg {
	margin:0;
}

.page-template-page-home-alternate .featured-post-slider .image-bg .post-details {
	padding-left:0;
	padding-right:0;
}

.page-template-page-home-alternate .featured-post-slider .image-bg .post-details>.container {
	padding-left:30px;
	padding-right:30px;
}

@media (min-width:992px) {

	.featured-post-slider .image-bg .post-details h2 {
    	font-size:2.6em;
	}
	
	.featured-post-slider .image-bg .post-details .excerpt {
    	font-size:1.2em;
	}
	
	.featured-post .image-bg {
    	position: absolute;
    	left: 50%;
    	right: 0;
    	top: 0;
    	bottom: 0;
	}
	.featured-post .post-details:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 255, 255, 0);
		border-left-color: #ffffff;
		border-width: 30px;
		margin-top: -30px;
		z-index:99;
	}
	.featured-post-slider .image-bg {
    	height:500px;
    	margin:15px 0 15px 0;
	}
}

@media (max-width:991px) {
	.featured-post .image-bg {
    	height:300px;
		margin:-15px -15px 0 -15px;
	}
	.featured-post .image-bg .fa.play-icon {
		right:60px;
		top:45px;
	}
	.featured-post .post-details .btn {
		margin-top:15px;
	}
	.carousel-indicators {
    	bottom: auto;
    	right: 30px;
    	left: auto;
    	width: auto;
    	top: 240px;
	}
	.featured-post-slider .carousel-indicators {
    	bottom: auto;
    	right: 30px;
    	left: auto;
    	width: auto;
    	top: 35px;
	}
	.featured-post-slider .image-bg {
    	height: 400px;
    	margin: 15px 0 15px 0;
	}
	
	.featured-post-slider .image-bg .post-details {
		max-height:400px;
	}
}

@media (min-width:992px) {
	
.post-feed .post-details {
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:30px;
	margin-top:15px;
}

.page-template-page-home .post-feed .post-details:nth-child(2),
.page-template-page-home .post-feed .post-details:nth-child(4n+2) {
	margin-right:0;
}

.page-template-page-home .post-feed .post-details:nth-child(1),
.page-template-page-home .post-feed .post-details:nth-child(2) {
	float:left;
	width:48%;
}

.page-template-page-home .post-feed .post-details:nth-child(1) {
	margin-right:4%;
}

.page-template-page-home .post-feed .post-details:nth-child(3) {
	clear:left;
}

.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(2),
.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(4n+2) {
	margin-right:0;
}

.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(1),
.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(2) {
	float:left;
	width:48%;
}

.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(1) {
	margin-right:4%;
}

.page-template-page-home-alternate .feature-post-wrapper .post-feed .post-details:nth-child(3) {
	clear:left;
}

.custom-row .post-feed .post-details:nth-child(4n) {
	margin-right:0;
} 

}
	 
.post-feed .post-details .image-bg {
    height: 200px;
    position: relative;
}


.post-feed .post-details h3 {
	font-size:1.3em;
	font-weight:600;
}

.page-template-page-home .post-feed .post-details:nth-child(1) h3,
.page-template-page-home .post-feed .post-details:nth-child(2) h3 {
	font-size:1.6em;
    letter-spacing: -1px;
	font-weight:800;
}

.post-feed .post-details .post-categories {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0;
	margin:15px 0;
}

.post-feed .post-details .post-categories span {
    margin-left: 5px;
    margin-right: 5px;
}

.post-feed .post-details .post-author {
    font-size:0.8em;
}

.latest-tabs .nav-tabs {
    border: none;
    padding: 0;
    margin-top: 15px;
	text-align:right;
}

.latest-tabs .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block;
}

.latest-tabs .nav-tabs>li.active>a, 
.latest-tabs .nav-tabs>li.active>a:focus, 
.latest-tabs .nav-tabs>li.active>a:hover {
	border:none;
	opacity:1.0;
	border-bottom: 1px solid #b73c3e;
	color:#b73c3e;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.8em;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
	font-size:0.9em;
    font-weight: 600;
	color:#b73c3e;
	opacity:0.5;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color:transparent;
}

@media (min-width:481px) and (max-width:991px) {

.post-feed .post-details {
	float:left;
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	margin-top:30px;
}

.post-feed .post-details:nth-child(2n) {
	margin-right:0;
}

.post-feed .post-details:nth-child(2n+1) {
	clear:left;
}

.latest-tabs .nav-tabs {
	text-align:left;
}

.nav-tabs>li>a { 
	margin-left:0;
	margin-right:15px;
	font-size:0.8em;
}

}

@media (max-width:480px) {

.post-feed .post-details {
	width:100%;
	margin-bottom:30px;
	margin-top:30px;
}

.latest-tabs .nav-tabs {
	text-align:left;
}

.nav-tabs>li>a { 
	margin-left:0;
	margin-right:15px;
	font-size:0.8em;
}

}

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

ul.categories li {
    list-style: none;
    float: left;
    width: 31.333333%;
    margin-right: 3%;
	margin-bottom:15px;
}

@media (min-width:992px) {
	
ul.categories li:nth-child(3n) {
    margin-right: 0;
}

ul.categories li:nth-child(3n+1) {
    clear:left;
}

}

ul.categories li a {
	color:#222;
}

ul.categories li .category-desc {
    font-size: 0.9em;
    line-height: 1.5em;
    display: block;
    opacity: 0.8;
}

@media (min-width:481px) and (max-width:991px) {

ul.categories li {
    width: 46%;
    margin-right: 8%;
}

ul.categories li:nth-child(2n) {
	margin-right:0;
}

ul.categories li:nth-child(2n+1) {
	clear:left;
}

}

@media (max-width:480px) {

ul.categories li {
    width: 100%;
	float:none;
}

}

.author-list .author {
    width: 46%;
    float: left;
    margin-right: 8%;
	margin-top:15px;
	margin-bottom:15px;
}

.author-list .author:nth-child(2n) {
    margin-right: 0;
}

.author-list .author:nth-child(2n+1) {
	clear:left;
}

.author .avatar {
	position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.author-name {
    padding-left: 60px;
    padding-top: 10px;
    font-size: 20px;
	line-height:24px;
    font-weight: 600;
    letter-spacing: -1px;
    min-height: 50px;
}

.author-description {
    font-size: 0.8em;
    line-height: 1.6em;
    margin: 5px 0 15px 0;
	opacity:0.8;
}

.author-name a,
.author-description a {
    color:#111;
}

.author .btn {
	margin-bottom:15px;
}

@media (max-width:991px) {
.author-list .author {
    width: 100%;
    margin-right:0;
	float:none;
}
}


.cta {
    position: relative;
    background-size: cover;
    background-position: center center;
    box-shadow: -1px 21px 29px -21px rgba(0,0,0,0.29);
-webkit-box-shadow: -1px 21px 29px -21px rgba(0,0,0,0.29);
-moz-box-shadow: -1px 21px 29px -21px rgba(0,0,0,0.29);
}

.cta:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #a524bf;
    display: block;
    opacity:0.8;
}

.cta-content {
	padding:30px;
	position:relative;
	color:#fff;
}

.cta-content h4 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: -1px;
	margin-top:0;
}

.cta-content .desc {
    font-size: 1.0em;
}

.cta-content .btn {
    margin-top: 15px;
        background-color: #fff;
    color: #a524bf;
}




	
	
	
	
	
	
	
	





/*****
     *
	 * 4.0
	 *
	 * Single Post 
	 *
	 *
	 ********************/ 
	 

.single-bg {
    padding: 300px 30px 30px 30px;
    background-size: cover;
    background-position: center center;
    margin-top: -15px;
    margin-left: -30px;
    margin-right: -30px;
	position:relative;
}

.single-bg:after {
	bottom: 0;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}

.single-bg .social-share {
    margin-bottom:0;
	text-align:right;
}

.single-post .section>.embed-responsive {
    margin: -15px -30px 0 -30px;
}

.single-post .section>.embed-responsive .social-share {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-bottom: 0;
}

.fa.play-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    background-color: #ff6600;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0 7px 4px;
}

.fa.play-icon.play-icon-small {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    background-color: #ff6600;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    text-align: center;
    padding: 6px 0 6px 2px;
}

.single-bg .social-share a.twitter-btn:hover, 
.single-bg .social-share a.twitter-btn:focus {
    background-color: #55acee !important;
	color:#fff !important;
}

.single-bg .social-share a.facebook-btn:hover, 
.single-bg .social-share a.facebook-btn:focus {
    background-color: #3b5998 !important;
	color:#fff !important;
}

.single-bg .social-share a.linkedin-btn:hover, 
.single-bg .social-share a.linkedin-btn:focus {
    background-color: #007bb5 !important;
	color:#fff !important;
}

.author-single-meta {
    padding: 30px 0;
    margin: 90px 0 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-weight:800;
}

.author-single-meta a {
    color:#222;
}

.author-single-meta .author-single-desc {
	font-weight:300;
	font-size:0.9em;
}

.author-single-meta img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-left: 10px;
    float: right;
}

.post-feed .post-details-sidebar {
    margin-bottom: 30px;
}

.post-details-sidebar a {
    color: #222;
}

.post-details-sidebar .image-bg {
    height: 150px;
    background-size: cover;
    background-position: center center;
	position:relative;
}

.post-details-sidebar .image-bg:after {
	bottom: 0;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #f9f9f9;
	border-width: 10px;
	margin-left: -10px;
}

.author-single-meta a.btn {
    margin-top:15px;
}

.sidebar .widget>h3 {
    margin: 0 0 30px;
    font-size: 18px;
    color: #ccc;
    padding-left: 20px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sidebar .widget>h3:before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.0em;
    line-height: 100%;
    top: 0;
    left: 0;
    opacity: 1.0;
}

.post-details-sidebar .excerpt {
    font-size: 0.9em;
    line-height: 1.4em;
    opacity: 0.8;
}

.post-details-sidebar h4 {
    margin-bottom:10px;
	opacity:0.8;
}

.widget.sign-up-widget {
    min-height: 366px;
    background-color: #fff;
}

.widget.author-widget {
    min-height: 366px;
    text-align: center;
    background-color: #fff;
    padding: 30px;
    display: table;
	width:100%;
}

.widget.author-widget img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin: 30px 0;
}

.author-by {
    font-size: 0.9em;
}

.author-by a {
    display: block;
    font-weight: 600;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

@media (max-width:767px) {
	.widget.author-widget {
		display:none;
	}
}










/* Author Archive */

.author-desc-box>h1 {
    position: relative;
    padding-left: 90px;
    min-height: 50px;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-top: 15px;
    padding-bottom: 49px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.author-desc-box h1 img {
    left: 0;
    top: 0;
    width: 80px !important;
    height: 80px !important;
}

.archive.author .post-feed .post-details:nth-child(4n+1) {
	clear:left;
}

.archive.author .post-feed .post-details:nth-child(4n) {
	margin-right:0;
}

.archive.author .post-feed .post-details:nth-child(1) {
	margin-top:15px;
}

.archive.author .post-feed .post-details {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-top: 30px;
	border-bottom:none;
}

.archive.author .post-feed .post-details .image-bg {
    height: 200px;
}

@media (max-width: 991px) and (min-width: 481px) {
.archive.author .post-feed .post-details {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.archive.author .post-feed .post-details:nth-child(2n) {
	margin-right:0;
}
}

@media (max-width:480px) {
	.archive.author .post-feed .post-details {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
}
@media (min-width:481px) {
	.archive.author .post-feed .post-details:nth-child(2) {
	margin-top:15px;
}
}

@media (min-width:492px) {
	.archive.author .post-feed .post-details:nth-child(3),
	.archive.author .post-feed .post-details:nth-child(4) {
	margin-top:15px;
}
}

ul.author-items {
    padding: 0;
    margin: 0 0 15px 0;
}

ul.author-items li {
    list-style: none;
    padding-left: 30px;
	position:relative;
}

ul.author-social-items {
	margin:0 0 15px 0;
	padding:0 0 0 30px;
}
	
ul.author-social-items li {
    list-style: none;
    margin-right:5px;
	position:relative;
	display:inline-block;
}

ul.author-items li>.fa {
	position:absolute;
	left:0;
	top:5px;
	opacity:0.3;
}

ul.author-social-items li.twitter a,
ul.author-social-items li.facebook a {
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	border-radius:100%;
	display:inline-block;
}

ul.author-social-items li.twitter a {
	background-color: #55acee;
}

ul.author-social-items li.facebook a {
	background-color: #3b5998;
}
	


	
	
	
	
	
	
/* Blog Page */

.page-template-page-past-events .post-feed .post-details,
.page-template-page-with-feed .post-feed .post-details,
.blog .post-feed .post-details,
.archive .post-feed .post-details,
.search .post-feed .post-details {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}

.blog .post-feed .post-details .image-bg,
.archive .post-feed .post-details .image-bg,
.search .post-feed .post-details .image-bg {
    height: 400px;
}

.page-template-page-with-feed  .post-feed .post-details .image-bg {
    height: 250px;
}

.blog .post-feed .post-details:nth-child(1),
.archive .post-feed .post-details:nth-child(1),
.search .post-feed .post-details:nth-child(1),
.page-template-page-with-feed .post-feed .post-details:nth-child(1),
.page-template-page-past-events .post-feed .post-details:nth-child(1) {
	margin-top:15px;
}

.blog .post-feed .post-details:nth-last-child(1),
.archive .post-feed .post-details:nth-last-child(1),
.search .post-feed .post-details:nth-last-child(1),
.page-template-page-with-feed .post-feed .post-details:nth-last-child(1),
.page-template-page-past-events .post-feed .post-details:nth-last-child(1) {
	margin-bottom:0;
	border-bottom:none;
}

.sidebar ul.categories li {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.sidebar ul.categories li:before {
    display: none;
}

.ms-protection-msg {
    background-color: #eee;
    padding: 30px;
    margin: 30px 0;
    color: #888;
}
	 
.ms-membership-form-wrapper .ms-alert-box.ms-alert-error.ms-auth-header {
    display: none;
}

.ms-membership-form-wrapper legend {
    display: none;
}

.ms-membership-form-wrapper .status.error {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    color: red;
    margin-bottom: 5px;
}

.ms-membership-form-wrapper input[type=text],
.ms-membership-form-wrapper input[type=password] {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #ccc;
}

.ms-membership-form-wrapper p.login-submit {
	margin-bottom:0;
}

.ms-membership-form-wrapper>a {
    font-size: 0.9em;
    font-weight: 800;
    text-transform: uppercase;
    color: #ff6600;
    letter-spacing: 0;
    position: absolute;
    bottom: 10px;
    left: 120px;
    opacity: 0.5;
}

.ms-membership-form-wrapper {
    position: relative;
}

.ms-membership-form-wrapper .nav p a {
    color: #bbb;
}

.ms-membership-form-wrapper .nav p {
    margin-bottom: 0;
    color: #ccc;
    font-size: 0.8em;
    padding-left: 15px;
}

p.login-remember.ms-field,
.ms-membership-form-wrapper .nav {
	display:inline-block;
	width:45%;
}

p.login-remember.ms-field label {
    font-weight: 300;
    color: #bbb;
	font-size:0.8em;
}











/* Membership */

.ms-membership-form .ms-top-bar {
    border: none;
    text-align: center;
    color: #111;
    background-color: transparent;
}

.ms-membership-details-wrapper {
    border: none;
    width: 100%;
    margin: 30px 0;
}

.ms-price-details {
    background-color: #ffffff;
    padding: 15px;
    font-size: 1.0em;
}

.ms-price.price {
    font-weight: 800;
    text-align: center;
    color: #b73c3e;
    font-size: 1.1em;
	display:none;
}

.ms-bottom-bar {
    background-color: #fff;
    text-align: center;
}

.ms-signup-button {
    display: inline-block !important;
    float: none !important;
    width: auto;
    margin: 0 auto;
}

.ms-form-element {
    margin: 0;
    margin-bottom: 15px;
}

.ms-form-element .wpmui-field-label {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8em;
    text-transform: uppercase;
}

.ms-form-element .wpmui-field-input {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fcfcfc;
}

.form-membership a.wpmui-link {
    font-size: 0.9em;
    color: #aaa;
    display: inline-block;
    /* padding-left: 30px; */
}

@media (min-width:768px) {
.ms-form-price-boxes .ms-membership-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 400px;
    text-align: center;
}
}






/* Journal */

.journal-articles .post-details {
    margin-bottom: 30px;
    margin-top: 30px;
}

.journal-articles .row>.col-sm-3 {
    position: relative;
}

@media (min-width:768px) {
	.journal-articles .row>.col-sm-3:before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #ddd;
    left: 15px;
    top: 50%;
    right: 15px;
	}
	.journal-articles .row>.col-sm-9 {
    padding-top:50px;
	}
}

.journal-articles .wp-post-image {
    border-radius: 100%;
    position: relative;
}


@media (max-width:767px) {
	.journal-articles .wp-post-image {
    width:80px;
	height:80px;
	}
	.journal-articles .post-details {
    margin-bottom: 60px;
    margin-top: 60px;
	}
}

.journal-cta {
    padding-left: 30px;
    border-left: 1px solid #ddd;
    margin-left: -15px;
    margin-bottom: 30px;
}

.journal-cta h4 {
    font-size: 1.8em;
    font-weight: 800;
    letter-spacing: -1px;
}

.journal-cta .desc {
    line-height: 1.6em;
    margin-bottom: 15px;
}

@media (max-width:991px) {
.journal-cta {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    margin-bottom: 30px;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ddd;
}

}




/* General */



.logo-dark {
	display:none;
}

h1.page-title {
    font-size: 28px;
	line-height:36px;
    font-weight: 400;
    letter-spacing: -1px;
	position:relative;
}

.page-title-wrapper {
    position: relative;
    padding-top: 40px;
}

.page-title-wrapper.page-title-wrapper-in-content {
	margin-bottom:0 !important;
}

.page-title-wrapper span.page-title-faded {
    position: absolute;
    font-size: 60px;
    line-height: 59px;
    top: 8px;
    left: -30px;
    font-weight: 900;
    z-index: 8;
    opacity: 0.1;
    text-transform: lowercase;
}

.page-title-wrapper h1 {
    position: relative;
    z-index: 9;
    -webkit-margin-before: 0;
}	

.page-content {
    padding-top: 0px;
	padding-bottom:30px;
}


.has-featured-image .page-title-wrapper {
	margin-bottom:30px;
}

.has-featured-image .page-content {
	padding-top:30px;
}





/* Lightbox */

.featherlight .featherlight-content {
    padding: 0;
    border-bottom: none;
    background: #fff;
}

.featherlight .featherlight-close-icon {
    top: 10px;
    right: 10px;
    line-height: 46px;
    width: 50px;
    cursor: pointer;
    text-align: center;
    font-family: Raleway, Arial,sans-serif;
    background: #fff;
    background: rgba(0,0,0,0.2);
    color: #fff;
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 2px 2px 7px rgba(0,0,0,0.4);
    opacity: 0.4;
    border: 2px solid #fff;
    border-radius: 100%;
}

.featherlight .featherlight-close-icon:hover,
.featherlight .featherlight-close-icon:focus {
    opacity: 0.6;
}


/* Pages - Form Only */

.page-template-page-form #footer,
.page-template-page-form .navbar,
.page-template-page-form .cbp-spmenu {
	display:none;
}

.form-only {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}

.form-wrapper.alt {
    max-width: 600px;
    display: inline-block;
    min-width: 280px;
    width: 80%;
    padding: 15px 30px;
    /* -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1); */
    /* -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    /* box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1); */
    position: relative;
}

.form-wrapper:before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.page-form-only-content {
    display: table-cell;
    vertical-align: middle;
    width: 600px;
    text-align: center;
}

.wpcf7-form-control-wrap {
	position:relative;
}

.contact-form-fruit input, .contact-form-fruit textarea {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 15px;
    border: none;
    font-size: 15px;
    font-weight: 300;
	position:relative;
}

.form-wrapper.alt .contact-form-fruit input, .form-wrapper.alt .contact-form-fruit textarea {
    opacity: 0.9;
}

.form-wrapper.alt  .contact-form-fruit input[type="submit"] {
	opacity:1.0;
}

.page-form-only-content h1 {
    margin-bottom: 45px;
    position: relative;
}

.page-form-only-content h1:after {
    content: "";
    width: 40px;
    height: 1px;
    z-index: 9;
    position: absolute;
    bottom: -15px;
    right: 50%;
    margin-right: -20px;
    opacity: 0.3;
}

.page-form-only-content h4 {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
    min-width: 240px;
	margin-top:-15px;
}




/* Pages - Gallery */

.gallery-page-wrapper ul {
    padding: 0;
    margin: 5px;
}

.gallery-page-wrapper ul li {
    list-style: none;
    width: 15.66666667%;
    height: 200px;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
	margin: 5px 0.5%;
}

.gallery-page-wrapper ul li a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
}

.gallery-page-wrapper ul li a:hover,
.gallery-page-wrapper ul li a:focus {
    background-color:rgba(0,0,0,0.6);
}

.gallery-page-wrapper ul li a i {
    position: absolute;
    bottom: 25px;
    right: 30px;
    opacity: 0.4;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.gallery-page-wrapper ul li a:hover i,
.gallery-page-wrapper ul li a:focus i {
    opacity: 1.0;
	transform: scale(2.0);
}

@media (min-width:1400px) {
	
	.gallery-page-wrapper ul li {
    	width: 15.66666667%;
    	height: 240px;
		margin: 10px 0.5%;
	}

}

@media (max-width:991px) {
	
	.gallery-page-wrapper ul li {
    	width: 24%;
    	height: 200px;
		margin: 5px 0.5%;
	}

}

@media (max-width:767px) {
	
	.gallery-page-wrapper ul li {
    	width: 31.33333337%;
    	height: 200px;
		margin: 5px 1%;
	}

}

@media (max-width:480px) {
	
	.gallery-page-wrapper ul li {
    	width: 47%;
    	height: 180px;
		margin: 5px 1.5%;
	}

}

@media (max-width:320px) {
	
	.gallery-page-wrapper ul li {
    	height: 150px;
	}

}


/* Page Contact */

h3.page-form-heading {
    margin-top: 45px;
}

.contact-info-page {
	margin-left:-13px;
	margin-right:-15px;
	padding:0 15px;
}

.contact-info-page ul {
    padding: 15px;
    margin: 0;
}

.contact-info-page ul li {
    list-style: none;
    margin-bottom: 10px;
	padding-left:30px;
	position:relative;
}

.contact-info-page ul li:before {
    content: "\f18e";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: 20px;
    text-align: center;
    top: 2px;
}

.contact-info-page ul li.contact-number:before {
	content: "\f095";
}

.contact-info-page ul li.contact-mob:before {
	content: "\f10b";
}

.contact-info-page ul li.contact-email:before {
	content: "\f040";
}

.contact-info-page ul li.contact-address:before {
	content: "\f041";
}



@media (max-width:767px) {
	
	.contact-info-page {
		margin-left:-15px;
		padding-bottom:30px;
	}

}



/* Page - FAQ */

.faq-wrapper {
	position:relative;
	margin-bottom:15px;
}

.question {
    padding:0 0 15px 0;
	font-weight:700;
}

.answer {
	padding:15px 0 0 0;
}

.faq-single-wrapper {
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
}



/* Service Archive */

ul.service-feed {
	padding:0;
	margin:0;
}

ul.service-feed li {
	width:49%;
	float:left;
	position:relative;
	padding:0;
	margin-right:1%;
	list-style:none;
	height:400px;
	background-color:#000;
	margin-bottom:30px;
}

ul.service-feed li:nth-child(even) {
	margin-right:0;
	margin-left:1%;
}

ul.service-feed li .service-item-bg {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0.3;
	background-size:cover;
	background-position:center center;
}

ul.service-feed li .service-item-wrapper,
ul.service-feed li .service-item-wrapper a {
	color:#fff;
	position:relative;
}

ul.service-feed li .service-item-wrapper {
    padding: 30px;
}

ul.service-feed li .service-item-wrapper i {
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
	opacity:0.8;
	color:#fff;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul.service-feed li .service-item-wrapper i:hover,
ul.service-feed li .service-item-wrapper i:focus {
	background-color:#fff;
	color:#000;
}

ul.service-feed li:hover .service-item-wrapper i,
ul.service-feed li:focus .service-item-wrapper i {
	transform:scale(1.3);
	opacity:1.0;
}

ul.service-feed li .service-item-wrapper h3,
ul.service-feed li .service-item-wrapper .service-excerpt-wrapper,
ul.service-feed li .service-item-bg {
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul.service-feed li:hover .service-item-wrapper h3,
ul.service-feed li:hover .service-item-wrapper .service-excerpt-wrapper,
ul.service-feed li:focus .service-item-wrapper h3,
ul.service-feed li:focus .service-item-wrapper .service-excerpt-wrapper {
	opacity:0.3;
}

ul.service-feed li:hover .service-item-bg,
ul.service-feed li:focus .service-item-bg {
	opacity:0.2;
}


.service-excerpt-wrapper {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}


/* Service Single */

.feature-list {
    margin: 0;
    padding: 25px 30px;
	position:relative;
}

.feature-list ul {
    padding: 0;
    margin: 15px 0 0 0;
}

.feature-list ul li {
    list-style: none;
	position:relative;
	padding-left:0px;
}

.feature-list ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: -50px;
    top: -8px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
	border:3px solid;
}

.feature-list h3 {
    margin: 0 0 10px 0;
	padding:0;
    font-weight: 300;
    font-size: 2.6em;
	position:relative;
	z-index:1;
}

.feature-list .feat-list-sub {
    opacity: 0.8;
    font-size: 1.2em;
    font-weight: 300;
}

.feature-list ul li {
    font-weight: 600;
    font-size: 1.1em;
	margin-top:15px;
}

.feature-list ul li span {
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.7;
    display: block;
}

.feature-list .list-heading-bg {
    position: absolute;
    font-weight: 900;
    font-size: 5.0em;
    line-height: 100%;
    top: -25px;
    left: 10px;
    width: 1000px;
    opacity: 0.3;
    z-index: 0;
}

.feature-list hr {
	color: #fff;
    width: 20%;
    margin-right: 80%;
    margin: 25px 0;
}

.feature-list hr {
    width: 20%;
    margin-right: 80%;
    margin: 25px 0;
    border: 1px solid;
}

.related-portfolio-wrapper {
    position: relative;
    padding: 60px;
    text-align: center;
	margin:30px 0;
}

.related-portfolio-wrapper h4 {
    position: relative;
    z-index: 2;
    font-size: 3.0em;
    font-weight: 300;
}

.related-portfolio-wrapper .port-associated-sub-heading {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    font-size: 1.4em;
    font-weight: 300;
}

.port-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0.4;
}

.related-portfolio-wrapper .btn {
    position: relative;
    z-index: 2;
    padding: 15px 30px;
    display: inline-block;
    margin: 30px 0 0 0;
    font-size: 1.2em;
    font-weight: 200;
	border-radius:50px;
}


@media (max-width:767px) {

.feature-list ul li {
	padding-left:35px;
}
.feature-list ul li:before {
    left: -15px;
}
ul.service-feed li {
	width:100%;
	margin-right:0;
	height:320px;
	margin-bottom:15px;
}
ul.service-feed li:nth-child(even) {
	margin-right:0;
	margin-left:0;
}
.feature-list h3 {
    font-size: 1.6em;
}
.feature-list .feat-list-sub {
    font-size: 0.9em;
}
.related-portfolio-wrapper {
	padding:60px 30px;
}
.related-portfolio-wrapper h4 {
	font-size:2.2em;
}

}






/* Portfolio Archive */

ul.portfolio-feed {
	padding:0;
	margin:0;
}

ul.portfolio-feed li {
	width:32%;
	float:left;
	position:relative;
	padding:0;
	margin-right:1%;
	list-style:none;
	height:320px;
	background-color:#000;
	margin-bottom:30px;
}

ul.portfolio-feed li:nth-child(3n-1) {
	margin-right:1%;
	margin-left:1%;
}

ul.portfolio-feed li:nth-child(3n) {
	margin-right:0;
	margin-left:1%;
}

ul.portfolio-feed li .portfolio-item-bg {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0.3;
	background-size:cover;
	background-position:center center;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul.portfolio-feed li:hover .portfolio-item-bg,
ul.portfolio-feed li:focus .portfolio-item-bg {
	opacity:1.0;
}

ul.portfolio-feed li .portfolio-item-wrapper,
ul.portfolio-feed li .portfolio-item-wrapper a {
	color:#fff;
}

ul.portfolio-feed li .portfolio-item-wrapper {
    padding: 30px;
}

ul.portfolio-feed li .portfolio-item-wrapper h3 {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 1px;
    margin:0;
	padding:0;
}

ul.portfolio-feed li .portfolio-item-wrapper i {
    width: 42px;
    height: 42px;
	position:absolute;
	bottom:30px;
	right:30px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
	opacity:0.8;
	color:#fff;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul.portfolio-feed li:hover .portfolio-item-wrapper i:hover,
ul.portfolio-feed li:focus .portfolio-item-wrapper i:focus {
	background-color:#fff;
	color:#000;
}

ul.portfolio-feed li:hover .portfolio-item-wrapper i,
ul.portfolio-feed li:focus .portfolio-item-wrapper i {
	transform:scale(1.3);
	opacity:1.0;
	background-color:rgba(0,0,0,0.4);
}

ul.portfolio-feed li .portfolio-item-wrapper h3 {
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul.portfolio-feed li:hover .portfolio-item-wrapper.with-thumb h3,
ul.portfolio-feed li:focus .portfolio-item-wrapper.with-thumb h3 {
	opacity:0;
}


@media (max-width:767px) {
ul.portfolio-feed li {
	width:49%;
	margin-right:1% !important;
	margin-left:0 !important;
	margin-bottom:15px;
}

ul.portfolio-feed li:nth-child(even) {
	margin-right:0 !important;
	margin-left:1% !important;
}
}

@media (max-width:480px) {
ul.portfolio-feed li {
	height:200px;
}
}

@media (max-width:320px) {
ul.portfolio-feed li,
ul.portfolio-feed li:nth-child(even) {
	width:100%;
	margin-right:0 !important;
	margin-left:0 !important;
}
}



/* Portfolio Single */

.before-pic,
.after-pic {
	background-size:cover;
	background-position:center center;
}

.before-pic span, .after-pic span {
    padding: 400px 30px 30px 30px;
    display: block;
    color: #fff;
    font-size: 1.6em;
    font-weight: 300;
	background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(55%, rgba(0,0,0,0)), color-stop(82%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
margin-bottom:15px;
}

.after-pic span {
	text-align:right;
}


.before-after-wrapper a .before-pic,
.before-after-wrapper a .after-pic {
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}



@media (min-width: 1200px) {
.single .gallery-page-wrapper ul li {
	width: 19%;
	margin: 5px 0.5%;
	height:210px;
}
.single .gallery-page-wrapper ul li:nth-child(5n+0) {
	margin-right:0;
	width:19.5%;
}
.single .gallery-page-wrapper ul li:nth-child(1) {
	margin-left:0;
	width:19.5%;
}
.single .gallery-page-wrapper ul li:nth-child(6n+0) {
	margin-left:0;
	width:19.5%;
}
.single .gallery-page-wrapper ul {
	margin:0;
}
}

.youtube-video {
	margin:30px 0;
}



/* Testimonial Single */

.profile-image-single {
    display: inline-block;
	border-radius:100%;
	overflow:hidden;
	position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
}
}

.profile-image-single img {
	width:100%;
	height:auto;
}

.test-wrapper {
    position: relative;
    padding: 90px 0 60px 0;
}

.single .test-wrapper:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 4.0em;
    width: 100px;
    line-height: 100%;
    top: 15px;
    left: 0;
    opacity: 0.1;
}

.single .test-wrapper:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    bottom: 10px;
    left:0;
    width: 100px;
    opacity: 0.1;
    font-size: 1.4em;
}

.profile-image img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.test-name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 0.8em;
    margin-bottom: 30px;
}

.next-prev-nav a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
	line-height:40px;
    opacity: 0.6;
	border-radius:100%;
}

.next-prev-nav a:hover,
.next-prev-nav a:focus {
    opacity: 1.0;
}

.next-prev-nav .next {
	text-align:left;
}

.next-prev-nav .previous {
	text-align:right;
}

.next-prev-nav {
    margin: 90px 0 60px;
}

@media (max-width:767px) {
	.next-prev-nav a {
		opacity:1.0;
	}
}


/* Testimonial Archive */

.archive .testimonial-feed .container .test-wrapper {
    margin-bottom: 180px;
}

.testimonial-feed .container {
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

.testimonial-feed .container .test-wrapper {
    padding: 90px 180px;
	font-size:24px;
	font-weight:300;
}

.testimonial-feed .container .test-wrapper a {
	display:block;
}

.testimonial-feed .container .test-wrapper a:hover,
.testimonial-feed .container .test-wrapper a:focus {
    opacity:0.5;
}

.testimonial-feed .container .test-wrapper:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 72px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    top: -70px;
    left: -70px;
    z-index: 9;
    border-radius: 100%;
	margin:0 !important;
	opacity:1.0;
}

.testimonial-feed .container .test-wrapper:after {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    font-size: 48px;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    bottom: -70px;
    right: -70px;
    z-index: 9;
    border-radius: 100%;
	margin:0 !important;
	opacity:1.0;
}

.ass-port-link {
    content: "";
    position: absolute;
    font-size: 48px;
    width: 140px;
    height: 140px;
    line-height: 120px;
    text-align: center;
    top: -70px;
    right: -70px;
    z-index: 9;
    border-radius: 100%;
    margin: 0 !important;
    opacity: 1.0;
	border: 10px solid #fff;
	overflow: hidden;
}

.profile-image {
    width: 140px;
    height: 140px;
    border: 10px solid;
    position: absolute;
    bottom: -70px;
    left: -70px;
    border-radius: 100%;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: auto;
}

.test-name {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonial-feed .container .test-wrapper .ass-port-link a:hover,
.testimonial-feed .container .test-wrapper .ass-port-link a:focus {
	opacity:1.0;
}

@media (max-width:767px) {
.testimonial-feed .container .test-wrapper {
    padding: 90px 90px;
}

.testimonial-feed .container .test-wrapper:before {
    left: 30px;
}

.testimonial-feed .container .test-wrapper:after,
.ass-port-link {
    right: 30px;
}
.profile-image {
    left: 30px;
}
}

@media (max-width:480px) {
.testimonial-feed .container .test-wrapper {
    padding: 90px 30px;
	font-size:18px;
}

.testimonial-feed .container .test-wrapper:before {
    left: 15px;
	top:-45px;
	width:90px;
	height:90px;
	line-height:90px;
	font-size:48px;
}

.testimonial-feed .container .test-wrapper:after {
    right: 15px;
	width:90px;
	height:90px;
	bottom:-45px;
	line-height:90px;
	font-size:36px;
}
.ass-port-link {
	right: 15px;
	width:90px;
	height:90px;
	top:-45px;
	line-height:70px;
	font-size:36px;
}
.profile-image {
    left: 15px;
	width:90px;
	height:90px;
	bottom:-45px;
}
}




/* Sidebar */



.sidebar .widget {
	margin-bottom:30px;
}

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

.sidebar h3 {
    padding: 0;
    font-size: 18px;
	margin-bottom:10px;
}




.search-form {
    margin: 0;
}

.search-field {
    height: 40px;
    padding: 10px;
    width: 100%;
    margin: 0;
    margin-right: -40px;
    border: none;
    display: block;
    float: left;
	font-size: 16px;
    font-weight: 300;
}

.search-submit {
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
	background-color:#b73c3e;
	color:#fff;
}



/* Blog Archive */

/* Blog Archive */

.post-image-wrapper {
    background-position: center center;
	background-color:#000;
    background-size: cover;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.post-content-wrapper {
	background: rgba(0,0,0,0.2);
background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(46%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0.8)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.8) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.8) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.feed-post-wrapper a,
.feed-post-wrapper a:hover,
.feed-post-wrapper a:focus,
.post-image-wraper .excerpt-wrapper a,
.post-image-wrapper .excerpt-wrapper {
	color:#fff;
}

.feed-post-wrapper .post-image-wrapper h3 i,
.feed-post-wrapper h3 i {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 30px;
    border: 1px solid;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    top: 30px;
	opacity:0.5;
	color:#fff;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.feed-post-wrapper h3 i {
	bottom:0px;
	z-index:9;
	width: 42px;
    height: 42px;
    position: absolute;
    right: 30px;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
	opacity:0.2;
}

.feed-post-wrapper h3.no-post-image,
.feed-post-wrapper .excerpt-wrapper.no-post-image {
	padding-right: 120px;
}

.feed-post-wrapper .excerpt-wrapper.no-post-image  {
	padding-bottom:30px;
}

a:hover .post-image-wrapper h3 i,
a:focus .post-image-wrapper h3 i,
.feed-post-wrapper a:hover h3 i,
.feed-post-wrapper  a:focus h3 i   {
     transform: scale(1.3);
	 opacity:1.0;
}

.feed-post-wrapper h3 {
	padding: 30px 30px 0px 30px;
	position:relative;
}

.feed-post-wrapper .post-image-wrapper h3 {
    padding: 250px 30px 0 30px;
	position:relative;
    color: #fff;
    font-weight: 300;
}

.excerpt-wrapper {
    padding: 15px 30px;
    font-size: 0.9em;
	opacity:0.8;
}

.excerpt-wrapper .meta-details {
    width: 100%;
    padding-right: 0px;
    opacity: 1.0;
    font-weight: 400;
	font-size:0.9em;
}

.feed-post-wrapper {
    margin-bottom: 15px;
}



.next-prev-nav-blog {
    padding: 0 30px;
}

.next-prev-nav-blog a,
.page-number {
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}

.next-prev-nav-blog .next {
	text-align:right;
}

.next-prev-nav-blog .previous {
	text-align:left;
}


/* Single - Post */

.meta {
    position: relative;
    margin-bottom: 15px;
    padding: 30px;
    font-size: 13px;
}

.avatar-wrapper {
	display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    position: absolute;
    right: 30px;
}

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

.social-share {
	margin-bottom:15px;
}

.meta-details {
	width: 100%;
    padding-right: 80px;
    opacity: 0.6;
    font-weight: 400;
}

p.nocomments {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.3;
}

#comments {
    padding: 0;
	margin-top:90px;
}

#comments .comments-title {
    padding-top:0;
	font-weight:300;
	font-size:36px;
	margin:0;
	padding-bottom:15px;
}
ul.comment-list {
    padding: 0;
    margin: 15px 0 60px 0;
}

ul.comment-list ul {
    padding: 0 0 0 25px;
    margin: 0;
}

ul.comment-list li {
    list-style: none;
    margin-top: 30px;
}

ul.comment-list>li:nth-child(1) {
	margin-top:0;
}

.comment-author img {
    border-radius: 100%;
    display: block;
}

span.says {
    display: none;
}

.comment-metadata {
    font-weight: 400;
}

.comment-metadata>a {
    font-size: 12px;
    opacity: 0.5;
}

.comment-metadata span.edit-link {
    text-transform: lowercase;
    font-size: 12px;
}

.comment-content {
    font-size: 14px;
    opacity: 0.9;
}

.add-comment-title {
    font-size: 24px;
    font-weight: 800;
    margin-top: 0;
    padding-top: 0;
}

.logged-in-as {
    font-size: 0.8em;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    font-weight: 800;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	padding:15px 25px;
	width:70%;
	min-width:240px;
	background-color:#fcfcfc;
	border:1px solid #ccc;
}

.comment-form-comment textarea {
    width: 100%;
    height: 180px;
	background-color:#fcfcfc;
	border:1px solid #ccc;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	border:1px solid #ccc;
}




@media (min-width:768px) {
.single-post .page-content .content {
	padding-right:30px;
}
}

/* Footer */

#footer {
    background-color:#000;
    position: relative;
	margin-top:30px;
	color:#ccc;
}

#footer h4 {
    font-size: 1.0em;
    margin-bottom:30px;
}

#footer h4 strong {
    color: #cccccc;
}

#footer h5 {
    font-size: 1.0em;
    opacity: 1.0;
    margin-top:15px;
}

#footer h5 a {
	opacity:0.6;
}

#footer h5 a:hover {
	opacity:1.0;
	color:#eeeeee;
}

#footer p {
    font-size: 0.9em;
    opacity: 0.6;
    color: #cccccc;
}



#footer .footer-wrapper {
	padding-top:90px;
	padding-bottom:90px;
}

#footer a {
	color:#eee;
}

#footer .widget-title h3 {
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
	margin-bottom: 15px;
	letter-spacing:0;
	opacity:0.7;
}

#footer .widget {
	font-size:14px;
}

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

#footer .widget ul li {
	list-style:none;
	margin-top:5px;
}

#footer .widget .post-date {
    display: block;
    font-size: 11px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.socket {
    font-size: 12px;
    padding: 30px 0;
    bottom: 0;
    width: 100%;
	background-color:#111;
}

.socket .container {
	opacity:0.4;
}

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

.socket ul li {
	float:right;
	list-style:none;
	padding:0 5px; 
	margin:0 0 0 10px;
}

@media (max-width:1024px) {
#footer {
    background-attachment:scroll;
}
}

@media (max-width:991px) {

#footer .widget {
margin-bottom:60px;
}

}

@media (max-width:797px) {
	.socket ul {
		display:block;
		width:100%;
		text-align:center;
		margin-top:15px;
	}
	.socket ul li {
		float:none;
		display:inline-block;
		margin:0 10px;
	}
	.socket .copyright {
		text-align:center;
	}
	.footer-social-wrapper {
    	text-align: left;
	}
	.footer-social-wrapper ul {
    	padding: 0;
    	margin: 0;
		display:block;
		width:100%;
		text-align:left;
		margin-top:15px;
	}
	.footer-social-wrapper ul li {
    	float:none;
		display:inline-block;
	}
	.quick-contact-bar {
    	padding: 30px 15px;
	}
}




/* Home */

.feature-header {
    margin-top: -30px;
    padding: 260px 0 60px 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center center;
}

.feature-header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feature-header .container {
    position: relative;
    z-index: 9;
    color: #ffffff;
}

.feature-header h1 {
    font-size: 56px;
    letter-spacing: -3px;
    font-weight: 600;
    line-height: 1.2em;
}

.feature-header .subheading {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.feature-header a {
    background-color: transparent;
    border: 2px solid #ffffff;
    font-size: 1.0em;
}

.feature-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.4) 79%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.4) 79%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.4) 79%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    z-index: 3;
}

.blocks {
    display: flex;
    gap: 30px;
    margin-bottom:60px;
}

.blocks .block {
    padding: 40px;
    text-align: center;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-size: cover;
    background-position: center center;
    position: relative;
    box-shadow: 0px 20px 20px -20px rgba(0,0,0,0.5)
}

.blocks .block:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}

.blocks .block h2 {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top:0;
}

.blocks .block .desc {
    position: relative;
    line-height: 1.4em;
    font-size:0.95em;
    opacity: 0.9;
}

.blocks .block a {
    color: #ffffff;
    position: relative;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.0em;
    display: block;
}

.blocks .block a i {
    font-size: 11px;
    margin-left: 5px;
}

.post-feed:before, .post-feed:after {
    display: table;
    content: "";
    width: 100%;
}

.page-template-page-home .post-feed .post-details {
    background-color: #ffffff;
    padding-bottom:20px;
}

.page-template-page-home .post-feed .post-details h3,
.page-template-page-home .post-feed .post-details .excerpt {
    padding: 0 20px;
}

.page-template-page-home .post-feed .post-details .btn {
	margin-left:20px;
}


@media(max-width:767px) {

.blocks {
    flex-direction: column;
}

.feature-header {
    padding: 160px 0 60px 0;
}

.feature-header h1 {
    font-size: 36px;
    letter-spacing: -1px;
}

.feature-header .subheading {
    font-size: 16px;
}

}






.container.page-content-container {
    margin-bottom: 90px;
    margin-top:60px;
    max-width:900px;
}









.call-to-action-content {
    padding: 30px;
}

.call-to-action-content h2 {
    padding: 0;
    margin: 0 0 5px 0;
}

.call-to-action-content .sub-heading {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 15px;
}

.call-to-action-content .additional-text {
    margin-bottom: 15px;
}



.home-page-section {
    padding: 30px 0;
}

.btn.btn-circle-more {
	width:42px;
	height:42px;
	border:1px solid;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	padding:0;
	display:inline-block;
	opacity:0.5;
}

.btn.btn-circle-more:hover,
.btn.btn-circle-more:focus {
	opacity:1.0;
}



ul.blog-feed {
    padding: 0;
    margin: 0;
}

ul.blog-feed li {
    float: left;
    width: 49%;
	margin-right:1%;
    height: 250px;
	list-style:none;
	position:relative;
	background-color:#000;
	color:#fff;
	margin-bottom:30px;
}

.blog-item-bg {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-size:cover;
	background-position:center center;
	opacity:0.3;
}

.blog-item-wrapper .service-excerpt-wrapper {
    position: relative;
    padding: 0 30px;
}

.blog-item-wrapper h3 {
	padding:30px 30px 15px 30px;
	position:relative;
}

ul li .blog-item-wrapper a i {
    position: absolute;
    bottom: 30px;
    left: 30px;
    height: 42px;
    width: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100%;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

ul li .blog-item-wrapper a:hover i,
ul li .blog-item-wrapper a:focus i  {
    background-color:#fff;
	color:#000;
}

ul li:hover .blog-item-wrapper a i,
ul li:focus .blog-item-wrapper a i  {
    transform:scale(1.2);
}


.blog-item-wrapper .blog-feed-date {
	position: absolute;
    bottom: 30px;
    right: 30px;
	opacity:0.6;
}

ul.blog-feed li:nth-child(odd),
ul.blog-feed li:nth-child(2) {
	margin-right:0;
	margin-left:1%;
}

ul.blog-feed li:nth-child(1) {
	margin-right:1%;
	margin-left:0;
	height:530px;
}

ul.blog-feed li a {
	color:#fff;
}


@media (max-width:991px) {
ul.blog-feed li:nth-child(1) {
	margin-right:0;
	margin-left:0;
	height:400px;
	width:100%;
	margin-bottom:15px;
}	
ul.blog-feed li {
    height:400px;
}
ul.blog-feed li:nth-child(2) {
	margin-right:1%;
	margin-left:0;
}
}

@media (max-width:767px) {
ul.blog-feed li:nth-child(1) .service-excerpt-wrapper {
	display:block;
}
.service-excerpt-wrapper {
	display:none;
}
ul.blog-feed li {
    height:250px;
}
}

@media (max-width:480px) {
ul.blog-feed li,
ul.blog-feed li:nth-child(2),
ul.blog-feed li:nth-child(odd) {
    height:250px;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:15px;
}
ul.blog-feed li:nth-child(1) {
	height:400px;
}
}









/* CONTACT WIDGET */

ul.contact-widget li {
    list-style: none;
    margin-bottom: 10px;
	padding-left:30px;
	position:relative;
}

ul.contact-widget li:before {
    content: "\f18e";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: 20px;
    text-align: center;
    top: 2px;
}

ul.contact-widget li.contact-number:before {
	content: "\f095";
}

ul.contact-widget li.contact-mob:before {
	content: "\f10b";
}

ul.contact-widget li.contact-email:before {
	content: "\f040";
}

ul.contact-widget li.contact-address:before {
	content: "\f041";
}

.social-widget {
    padding-left: 30px;
    margin-top: 30px;
}

.social-widget a {
    padding-right: 5px;
    margin-right: 10px;
}




/* CALL TO ACTION SHORTCODE */

.content-cta {
    margin: 15px 0 30px 0;
}

.content-cta .call-to-action-content {
    padding: 30px;
}

.content-cta .call-to-action-content h2 {
    padding: 0;
    margin: 0 0 5px 0;
}

.content-cta .call-to-action-content .sub-heading {
    font-size: 1.2em;
    font-weight: 300;
    margin-bottom: 15px;
}

.content-cta .call-to-action-content .additional-text {
    margin-bottom: 15px;
}





/* SCROLL TO TOP ICON */

.scroll-to-top {
    display: inline-block;
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}


.scroll-to-top a {
	color: rgba(255,255,255,0.9);
    background-color: rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	display:block;
}

.scroll-to-top a:hover,
.scroll-to-top a:focus {
	color: rgba(255,255,255,1.0);
    background-color: rgba(0,0,0,0.7);
}

.hide {
  opacity: 0;
  -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.show {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}




/** Lecturn **/

.lecturn-feed .lecturn-single-feed {
	width:22%;
	float:left;
	margin-right:4%;
	position:relative;
	overflow:hidden;
}

.lecturn-feed .lecturn-single-feed:nth-child(4) {
	margin-right:0;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg {
	background-size:cover;
	background-position:center center;
	height:150px;
	position:relative;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg a .play-overlay {
	position:absolute;
	background-color:#000;
	opacity:0.4;
	top:0;
	bottom:0;
	right:0;
	left:0;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg a:hover .play-overlay,
.lecturn-feed .lecturn-single-feed .lecturn-single-bg a:focus .play-overlay {
	opacity:0.2;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg a .fa.play-icon {
    position: absolute;
    top: 50%;
    right: 50%;
	margin-top:-20px;
	margin-right:-20px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    background-color: #ff6600;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0 7px 4px;
	opacity:0.6;
	-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg a:hover .fa.play-icon,
.lecturn-feed .lecturn-single-feed .lecturn-single-bg a:focus .fa.play-icon {
	opacity:1.0;
	transform: scale(1.1); /* Equal to scaleX(0.7) scaleY(0.7) */
	
}


@media (max-width:991px) {
.lecturn-feed .lecturn-single-feed {
	width:47.5%;
	float:left;
	margin-right:2.5%;
	position:relative;
	overflow:hidden;
	clear:left;
}

.lecturn-feed .lecturn-single-feed .lecturn-single-bg {
	background-size:cover;
	background-position:center center;
	height:200px;
	position:relative;
}

.lecturn-feed .lecturn-single-feed:nth-child(4),
.lecturn-feed .lecturn-single-feed:nth-child(2) {
	margin-right:0;
	margin-left:2.5%;
	clear:right;
}
}


@media (max-width:575px) {
.lecturn-feed .lecturn-single-feed {
	width:100%;
	float:left;
	margin-right:0;
	margin-left:0;
	position:relative;
	overflow:hidden;
	clear:left;
}

.lecturn-feed .lecturn-single-feed:nth-child(4),
.lecturn-feed .lecturn-single-feed:nth-child(2) {
	margin-right:0;
	margin-left:0;
}

}


@media (max-width:360px) {
.lecturn-feed .lecturn-single-feed .lecturn-single-bg {
	background-size:cover;
	background-position:center center;
	height:150px;
	position:relative;
}

}


.lecturn-single-feed.event-feed-single {
	margin-bottom:15px;
}

form.wpcf7-form {
    background-color: #ffffff;
    padding: 40px;
    margin: 30px 0;
}

.wpcf7-form button, 
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form select, 
.wpcf7-form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.wpcf7-form input[type="submit"] {
    border:1px solid #b73c3e;
    background-color: #b73c3e;
	width:auto;
	color:#fff;
	margin-top:-15px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:30px;
    padding:10px 30px;
}

form.wpcf7-form small {
    display: block;
    margin-top: 15px;
    opacity: 0.4;
}

form.wpcf7-form p {
	margin-bottom:30px;
}

span.wpcf7-list-item label {
    font-weight: 400;
    margin: 0 !important;
}

span.wpcf7-list-item label span {
    margin-left: 10px;
}

span.wpcf7-list-item {
    margin-bottom: 15px;
    display: block;
    margin-top: 15px;
}

.wpcf7 label {
    margin-top: 30px;
}

span.wpcf7-not-valid-tip {
    color: red;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: -10px;
    margin-bottom: 10px;
}

form.wpcf7-form.sent .row {
    opacity: 0.3;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    padding: 30px;
    border-left: 4px solid #ff6600;
    font-weight: 600;
    margin-top: 30px;
}



@media(max-width:575px) {
form.wpcf7-form {
    background-color: transparent;
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #eee;
}
}




.event-date {
    position: absolute;
    width: 100px;
    height: 60px;
    color: #ff6600;
    background-color: rgba(255,255,255,1.0);
    /* border-radius: 100%; */
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -1.5px;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(45deg);
    top: -15px;
    right: -40px;
    /* border: 2px solid #ff6600; */
}

.excerpt .date {
    font-size: 0.8em;
    font-weight: 600;
    opacity: 0.4;
}

.event-post-date {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: uppercase;
}

.event-post-date .date {
    color: #ff6600;
}

.sidebar .event-date {
	background-color:#f9f9f9;
}

.event-book-summary {
    line-height: 1.4em;
    font-size: 0.85em;
}

.event-book-heading {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2em;
}

.event-booking-wrapper {
    margin-bottom: 30px;
}

img.eventbrite-logo,
.widget.author-widget img.eventbrite-logo {
    max-width: 220px;
    margin-top:30px;
    height:auto;
    width:100%;
    border-radius:0;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup input {
    border-radius: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 5px 15px;
    margin-bottom: 10px;
    width: 100%;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 15px;
    border: 1px solid #ccc;
}

.newsletter-widget>p {
    text-transform: uppercase;
    font-size: 0.85em;
    font-weight: 600;
}

.archive.category-events .post-feed .post-details:nth-child(4n+1) {
	clear:left;
}

.archive.category-events .post-feed .post-details:nth-child(4n) {
	margin-right:0;
}

.archive.category-events .post-feed .post-details:nth-child(1) {
	margin-top:15px;
}

.archive.category-events .post-feed .post-details {
    float: left;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-top: 30px;
	border-bottom:none;
}

.archive.category-events .post-feed .post-details .image-bg {
    height: 200px;
}

.archive.category-events .post-feed:before, .archive.category-events .post-feed:after {
    display: table;
    content: "";
    width: 100%;
}

@media (max-width: 991px) and (min-width: 481px) {
.archive.category-events .post-feed .post-details {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.archive.category-events .post-feed .post-details:nth-child(2n) {
	margin-right:0;
}
}

@media (max-width:480px) {
	.archive.category-events .post-feed .post-details {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}
}
@media (min-width:481px) {
	.archive.category-events .post-feed .post-details:nth-child(2) {
	margin-top:15px;
}
}

@media (min-width:492px) {
	.archive.category-events .post-feed .post-details:nth-child(3),
	.archive.category-events .post-feed .post-details:nth-child(4) {
	margin-top:15px;
}
}



/** Team Page Template **/

.team-member-details {
    position: relative;
    margin: 60px 0;
    min-height: 150px;
}

.team-member-details .team-member-image {
    position: absolute;
    width: 150px;
    left: 0;
}

.team-member-details .team-member-image img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.team-member-details {
    position: relative;
    margin: 60px 0;
    min-height: 150px;
}

.team-member-details .team-member-info {
    margin-left: 75px;
    padding-left: 100px;
    padding-top: 50px;
}

@media (max-width:575px) {

.team-member-details .team-member-info {
    margin-left: 0;
    padding-left: 0;
    padding-top: 5px;
}

.team-member-details .team-member-image {
    position: absolute;
    width: 60px;
    left: 0;
}

.team-member-details .team-member-info h3 {
    padding-left: 75px;
    margin-bottom: 20px;
}

}









/** White Papers **/

.white-paper-content.single-content .terms {
    color: #999;
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 300;
    margin:0 0 15px 0;
}

.white-paper-content.single-content .terms a {
    color: #999999;
}

.download-pdf-wrapper {
    margin: 15px 0;
}

.download-pdf-wrapper a {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
}

.white-paper-content.single-content .the-content {
    margin-bottom: 30px;
}

/* Archive */

.archive.post-type-archive-white-papers .post-details {
    border: none;
    background-color: #fff;
    padding: 30px;
}

.archive.post-type-archive-white-papers .post-details .btn-pdf-download {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-white-papers .post-details .btn-read-more {
    color: #999999;
    font-size: 0.9em;
    display: inline-block;
    background-color: transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-white-papers .post-details .btn-read-more:hover,
.archive.post-type-archive-white-papers .post-details .btn-read-more:active {
    color: #222222;
    border: 1px solid #222222;
}

.archive.post-type-archive-white-papers .post-details h2 {
	margin-bottom:10px;
	margin-top:0;
}

.archive.post-type-archive-white-papers .post-details .terms a {
    color: #999999;
    font-size: 0.85em;
}

.archive.post-type-archive-white-papers .post-details .terms {
    margin-bottom:10px;
}

.archive.post-type-archive-white-papers h1 {
	margin-top:0;
}

.single.single-white-papers .title-wrapper {
    margin-top: -30px;
    position: relative;
    height: 300px;
    align-items: flex-end;
    display: flex;
    margin-bottom:30px;
}

.single.single-white-papers .title-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #000;
    z-index: 2;
    opacity: 0.4;
}

.single.single-white-papers .title-wrapper h1 {
    position: relative;
    z-index: 9;
    color: #fff;
    margin-bottom:5px;
}

.single.single-white-papers .title-wrapper img {
    width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 300px;
    z-index: 1;
    opacity: 1.0;
    position: absolute;
}

.archive.post-type-archive-white-papers .post-details img {
    width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 300px;
    z-index: 1;
    opacity: 1.0;
    margin-bottom: 30px;
}

.title-wrapper .terms {
    position: relative;
    z-index: 9;
    color: #fff;
    opacity: 1.0;
    font-size: 0.8em;
}

.single.single-white-papers .title-wrapper .terms a {
    position: relative;
    z-index: 9;
    color: #fff;
}

.single.single-white-papers .terms a:hover,
.single.single-white-papers .terms a:active {
    color: #b73c3e;
}

.single.single-white-papers .title-wrapper .terms a:hover,
.single.single-white-papers .title-wrapper .terms a:active {
    color: #ffffff;
    text-decoration:underline;
}

.single.single-white-papers .title-wrapper .container {
	padding-bottom:30px;
	padding-top:30px;
}

.single.single-white-papers .title-wrapper a.btn-pdf-download {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    position: relative;
    z-index: 10;
    margin-top:15px;
}

@media (max-width:575px) {

.archive.post-type-archive-white-papers .post-details h2 {
	font-size:1.5em;
}

.archive.post-type-archive-white-papers .post-details {
    padding: 0;
}

.archive.post-type-archive-white-papers .post-details .post-info {
    padding: 0 30px 30px 30px;
}

.archive.post-type-archive-white-papers .post-details img {
	height:250px;
}

}











/* Archive */

.tax-group .post-details {
    border: none;
    background-color: #fff;
    padding: 30px;
}

.tax-group .post-details .btn-pdf-download {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    margin-right:5px;
}

.tax-group .post-details .btn-read-more {
    color: #999999;
    font-size: 0.9em;
    display: inline-block;
    background-color: transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    margin-right:5px;
}

.tax-group .post-details .btn-read-more:hover,
.tax-group .post-details .btn-read-more:active {
    color: #222222;
    border: 1px solid #222222;
}

.tax-group .post-details h2 {
	margin-bottom:10px;
	margin-top:0;
}

.tax-group .post-details .terms a {
    color: #999999;
    font-size: 0.85em;
}

.tax-group .post-details .terms {
    margin-bottom:10px;
}

.tax-group h1 {
	margin-top:0;
}

.tax-group .post-details img {
    width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 300px;
    z-index: 1;
    opacity: 1.0;
    margin-bottom: 30px;
}


@media (max-width:575px) {

.tax-group .post-details h2 {
	font-size:1.5em;
}

.tax-group .post-details {
    padding: 0;
}

.tax-group .post-details .post-info {
    padding: 0 30px 30px 30px;
}

.tax-group .post-details img {
	height:250px;
}

}





/** Journal Papers **/

.journal-content.single-content .terms {
    color: #999;
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 300;
    margin:15px 0;
}

.journal-content.single-content .terms a {
    color: #999999;
}

.download-pdf-wrapper {
    margin: 15px 0;
}

.download-pdf-wrapper a {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
}

.journal-content.single-content .the-content {
    margin-bottom: 30px;
}

/* Archive */

.archive.post-type-archive-journal .post-details {
    border: none;
    background-color: #fff;
    padding: 30px;
}

.archive.post-type-archive-journal .post-details .btn-pdf-download {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-journal .post-details .btn-read-more {
    color: #999999;
    font-size: 0.9em;
    display: inline-block;
    background-color: transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-journal .post-details .btn-read-more:hover,
.archive.post-type-archive-journal .post-details .btn-read-more:active {
    color: #222222;
    border: 1px solid #222222;
}

.archive.post-type-archive-journal .post-details h2 {
	margin-bottom:10px;
	margin-top:0;
}

.archive.post-type-archive-journal .post-details .terms a {
    color: #999999;
    font-size: 0.85em;
}

.archive.post-type-archive-journal .post-details .terms {
    margin-bottom:10px;
}

.archive.post-type-archive-journal h1 {
	margin-top:0;
}

@meida (max-width:575px) {

.archive.post-type-archive-journal .post-details h2 {
	font-size:1.5em;
}

}







.tax-volume .post-details {
    border: none;
    background-color: #fff;
    padding: 30px;
}

.tax-volume .post-details .btn-pdf-download {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    margin-right:5px;
}

.tax-volume .post-details .btn-read-more {
    color: #999999;
    font-size: 0.9em;
    display: inline-block;
    background-color: transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    margin-right:5px;
}

.tax-volume .post-details .btn-read-more:hover,
.tax-volume .post-details .btn-read-more:active {
    color: #222222;
    border: 1px solid #222222;
}

.tax-volume .post-details h2 {
	margin-bottom:10px;
	margin-top:0;
}

.tax-volume .post-details .terms a {
    color: #999999;
    font-size: 0.85em;
}

.tax-volume .post-details .terms {
    margin-bottom:10px;
}

.tax-volume h1 {
	margin-top:0;
}

@meida (max-width:575px) {

.tax-volume .post-details h2 {
	font-size:1.5em;
}

}







/** Events **/

.events-content.single-content .terms {
    color: #999;
    font-size: 0.85em;
    line-height: 1.4em;
    font-weight: 300;
    margin:0 0 15px 0;
}

.events-content.single-content .terms a {
    color: #999999;
}

.download-pdf-wrapper {
    margin: 15px 0;
}

.download-pdf-wrapper a {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
}

.events-content.single-content .the-content {
    margin-bottom: 30px;
}

.event.details {
    position: relative;
    z-index: 9;
    color: #444444;
    margin: 0 0 30px 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.event.details .detail {
    display: inline-block;
    margin-right: 25px;
    font-weight: 600;
}

.event.details .detail .fa-solid {
    margin-right: 5px;
    color: #b73c3e;
    font-size: 0.9em;
}

.speakers {
    margin-top: 60px;
}

.speaker-details {
    background-color: #ffffff;
    margin: 90px 0 30px 0;
    padding: 30px;
}

.speaker-details img, 
.speaker-details .fa-user {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 64px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 100%;
    margin-top: -90px;
    margin-bottom: 15px;
    color: #999999;
    display:block;
}

.speaker-details .name {
    font-size: 1.1em;
    font-weight: 600;
}

.speaker-details .position {
    color: #999999;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.speaker-details .desc p:nth-last-child(1) {
    margin-bottom: 0;
}

.speaker-details .desc {
    color: #555555;
}

/* Archive */

.archive.post-type-archive-events .post-details,
.page-template-page-past-events .post-details {
    border: none;
    background-color: #fff;
    padding: 30px;
}

.archive.post-type-archive-events .post-details .btn-book,
.page-template-page-past-events .post-details .btn-book {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-events .post-details .btn-read-more,
.page-template-page-past-events .post-details .btn-read-more {
    color: #999999;
    font-size: 0.9em;
    display: inline-block;
    background-color: transparent;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #999999;
    border-radius: 50px;
    margin-right:5px;
}

.archive.post-type-archive-events .post-details .btn-read-more:hover,
.archive.post-type-archive-events .post-details .btn-read-more:active,
.page-template-page-past-events .post-details .btn-read-more:hover,
.page-template-page-past-events .post-details .btn-read-more:active {
    color: #222222;
    border: 1px solid #222222;
}

.archive.post-type-archive-events .post-details h2,
.page-template-page-past-events .post-details h2 {
	margin-bottom:10px;
	margin-top:0;
}

.archive.post-type-archive-events .post-details .terms a,
.page-template-page-past-events .post-details .terms a {
    color: #999999;
    font-size: 0.85em;
}

.archive.post-type-archive-events .post-details .terms
.page-template-page-past-events .post-details .terms {
    margin-bottom:10px;
}

.archive.post-type-archive-events h1
.page-template-page-past-events h1 {
	margin-top:0;
}

.archive .event.details,
.page-template-page-past-events .event.details {
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 15px;
}

.archive.post-type-archive-events .post-details .speaker-images img,
.page-template-page-past-events .post-details .speaker-images img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    margin-left: -15px;
    margin-bottom: 10px;
    background-color: #ffffff;page-template-page-past-events
    border: 5px #fff solid;
}

.archive.post-type-archive-events .post-details .speaker-images,
.page-template-page-past-events .post-details .speaker-images {
    margin-left: 15px;
}

.archive.post-type-archive-events .post-details .speaker-images.has-thumb,
.page-template-page-past-events .post-details .speaker-images.has-thumb {
    margin-left: 35px;
    margin-top:-55px;
}

.single.single-events .title-wrapper {
    margin-top: -30px;
    position: relative;
    height: 300px;
    align-items: flex-end;
    display: flex;
    margin-bottom:30px;
}

.single-events main .container {
    max-width: 900px;
}

.single.single-events .title-wrapper:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #000;
    z-index: 2;
    opacity: 0.4;
}

.single.single-events .title-wrapper h1 {
    position: relative;
    z-index: 9;
    color: #fff;
    margin-bottom:5px;
}

.single.single-events .title-wrapper img {
    width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 300px;
    z-index: 1;
    opacity: 1.0;
    position: absolute;
}

.archive.post-type-archive-events .post-details img,
.page-template-page-past-events .post-details img {
    width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 300px;
    z-index: 1;
    opacity: 1.0;
    margin-bottom: 30px;
}

.title-wrapper .terms {
    position: relative;
    z-index: 9;
    color: #fff;
    opacity: 1.0;
    font-size: 0.8em;
}

.single.single-events .title-wrapper .terms a {
    position: relative;
    z-index: 9;
    color: #fff;
}

.single.single-events .terms a:hover,
.single.single-events .terms a:active {
    color: #b73c3e;
}

.single.single-events .title-wrapper .terms a:hover,
.single.single-events .title-wrapper .terms a:active {
    color: #ffffff;
    text-decoration:underline;
}

.single.single-events .title-wrapper .container {
	padding-bottom:30px;
	padding-top:30px;
}

.single.single-events .title-wrapper a.btn-book {
    color: #ffffff;
    font-size: 0.9em;
    display: inline-block;
    background-color: #b73c3e;
    line-height: 1.2em;
    padding: 10px 20px;
    border: 1px solid #b73c3e;
    border-radius: 50px;
    position: relative;
    z-index: 10;
    margin-top:15px;
}

a.btn-past-events {
    color: #999999;
    opacity: 0.7;
    display: block;
    margin: -10px 0 20px 0;
}

a.btn-past-events:hover,
a.btn-past-events:active {
    color: #b73c3e;
    opacity: 1.0;
}

@media (max-width:575px) {

.archive.post-type-archive-events .post-details h2,
.page-template-page-past-events .post-details h2 {
	font-size:1.5em;
}

.archive.post-type-archive-events .post-details,
.page-template-page-past-events .post-details {
    padding: 0;
}

.archive.post-type-archive-events .post-details .post-info,
.page-template-page-past-events .post-details .post-info {
    padding: 0 30px 30px 30px;
}

.archive.post-type-archive-events .post-details img,
.page-template-page-past-events .post-details img {
	height:250px;
}

.speaker-details img, 
.speaker-details .fa-user {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 48px;
    margin-top:-70px;
}

.speaker-details {
	margin-top:70px;
}

.event.details .detail {
    display: block;
}

.event.details .detail .fa-solid {
    width: 30px;
    text-align: center;
}

.archive.post-type-archive-events .post-details .speaker-images img,
.page-template-page-past-events .post-details .speaker-images img {
    width: 40px;
    height: 40px;
    margin-top:
}

.archive.post-type-archive-events .post-details .speaker-images.has-thumb,
.page-template-page-past-events .post-details .speaker-images.has-thumb {
	margin-top:-50px;
}

}













/* Blog Post */

.updated {
    color: #999999;
    font-size: 0.9em;
}

.cats {
    margin-bottom: 15px;
}

.cats span {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 0.9em;
}

.cats span a {
    color: #b73c3e;
    font-weight: 400;
}

.cats span:nth-last-child(1) {
    border: none;
    margin: 0;
    padding: 0;
}

.featured-image-wrapper img {
	width: 100%;
    object-fit: cover;
    bottom: 0;
    transform: none;
    height: 400px;
    z-index: 1;
    opacity: 1.0;
    margin-bottom:30px;
}

.author-info {
    background-color: #ffffff;
    padding: 30px;
    font-size: 0.9em;
    margin-top: 60px;
}

.author-info img {
    width: 60px;
    border-radius: 100%;
}

.author-info .name {
    font-weight: 400;
    margin: 10px 0 5px 0;
}

.author-info .desc {
    color:#999999;
}

h1.single-blog-title {
    margin-top: 0;
}

.blog-post-details .featured-image-wrapper img {
    margin: 0 0 10px 0;
    height: 350px;
}

.blog-post-details h2 {
    margin-top: 15px;
    font-size: 1.4em;
}

.blog-post-details {
    margin-bottom: 60px;
}


@media(max-width:575px) {

.featured-image-wrapper img {
    height: 250px;
}

.blog-post-details .featured-image-wrapper img {
    height: 200px;
}

}






/* Sidebar */

.sidebar {
	margin-bottom:90px;
}
.sidebar h4 {
	margin-top:70px;
}

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

.sidebar ul li {
	list-style:none;
	padding:0;
	margin:0 0 15px 0;
}

.sidebar h5,
.sidebar ul li {
    font-size: 1.0em;
    line-height: 1.4em;
}

.sidebar h5 a,
.sidebar ul li a {
    color: #444;
    font-weight: 400;
}

.sidebar h5 a:hover ,
.sidebar h5 a:active,
.sidebar ul li a:hover,
.sidebar ul li a:active {
    color: #b73c3e;
}

.sidebar p.date {
    font-size: 0.8em;
    color: #999;
}

.sidebar p {
    color: #999;
    font-size:0.9em;
}

.sidebar p a {
    color: #999;
}

@media (min-width:768px) {

.sidebar {
    padding: 0 30px 30px 30px;
    margin-bottom:0;
}

.blog .sidebar .widget,
.single-post .sidebar .widget,
.single-journal .sidebar .widget,
.single-white-papers .sidebar .widget {
    /* margin-top: -70px; */
    background-color: #ffffff;
    padding: 30px;
}

.blog .sidebar .widget h4:nth-child(1),
.single-post .sidebar .widget h4:nth-child(1),
.single-journal .sidebar .widget h4:nth-child(1),
.single-white-papers .sidebar .widget h4:nth-child(1) {
    margin-top: 0;
}

.post-type-archive-events .sidebar,
.page-template-page-past-events .sidebar {
    margin-top: 35px;
}



}







/* Researchers */

.researcher-feed.post-feed .post-details,
.researcher-wrapper {
    background-color: #ffffff;
    padding: 30px;
    position: relative;
    margin-top:80px;
    border-bottom:none;
}

.researcher-wrapper {
	margin-top: 70px;
	padding-top:80px;
}

.researcher-feed.post-feed .post-details img {
    position: absolute;
    width: 80px;
    border-radius: 100%;
    top: -40px;
    background-color: #ffffff;
}

.researcher-wrapper .the-content {
    margin-top: 20px;
}

.researcher-wrapper .terms label {
    font-weight: 400;
    margin-right: 10px;
}
.researcher-wrapper .terms {
line-height: 1.0em;
    margin-bottom: 10px;
}
    
.researcher-wrapper .terms a {
    display: inline-block;
    margin-right: 10px;
    color: #b73c3e;
}

.researcher-wrapper .thumb-wrapper img {
    position: absolute;
    width: 120px;
    border-radius: 100%;
    top: -60px;
    background-color: #ffffff;
}

.researcher-feed.post-feed .post-details h2 {
    font-size: 20px;
}

.researcher-feed.post-feed .post-details a.more-info {
    color: #b73c3e;
    font-weight: 600;
    font-size: 14px;
}

.researcher-feed.post-feed .post-details:nth-child(1) {
    margin-top: 60px;
}

.searchandfilter h4 {
    font-weight: 500;
    font-size: 15px;
    opacity: 0.3;
    margin-top: 20px;
    margin-bottom: 10px;
}

.searchandfilter ul li li {
    margin-bottom: 0;
}

.searchandfilter input[type="submit"] {
    background-color: #b73c3e;
    color: #fff;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 0.95em;
    text-align: center;
    border-radius: 50px;
    border: none;
    margin-top:20px;
}

.post-type-archive-researchers .sidebar {
    padding: 0 15px;
}

.post-type-archive-researchers .sidebar a {
    color: inherit;
}

@media (min-width:768px) {
.post-type-archive-researchers .sidebar .collapse {
    display: block !important;
}

.post-type-archive-researchers .sidebar a {
    cursor: default;
}

.post-type-archive-researchers .sidebar a .fa-solid {
	display:none;
}

}

@media (max-width:767px) {

.post-type-archive-researchers .sidebar {
margin-bottom:0;
}

.post-type-archive-researchers .sidebar h4 {
margin-top:20px;
}

.post-type-archive-researchers .sidebar h4 .fa-solid.fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
    color: #b73c3e;
}

}

@media (max-width:575px) {

.researcher-feed.post-feed .post-details h2 {
    font-size: 18px;
}

}







