/*
Theme Name: Interactive Legal
Theme URI: http://themeforest.net/item/publisher/15801051?ref=Better-Studio
Version: 2021.01.06
Description: Based on Publisher, Child Theme, designed by BetterStudio
Author: Eric Needle
Author URI: https://longbow.net/
Text Domain: publisher
Copyright: (c) 2016 BetterStudio
Template: publisher
*/


/* Customizations ======================================================== */
/* Global ================================================================ */

body,
button,
input,
select,
textarea {
	color: #092f57;
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}


h2,
.home.blog .entry-title {
	color: #19648a;
	font-size: 24px;
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

h3 {
	color: #19648a;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	margin-bottom: 1.0em;
}

h4 {
	color: #19648a;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}

h5 {
	color: #19648a;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #19648a;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

.entry-title {
	padding-top: 0;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}
.entry-terms {
    padding: 50px 0;
}

.icos {
	font-weight: 900;
	padding: 0 10px;
}

table {
    border-collapse: inherit;
    margin: 0 0 1.5em 1.0em;
    width: 95%;
    background: #e3e3e3;
    padding: 0 10px;
}

th {
	text-align: center;
}


hr {
	background-color: #DFDFDF;
	border: 0;
	height: 1px;
	margin: 2.0em 0 1.5em 0;
}

sup {
	font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 80%!important;
	position: relative;
	vertical-align: super;
	font-weight: bold!important;
	color:#747474;
	padding-top: -0.5em!important;
}

sup a, sup a:active, sup a:focus {
	background-color: #e4e4e4;
	font-weight: 800!important;
}

sup a:hover {
	background-color: #ffaa3b;
	font-weight: 800!important;
}

.small, small {
    font-size: 75%;
	line-height: 2px!important;
}

.entry-content a {
	color: #19648a;
	font-weight: 600;
}

.entry-content a:hover, .entry-content a:focus {
	color: #19648a;
	text-decoration: underline;
}

.single-post-content .entry-content a, .single-page-simple-content .entry-content a, .bbp-reply-content a, .bs-text a, .wpb_text_column a {
    color: #19648a !important;
}

.single-post-content .entry-content a:focus, .single-page-simple-content .entry-content a:focus, .bbp-reply-content a:focus, .bs-text a:focus, .wpb_text_column a:focus {
    color: #0080ce !important;
}
.single-post-content .entry-content a:hover, .single-page-simple-content .entry-content a:hover, .bbp-reply-content a:hover, .bs-text a:hover, .wpb_text_column a:hover {
    color: #0080ce !important;
}

.entry-content.single-post-content blockquote, .single-page-simple-content .entry-content blockquote {
    color: #fff;
    font-size: 21px;
    font-style: italic;
    line-height: 24px;
    background: #a9bcce;
}

blockquote {
	background-color: #d1d2d8;
}



/* Posts ================================================================= */

.post-template-10 .single-post-title, .ajax-post-content .single-post-title.single-post-title {
    font-size: 36px;
}
.post-meta.single-post-meta .post-author-name {
	max-width: 250px;
}
.post-meta .post-author {
	max-width: 250px;
}
.term-badges .format-badge, .term-badges .term-badge, .main-menu .term-badges a {
	font-size: 11px;
}
.entry-terms.post-tags .terms-label, .entry-terms.source .terms-label, .entry-terms.via .terms-label {
    font-size: 14px;
    border-radius: 1px;
}
.term-badges.floated a {
    max-width: 100%;
}

.entry-terms.post-tags a, .entry-terms.source a, .entry-terms.via a {
    background: #2497d2;
    border: 1px solid #2497d2;
    padding: 0 9px;
    font-size: 10px;
    float: left;
    margin-bottom: 3px;
    color: #fff;
    border-radius: 1px;
    text-transform: uppercase;
}

.post-meta.single-post-meta .post-author-a.post-author-avatar .avatar+.post-author-name {
    margin-left: 0px;
}
.post-meta, .post-meta a {
    font-size: 14px;
}
.single-post-title {
    text-transform: none!important;
}


/* Images ================================================================ */

img.portrait { 
	border-radius: 15px; 
	padding: 10px;
}

img.portrait-left {
	border-radius: 15px;
	float: left;
	margin: 10px 25px 10px 0px; 
	padding: 10px; 	
}

img.portrait-right {
	border-radius: 15px;
	float: right;
	margin: 10px 0px 10px 25px; 
	padding: 10px; 	
}

.photo { 
	margin: 10px 20px 10px 0px; 
	padding: 5px; 
	float: left; 
	line-height: 16px;
}

.graybox {
	margin: 1.5em 0;
    width: 100%;
    background: #eff0f5;;
	border-radius: 6px;
    padding: 10px 20px 30px 20px;
}

.graybox a {
    color: #383838!important;
}

.graybox a:hover {
    color: #19648a!important;
}

.graybox h3 {
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	font-weight: 300;
}

.graybox p {
	line-height: 19px;
	padding: 0px;
}

.graybox hr{
	background-color: #fff;
	border: 0;
	height: 2px;
	margin: 1.0em 0 .75em 0;
}

.centered {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 800;
	padding: 10px 0 25px 0;
}

.boxthird {
	width: 32%;
	float: left;
	padding: 20px;
	text-align: center;
	background-color: #fff;
}

.centericon {
	padding: 0 auto;
	text-align: center;
}

.post-meta.single-post-meta .post-author-name {
    max-width: 300px;
}

.single-page-simple-content .entry-content a, .single-post-content .entry-content a  {
    color: #383838!important;
}
.single-page-simple-content .entry-content a:hover, .single-post-content .entry-content a:hover  {
    color: #19648a!important;
}

/* Buttons =============================================================== */

.cta-cyan {
    background: #0080ce!important;
    color: #fff!important;
}
.cta-cyan:hover {
    background: #006eb0!important;
    color: #fff!important;
}



/* Footer =====================  */

.bs-login .user-links { border: none!important; } 
.bs-login .user-links li { border: none!important; font-weight: 600!important; }

