/*
Theme Name: Leaders Investment Centre
Description: The child theme for International Leader Investment Centre, based on
    the theme for the International Leaders website.
Version: 1.0
Author: Adam Bryzak
Template: travelify
*/
@import url("../travelify/style.css");

@import url("font-awesome-4.4.0/css/font-awesome.min.css");

body {
	border-top: none;
}

.wrapper {
	background: none !important;
	box-shadow: none;
}

#main {
	/*box-shadow: 1px 1px 10px #888888;*/
}

.entry-title, h1, h2, h3, h4, h5, .widget-title {
	color: #9a0839;
	text-transform: uppercase;
}

#hometitle {
    display: block;
    font-size: 1.5em;
    color: white;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3.accordion-title {
	cursor: pointer;
	background: #c9c7c7;
	border-radius: 10px;
	padding: 5px;
}

h3.accordion-title::before {
	content: "\f055";
	font-family: FontAwesome;
	padding: 10px;
}

h3.accordion-title.open::before {
	content: "\f056";
	font-family: FontAwesome;
	padding: 10px;
}

a {
	color: inherit;
}

a:focus, a:active, a:hover {
	color: inherit;
}

.no-sidebar-template #content {
	width: 100%;
}

.container {
	max-width: 1018px;
	background: #fff
}

#branding {
	position: relative;
	margin-top: 0;
}

#site-logo {
	margin-left: 32px;
	margin-top: 5px !important;
}

#site-title a img {
	width: 500px;
}

i.icon-linkedin-sign, i.icon-twitter-sign {
	font-size: 20px;
}

span.only {
	font-size: 80%;
}

span.purple-text {
	color: #9a0839;
	font-weight: bold;
	font-family: Helvetica, sans-serif
}

span.icon-arrow:before {
	content: url(img/icon_arrow.png);
	position: relative;
	top: 7px;
	right: 8px;
}

.log-out, .log-in {
	position: absolute;
	top: 5px
}

.log-out {
	right: 5px;
	text-align: center;
}

.log-in {
	right: -40px;
	right: 5px;
	text-align: left;
	display: none;
}

.log-out a, .log-in a {
	color: #fff;
	background: #9a0839;
	padding: 4px 10px;
	box-shadow: 0 3px 0 #77072c;
}

.log-in a {
	font-size: inherit;
}

.log-out a.login-button {
	/*  display: none;*/
	display: block;
}


.header-opportunities-sliding-box {
	position: absolute;
	top: 50px;
	right: 5px;
	/*width: 500px;
	height: 150px;
	border: 1px;
	display: block;*/
	text-align: right;
}

.page-restrict-output {
	border: 1px solid #9a0839;
	background: rgba(0, 0, 0, 0.2);
	padding-left: 10px;
	padding-top: 10px;
}

input#log, input#pwd {
	padding-left: 5px;
}

.hgroup-wrap {
	background-image: url(img/header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 15px !important;
}

.header-select {
	position: absolute;
	color: #fff;
	box-shadow: 0 3px 0 #77072c;
	top: 50px;
	right: 5px;
	z-index: 99;
}

.header-select a {
	color: #fff;
}

.header-select ul ul {
	display: none;
}

.header-select ul li:hover>ul {
	display: block;
}

.header-select ul {
	background: #9a0839;
	padding: 4px 10px;
	list-style: none;
	text-align: center;
	display: inline-table;
}

.header-select ul li ul li {
	text-align: left;
	color: #fff;
}

.header-select.popup-select {
	position: inherit;
	box-shadow: none;
}

.popup-select ul li ul li {
	float: left;
	padding-left: 10px;
}
/*.popup-select ul:after{
  display: none;
}*/
.submit-link {
	border-radius: 0;
	box-shadow: 0 3px 0 #77072c;
	background: #9a0839;
	padding: 6px 10px;
	color: #fff;
}

input[type="reset"], input[type="button"], input[type="submit"],
	.entry-meta-bar .readmore, #controllers a:hover, #controllers a.active,
	.pagination span, .pagination a:hover span, .wp-pagenavi .current,
	.wp-pagenavi a:hover {
	border-radius: 0;
	box-shadow: 0 3px 0 #77072c;
	padding: 1px 10px;
}

input[type="submit"], input[type="submit"]:hover {
	background: #9a0839;
	border-color: #9a0839;
}

input.short {
	width: 80%;
}

#main {
	padding: 0px 2.5%;
}

