/* Theme Name:   Legatus Premium Child Theme Theme URI:    http://legatus.orange-themes.com/ Description:  Legatus child theme for FiduciaryNews.com Author:       Michael R. Murphy Author URI:   http://erionmedia.com Template:     legatus-theme Version:      2.0.0 Tags:  Text Domain:  legatus-theme-child
 Dark Green: #244940
*/
/* moved to functions.php, to encourage cache reloading when changed 2017-08-14 @import url("../legatus-theme/style.css");@import url("nivo/nivo-slider.css");@import url("nivo/light/light.css");*/
/* =Theme customization starts here-------------------------------------------------------------- */
.it-exchange-register-url {display:none;}
/*--------------------------------------------------------------	HEADER--------------------------------------------------------------*/
.header {margin-bottom:0;}
.header-very-top {	margin-bottom:0;	background:#786f59;	border-bottom:1px solid #1A3731;}
	.header-very-top .double-split {visibility:hidden;}	.very-top-menu > li a {color:#fff;}		.very-top-menu .sub-menu li a {color:#727272;}			.very-top-menu .sub-menu li a:hover {color:#232323;}
.header-middle {	margin-bottom:0;	background:#244940;	border-top:1px solid #2A5A4F;	border-bottom:1px solid #1A3731;}
.header-middle .banner {	text-align:right;	margin-top:29px; /* added margin-top to better align right banner with left logo 2017-08-12 */	width: 250px; /* added width to override parent (468px), makes room for slider between banner and left logo 2017-08-12 */}
.header .header-menu {	border-top:1px solid #A9BCBA;	border-bottom:1px solid #8CA6A3;	background:#9ab1ae;}
.logo-image {margin-top:29px;}/*--------------------------------------------------------------	NAVIGATION--------------------------------------------------------------*/
.header .header-menu .main-menu > li {	background:inherit;	color:#fff;}
	.header .header-menu .main-menu > li:hover a {color:#232323;}
	.header-menu .main-menu li.menu-item a i {display:none;}
	.header .header-menu .main-menu > li:not(.has-ot-mega-menu) li > a, .header .header-menu .main-menu > li > a {
		background:inherit;
		font-size:13px;
	}

.header .header-menu ul.main-menu > li > ul.sub-menu {background:#9ab1ae;}

.header .menu-search input[type="text"] {padding:5px;}

body.logged-in li#menu-item-14019 {display:none;} /* hide register link when logged in 2017-07-15 */
body.logged-in li#menu-item-7068 {display:none;} /* hide login link when logged in, negative side effect of also hiding logout link, workaround for iThemes Exchange 404 errors on login 2017-07-15 */
body li#menu-item-11747 {display:none;} /* hide logout link when NOT logged in, to counter side effect mentioned above 2017-07-15 */
body.logged-in li#menu-item-11747 {display:block;} /* show logout link when logged in, to counter side effect mentioned above 2017-07-15 */

/* sidebar */
/* .main-nosplit .widget-1 {display:none;} */ /* was hiding first widget (originally 'advertising manager' ad), commenting out to restore visibility 2017-07-15 */
body.logged-in .main-nosplit .widget-1 {display:block;} 

/*--------------------------------------------------------------
	GENERAL
--------------------------------------------------------------*/
/*.content {background:url("images/main-content-left.png") -140px 0 repeat-y;}*/

.main-content-left, .main-content-right {padding-top:15px;}

.main-content-right {background:url("images/main-content-right.png") top left repeat-y;}

	.main-content-right .panel {
		margin-left:15px;
		background:#fff;
    	border:1px solid #ddd;
	}
		.main-content-right .panel div {
			padding-right:9px;
			padding-left:9px;
		}
		.main-content-right .panel div.tabberlive {
			padding:0;
			background:#fff;
		}
			.main-content-right .panel div.tabberlive ul.tabbernav {
				margin:0 !important;
				padding:0 !important;
				font:inherit;
			}
				.main-content-right .panel div.tabberlive ul.tabbernav:after {
					content:"";
					display:table;
					clear:both;
				}

				.main-content-right .panel div.tabberlive ul.tabbernav li {
					display:block;
					float:left;
					padding:0;
					width:50%;
				}
					.main-content-right .panel div.tabberlive ul.tabbernav li a {
						display:block;
						margin:0;
						padding:3px 0;
						text-align:center;
						color:#232323;
						font-weight:normal;
						font-size:inherit;
						background-color:#fff;
						border:0;
					}
						.main-content-right .panel div.tabberlive ul.tabbernav li a:hover {background:rgba(154, 177, 174, 0.25);}

					.main-content-right .panel div.tabberlive ul.tabbernav li.tabberactive a {
						background:#ececec;
						color:#616161;
						cursor:default;
					}							
					.main-content-right .panel div.tabberlive ul.tabbernav li:nth-child(1) a, 
					.main-content-right .panel div.tabberlive ul.tabbernav li:nth-child(2) a {border-bottom:1px solid #ddd;}
					.main-content-right .panel div.tabberlive ul.tabbernav li:nth-child(1) a, 
					.main-content-right .panel div.tabberlive ul.tabbernav li:nth-child(3) a {border-right:1px solid #ddd;}


			.main-content-right .panel div.tabberlive.style1 .tabbertab {
				margin:0;
				padding:0;
				border:0;
			}
				.main-content-right .panel div.tabberlive.style1 .tabbertab ul.blogroll {
					padding-right:9px;
					padding-left:9px;
				}

.page-pager span.page-numbers, .page-pager a.page-numbers:hover {background:#244940;}

.article-small-block .article-photo {height:auto;}

.alert {
    padding:9px;
    border:1px solid transparent;
    border-radius:4px;    
}

.alert-warning {
	background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.button, .shortcode-content a.itx.button {
	padding:0.5em 1em;
	border:1px solid #20406f;
	background:#264c84;
	box-shadow:none;
	text-shadow:none;
	color:#fff;
	font-family:"Titillium Web",sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
	.button:hover, .shortcode-content a.itx.button:hover {background:#3466b2;}

.shortcode-content a.button.secondary {
	border-color:#1a545b;
	background:#20676f;
	box-shadow:none;
	text-shadow:none;
	color:#fff;
}
	.shortcode-content a.button.secondary:hover {background:#2e939e;}

.drop-cap {
	float: left;
	margin-right: 8px;
	font: normal normal normal 64px/64px "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
}


body.single-post .main-article-content h2.article-title {
	font-family:georgia,serif;
	font-size:34px;
	line-height:40px;
	font-weight:normal;
}

/* LOGIN */
.it-exchange-rememberme {margin:1em 0;}
	.it-exchange-account .it-exchange-rememberme input[type="checkbox"] {margin:0em 0.5em 0 0;}
	.it-exchange-account .it-exchange-rememberme input[type="checkbox"] + label {margin-top:0;}

.it-exchange-login-button, .it-exchange-recover-url {
	float:left;
	width:20%;
}
	.it-exchange-recover-url a {
		display:block;
		padding:0.5em 0;
		line-height:22px;
	}

.it-exchange-register-url {
	clear:left;
	padding:1em;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#f2f2f2;
}
	.it-exchange-register-url h3 {
		display:inline-block;
		margin:0 0.5em 0 0;
		line-height:28px;
		color:#333;
	}

	.it-exchange-register-url a {margin-bottom:0 !important;}

/*--------------------------------------------------------------
	ITHEMES EXCHANGE
--------------------------------------------------------------*/
.content #it-exchange-store .it-exchange-products li,
.content #it-exchange-store div.it-exchange-product {
	float:none;
	margin:0;
	padding:1em 1.25em;
	width:100%;
	border-top:1px solid #ddd;
}
	.content #it-exchange-store .it-exchange-products li:nth-child(even),
	.content #it-exchange-store div.it-exchange-product:nth-child(even) {background:rgba(0, 0, 0, 0.03);}
	
	.content #it-exchange-store .it-exchange-products li:last-child,
	.content #it-exchange-store div.it-exchange-product:last-child {border-bottom:1px solid #ddd;}

.content #it-exchange-store .it-exchange-products li .it-exchange-product-details {padding:0;}

.content #it-exchange-store div.it-exchange-product h1 {margin:0 0 0.25em;}

body.single-it_exchange_prod .shortcode-content .it-exchange-product-advanced-content {display:none;}

/*--------------------------------------------------------------
	BUDDYPRESS
--------------------------------------------------------------*/
.bpfb_final_link {
	margin:9px 0 18px;
    padding:9px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.bpfb_final_link:after {
	content:"";
	display:table;
	clear:both;
}

body.buddypress #buddypress #header-cover-image,
body.buddypress #buddypress #item-header-cover-image {
	position:static;
	height:auto;
}
	body.buddypress #buddypress #header-cover-image:after,
	body.buddypress #buddypress #item-header-cover-image:after {
		content:"";
		display:table;
		clear:both;
	}

#buddypress #cover-image-container {position:static;}
/*body.my-activity #buddypress a#header-cover-image {display:none;}*/
#buddypress #item-header-cover-image #item-header-avatar {
	margin-top:1em;
	width:30%;
}
#buddypress div#item-header-cover-image div#item-header-content {
	clear:none !important;
	float:left !important;
	margin-left:0 !important;
	margin-top:0 !important;
	padding-top:2em;
	width:70% !important;
}

/* sidebar group widget */
.main-content-right .bpgroup-widget {padding-bottom:0;}

.main-content-right .bpgroup-widget h3 {margin-bottom:0;}

.main-content-right .bpgroup-widget .bp_groups {
	padding-right:0;
	padding-left:0;
}

.main-content-right .bpgroup-widget .bp_groups li {	border-top:1px dotted #ccc;}
	.main-content-right .bpgroup-widget .bp_groups li:first-child {border-top:none;}

	.main-content-right .bpgroup-widget .bp_groups li div.group-infos {
		padding-right:0;
		padding-left:0;
	}
		.main-content-right .bpgroup-widget .bp_groups li div.group-infos a {
			display:block;
			padding:9px 18px;
		}
			.main-content-right .bpgroup-widget .bp_groups li div.group-infos a:hover {background:rgba(0,0,0,0.07);}

/* PROFILES */
.bp_members .profile .bp-widget h4 {display:none;} /* hide 'Base' heading on member profile page */


.profile #buddypress #item-header-cover-image:after {
	content:"";
	display:table;
	clear:both;
}

	.profile #buddypress #item-header-cover-image #item-header-avatar {margin-top:1em;}
	.profile #buddypress div#item-header #item-header-cover-image #item-header-content {
		clear:none;
	}

.bp_members .profile table.profile-fields {border:1px solid #eaeaea;}
	.bp_members #buddypress .profile table.profile-fields tr td.label {border-right:none;}

body.home .content-panel.popular {
	margin-top:20px;
	margin-bottom:0;
	border-bottom:none;
}
	body.home .content-panel.popular + br {display:none;}

/* BADGE OS */
#buddypress #item-nav a#user-achievements .fa {
	display:block;
	padding-bottom:7px;
	font-size:20px;	
}

/* GROUPS */
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, 
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {margin-top:0;}
#buddypress #header-cover-image {background-color:transparent;}

#buddypress div#item-header div#item-meta {color:#5e5e5e;}

body.single-item.groups #buddypress #item-header {padding:0;}
body.single-item.groups #buddypress a#header-cover-image {
	position:static;
	display:block;
	padding:0.5em 1em;
	width:auto;
	height:auto;
	font-family:"Titillium Web",sans-serif;
	font-size:16px;
	background:#264c84;
	color:#fff;
}
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
	margin-left:0 !important;
	max-width:100% !important;
}

@media only screen and (max-width: 970px) {
	.main-content-right {
		display:block;
		margin-left:0;
		width:85%;
		background-image:none;		
	}
}
@media only screen and (max-width: 600px) {
	.main-content-right {
		display:block;
		margin-left:0;
		width:100%;
		background-image:none;
	}
	.main-content-right .panel {margin-left:0;}
}	
@media only screen and (max-width: 320px) {
	.main-content-right {
		display:block;
		margin-left:0;
		width:100%;
		background-image:none;
	}
	.main-content-right .panel {margin-left:0;}
}