.tr-content .tr-details>ul{
	padding-left:24px;
}
.tr-content .tr-details ul li{
	position:relative;
	padding-left:15px;
}
.tr-content .tr-details ul li:before{
	position: absolute;
	content: "";
	top: 9px;
    left: 0px;
    width: 8px;
    height: 8px;
	background-color: #ee2d4a;
	border-radius: 50%;
	display:block;
}
.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: circle;
}


.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-bottom: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:#00b443;
	font-weight:bold;
}
.tr-topbar .top-menu span a:hover{
	color:#bb111b;
}
.user-registration-profile-header header{
	margin:0 auto;
}
body a{
	color: #000000;
}
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:#00b443;
}
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 #00b443;
	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 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
label.user-registration-form__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #ffffff;
  border: 3px solid #00b443;
}

/* On mouse-over, add a grey background color */
label.user-registration-form__label:hover input ~ .checkmark {
	background-color: #ffae69;
	border: 3px solid #00b443;
}

/* 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:#ee2b48;
	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: #f0f3f5;
}
nav.navbar .navbar-brand .img-fluid{
	max-width:270px;
	margin-bottom:0px;
	margin-left: -8px;
}

@media (max-width: 767px) {
.navbar-toggler {
    top: -8px !important;
}
}


/*
@media (min-width: 320px) and (max-width: 990px) {
    
    nav.navbar .navbar-brand .img-fluid{
        max-width: none;
        width:270px;
    }
    
    .navbar-toggler{
        right:0px !important;
        top:20px !important;
    }
} */

ul#newzmania_main_menu li {
 
    padding-left: 20px;
       font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  /*  padding-right:15px; */
    
}

/*
ul#newzmania_main_menu li a{
    color:#ffffff !important;
}
*/

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:15px 0px 5px 0px;
}

/*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;
}


#newzmania_main_menu i.fa.fa-arrow-circle-right {
    padding-right: 5px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    border-bottom: 1px solid #f0f3f5;
    padding: 6px;
}



@media (max-width: 767px){
.navbar-brand {
    margin: 0;
    padding: 15px;
    width: 100%;
}
}


body.post-type-archive-resources .inside-page {
    background-image: url(https://thegulfentrepreneur.com/wp-content/uploads/2022/05/Bg-Magazine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


body.post-type-archive-resources .tr-details{
    color:#fff;
}

body.post-type-archive-resources th {
    background-color: #ee2b48;
}



body.post-type-archive-resources .entry-header {
   
    padding: 10px;
    border: 3px solid #fff;
}

input#wdform_2_element6 {
    margin-top: -30px;
    margin-left: -10px;
}

.leftalignclass{
    margin-left: -10px;
}



.post-type-archive-resources #footer{
    margin-top:0px !important;
}


.single-post .tr-section a{
    color: #ee2b48;
}



#bottomtotop {
  display: inline-block;
  background-color: #ee2b48;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#bottomtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
#bottomtotop:hover {
  cursor: pointer;
  background-color: #000000;
}
#bottomtotop:active {
  background-color: #555;
}
#bottomtotop.show {
  opacity: 1;
  visibility: visible;
}



select.goog-te-combo {
    font-size: 16px !important;
    margin: 15px 0 !important;
    padding: 5px !important;
    border: 2px solid #ee2b48;
    border-radius:30px;
}

.skiptranslate.goog-te-gadget span {
    display: none;
}

.goog-te-gadget{
    font-size:0px !important;
}


.view-more-articles {
    padding: 8px 16px;
    border-radius: 6px 0px 0px 6px;
    color: #5a5a5a;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    border: 3px solid #5a5a5a;
}

.view-more-articles-icon {
    background: #5a5a5a;
    color: #fff;
    padding: 8px 8px;
    border: 3px solid #5a5a5a;
    border-radius: 0px 6px 6px 0px;
}

.postid-749 .wp-block-image img{
 margin-bottom:20px !important;   
}

.postid-907 #google_translate_element{
    display:none !important;
}