/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 09 2022 | 21:09:20 */
/**** Temp ****/
/* Remove ads from sidebar */
.sidebar-post-cnt ._yeti_main_container{
	display:none !important;
}
/*******************/
/*** Header **/
.header-buttons-wrp {
    opacity: 0;
    visibility: hidden;
}
.pull-right.header-btn-wrp {
    display: none;
}
header form#searchform {
    margin-top: 20px;
}
.mobile-header-userpannel-wrp {
    display: none;
}
.megaMenu li#menu-item-406521.marginbrief a {
    background: #896cf0;
    border-radius: 8px;
    padding: 8px 20px !important;
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-top: 5px;
	max-height:44px;
}
.megaMenu li#menu-item-406521.marginbrief a:hover, .megaMenu li#menu-item-406521.marginbrief a:focus {
    background: #795be7;
}
.megaMenu li#menu-item-406521.marginbrief a img {
    width: 18px;
    position: relative;
    left: -4px;
}
.megaMenu li#menu-item-406521.marginbrief a i {
    font-size: 12px;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
@media (max-width: 765px){
  header {
      padding-top: 15px;
  }
}

/************************/
/*** New Citation ***/
.new_citation {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.inner_new_citation {
    display: flex;
    align-items: center;
}
.inner_new_citation>div:first-child a {
    text-decoration: underline;
}
.inner_new_citation>div:first-child {
    margin-right: 20px;
}
.inner_new_citation strong {
    font-size: 16px;
}
.inner_new_citation a {
    font-size: 16px;
}
.inner_new_citation div:last-child>span {
    font-size: 14px;
    margin-right: 4px;
	text-align:left;
	display:block;
}
.inner_new_citation img {
    max-height: 20px;
}
.inner_new_citation_two i {
    font-weight: 600;
    font-size: 13px;
}
.inner_new_citation_two i a{
    font-style:normal;
    font-weight:400;
    margin-left:5px;
}
.inner_new_citation em {
    font-size: 12px;
    font-style: normal;
    color: #000;
    position: relative;
    top: -4px;
    left: 1px;
}

/********************/
/*** Point of Law ***/
.pol {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 2px rgba(1,1,1,.07);
    margin-bottom:40px;
}
.pol_inner {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.pol_inner div:first-child {
    max-width: 100%;
    padding: 20px 15px;
    display: flex;
    align-items: flex-start;
    background: #f7f7f7;
    margin-left: 0;
    border-radius: 6px 0 0 6px;
    min-height:82px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    border-right: 1px solid #ddd;
	justify-content:center;
}
.pol_inner strong {
   color:#009ef2;
   text-transform:uppercase;
   font-size:16px;
   line-height:1em;
}
.pol_inner strong span{
    text-transform: none;
    color:#919191;
    font-size:15px;
}
.pol_inner p{
    margin:15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pol_inner div:first-child a{
    background:#009ef2;
    color:#fff;
    padding:10px 12px;
    font-size:15px;
    line-height:1;
}
.pol_inner div:first-child a:hover{
    text-decoration:none;
    background:#087dbb;
}
.pol_inner div:last-child {
    max-width: 25%;
    display: flex;
    position: relative;
    background: #fff;
    border-radius: 0 6px 6px 0;
    align-items: center;
    padding: 10px 15px;
    bottom: 0;
    height: 100%;
    width: auto !important;
}
.pol_inner div:last-child:before {
    content: "Powered by";
    font-size: 11px;
    position: absolute;
    top: 2px;
    color: #777;
} 
.pol_inner img {
    width: 80%;
    min-width: auto;
    border-radius: 6px;
    max-height: 100%;
    position: relative;
    top: 15px;
    border: 0;
    padding: 0px 0 17px 0;
}	

/* Brief Fixes */
.post-styler-content-wrp p:empty{
    display:none;
}
.post-styler-content-wrp p{
    margin-top:10px;
}