#main-nav {
	height: 75px;
	background: #e0e0e0 !important;
	box-shadow: 0 3px 0 #3d3d3d;
	margin-bottom: 3px;
	text-shadow: none;
	border: none;
	border-color: #A3A3A3 !important;
	border-top: 0px solid #A3A3A3 !important;
}

#main-nav a:hover {
	box-shadow: none;
}

#main-nav li {
	position: initial;
}

#main-nav li.menu-item a {
	background: #fff;
	color: #6E6E6E !important;
}

#main-nav ul li.current-menu-item a, #main-nav ul li.current_page_item a
	{
	background: #e0e0e0;
	color: #707070 !important;
}

#main-nav li.menu-item a:hover, #main-nav ul li:active {
	background: #707070;
	/*color:#fff !important;*/
	color: #ffffff !important;
	/*border: none;*/
}

.log-out a:hover {
	color: #bf4870;
}

#main-nav ul li ul li a:hover, #main-nav ul li ul li:hover>a, #main-nav ul li.current-menu-item ul li a:hover
	{
	background: #707070;
}

#main-nav ul li ul li.menu-item a {
	background: #e0e0e0;
	color: #707070 !important;
}

#main-nav ul li {
	border: none;
}

#main-nav ul li:active .sub-menu {
	display: block;
}

#main-nav ul li ul {
	width: 900px;
	border: none;
	background: #e0e0e0;
}

#main-nav ul li ul li {
	float: left;
	border-bottom: 2px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

#main-nav ul li.current_page_item ul {
	display: block;
}

#menu-item-13 {
	margin-right: 5px;
	/*margin-left: 5px;*/
	width: 43px;
}

#menu-item-13 a {
	background-image: url(img/icon_home.png) !important;
	background-size: 35px 35px !important;
	background-repeat: no-repeat !important;
	background-position: 5px 5px !important;
	width: 43px;
	text-indent: -9999px;
}

#menu-item-13.current-menu-item a {
	background-image: url(img/icon_home_white.png) !important;
}

#main-nav li.menu-item-13 a:hover, #main-nav ul li.menu-item-13:active {
	background: #e0e0e0;
}

.current_page_item .sub-menu, .current_page_parent .sub-menu {
	display: block !important;
}

#content ul, #content ol {
	margin: 0 0 20px 20px;
}

#content ul a:hover, #content ol a:hover {
	color: #9a0839;
}

.lcp_catlist {
	padding-bottom: 30px;
}

article, .widget {
	box-shadow: none;
}

.widget {
	padding: 0px;
	background: none !important;
}

.widget ul li {
	background: none;
	padding: 0 0 10px 15px;
	font-size: inherit;
}

.home h2.entry-title, .forum h2.entry-title {
	display: none;
}

.entry-content {
	padding: 0% 2.5%;
	overflow: visible;
}

.entry-content a {
	text-decoration: none;
}

.text-bottom-border {
	border-bottom: 1px solid #9a0839;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.textwidget a {
	color: #707070 !important;
	font-size: 12px;
}

.img-sidebar p {
	font-weight: bold;
	text-transform: capitalize;
}

img.home-icon {
	width: 150px;
	height: 150px;
	padding: 10px;
}

img.cp-logo {
	float: right;
	padding-right: 20px;
}

#pgc-29-0-0, #pgc-29-0-1 {
	text-align: center;
}

.entry-meta {
	display: none;
}

.leader-options img {
	margin-top: 36px;
}

.leader-options h4 {
	padding-top: 115px;
	position: relative;
}

.leader-options h4::before {
	content: "\f07c";
	font-family: FontAwesome;
	color: #FDAD18;
	font-size: 400%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
}

.leader-options h4.pmc::before {
	content: "\f085";
	color: #01A0E2;
}

