/* Spinner CSS */
#lm_btn_spinner, #lm_btn_spinner_speaker, #lm_btn_spinner_research, #lm_btn_spinner_podcast, #lm_btn_spinner_press, #lm_btn_spinner_blog {
	text-align: center;
	display: none;
}
.lm-btn-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
	background: #B60B0B;
	border-radius: 50px;
}
.lm-btn-spinner div {
  transform-origin: 30px 30px;
  animation: lm-btn-spinner 1.2s linear infinite;
}
.lm-btn-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 5px;
	left: 27px;
	width: 4px;
	height: 14px;
	border-radius: 25%;
	background: #fff;
}
.lm-btn-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.05s;
}
.lm-btn-spinner div:nth-child(2) {
  transform: rotate(45deg);
  animation-delay: -0.9s;
}
.lm-btn-spinner div:nth-child(3) {
  transform: rotate(90deg);
  animation-delay: -0.75s;
}
.lm-btn-spinner div:nth-child(4) {
  transform: rotate(135deg);
  animation-delay: -0.6s;
}
.lm-btn-spinner div:nth-child(5) {
  transform: rotate(180deg);
  animation-delay: -0.45s;
}
.lm-btn-spinner div:nth-child(6) {
  transform: rotate(225deg);
  animation-delay: -0.3s;
}
.lm-btn-spinner div:nth-child(7) {
  transform: rotate(270deg);
  animation-delay: -0.15s;
}
.lm-btn-spinner div:nth-child(8) {
  transform: rotate(305deg);
  animation-delay: 0s;
}

@keyframes lm-btn-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ====== */

.zero-matches {
	display: block;
	margin-top: 20px;
	padding: 12px;
	color: #fff;
	background-color: #424242;
	font-size: 16px;
	text-align: center;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
  left: -110%;
}
.l-slider-cards, .podcasts-post {
  overflow: hidden;
}
.topic_btn .btn.btn-medium {
	width: 100%;
}

.debaters-details-pages .banner.banner-fix-content .speaker-details h1 {
	color: #fff;
}
.debaters-details-pages.single-blog .banner.banner-fix-content .speaker-details h1 {
  font-size: 36px;
	color: #444;
	padding-bottom: 5px;
	line-height: 1.2;
}
.debaters-details-pages.single-blog .banner.banner-fix-content .speaker-details p {
	color: #444;
}
.debaters-details-pages.single-blog .debaters-details-content .debater-content-wrapper .content {
	margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}
.single-blog .blog-cats {
    margin-top: 60px;
}
.single-blog .content iframe {
  margin-bottom: 30px;
}
.single-blog .content h1 {
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-blog .content h2 {
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-blog .content h3 {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-blog .content h4 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-blog .content h5 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
	margin-top: 30px;
}
.single-blog .content h6 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 20px;
}
.single-blog .content a {
	font-size: 18px;
	color: #E31D3C;
	line-height: 1;
	transition: all 0.3s;
}
.single-blog .content a:hover {
  color: #B60B0B;
}
.single-blog .content img {
	width: 100%;
	height: auto;
}
.single-blog .full_thumb_size {
    width: auto;
    height: auto;
    margin: 0 auto;
}

.comments-area {
  margin: 60px 0;
}
.blog-cats a {
  text-decoration: underline;
	color: #444 !important;
}
.comments-area .comment-cont,
.comments-area .comments-filter {
	max-width: 66.67%;
	margin: 0 auto;
}
.comments-area .comment-cont h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.comments-area .comment-form-comment,
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    display: grid;
}
.comments-area .comment-form p {
	margin-bottom: 10px;
}
.comments-area #wp-comment-cookies-consent {
  appearance: auto;
}
.comments-area #comment {
  height: 100px;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  border-radius: 4px;
	border: 1px solid #ddd;
  padding: 5px;
}
.comments-area .commentlist li a {
  color: #B60B0B;
}
.comments-area .comment-form #submit {
	background: #E31D3C;
	padding: 5px 12px;
  text-transform: uppercase;
	color: #fff;
  cursor: pointer;
  border-radius: 0;
}
.comments-area .comment-form #submit:hover {
	background: #B60B0B;
}
.comments-area .comments-filter {
	background: #444;
	padding: 10px 15px;
	text-align: right;
	margin-bottom: 20px;
}
.comments-area .comments-filter label {
   color: #fff;
	 font-size: 18px;
}
.comments-area .comments-filter select {
    padding: 10px;
    margin-left: 10px;
		outline: none;
}
.comments-area #comment_load_more {
    background-color: #E31D3C;
    padding: 20px 0 15px;
    text-transform: uppercase;
    text-align: center;
    width: calc( 100% - 6px );
    display: inline-block;
    font-size: 22px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 40px;
		margin-top: 50px;
		transition: all 0.3s;
    color: #fff;
}
.comments-area #comment_load_more:hover {
	background-color: #B60B0B;
	color: #fff;
}
.comments-area .logged-in-as a:nth-child(1) {
  color: #333;
}
.comments-area .logged-in-as a:nth-child(2) {
    color: #E31D3C;
    text-decoration: underline;
}
.comments-area .logged-in-as a:nth-child(2):hover {
  color: #B60B0B;
}
.mdeia_kit .shots_img img {
  max-width: unset;
}
.iq2us-blog-filter .filter-content-wrapper select {
  padding: 4px 50px 4px  10px;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
  width: 185px !important;
}
.header .container {
	position: relative;
}
.header .menu-section {
  position: unset;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
	position: unset;
}
.header .fwmg-menu ul.wp-mega-sub-menu {
  padding: 20px 180px !important;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .right_part .debates_btn {
  margin-top: 0px;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .fwmg-menu .debate_menus ul .listen_watch_btn ul li a {
	text-transform: uppercase;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .right_part .detail .title,
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .right_part .detail .date,
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .upcoming_debate ul li.detail .title,
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .upcoming_debate ul li.detail .date {
	font-weight: 400;
}
h6.upc-text {
	margin-bottom: 10px;
	padding-left: 15px;
}
.recent_debate ul li a {
  padding: 0 !important;
}
.recent_debate_section h6 {
  padding-bottom: 10px;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper .debate_menus .right_part .debates_btn a {
  display: block;
	text-transform: uppercase;
  font-size: 16px !important;
}
#featured_debate .debate_main_wrap .ds-middle .description .summery a {
	display: block;
}

.debate-details-page .media-player .row .media-player-container {
	padding-right: 0;
}
#hide_vote_tab, #show_vote_tab {
	width: 20px;
	height: 70px;
	text-align: center;
	padding: 29px 0;
	background: #dddddd;
	position: absolute;
	right: 0px;
	top: 50%;
	cursor: pointer;
	margin-top: -35px;
	border-radius: 4px 0 0 4px;
}
#show_vote_tab {
	display: none;
}
#show_vote_tab img {
  transform: rotate(180deg);
}
#hide_vote_tab img, #show_vote_tab img {
	width: 7px;
	margin: 0 auto;
}
#featured_debate .sponser_wrap .content {
	font-weight: 300;
	letter-spacing: -0.1px;
}
.all-debate-section .filter_data .recent_debate .recent_debate-content .ds-transport {
	padding: 0;
	padding-left: 30px;
	border-left: none;
}
#featured_debate .debate_main_wrap .ds-middle .description .summery p {
  padding-right: 20px;
}
.wp-megamenu-main-wrapper.wpmm-ctheme-wrapper.wpmega-default-theme ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    width: 202px;
}

