/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'Orion Sans';
    src: url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.eot');
    src: local('Orion Sans Regular'), local('OrionSans-Regular'),
        url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.woff2') format('woff2'),
        url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.woff') format('woff'),
        url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.ttf') format('truetype'),
        url('https://librux.info/equity-share/wp-content/themes/generatepress_child/fonts/OrionSans-Regular.svg#OrionSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Orion Sans', sans-serif !important;
	font-weight: 400 !important;
}

.site-header {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.page-hero {
    border-bottom: 1px solid #ccc;
}

.widget-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.widget.widget_nav_menu ul li {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #fff;
}

.widget.widget_nav_menu ul li:last-child {
    border-bottom: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width: 100%;
}

.main-navigation .main-nav ul li.login-link a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pricing li {
	text-align: left;	
}

.pricing h1 {
	font-size: 50px;	
}

.social-icons i {
	font-size: 1.5em;
}

hr.wp-block-separator {
    background-color: rgba(0,0,0,.1);
    border: 0;
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-top: 1px dotted #aaa;
    border-bottom: none;
}

.button-bar a {
    padding: 1rem;
    background-color: #2C5871;
    color: #fff;
    margin: 0px 0 10px 0;
    display: inline-block;
}

.button-bar a.cancel {
    padding: 0.6rem 0.75rem 0.6rem 0.75rem;
    background-color: #f50000;
    margin: 3px 0 10px 0;
}

.button-bar a.cancel:before {
    content: "\f057";
    font-family: FontAwesome;
}

.user-info th,
.accounts-receivable th {
	width: 33.33%
}

.income th,
.liquid-assets th,
.life-insurance th {
	width: 25%
}

.insurance th {
	width: 50%;
}

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

.action-bar a {
	display: inline-block;
	padding: 2px 7px;
	border: 1px solid #ccc;
	color: #fff;
}

/* .action-bar a:first-child {
	background-color: #294FB8;
}

.action-bar a:nth-child(2) {
	background-color: #106B59;
}

.action-bar a:nth-child(3) {
	background-color: #f50000;
} */

.action-bar a.view_link {
	background-color: #294FB8;
}

.action-bar a.edit_link {
	background-color: #106B59;
}

.action-bar a.delete_link {
	background-color: #f50000;
}

/* .action-bar a:first-child:before {
	content: "\f06e";
	font-family: FontAwesome;
}

.action-bar a:nth-child(2):before,
.button-bar.personal-info-wrapper a:before {
	content: "\f044";
	font-family: FontAwesome;
}

.action-bar a:nth-child(3):before {
	content: "\f057";
	font-family: FontAwesome;
} */

.action-bar a.view_link:before {
	content: "\f06e";
	font-family: FontAwesome;
}

.action-bar a.edit_link:before,
.button-bar.personal-info-wrapper a:before {
	content: "\f044";
	font-family: FontAwesome;
}

.action-bar a.delete_link:before {
	content: "\f057";
	font-family: FontAwesome;
}

.logged-in-only {
	display: none;
}

.logged-in .logged-in-only {
	display: inline-block;
}

.logged-in .logged-out-only {
	display: none;
}

.site-logo {
    margin-bottom: -40px;
}

.footer-widget-1 .widget_media_image {
	max-width: 250px;
}

.button-bar a:before,
.frm_style_formidable-style.with_frm_style .frm_submit button:before {
	content: "\f055";
	font-family: FontAwesome;
	margin-right: 5px;
}

.button-bar.personal-info-wrapper a:before {
	margin-right: 5px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	padding: 0.75rem;
}

th {
	text-align: left;
	background-color: #eee;
}

.wp-block-ub-tabbed-content-tab-title {
	color: #3a3a3a;
	font-weight: 700;
}

td {
	color: #000;
}

table tr:nth-child(even) {
	background-color: #f9f9f9;
}

.woocommerce .woocommerce-breadcrumb {
    display: none;
}

.single-product .site-main {
	margin-top: 50px;
}

.woocommerce-checkout .site-main,
.woocommerce-cart .site-main {
	margin-top: 50px;
	margin-bottom: 50px;
}

.main-navigation.mobile-header-navigation {
    background-color: #2C5871;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
}

.mwb_membership_buy_now_btn {
	text-align: center;
}

form.mwb_membership_buy_now_btn .mwb_membership_buynow {
	display: inline-block;
	background-color: #2C5871;
	color: #fff;
}

form.mwb_membership_buy_now_btn .mwb_membership_buynow:hover {
    border: 2px solid #2C5871 !important;
    background-color: #ffffff;
    box-shadow: none;
    color: #2C5871;
}

.woocommerce-account #content {
	padding-top: 70px;
	padding-bottom: 70px;
}