.leader-options h4.lqaf::before {
	content: "\f086";
	color: #DF2824;
}

.leader-options h4.scp::before {
	content: "\f0c0";
	color: #242f6f;
	
}

.leader-options h4.illc::before {
	content: "\f19d";
	color: #0000FF;
	
}

.leader-options p {
	font-size: 12px;
	color: #737373 !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: 5%;
}

#footerarea {
	margin-top: 20px;
	box-shadow: 1px 1px 10px #888888;
	background: #DFDFDF;
}

#footerarea .widget-area {
	padding: 0;
}

#footerarea .col-3 {
	width: 100%;
	padding-top: 20px;
	background: #DFDFDF;
}

.new-footer {
	position: relative;
}

.new-footer p {
	color: #737373;
	font-size: 12px;
}

.new-footer a {
	font-weight: normal;
	font-size: 12px;
}

.upper.footer-follow {
	text-align: left;
}

.upper.footer-email {
	text-align: right;
}

.upper.footer-follow, .upper.footer-email {
	margin-top: 10px;
}

.upper.footer-about {
	text-align: center;
}

.upper.footer-about p {
	margin-bottom: 0px;
}

.footer-subscribe:before {
	content: url(img/icon_sub.png);
}

.footer-follow:before, .footer-email:before {
	font-family: FontAwesome;
	font-size: 35px;
	color: #706F6F;
}

.footer-follow:before {
	content: url(img/icon_follow.png);
	content: "\f0c0";
	/*  position: absolute;
  left: -20px;
  top: 20px;*/
}

.footer-email:before {
	content: url(img/icon_email.png);
	content: "\f0e0";
	/*  position: absolute;
  right: -10px;
  top: 15px;*/
}

.news-article {
	padding-bottom: 10px;
}

figure.news-img {
	width: 116px;
	height: 73px;
	border: 1px solid;
	float: right;
}

.news-content {
	padding: 5px;
}

#panel-6-0-0-0 {
	margin-bottom: 0px !important;
}

#pl-w54e5497f7889c .panel-grid-cell .panel, #pl-w54e5599e92454 .panel-grid-cell .panel,
	#pl-w54ed4b3ee0f25 .panel-grid-cell .panel, #panel-w54ed559d28666-0-1-0
	{
	margin-bottom: 0px !important;
}

#site-generator {
	/*  padding: 0px;
  border: none;
  color: inherit;*/
	display: none;
}

#footerarea aside.widget {
	margin-bottom: 0px;
}

.loading_page {
	
}
/*################# Forum css start #################*/
#bbpress-forums {
	/*background: rgba(154,8,57,0.4);*/
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid #9a0839;
	padding: 10px;
}

ul.forum-titles {
	font-size: 16px;
}

a.bbp-topic-permalink {
	font-size: 16px;
	text-transform: capitalize;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics,
	#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies,
	#bbpress-forums ul.bbp-search-results {
	color: #9a0839;
}

a.bbp-author-avatar {
	display: none;
}

a.bbp-author-name {
	font-weight: bold;
	text-transform: capitalize;
}

legend {
	font-weight: bold;
	font-size: 16px;
}

div.bbp-submit-wrapper {
	float: none;
}

.bbp-breadcrumb, span#subscription-toggle, .bbp-template-notice.info,
	.bbp-pagination {
	display: none;
}

/*################# Form css start #################*/
form {
	margin-bottom: 10px;
}

form.wpcf7-form, form.dmc {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #9a0839;
	color: #000;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
/*input.wpcf7-form-control.wpcf7-submit {
  border: 2px solid #fff !important;
}*/

/*################# Slider caption css #################*/
#content ul.soliloquy-slider {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
}

.soliloquy-container:after {
	content: url(img/underbar.jpg);
}

.soliloquy-container .soliloquy-caption {
	position: absolute !important;
	display: table !important;
	width: 100% !important;
	z-index: 100 !important;
}

.soliloquy-container .soliloquy-pager {
	width: inherit !important;
	text-align: inherit;
	right: 20px;
}