.debate-card .card-info .ds-title {
  min-height: 85px;
}
.term-economics-finance .debate-card .card-info .ds-title,
.term-health .debate-card .card-info .ds-title {
  min-height: 115px;
}
.term-science .debate-card .card-info .ds-title,
.term-u-s .debate-card .card-info .ds-title,
.term-religion .debate-card .card-info .ds-title {
    min-height: unset;
}
.term-world .debate-card .card-info .ds-title,
.term-politics .debate-card .card-info .ds-title,
.term-law .debate-card .card-info .ds-title,
.term-culture .debate-card .card-info .ds-title {
    min-height: 90px;
}
.term-economics-finance #featured_debate .sponser_wrap:nth-child(2) {
  padding-bottom: 62px !important;
}
.all-debate-section .filter_data .recent_debate .recent_debate-content {
    position: relative;
    background-position: 5px;
    background-size: 32%  98%;
    background-repeat: no-repeat;
}
.all-debate-section .filter_data .recent_debate .recent_debate-content::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 86%;
	background: #EBEBEC;
	right: 25%;
	top: 35px;
}
.debate-details-page .media-player {
  background: #1a1a1a;
  padding: 20px 0;
}

.a2a_vertical_style {
	padding: 0;
	left: 0;
	top: 50% !important;
	margin-top: -72px;
	display: none;
}
.a2a_default_style {
	padding: 0;
	left: 50% !important;
	margin-left: -72px;
	display: none;
}
a.a2a_button_facebook {
	background: #3b5998;
}
a.a2a_button_twitter {
	background: #55acee;
}
a.a2a_button_linkedin {
	background: #0077b5;
}
a.a2a_button_google_gmail {
	background: #dd4b39;
}
.a2a_kit.a2a_floating_style a {
	padding: 3px !important;
	transition: all 0.3s;
}
.a2a_kit.a2a_floating_style a:hover {
  background: #000;
}
.a2a_floating_style a:hover .a2a_svg {
	opacity: 1 !important;
}
.news-article-listing .search-section .search-box form input {
  border-right: none;
}
.single-debate .a2a_vertical_style,
.tax-topics .a2a_vertical_style,
.page-template-view-schedule .a2a_vertical_style,
.page-template-podcasts .a2a_vertical_style,
.page-template-our-friends .a2a_vertical_style,
.page-template-support-us .a2a_vertical_style,
.page-template-partner-support .a2a_vertical_style,
.page-template-donate .a2a_vertical_style {
	display: block;
}
.banner-image .banner .scroll-down a img {
	cursor: pointer;
}
.single-debate .post-featured-img {
	margin-bottom: 5px;
  height: 165px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.page-template-view-schedule .debate-card .card-info .ds-title {
  min-height: unset !important;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-top .upcoming_detail a h3 {
	color: #fff;
	line-height: 1.3;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-top .upcoming_img {
	width: 100%;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-top .upcoming_detail {
	width: 100%;
	margin-left: 0;
	padding-left: 25px;
	padding-right: 20px;
}
.debate-details-page .debate_main_section .tab_block_wrapper .related_block #debate_related_slider .slide-detail h6,
.debate-details-page .debate_main_section .tab_block_wrapper .related_block #debate_related_slider .slide-detail a {
	line-height: 1.3;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper ul {
  margin-bottom: 15px;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .for_type {
  display: inherit;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper ul li:first-child {
	margin-right: 0;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper ul li {
	flex: 60%;
	margin-right: 0;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper ul li h6 {
	margin-bottom: 3px;
}



.header .menu-wrapper .search-bar {
  width: auto;
}
.header .menu-wrapper .header-menu {
	display: block;
}
.header .menu-wrapper .search-bar form {
	display: none;
	width: 96%;
	margin-right: 1%;
}
.header .search-bar .form-text {
	width: 100%;
	border: 1px solid;
	height: 40px;
	padding: 10px;
}
.header .menu-wrapper .search-bar::before {
	content: unset;
	position: unset;
}
.header .menu-wrapper .header-menu::before {
	content: "";
	width: 0px;
	height: 40px;
	border-left: 1px solid #898989;
	position: absolute;
	right: 220px;
	top: 19px;
}

#search_header_form {
    display: none;
    margin-top: 5px;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 20px;
}
#search_header_form #s {
	border: 1px solid;
	width: 94%;
	float: left;
	padding: 5px;
}
#search_header_form #searchsubmit {
    width: 6%;
    float: left;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
}




.inner-content.search_block_btm {
	background: #fff;
	display: block;
	padding-top: 25px !important;
}
.inner-content.search_block_btm select {
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #333;
	padding: 10px;
}
.inner-content.search_block #filter_By_topic {
  margin-top: 20px;
}
.inner-content.search_block_btm #sort_by {
  margin-bottom: 40px;
}
.inner-content.search_block {
	background: #fff;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.search_header {
  margin: 0 20px 30px;
}
.search_header h3 span {
  color: #E31D3C;
}

#search_result #featured_debate .debate_main_wrap {
  margin-bottom: 50px;
}
.srp_summary .srps_items {
	display: grid;
	grid-template-columns: 120px 120px auto;
	margin-left: 20px;
}
.srp_summary .srps_item a {
	color: #000;
	font-size: 14px;
	transition: all 0.3s;
}
.srp_summary .srps_item a:hover {
  color: #B60B0B;
}
.description.srp_summary p {
	color: #333;
	line-height: 1.6;
	margin-bottom: 30px;
}
.hide_debate_btn, .hide_research_btn, .hide_podcast_btn, .hide_press_btn, .hide_blog_btn, .hide_speaker_btn {
  display: none !important;
}
.research_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.research_item {
	padding: 20px;
	background: #fff;
}
.research_item h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.research_item h5 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	position: relative;
}
.research_item h5::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background: #898989;
	bottom: -15px;
	left: 0;
}
.research_item p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.research_item a img {
  display: inline-block;
  vertical-align: middle;
}
.research_item a {
    display: inline-block;
    font-size: 18px;
    color: #B60B0B;
    transition: all 0.3s;
}
.spr_press_item {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #B60B0B;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.spr_press_item h3 {
    font-size: 20px;
    line-height: 1.3;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}
