.tr-content .tr-details>ul{
	padding-left:24px;
}
.tr-content .tr-details ul li{
	position:relative;
	padding-left:5px;
}

.single .tr-content .tr-details ul li{
	list-style: square;
}

.tr-content .tr-details ul li ul{
	padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.tr-content .tr-details ul li ul li:before{
	width: 8px;
	height: 4px;
}
.tr-content .tr-details>ul>li,
.tr-content .tr-details>ol>li{
    padding-bottom:10px;
}
.tr-content .tr-details .social>ul>li{
	list-style:none;
	padding-left:0px;
}
.tr-content .tr-details .social>ul>li:before{
	display:none;
}
body .entry-meta>ul{
	margin-left:15px;
}
.entry-meta>ul>li{
	list-style: none;
}


.sidebar-menu .navbar-nav li .sub-menu li a i{
	margin-right:15px;
}
.searchNlogin li.dropdown{
	cursor:pointer;
}
.newzmania-pagination .page-numbers:hover,
.newzmania-pagination .page-numbers.current{
	color:#333333;
}
.newzmania-pagination .page-numbers{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
    font-weight: bold;
    color: #999999;
}
.newzmania-pagination{
	margin-top:20px;
	text-align: center;
}
.tr-home-slider .item{
	background:#cccccc;
}
#hide-magic-link-btn{
	display:none;
}
/* body .ragister-account .contact-form .form-control{
	text-transform:lowercase;
} */
.logged-in .register,
.logged-in .sign-in{
	display:none;
}
body.logged-in .register,
body.logged-in .sign-in,
body.logged-in .subscribe-me{
	display:none !important;
}
body.not-logged-in .my-account,
body.not-logged-in .email-preference{
	display:none !important;
}
.tr-topbar .top-menu{
	float: right;
    padding: 16px 20px;
}
.tr-topbar .top-menu span a{
	color:#020b3c;
	font-weight:bold;
}
.tr-topbar .top-menu span a:hover{
	color:#bb111b;
}
.user-registration-profile-header header{
	margin:0 auto;
}
body a{
	color: #0078b5;
}
i.fa.fa-facebook-square {
    color: #3b5998 !important;
}
i.fa.fa-linkedin-square{color: #E4405F !important;}
.user-registration-MyAccount-navigation{
	padding-top:40px;
}
.user-registration-MyAccount-navigation a{
	color:#020b3c;
}
body #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a,
body #user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link:hover a{
	border-left:4px solid #020b3c;
	background: #ffffff;
}
.tr-topbar .navbar-brand img{
	max-width:161px;
}
.user-registration-ur-lost-password .user-registration-message{
	font-weight:bold;
	color:green;
}
.user-registration-form{
	margin-top:20px;
}

/*checkbox style*/
/* Customize the label (the label.user-registration-form__label) */
label.user-registration-form__label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;

}
/* Hide the browser's default checkbox */
label.user-registration-form__label input {
  position: absolute;
  /* opacity: 0; */
  cursor: pointer;
  /* height: 0;
  width: 0; */
  margin-left: -15px;
  margin-top: 6px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 3px solid #020b3c;
}

/* On mouse-over, add a grey background color */
label.user-registration-form__label:hover input ~ .checkmark {
	background-color: #ffae69;
	border: 3px solid #020b3c;
}

/* When the checkbox is checked, add a blue background */
label.user-registration-form__label input:checked ~ .checkmark {
  background-color: #00a75d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.user-registration-form__label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.user-registration-form__label .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*checkbox style ends*/

.loader{
	display:none;
	width:100%;
	height:100%;
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
	background:url('/assets/loader.svg');
	background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    opacity: 0.8;
}

body .fm-form-container.fm-theme1 .fm-form button{
	background-color:#020b3c;
	color: #FFF;
	padding: 5px 20px;
    font-size: 14px;
	text-transform: capitalize;
	line-height: 25px;
	min-width: 40px;
	height: 40px;
	border-radius: 2px;
	-webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-appearance: none;
}
body .fm-form-container.fm-theme1 .fm-form button:hover{
	opacity:0.8;
}
body .fm-form-container.fm-theme1 .fm-form .button-submit .fm-submit-loading.spinner{
	width:5px;
}
body .fm-form-container.fm-theme1 .fm-form .button-submit .fm-submit-loading.spinner:before{
	top:6px;
}
body .fm-form-container.fm-theme1{
	width:100%;
}
.wdform_page .button-submit{
	padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    white-space: normal;
    border: none;
    cursor: pointer;
    -webkit-transition: .35s all ease-out;
    transition: .35s all ease-out;
	font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    margin-top: 10px;
    background-color: #00a75d;
    border-color: #00a75d;
    text-transform: uppercase;
}
#resource-download-form{
	border: 1px solid #e9dede;
	padding: 20px 40px 0 40px;
	background: #fcffff !important;
}
nav.navbar .navbar-brand .img-fluid{
	max-width:100%;
	margin-bottom:0px;
	margin-left: 0px;
	width: 180px;
	margin-top:10px;
}
body .sidebar-menu .navbar-nav li a i{
	margin-right: 15px;
    min-width: 20px;
	display: none;
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 16px;
}