.soliloquy-caption {
	background: rgba(220, 220, 220, .7) !important;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	display: table-cell !important;
	text-align: left !important;
	vertical-align: middle !important;
	padding: 10px 0 10px 10px !important;
	font-style: italic;
}

.soliloquy-container .soliloquy-caption .leadersic-soliloquy-caption {
	color: #000 !important;
	font-size: 30px !important;
	margin: 0 !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
	letter-spacing: normal !important;
	text-transform: none !important;
}

.soliloquy-container .soliloquy-caption a.soliloquy-button {
	font-weight: bold !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	background-color: #ff3700 !important;
	border: 3px solid #fff !important;
	padding: 20px 35px !important;
	font-size: 20px !important;
}

#soliloquy-container-40>div>div.soliloquy-controls.soliloquy-has-pager.soliloquy-has-controls-direction>div.soliloquy-pager.soliloquy-default-pager>a>span
	{
	text-indent: -9999px;
}
.doc-mngment-content p{margin:0;}
/*@media (min-width: 768px) and (max-width: 1024px) {
  .soliloquy-container .soliloquy-caption {
    bottom: 13px !important;
  }
}*/
@media ( max-width : 600px) {
	/** Hide the caption and control nav for small devices since they can swipe slides */
	.soliloquy-container .soliloquy-control-nav, .soliloquy-container .soliloquy-caption
		{
		display: none !important;
	}
}

/*################# Popup css start #################*/
.lbx_iframe, .lbx_content {
	background-image: url(img/logo_opacity.png);
	background-repeat: no-repeat;
	background-position: right center;
	max-height: 310px;
}

.popup {
	text-align: center;
	padding: 10px;
}

.popup p {
	font-size: 16px;
	margin-bottom: 8px;
}

.popup span a {
	color: #9a0839;
}

.popup h1 {
	padding: 20px 0px;
	border-bottom: 1px solid;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #e0e0e0;
    color: black;
    padding: 8px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    margin-left: 10pt;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #afafaf;
    color: white;
}

span.country {
	padding: 0px 7%;
}

ul.default-wp-page {
	display: none;
}

.button {
	margin-bottom: 15px;
	padding: 10px;
}

.button a {
	color: #fff;
	background: #9a0839;
	box-shadow: 0 3px 0 #77072c;
	padding: 10px 20px;
	font-size: 16px;
}

.default-menu {
	display: none;
}

.fa-stack.fa-stack-thinpad {
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
}

.fa-stack.fa-stack-thinpad .fa-stack-2x {
	font-size: 1.6em;
}

/*################# Media Queries #################*/
@media only screen and (max-width: 1000px) {
	.footer-follow:before {
		left: -45px;
	}
	.footer-email:before {
		left: 0;
	}
}

@media only screen and (max-width: 780px) {
	.leader-options img {
		margin-top: 1em;
	}
	.footer-follow:before, .footer-email:before, .footer-subscribe:before {
		display: none;
	}
	.new-footer img {
		padding-top: 0px;
	}
}

@media only screen and (max-width: 767px) {
	#site-title a img {
		width: 80%;
	}
	div#lbx_fade, div#lbx_light {
		display: none !important;
	}
	#site-logo {
		padding-bottom: 35px;
	}
}

@media only screen and (max-width: 660px) {
	li.bbp-forum-info, li.bbp-topic-title {
		width: 30%
	}
	li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count,
		li.bbp-topic-reply-count {
		width: 20%;
	}
}

@media only screen and (max-width: 600px) {
	#site-logo {
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 485px) {
	li.bbp-forum-freshness, li.bbp-topic-freshness {
		display: none;
	}
	li.bbp-forum-info, li.bbp-topic-title {
		width: 40%;
	}
	li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count,
		li.bbp-topic-reply-count {
		width: 30%;
	}
}

@media all and (-ms-high-contrast: none) , ( -ms-high-contrast : active)
	{
	/* IE10+ CSS styles go here */
	#menu-item-36 ul.sub-menu {
		left: -390px !important;
	}
}