.spr_press_item h3 a {
    color: #333;
}
.spr_press_item .press_date {
    position: relative;
		margin-bottom: 15px;
}
.spr_press_item .press_date::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    bottom: 4px;
    left: 0;
}
.spr_press_item  .press_content {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.spr_press_item .press_content a img {
    display: inline-block;
    width: 15px;
    margin-bottom: -3px;
		margin-left: 3px;
}
.spr_press_item .press_content a {
    font-size: 16px;
    color: #B60B0B;
    padding-left: 2px;
}
#blog_list .debate-card {
	min-height: 540px;
	margin-bottom: 40px;
}
#blog_list .debate-card .image {
  height: 300px;
	overflow: hidden;
}
#blog_list .debate-card .image img {
  width: 100%;
}
#blog_list .comment_count span {
  margin-left: 30px;
}
.spr_all_debater .spr_debater_inner {
	background: #fff;
	padding: 30px;
	display: grid;
	grid-template-columns: 90px auto;
	grid-column-gap: 34px;
	margin-bottom: 20px;
}
.spr_all_debater .debater_info h3 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 40px;
	position: relative;
}
.spr_all_debater .debater_info h3::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #333;
    left: 0;
    bottom: -20px;
}
.spr_all_debater .debater_info h4 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #898989;
    line-height: 1.3;
}
.spr_all_debater .speaker_cont {
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}
.spr_all_debater .speaker_cont a {
    display: block;
    margin-top: 15px;
    color: #B60B0B;
    transition: all;
}
.spr_all_debater .speaker_cont a:hover {
	text-decoration: underline;
}
.spr_all_debater .speaker_cont {
	padding-bottom: 15px;
  border-bottom: 1px solid #898989;
}
.spr_all_debater .debated h5 {
    font-size: 18px;
    color: #898989;
    margin-top: 20px;
    font-weight: 400;
    line-height: 1.2;
}
.spr_all_debater .link {
    list-style: none;
    line-height: 1.4;
}
.spr_all_debater span {
    font-size: 14px;
		font-weight: 600;
}
.spr_all_debater .against {
  color: #B60B0B;
}
.spr_all_debater span.for {
  color: #4ad5f8;
}
.spr_all_debater li.link a {
	color: #000;
	transition: all 0.3s;
}
.spr_all_debater li.link a:hover {
  text-decoration: underline;
}
.l-featured-cards .featured-card .featured-img {
	background-position: center;
	background-size: cover;
}
.search_content .debate_views {
	width: 100px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 3px;
	background: #898989;
	color: #FFF;
	font-weight: 300;
	padding-top: 5px;
}
.search_content .debate_views p img {
	display: inline-block;
	width: 20px;
	margin-bottom: -4px;
	margin-left: 5px;
}
.spr_all_press .btn.btn-extra-large {
  width: 80%;
}
#all_podcasts .btn.btn-extra-large {
    width: 96%;
}
#search_result #featured_debate {
  padding: 25px 0 50px;
}
.srps_item.comnt img {
  width: 25px;
	margin-bottom: 3px;
}
.upcoming_wrapper .vote_type_wrapper {
	width: 100%;
	display: inline-block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type {
  display: block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type::before {
  top: -8px;
}
.srps_item img {
  filter: grayscale(100%);
	width: 25px;
}
.srps_item a:hover img {
  filter: grayscale(0);
}
p.comment-form-comment h5 {
	font-size: 14px;
	color: #B60B0B;
	margin-bottom: 5px;
	font-weight: 400;
}
#the_IQ2US_blog .blog-post .content .image {
	width: 100%;
	height: 200px;
  overflow: hidden;
  background-color: rgb(218, 199, 199);
}
#the_IQ2US_blog .blog-post .content .image img {
	width: 100%;
	height: auto;
}
.brief_login {
    text-align: center;
    padding: 30px 0 100px;
}
.brief_login h4 {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: capitalize;
}
.brief_login a.btn.btn-medium {
	font-size: 16px;
	width: unset;
	height: 42px;
	padding: 0 30px;
	margin-bottom: 30px;
	display: inline-block;
	line-height: 41px;
}
.brief_login p {
	color: #000;
	line-height: 1.32;
	margin-bottom: 10px;
}
p.small_stext {
  color: #B60B0B;
  font-size: 20px;
}
.disable-search li {
  opacity: 0.5;
  cursor: unset !important;
}
.disable-search li::before  {
  background-color:#ebebec!important;
}
.registration-form .register-form-wrap .registration-right-content .register_form .gform_footer input {
  cursor: pointer;
}

.user-profile-hero {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.user-profile-hero .user-name {
  display: grid;
  grid-template-columns: 170px auto;
}
.user-profile-hero .user-name img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
}
.user-profile-hero .user-name h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    text-shadow: #000 0px 0px 4px;
		padding-top: 48px;
}
.user-follower {
    display: grid;
    grid-template-columns: 80% 20%;
		grid-column-gap: 15px;
}
.user-follower .f-left {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    text-align: center;
    /* border-right: 1px dotted #fff; */
    padding-left: 45%;
}
.user-follower .f-score {
    min-width: 70px;
    height: 70px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 8px;
}
.user-follower .f-item img {
    margin: 0 auto;
}
.user-follower .f-score span {
    color: #fff;
    font-size: 46px;
    line-height: 1.4;
    padding: 12px;
}
.user-follower .f-item h5 {
    color: #333;
    background: #fff;
    text-align: center;
    width: 65px;
    height: 45px;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    position: relative;
		margin: 0 auto;
    margin-bottom: -13px;
}
.user-follower .f-item h5::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: #fff;
    bottom: -8px;
    left: 23px;
    transform: rotate(45deg);
}
.user-follower .f-item p {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    text-shadow: #000 0px 0px 4px;
    line-height: 1.4;
}
.user-follower .f-item a {
    color: #fff;
    font-size: 16px;
    text-shadow: #000 0px 0px 4px;
    margin-top: 3px;
    display: block;
    text-decoration: underline;
}
.user-follower .f-right {
    align-self: center;
    justify-self: center;
}
.f-right p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.user-follower .f-right p strong {
    font-size: 20px;
}
.user-follower .f-right p span,
.user-follower .f-left p span {
    background: #fff;
    color: #000;
    width: 15px;
    display: inline-block;
    height: 15px;
    border-radius: 50px;
    font-size: 12px;
}
.outer-hover {
	position: relative;
}
.user-follower .score-hover {
	text-align: center;
    position: absolute;
    text-shadow: 0 0 #ffffff;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 12px;
    padding: 10px;
    font-size: 12px;
    color: #000000;
    width: 260px;
    line-height: 1.3;
    display: none;
    z-index: 999;
    left: -60px;
}
.outer-hover:hover .score-hover {
	display: block;
	transition-delay: 1s;
}
.user-follower .score-hover::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    top: -7px;
    left: 50%;
    transform: rotate(45deg);
    margin-left: -9px;
}
.user-follower .score-hover a {
    text-shadow: unset;
    color: #333;
    font-size: 14px;
    margin-top: 0;
		position: relative;
}
.my-dashb-inner {
    width: 100%;
    display: inline-block;
    padding-top: 12px;
}
.my-dashb-inner .tablink.active {
	position: relative;
}
.my-dashb-inner .tablink.active::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #fff;
    bottom: -10px;
    left: 50%;
    margin-left: -9px;
    transform: rotate(45deg);
}
.my-dashb-inner .tab {
    padding-bottom: 15px;
		position: relative;
		border-bottom: none;
}
.my-dashb-inner .tab::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 15px;
    left: 0;
}
.my-dashb-inner .tab button {
  padding: 10px;
  font-weight: 700;
}
.empty-activity {
    background: #fff;
    padding: 40px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #B60B0B;
}