table:not(.user-info) tr td:last-child {
    width: 200px;
	min-width: 200px;
	max-width: 200px;
}

.logged-in .institution.logged-in-only,
.logged-in.role-institution .user-link.logged-in-only,
.logged-in.role-institution_plus .user-link.logged-in-only {
	display: none;
}

.logged-in.role-institution .institution.logged-in-only,
.logged-in.role-institution_plus .institution.logged-in-only {
	display: inline-block;
}

#field_ij5ao_label {
	text-align: center;
}

.pfs-link {
	text-align: center;
	margin-top: 2.5rem;
}

.pfs-link a {
	padding: 1.5rem;
	background-color: #2C5871;
	color: #fff;
	font-weight: bold;
}

.pfs-link a:before {
	content: "\f055";
	font-family: FontAwesome;
	margin-right: 5px;
}

#modal-content .page-hero {
	display: none;
}









/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
	font-size: 14px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 130%;
  left: 50%;
  margin-left: -110px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip:before {
	content: "\f05a";
	font-family: FontAwesome;
	margin-right: 5px;
}

#modal-content .site-header,
#modal-content .site-footer {
	display: none !important;
}

div.sp-field-wrap {
	display: none;
}

#sc-form div {
	text-align: center;
}

div.sp-spinner {
    display: block;
}

hr.wp-block-separator.setup-sep {
	margin-top: -25px;
}

.page-id-1216 th,
.page-id-1216 td {
	font-size: 14px;
}

.steps .gb-inside-container {
	background-color: #f7f7f7;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
	border-radius: 7px;
}

.modal-wrapper.styled .wp-post-modal .close-modal.cancel {
	position: relative;
	padding: 0.6rem 0.75rem 0.6rem 0.75rem;
    background-color: #f50000;
    margin: 3px 0 10px 0;
	font-size: 1rem;
	color: #fff;
	right: 0;
}

.modal-wrapper.styled .wp-post-modal .single-view h4 {
	background-color: #2C5871;
	color: #fff;
	padding: 0.5rem;
	margin: 0;
}

.modal-wrapper.styled .wp-post-modal .single-view ul {
    margin: 0 0 1.5em 0;
    list-style-type: none;
}

.modal-wrapper.styled .wp-post-modal .single-view ul li {
    list-style: disc;
    margin-left: 0;
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    background-color: #f7f7f7;
	list-style: none;
}

#modal-content #content.site-content {
    padding: 0px 0px 0px 0px;
}

.modal-wrapper.styled .wp-post-modal .single-view .close-modal.cancel {
    margin: 3px 0 0px 0;
    width: 100%;
}

form#link-form-id {
	text-align: center;
}

.plaid-icon {
	height: auto;
	max-width: 25px;
	margin: 0 auto;
	vertical-align: middle;
}

.center {
	text-align: center;
}



/* ==========================================================================
	Media Queries
   ========================================================================== */

/* ------------------------- Tablet & Smartphone ---------------------------- */

@media (max-width: 979px) {

	.site-logo {
		margin-bottom: 0;
	}
	
	body .site-logo.mobile-header-logo img {
		height: 70px;
	}
	
	.page-id-435.one-container .site-content,
	.page-id-443.one-container .site-content,
	.page-id-441.one-container .site-content {
		padding-top: 0;
		padding-bottom: 0;
	}

}

@media (min-width: 768px) and (max-width: 979px) {



}

@media (max-width: 767px) {



}

@media (max-width: 480px) {
	

	
}

@media (max-width: 360px) {
	


}

/* ------------------------- Desktop & Widescreen --------------------------- */

@media (min-width: 980px) { 



}

@media (min-width: 1200px) {



}