#content .leadersic-agreement ol {
	list-style-type: lower-alpha;
}

#content .leadersic-agreement ol ol {
	list-style-type: decimal;
}

small {
	font-size: smaller;
}

.error {
	background-color: #9a0839;
	color: #fff;
	padding: 4px 6px;
	font-size: 0.8em;
	line-height: 1;
	box-shadow: 0 2px 0 #77072c;
	margin: 5px 0;
	font-weight: bold;
}

.leadersic-opportunity-search-result {
	border: 1px solid #9a0839;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.leadersic-opportunity-search-result .leadersic-opportunity-id,
	.leadersic-opportunity-search-result .leadersic-opportunity-full-profile,
	.leadersic-opportunity-sliding_item .leadersic-opportunity-id,
	.leadersic-opportunity-sliding_item .leadersic-opportunity-full-profile
	{
	float: right;
}

.leadersic-opportunity-search-result .leadersic-opportunity-id,
	.leadersic-opportunity-search-result .leadersic-opportunity-headline,
	.leadersic-opportunity-sliding_item .leadersic-opportunity-id,
	.leadersic-opportunity-sliding_item .leadersic-opportunity-headline {
	font-weight: bold;
}

.leadersic-opportunity-sliding_item .leadersic-opportunity-full-profile {
	position: absolute;
    bottom: 10px;
    right: 10px  
}

.leadersic-opportunity-sliding_item {
	border: 1px solid #9a0839;
	padding: 10px 20px;
	margin: 10px 35px 30px 35px;
	min-height: 290px; 
	position: relative;
}

input[type="text"], input[type="password"], input[type="email"],
	textarea {
	padding-left: 6px;
	padding-right: 6px;
	margin: 0em 0 0;
	width: 100%;
}

select {
	width: 100%;
}

input[placeholder] {
	margin-top: 2em;
}

/*
 * Default jvFloat theme.
 * modify it as you wish!
 */
.jvFloat {
	position: relative;
	display: inline;
	margin-top: 1em;
}

.jvFloat .placeHolder.required {
	color: red;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	color: #9a0839;
	font-size: .8em;
	font-weight: bold;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility
		100ms;
	transition: transform 150ms, opacity 100ms, visibility 100ms;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
	
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -2.5em);
	-moz-transform: translate(0, -2.5em);
	-o-transform: translate(0, -2.5em);
	-ms-transform: translate(0, -2.5em);
	transform: translate(0, -2.5em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility
		120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}

.leadersic-field-label, .tml-login .tml-user-login-wrap label,
	.tml-login .tml-user-pass-wrap label {
	color: #9a0839;
	font-size: .8em;
	font-weight: bold;
}

#footerarea {
	word-wrap: normal;
}

.leadersic-opportunity-search-result .pure-u-1,
.leadersic-opportunity-sliding_item .pure-u-1{
	margin-top: 8px;
	vertical-align: top;
}

.leadersic-opportunity-search-result h3,
.leadersic-opportunity-sliding_item .label {
	font-size: 18px;
	line-height: 20px;
	text-transform: none;
}

.leadersic-opportunity-search-result .label,
	.leadersic-opportunity-profile .label,
	.leadersic-opportunity-sliding_item .label {
	font-weight: bold;
}

@media screen and (min-width: 48em) {
	.leadersic-opportunity-search-result .label,
		.leadersic-opportunity-profile .label,
		.leadersic-opportunity-sliding_item .label {
		text-align: right;
		padding-right: 10px;
		box-sizing: border-box;
	}
}

.header-opportunities-header-title {
    top: 170px;
    position: absolute;
    right: 20px;
}

.header-opportunities-header-title span{
    font-size: 2.5em;
    color: #9a0839;
	text-transform: uppercase;
}

.recent-post-slider.design-leadersic .slick-arrow {top:38% !important;}
.recent-post-slider.design-leadersic .slick-next {right:0px !important;}
.recent-post-slider.design-leadersic .slick-prev {left:0px !important;}
.recent-post-slider.design-leadersic .slick-dots {bottom:0px !important; text-align:center; width:100%; position: absolute; }