.my-db-sidebar {
    margin-bottom: 60px;
}
.upc_debate_item {
	background: #fff;
	padding-bottom: 15px;
	border: 2px solid #fff;
}
.my-db-sidebar .info-wrapper {
	padding: 5px 15px;
    margin: -30px 15px 25px;
    background: #333;
    position: relative;
}
.my-db-sidebar .date {
    color: #eeeeee;
    font-size: 14px;
		padding-bottom: 10px;
		position: relative;
}
.my-db-sidebar .date:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    background: #eeeeee;
    left: 0px;
    top: 30px;
}
.my-db-sidebar .title a {
    font-size: 20px;
    color: #eeeeee;
		padding-bottom: 5px;
}
.upc-debate h2 {
    font-size: 34px;
		color: #000;
		padding-top: 50px;
		padding-bottom: 10px;
		text-transform: capitalize;
}
.my-db-sidebar .srps_items {
    text-align: center;
}
.my-db-sidebar .srps_items img {
    margin: 0 auto;
}
.my-db-sidebar .srps_item a {
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
}
.follow-topics h2 {
	color: #000;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 80px;
		padding-bottom: 20px;
}
.follow-topics ul li {
    color: #fff;
    display: inline-block;
    list-style: none;
    padding: 3px 10px;
    background-color: #ec008c;
    font-size: 14px;
    font-weight: 300;
    margin-right: 3px;
    text-transform: capitalize;
    cursor: pointer;
    margin-bottom: 5px;
		transition: all 0.3s;
}
.follow-topics ul li:hover {
	background-color: #000;
}
.my_debate h2 {
	font-size: 48px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
}
.my_debate h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.my-profile {
    padding: 25px 60px 50px;
}
.my-profile .profile-item{
	background-color: #fff;
    border-bottom: 1px solid #444;
		margin-bottom: 15px;
}
.my-profile .profile-top {
    background-color: #fff;
    width: 100%;
    display: inline-block;
		margin-bottom: -3px;
}
/* .my-profile .profile-top div {
    float: left;
    width: 50%;
} */
.my-profile .profile-top img {
    width: 20px;
}
.my-profile .profile-top .edit {
    text-align: right;
}
.my-profile .profile-top button {
    background: #B60B0B;
    width: 50px;
    padding: 10px;
    margin-top: -55px;
		cursor: pointer;
}
.my-profile .profile-top h3 {
    font-size: 24px;
		text-transform: capitalize;
    padding: 10px 15px;
    color: #444;
}
.my-profile .no-values {
    background: #424242;
    padding: 15px 20px;
    color: #fff;
}
.my-profile .profile-item > p {
    color: #444;
    padding: 12px 15px;
    font-size: 16px;
}
.my-profile .profile-item p a {
    color: #B60B0B;
    text-decoration: underline;
}
.my-profile .profile-cont {
    background: #EBEBEC;
    margin: 0 15px 20px;
    padding: 12px 10px;
}
.my-profile .profile-cont p, .edit-occupation-item .current-role p{
  background-color: #fff;
  padding: 10px;
  margin: 10px 0px;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}
.my-profile .profile-cont .form-control, .my-profile .profile-cont-item .form-control {
  font-size: 18px;
    color: #000;
    font-weight: 600;
}
.my-profile .profile-cont-item {
  background: #EBEBEC;
  margin: 0 15px 20px;
  padding: 10px 10px;
}
.my-profile .profile-cont p {
    font-size: 14px;
}
.welcome-profile h1 {
    text-align: center;
    font-size: 36px;
    color: #444;
    font-weight: 600;
}
.iq2-score-item {
    background: #fff;
    border-bottom: 1px solid #B60B0B;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
}
.iq2-score-item .score-top {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #898989;
}
.iq2-score-item .score-top div {
    float: left;
    width: 50%;
}
.iq2-score-item .score-top h3 {
    font-size: 20px;
    padding: 12px 15px;
    color: #444;
}
.iq2-score-item > p {
    font-size: 18px;
    max-width: 500px;
    margin: 30px 50px;
}
#up_score {
    margin-top: 30px;
}
.iq2-score-item .score-top .date {
    text-align: right;
    margin-top: 14px;
}
.iq2-score-item .date span {
    background-color: #898989;
    color: #fff;
    padding: 3px 12px;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
}
.user-profile > .tab > button:hover {
	color: #B60B0B;
}
body {
  position: relative;
}
.news-letter-popup.hide{
  display: none !important;
}

.news-letter-popup {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  bottom:0;
  bottom:0;  
  overflow: auto;
}
.news-letter-popup .news-popup {
  padding: 45px 80px;
  margin: 0 auto;
  max-width: 680px;
  height: 600px;
  background-color: #FFF;
  margin: 0 auto;
  margin-top: 80px;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
  position: relative;

}
.news-letter-popup .news-popup img {
    margin: 0 auto;
}
.news-letter-popup .news-popup h4 {
  font-size: 32px;
  line-height: 38.4px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #E31D3C;
}
.news-letter-popup .news-popup p {
    font-size: 18px;
    line-height: 25px;
    color: #2B2B2B;
    width: 70%;
    margin: 0 auto;
}
.news-letter-popup #close_nl_popup {
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 20px;
  padding-right: 20px;
  z-index: 9999;
}
#close_nl_popup:before, #close_nl_popup:after {
    background-color: #000;
    content: '';
    position: absolute;
    left: 14px;
    height: 16px;
    top: 8px;
    width: 2px;
}
#close_nl_popup:before {
  transform: rotate(45deg);
}
#close_nl_popup:after {
  transform: rotate(-45deg);
}
.news-letter-popup .nl-popup-form input {
  background-color: #fff;
  border: 2px solid #c9c9c9;
  color: #2F2F2F;
  display: inline-block;
  min-height: 36px;
  min-width: 50px;
  padding: 0 0.4em;
  vertical-align: middle;
  width: 100%;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  transition: all 0.3s;
  height: 50px;
}
.news-letter-popup .nl-popup-form input:hover {
    border-color: #838383;
}
.news-letter-popup .nl-popup-form label {
    color: #000;
    font-weight: 600;
}
.news-letter-popup .nl-popup-form .content__button {
  text-align: center;
}
.news-letter-popup .nl-popup-form input[type="submit"] {
  background: #E31D3C;
  border-radius: 0px !important;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 10px;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.news-letter-popup .nl-popup-form input[type="submit"]:hover{
  background-color: #B60B0B;
}
.news-letter-popup #mc_embed_signup_scroll{
  width: 70%;
  margin: 0 auto;
}
@media (max-width:767px){
  /*.news-letter-popup .news-popup{
    height: 550px !important;
		width: 90% !important;
    padding: 20px;
  }*/
  .news-letter-popup img{
    width: 200px !important;

  }
  .news-letter-popup h4{
    font-size: 22px !important;
    line-height: 28px !important;
  }
  .news-letter-popup p {
    font-size: 16px !important;
    width: 100% !important;
  }
  .news-letter-popup #mc_embed_signup_scroll {
   width: 100%;
  }
}
@media (min-width:768px) and (max-width:1199px){
  .news-letter-popup{
    height: 100vh;

  }
  
  .news-letter-popup .news-popup{
    width: 600px;
    padding: 45px 80px;
  }
}
 /* Iphone 13 pro max popup scroll landscape */