.display-posts-listing.grid .title {
	display: block;
}

.display-posts-listing.grid img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}

	.tr-topbar .top-menu{
		padding: 15px 20px;
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}
.listing-item{
	padding-bottom:30px;
}
.single-post .tr-content h1,
.single-post .tr-content h2,
.single-post .tr-content h3,
.single-post .tr-content h4,
.single-post .tr-content h5{
	padding:10px 0px 10px 0px;
}
.single-post .post-content .author{display: none;}
.single-post .author-info h3{font-size: 20px;
    font-weight: 400;}
/*GDPR Page*/
.page-template-default h2 {
    margin-top: 5px;
    margin-bottom: 20px;
}

.page-template-default h3,.page-template-default h1,.page-template-default h4 {
    margin-bottom: 20px;
}

/*CCPA Page*/
.consumer-requests {
        /* border: 1px solid #cecece; */
    border-radius: 10px;
    padding: 30px 40px 40px 40px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%);
    /* border-radius: 5px; */
    border: 1px solid #c9c8cd;
    /* background-color: #fff; */
    margin: 0 auto 30px;
}

/*Privacy Policy Page*/

.tr-section .display-posts-listing.grid .title{
	font-weight:bold;
	padding-top: 10px;
    padding-bottom: 5px;
}

span.breadcrumb_last {
    color: #747474 !important;
}

/* hide sign-in menu */
.top-menu.text-left {
    display: none !important;
}
li#menu-item-4978 {
    display: none !important;
}

.resources-filter select
{
	display: none !important;
}
.twitter-new
{
	width: 15px !important;
}
@media (min-width: 992px)
{
    .blog .col-lg-9 {
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 83.333333% !important;
        max-width: 83.333333% !important;
    }
}
.blog .col-lg-9 {
	-ms-flex: 0 0 83.333333% !important;
	flex: 0 0 83.333333% !important;
	max-width: 83.333333% !important;
}
.single-resources .inner-col2 a{
	color: #0e1b5c !important;
}


body.page-template-sign-in {
    background-image: url(https://insightsliving.com/assets/sign-in-page-background.jpg);
}



body.page-template-sign-in .ragister-account {
    display: flex;
    overflow-x: auto;
    padding: 30px;
    background: #fff;
    margin: 20px auto;
    width: 35%;
    box-shadow: 0px 6px 16px 0px rgb(22 35 58 / 10%);
    border-color: #eaeaea;
    backdrop-filter: blur(6px);
}



.page-template-sign-in .ur-frontend-form input.input-text{
    padding: 15px;
    font-size: 15px;
    color: #020b3c;
    width: 100%;
    border: 2px solid;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: -4px 4px 8px 1px #D0D0D0;
}


body.page-template-register {
    background-image: url(https://thebusinesscover.com/Assets/sign-in-page-background.jpg);
}


body.page-template-register .ragister-account {
    padding: 20px 30px;
    background: #fff;
    margin: 20px auto;
    width: 35%;
    box-shadow: 0px 6px 16px 0px rgb(22 35 58 / 10%);
    border-color: #eaeaea;
    backdrop-filter: blur(6px);
}



.page-template-home-page .post-content{
	margin-top: 20px !important;
	margin-bottom: 30px !important;
}

.page-template-home-page .post-content .author{
	display:none !important;
}


.entry-meta, .entry-meta a, .item .entry-meta li, .item .entry-meta a{
	 color: #0078b5 !important;
}
body.page-template-page-forgot-password {
    background-image: url(https://thebusinesscover.com/Assets/sign-in-page-background.jpg);
}
.forgot-account {
    overflow: auto !important;
    padding: 30px;
    background: #fff;
    margin: 20px auto;
    width: 35%;
    box-shadow: 0px 6px 16px 0px rgb(22 35 58 / 10%);
    border-color: #eaeaea;
    backdrop-filter: blur(6px);
    height: auto;
}


.post-type-archive-resources .custom-tax-box {
    margin-top: 10px;
    cursor: default;
}
.post-type-archive-resources .bg-transparent .tr-post {
    margin-bottom: -20px !important;
}


.resource .post-content .entry-meta{
	display:none !important;
}

.page-template-search .post-content .entry-meta{
	display:none !important;
}

/*
img{
	border-radius: 5px;
}

*/