@media only screen
    and (device-width: 428px)
    and (device-height: 926px)
    and (-webkit-device-pixel-ratio: 3) and
	(orientation:landscape) {
  .news-letter-popup .news-popup {
     height:380px !important;
     overflow: scroll !important;
     margin-top: 15px !important;
     width: 600px !important;
   }
 }
 /* All Iphone device  popup scroll landscape */
@media screen and (min-width:320px) and (max-width:767px) and
(-webkit-device-pixel-ratio: 3) and
	(orientation:landscape) {
  .news-letter-popup .news-popup {
     height:360px !important;
     overflow: scroll !important;
     margin-top: 15px !important;
     width: 600px !important;
   }
 }
  /* All android mobile device  popup scroll landscape */
 @media screen and (min-width:320px) and (max-width:767px) and
(orientation:landscape) {
  .news-letter-popup .news-popup {
     height:330px !important;
     overflow: scroll !important;
     margin-top: 15px !important;
     width: 600px !important;
   }
 }

.debate-details-page .media-player .row .debate-action-panel .comment-tab-content .comment-form .submit {
  cursor: pointer;
}
.l-featured-cards .featured-card .featured-img {
    background-position: center;
    background-size: cover;
}
.upcoming_wrapper .vote_type_wrapper {
	width: 100%;
	display: inline-block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type {
  display: block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type::before {
    top: -8px;
}
.disable-search li::before  {
  background-color:#ebebec!important;
}
#menu-secondary-header-menu .user_account {
  position: relative;
}
#menu-secondary-header-menu .user_account::after {
    position: absolute;
    content: "\f107";
    font-weight: 900;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    left: 83px;
    top: 0px;
}
#menu-secondary-header-menu .user_account .sub-menu {
  position: absolute;
  width: 230px;
  height: auto;
  display: inline-block !important;
  top: 38px;
  left: 0;
  background: #fff;
  z-index: 99;
  box-shadow: -2px 2px 2px rgb(0 0 0 / 5%), 2px 2px 2px rgb(0 0 0 / 5%);
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#menu-secondary-header-menu .user_account:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#menu-secondary-header-menu .sub-menu li {
  margin-right: 0;
}
#menu-secondary-header-menu .user_account .sub-menu a {
  font-weight: 400;
  padding: 5px 30px;
  display: block;
  color: #000;
}
#menu-secondary-header-menu .user_account .sub-menu a:hover {
  text-decoration: underline;
}
#menu-secondary-header-menu .user_account .border-btm {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.buy_tickets_page .watch_later {
  background: #fff !important;
  color: #333 !important;
  transition: all 0.3s;
  cursor: pointer;
}
.buy_tickets_page .watch_later img {
  filter: grayscale(1);
}
.buy_tickets_page .watch_later:hover {
  text-decoration: underline;
}
.user-profile-page .tab {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  text-align: center;
}
.user-profile-page .tab a {
  font-size: 18px;
  float: left;
  width: 33.33%;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px;
  transition: 0.3s;
}
.user-profile-page .tab a:hover {
  background-color: #fff;
}
.user-profile-page .tabcontent-inner {
  padding: 6px 12px;
}
.user-profile-page .tab a br {
  display: none;
}
.user-profile-page .tab a.active {
  background-color: #fff;
  color: #B60B0B;
}

.my-all-debates {
    margin: 50px 0;
}
.my-all-debates .myd-item {
    background: #fff;
    padding: 20px 20px 15px;
    border-bottom: 1px solid #B60B0B;
    margin-bottom: 20px;
}
.my-all-debates .myd-title {
    display: grid;
    grid-template-columns: 70% 30%;
    border-bottom: 1px dashed #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.my-all-debates .myd-title h4 {
    font-size: 18px;
    font-weight: 400;
}
.my-all-debates .myd-title h4 a {
  color: #000;
  transition: all 0.3s;
}
.my-all-debates .myd-title h4 a:hover {
    text-decoration: underline;
}
.my-all-debates .myd-content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.my-all-debates .myd-content {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.my-all-debates .myd-title p {
    text-align: right;
    font-size: 15px;
}
.my-all-debates .myd-content p {
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
}
.my-all-debates .myd-btm ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.my-all-debates .myd-btm ul li a {
    display: block;
    color: #ffffff;
    padding: 3px 15px;
    background-color: #E31D3C;
    font-size: 14px;
    font-weight: 300;
}
.my-all-debates .myd-btm ul li a:hover {
  background-color: #B60B0B;
}

.tabcontent-inner .up_comment_top {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0 0 15px 15px;
    background-color: #fff;
}
.tabcontent-inner .up_comment_top p {
    text-align: right;
}
.tabcontent-inner .up_comment_top p span {
    background: #898989;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px;
    font-weight: 300;
}
.tabcontent-inner .up_comment_top h3 {
    font-size: 20px;
}
.tabcontent-inner .comment_debate {
    display: grid;
    grid-template-columns: 70% 30%;
    padding-left: 15px;
    background-color: #444;
}
.tabcontent-inner .comment_debate a {
  display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
}
.tabcontent-inner .comment_debate a:hover {
  text-decoration: underline;
}
.tabcontent-inner .comment_cont {
    padding: 10px 15px;
}
.tabcontent-inner .comment_cont p {
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 16px;
}
.tabcontent-inner .comment_btm a {
    display: inline-block;
    margin-right: 5px;
    background: #E31D3C;
    padding: 3px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.tabcontent-inner .comment_btm a:hover {
  background-color: #B60B0B;
}
.tabcontent-inner .comment_box {
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #B60B0B;
}
.tabcontent-inner .comment_debate img {
    margin-left: auto;
}
.tabcontent-inner .comment_debate h4 {
    line-height: 5;
}
#up_comments, #up_replies {
    margin-top: 30px;
}
.tabcontent-inner .comment_btm {
    padding: 0 15px;
}
.my-dashb-inner .col-md-8 {
  position: unset;
}
.reply-cmt-box {
  position: fixed;
  width: 70%;
  height: 60vh;
  top: 120px;
  left: 15%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 10px #000000;
  padding-bottom: 50px;
  display: none;
  margin: 0 auto;
}
.body_overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0008;
    left: 0;
    top: 0;
    z-index: 99;
}
.reply-cmt-box h3 {
    font-size: 60px;
    padding: 20px 0 10px;
    text-align: center;
    background: #B60B0B;
    color: #fff;
}
.reply-cmt-box .form-box {
    padding: 30px 50px;
}
.reply-cmt-box textarea {
    width: 100%;
    padding: 10px;
    resize: none;
    border: 1px solid #000 !important;
    border-radius: 2px;
    margin-bottom: 5px;
    height: 150px;
}
.reply-cmt-box input[type='submit'] {
    width: 78%;
    margin-right: 2%;
    background: #B60B0B;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.reply-cmt-box input[type='submit']:hover {
    background: #467898;
}
.reply_err {
    color: #B60B0B;
    padding-top: 10px;
    display: none;
}
.reply-cmt-box .form-box p {
    width: 19%;
    padding: 12px 0px;
    text-align: center;
    display: inline-block;
    background: #444444;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.reply-cmt-box .form-box p:hover {
  background: #000;
}
.reply-cmt-box #close_btn {
    background: #000;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.reply-cmt-box #close_btn:hover {
  background-color: #fff;
}
.reply-cmt-box #close_btn::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 4px;
    background: #B60B0B;
    transform: rotate(45deg);
    top: 20px;
    left: 5px;
    border-radius: 50px;
}
.reply-cmt-box #close_btn::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 4px;
    background: #B60B0B;
    transform: rotate(135deg);
    top: 20px;
    left: 5px;
    border-radius: 50px;
}
.followers_count ul li {
    padding: 0 20px;
    line-height: 36px;
    text-transform: capitalize;
    display: inline-block;
}
.followers_count .follow {
  background: #fff;
  color: #424242;
  margin-right: -3px;
  transition: all 0.3s;
  cursor: pointer;
}
.followers_count .follow:hover {
  background: #424242;
  color: #fff;
}
.followers_count .total-f {
  background-color: #E31D3C;
}
#blog_list .post_grid {
  margin: 0 15px;
}
.bitcoin_payemnt {
    text-align: center;
}
.bitcoin_payemnt .bitcoin {
  padding: 50px 0;
}
.prelease-detail-page .banner-image .banner.banner-fix-content h1 {
    line-height: 1.2;
    max-width: 600px;
    margin: 0 auto;
    padding: 70px 30px 30px;
    font-size: 36px;
    font-weight: 600;
    color: #424242;
    position: relative;
    margin-bottom: 15px;
}
.prelease-detail-page .banner-image .banner.banner-fix-content h1:after {
  content: "";
  position: absolute;
  width: 150px;
  border-bottom: 1px solid #424242;
  bottom: 0;
  left: 50%;
  margin-left: -75px;
}
.prelease-detail-page .press_date {
    font-size: 18px;
    color: #424242;
    margin-bottom: 10px;
}
.prelease-detail-page .banner-image .banner.banner-fix-content {
    padding: 80px 0 30px;
}
.prelease-detail-page .pdf_mail a {
  padding: 0 6px;
}
.prelease-cont .content {
  padding: 60px 0;
}
.prelease-cont .content {
  max-width: 66%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #424242;
  font-family: verdana,geneva,sans-serif;
}
.prelease-cont .content p {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 1.6;
}
.prelease-cont .content ul {
  margin-bottom: 30px;
}
.prelease-cont .content ul li {
    list-style: none;
}
.prelease-cont h2, .prelease-cont h3, .prelease-cont h4, .prelease-cont h5, .prelease-cont h6 {
  font-family: verdana,geneva,sans-serif;
  line-height: 1.1;
  font-weight: 600;
  padding-bottom: 15px;
}
.prelease-cont h2 {
    font-size: 32px;
}
.prelease-cont h3 {
    font-size: 28px;
}
.prelease-cont h4 {
    font-size: 24px;
}
.prelease-cont h5 {
    font-size: 22px;
}
.prelease-cont h6 {
    font-size: 20px;
}
.prelease-cont .content a {
    color: #B60B0B;
    transition: all 0.3s;
}
.prelease-cont .content a:hover {
    color: #424242;
}
.prelease-cont .content > span {
    display: block;
    padding-bottom: 30px;
}
.login_required p {
    font-size: 18px;
    color: #444;
}
.login_required p a {
    color: #E31D3C;
    text-decoration: underline;
}
.login_required p a:hover {
  color: #B60B0B;
}
.mc-field-group.nl-submit-btn {
    text-align: center;
}
.debate_sections#page_about .ds-more ul li a {
  cursor: pointer;
}
.debate-details-page .about-the-debaters .main-points-section .main-points-wrapper .main-points-list {
  padding: 0 15px;
}
.common-section {
  display: none;
}
.common-section .debaters-inner {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f2f2f2;
    min-height: 120px;
}
.common-section .debaters-img {
    float: left;
    width: 15%;
}
.common-section .debaters-content {
    float: left;
    width: 82%;
    margin-left: 3%;
}
.common-section .debaters-img img {
    border-radius: 50px;
}
.common-section .about-the-debaters.details h6 {
  padding: 50px 0 10px;
  margin: 0 15px;
  border-bottom: none;
  font-size: 24px;
  font-weight: 700;
}
.common-section .debater-name {
   line-height: 1.3;
   font-size: 14px;
}
.common-section .main-points-list {
    background: #f2f2f2;
    padding: 20px !important;
}
.common-section .debaters-content .short_des,
.common-section .debaters-content .short_des p {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 8px;
}
.common-section h3 {
    font-weight: 700;
}
.debate-details-page .media-player .image-player {
  position: relative;
}
.debate-details-page .media-player .image-player::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000099;
}
.debate-details-page .media-player .image-player img {
  width: 100%;
}
.l-featured-cards .featured-card .featured-img {
    background-position: center;
    background-size: cover;
}

.upcoming_wrapper .vote_type_wrapper {
	width: 100%;
	display: inline-block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type {
  display: block;
}
.buy_tickets_page .upcoming_wrapper .upcoming_middle .content-bottom .vote_type_wrapper .against_type::before {
    top: -8px;
}
.disable-search li::before  {
  background-color:#ebebec!important;
}
.mobile_menu_account ul li a {
  padding: 5px 0 !important;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper > li ul.wp-mega-sub-menu li a::after {
  top: 13px !important;
  font-weight: 700;
  right: 70px;
}
.wp-megamenu-main-wrapper .wpmm-mega-wrapper li.wpmega-menu-flyout ul .our-team-items ul.wp-mega-sub-menu {
  width: 220px !important;
}
.wp-megamenu-main-wrapper .wpmm-mega-wrapper li.wpmega-menu-flyout ul .our-team-items ul.wp-mega-sub-menu li a {
  padding: 5px 20px;
}
.debate-details-page h3 {
    font-weight: 700;
}
.debate-details-page .about-the-debaters h6 {
    font-weight: 600;
}
.blog-content .blog-content-right .topics_filter ul li .number,
.blog-content .blog-content-right .archive_filter .inner-content .collapsed-archives ul > li span {
  padding-top: 7px;
  width: 55px;
}
.content.f-widget1 {
  padding-bottom: 10px;
}
.debate-details-page .debate_main_section .tab_block_wrapper .results_block .results-tabs .results-tab-content .debate-progress-status .for-status .percent,
.debate-details-page .debate_main_section .tab_block_wrapper .results_block .results-tabs .results-tab-content .debate-progress-status .undecided-status .percent {
  color: #3b3b3b;
}











/* Responsive Style For Mobile */
@media screen and (max-width: 767px) {
	.iq2us-blog-filter .filter-content-wrapper select {
		font-size: 18px;
	}
  .single-debate .a2a_default_style,
  .tax-topics .a2a_default_style,
  .page-template-view-schedule .a2a_default_style,
  .page-template-podcasts .a2a_default_style,
  .page-template-our-friends .a2a_default_style,
  .page-template-support-us .a2a_default_style,
  .page-template-partner-support .a2a_default_style,
  .page-template-donate .a2a_default_style {
    display: block;
  }
	.a2a_vertical_style {
		display: none !important;
	}
	.single-debate .post-featured-img {
    height: 200px;
	}
  .news-letter {
    width: 100%;
    height: auto;
    right: 0;
    bottom: unset;
    border-radius: 0;
    top: 0;
  }
  #close_nl_popup {
    border-radius: 0;
    box-shadow: unset;
    right: 5px;
    top: 5px;
  }
  .user-profile-hero .user-name img {
    width: 80px;
    height: 80px;
  }
  .welcome-profile h1 {
    font-size: 24px;
  }
  .user-profile-hero {
    padding: 20px 0;
    background-size: cover;
  }
  .user-profile-hero .user-name {
    grid-template-columns: 100px auto;
  }
  .user-profile-hero .user-name h2 {
    font-size: 24px;
    padding-top: 20px;
  }
  .user-follower {
    margin-top: 30px;
  }
  .user-follower .f-score {
    min-width: 60px;
    height: 60px;
  }
  .user-follower .f-score span {
    font-size: 30px;
    line-height: 1.8;
  }
  .user-follower {
    grid-template-columns: 75% 25%;
    grid-column-gap: 10px;
  }
  .f-right p {
    font-size: 14px;
  }
  .user-follower .f-item h5 {
    width: 60px;
    height: 40px;
    font-size: 18px;
    margin-top: 5px;
  }
  .user-follower .f-left {
    grid-column-gap: 5px;
  }
  .user-follower .f-item p {
    font-size: 14px;
  }
  .user-follower .f-item a {
    font-size: 14px;
  }
  .user-follower .f-item h5::after {
    width: 15px;
    height: 15px;
    bottom: -6px;
    left: 22px;
  }
  .tab button {
    font-size: 16px;
    line-height: 1.5;
  }
  .empty-activity {
    padding: 20px;
    font-size: 18px;
  }
  .upc-debate h2 {
    font-size: 30px;
    padding-top: 30px;
    text-align: center;
  }
  .srp_summary .srps_items {
    grid-template-columns: 85px 85px 85px;
  }
  .follow-topics h2 {
    font-size: 30px;
    margin-top: 45px;
    padding-bottom: 15px;
  }
  .iq2-score-item .score-top h3 {
    font-size: 18px;
    padding: 10px 10px;
  }
  .iq2-score-item > p {
    font-size: 16px;
    margin: 15px 10px;
  }
  .user-profile-area .col-md-12 {
    padding: 0 !important;
  }
  .my-profile {
    padding: 25px 0 50px;
  }
  .user-profile .tab button br {
    display: block;
  }
  .my_debate h2 {
    font-size: 36px;
  }
 .debaters-page .debaters-wrapper .blog-post.blog-content-left .debaters_section .debators-sort-options ul {
    display: inline;
  }

}

/* Responsive Style For Tab */
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.single-debate .post-featured-img {
    height: 208px;
	}
  .user-profile-hero .user-name img {
    width: 120px;
    height: 120px;
  }
  .user-profile-hero .user-name {
    grid-template-columns: 130px auto;
    padding-top: 5px;
  }
  .user-profile-hero .user-name h2 {
    font-size: 32px;
    padding-top: 36px;
  }
  .user-follower .f-score {
    min-width: 60px;
    height: 60px;
  }
  .user-follower .f-score span {
    font-size: 32px;
    line-height: unset;
  }
  .user-follower .f-item a {
    font-size: 14px;
    margin-top: 5px;
  }
  .user-follower .f-item p {
    margin-top: 5px;
    font-size: 14px;
  }
  .user-follower .f-item h5 {
    width: 55px;
    height: 40px;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 5px;
  }
  .user-follower .f-item h5::after {
    width: 15px;
    height: 15px;
    bottom: -6px;
    left: 19px;
  }
  .user-follower .f-left {
    grid-column-gap: 10px;
  }
  .f-right p {
    font-size: 10px;
  }
  .user-follower .score-hover {
    left: -95px;
  }
  .user-follower .f-right .score-hover {
    left: unset;
    right: 0;
  }
  .user-follower .f-right .score-hover::after {
    left: 90%;
  }
  .upc_debate_item {
    float: left;
    width: 50%;
  }
  .upc-debate {
    display: inline-block;
    width: 100%;
  }
  .follow-topics {
    width: 100%;
  }

}

/* Responsive Style For Large Tab */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
	.single-debate .post-featured-img {
    height: 142px;
	}
	.user-follower {
    grid-template-columns: 75% 20%;
	}
	.srp_summary .srps_items {
    grid-template-columns: 90px 90px auto;
	}
}


/* Responsive Style */
@media screen and (min-width: 911px) and (max-width: 1199px) {
	#mobile-menu #wpmm-wrap-mobile-header-menus {
    max-width: 480px;
    width: 100%;
	}
}

@media screen and (min-width: 1800px) {
	ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
		left: 100%;
	}
}

@media screen and (max-width: 499px) {
	.iq2us-blog-filter .filter-content-wrapper select {
    padding: 4px 45px 4px  10px;
	}
	.iq2us-blog-filter .filter-content-wrapper select {
		font-size: 14px;
	}
}

@media screen and (max-width: 1199px) {
	.all-debate-section .filter_data .recent_debate .recent_debate-content .ds-transport .dive_deeper a br {
    display: none;
	}
	.all-debate-section .filter_data .recent_debate .recent_debate-content::before {
		position: unset;
		background: transparent;
	}
  .menu-about-right-sidebar-container {
    display: none;
  }
  .show_only_mobile h6 {
    display: none;
  }
  .mobile_menu_login, .mobile_menu_account  {
    margin-top: -30px !important;
  }
  .mobile_menu_search  form {
    margin-bottom: 15px;
  }
  .mobile_menu_login a:first-child, .mobile_menu_search a {
    display: none !important;
  }
  .mobile_menu_login a {
    display: inline-block !important;
    margin-right: 15px !important;
    font-size: 15px !important;
  }
  .mobile_menu_search form.searchform input {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: right;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }
  .mobile_menu_search form.searchform input::placeholder {
    opacity: 1 !important;
    color: #fff !important;
    font-weight: 300;
  }
  #mobile-menu a {
    font-family: 'Open Sans' !important;
  }
  .show_only_mobile {
    margin-bottom: 20px;
  }
  .show_only_mobile .col-sm-12 {
    padding: 0;
  }
  .show_only_mobile ul li {
    padding-bottom: 0px !important;
    margin-bottom: 0 !important;
  }
  .show_only_mobile .listen_watch_btn {
    margin: 10px 0 20px;
  }
  .show_only_mobile .listen_watch_btn ul li {
    display: inline-block !important;
    width: auto !important;
  }
  .show_only_mobile .listen_watch_btn ul li a {
    text-decoration: underline !important;
  }
 #mobile-menu .mobile-tickets-btn a {
    text-align: center !important;
    display: block;
    background: #424242;
    padding: 16px;
    width: 100%;
    overflow: hidden;
    font-weight: 400;
  }
  .buy-ticket-menu-btn a {
    background: #b60b0b;
    text-align: center !important;
  }
  #mobile-menu .no-border-btm {
    border-bottom: none !important;
  }
  #mobile-menu .border_bottom {
    border-bottom: 1px solid #fff!important;
  }
  #mobile-menu #wpmm-wrap-mobile-header-menus ul li {
    padding: 7px 0;
  }
  #mobile-menu #wpmm-wrap-mobile-header-menus ul {
    padding: 10px 30px 25px;
  }
  .buy-ticket-menu-btn .wpmm-sub-menu-wrap {
    display: none;
  }
  .mobile_menu_account ul li a, .mobile_menu_account ul li a span {
    text-transform: capitalize !important;
    font-size: 14px !important;
  }
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right div ul li div {
    left: 0;
  }
  .nsl-container.nsl-container-block {
    text-align: center !important;
  }

}

@media (max-width: 800px) {
  iframe#donations-iframe {
    min-height: 1310px;
    overflow: scroll;
  }
}


/* @media (max-width: 800px) {
iframe#donations-iframe {
    min-height: 2000px;
}
} */


@media (max-width: 910px) {
  ul.wpmm-mega-wrapper li.wpmega-menu-flyout li.menu-item-has-children > a::after {
    top: 3px;
  }
}

/**
	For Old Transcript Styles
 */
.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li {
	position: relative;
	margin: 0 0 30px;
	padding-left: 8em;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;*/
}

.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li .formated-time {
	background-color: #eeeeee;
	padding: 5px 10px;
	color: #000000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	position: absolute;
	left: 0;
	top: 0;
}

.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li .formated-time.active,
.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li:first-child .formated-time{
	background-color: #E31D3C;
	color: #ffffff;
}

.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li text {
	min-height: 36px;
	padding-left: 35px;
}

@media screen and (max-width: 1199px) {
	.debate-details-page .debate_main_section .tab_block_wrapper .transcript_block .transcript ul li text {
		font-size: 14px;
		line-height: 28px;
	}
}





/* Latest css */
li#old_a2a_wp_google_chat_share_service img {
  background: #dd4b39 !important;
}
.header .menu-wrapper .header-menu ul.wpmm-mega-wrapper>li ul.wp-mega-sub-menu li.briefing-room-link,
#mobile-menu #wpmm-wrap-mobile-header-menus ul li ul li.briefing-room-link {
  display: block;
}

.a2a_kit a[title="Google Chat"] {
  background: #dd4b39;
}
.a2a_kit a[title="Google Chat"] img {
  padding: 4px;
}
.debate-card .card-info .ds-title {
  min-height: 115px !important;
}
.footer_2 .buy_ticket_area {
  text-align: right;
}
.footer .footer_2 .buy_ticket {
  padding: 12px 45px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s;
  background: #b60b0b;
}
.footer .footer_2 .buy_ticket:hover {
  background-color: #484848;
}
/* User profilr css */

.edit-user-image-sec{
  padding:20px;
  color: #fff;
}
.edit-user-image-sec h6{
  display: flex;
}
.edit-user-image-sec h6 .edit{
 padding-top: 5px;
}
.user-profile-hero .edit-picture-section{
  background-color: #fff;
  padding:20px;
  background-color: #fff;
  border-bottom: 1px solid #444;
  margin-bottom: 15px;
}
.user-profile-hero .edit-picture-section .edit-btns{
  padding-top: 10px;
}
.user-profile-hero .edit-picture-section .edit-btns button {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
}
.user-profile-hero .edit-picture-section .edit-btns button:hover {
  background-color: #000;
}
.user-profile-hero .edit-picture-section .edit-btns .bio-save {
  background: #E31D3C;
}
.user-profile-hero .edit-picture-section .edit-btns .bio-save:hover {
  background: #B60B0B;
}
.user-profile-hero .edit-picture-section #loader-gif{
  display:none;
}


.my-profile .profile-item .user_bio {
  padding: 0 15px 15px;
}
.my-profile .profile-item .edit-user-bio {
  padding: 0 15px 15px;
  display: none;
}
.my-profile .profile-item .edit-user-bio textarea {
  border: 1px solid #000;
  width: 100%;
  resize: none;
  min-height: 130px;
  padding: 10px;
  color: #444;
  font-size: 18px;
  margin-bottom: 15px;
}
.my-profile .profile-item .edit-user-bio .char-counter {
  font-size: 13px;
  margin: 0 0 5px 0;
  color: #424242;
}
.my-profile .profile-item .edit-btns button {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  background: #424242;
  cursor: pointer;
  transition: all 0.3s;
}
.my-profile .profile-item .edit-btns button:hover {
  background-color: #000;
}
.my-profile .profile-item .edit-btns .bio-save {
  background: #E31D3C;
}
.my-profile .profile-item .edit-btns .bio-save:hover {
  background: #B60B0B;
}
.my-profile .profile-item .edit-user-location {
  padding: 0 15px 20px;
  display: none;
}
.my-profile .profile-item .edit-occupation {
  padding: 0 15px 20px;
  display: none;
}
.my-profile .profile-item h4 {
  display: block;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}
.my-profile .profile-item .current-role input, .loc-input input {
  width: 60%;
  border: 1px solid #000;
  margin-bottom: 15px;
  padding: 3px 10px;
  font-size: 18px;
}
.my-profile .profile-item .user-age input {
  width: 144px;
  border: 1px solid #000;
  margin-bottom: 25px;
  padding: 3px 10px;
  font-size: 18px;
}
.my-profile .profile-item .party-tab {
  cursor: pointer;
  font-weight: 300;
  display: inline-block;
  background: #898989;
  color: #fff;
  padding: 11px 10px;
  margin: 0 20px 15px 0;
  text-align: center;
  width: 150px;
  font-size: 18px;
}
.my-profile .profile-item .party-tab.active {
  background: #467898;
}
.switch_area strong {
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-right: 10px;
}
p#public_private {
  padding-left: 80px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .showon_top {
    padding: 5px 15px 5px !important;
  }
  .footer .footer_2 .buy_ticket {
    padding: 12px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer_2 .buy_ticket_area {
    text-align: left;
  }
  .footer .footer_2 .buy_ticket {
    padding: 8px 30px;
  }
}
.news-letter-section .block_wrapper {
  position: relative;
  padding-bottom: 40px !important;
}
.news-letter-section .block-content-link {
  position: absolute;
  bottom: 15px;
}
.gender-test{
  color:#0077b5;
}
.party-tab input{
  appearance: auto;
}
.user-location .form-control{
  display: block;
  margin: 5px 10px 5px 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.user-location input {
  vertical-align: middle;
  margin: 5px 10px 5px 0;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.user-location .col-sm-6{
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .user-location input, .edit-occupation .current-role input{
    width: 100% !important;
  }
  .edit-occupation .party-tab{
    width: 100% !important;
    text-align: left !important;
    margin-right: 5px;
  }
  .edit-occupation .party-tab input{
    margin-right: 5px;
  }
}

 #app .iq2-voting-app .confirm .btn-red-bg{
  background-color: #E31D3C;
  text-transform: uppercase;
 }
 #app .iq2-voting-app .confirm .btn-red-bg:hover{
  background-color: #B60B0B;
 }
