/*
Theme Name: 	Newspaper Child
Theme URI: 		http://tagdiv.com
Description: 	Premium wordpress template, clean and easy to use.
Author: 		Dhruv Agarwal
Author URI: 	https://agdhruv.github.io
Tags:black, white, one-column, two-columns, fixed-layout
Template:       Newspaper
Version:      	1.2.2
*/

/* WIDTH FOR single_template_7.php POST CONTENT */
.td-container.my-less-width {
  width: 850px;
}

@media (min-width: 1019px) and (max-width: 1140px) {
	.td-container.my-less-width {
	  width: 826px;
	}
}

@media (min-width: 768px) and (max-width: 1018px) {
	.td-container.my-less-width {
	  width: 625px;
	}
}

@media (max-width: 767px) {
	.td-container.my-less-width {
	  width: 100%;
	  padding-left: 10px;
	  padding-right: 10px;
	}
}
/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/* === */
/* DEBATE PAGE */
/* === */

	.single-debate .td-scroll-up {
		display: none !important;
	}

	div.initial_quote {
		transition: 0.2s linear background;
		cursor: pointer;
		/*border-radius: 0.25rem;*/
	}

	div.initial_quote.active-quote {
		background: #ececec;
	}

	div.initial_quote:hover {
		background: #ececec;
	}

	div.td-pb-row div.initial_quote blockquote p {
		font-size: 27px;
	}

	@media (max-width:767px) {
		div.td-pb-row div.initial_quote blockquote p {
			font-size: 20px;
		}
	}

	div.td-pb-row article.corresponding_opinion {
		margin-top: 15px;
		display: none;
	}

	/* Choose another opinion button */
	.td-footer-wrapper {
		z-index: 101;
	}

	.td-full-screen-header-image-wrap {
		z-index: 101;
	}

	a.choose-another-opinion {
	    margin: 0px;
	    position: fixed;
	    top: calc(50% - 22.5px);
	    right: 5px;
	    /*right: 37.5px;*/
	    text-align: center;
	    z-index: 100;
	    display: none;
	}

	a.choose-another-opinion span {
	    display: inline-block;
	    font-weight: 400;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    /*border: 1px solid #28a745;*/
	    font-size: 1em;
	    line-height: 1.5;
	    /*border-radius: .25rem;*/
	    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    padding: .5rem .7rem;
	    color: white;
	    font-family: Merriweather;
	    background: #3949ab;
	}

	@media (max-width:910px) {
		a.choose-another-opinion {
		    top: auto;
		    bottom: 5px;
		    right: calc(50% - 58.5px);
		}

		.choose-another-opinion span {
		    font-size: 0.7em;
		    padding: .3rem .5rem;
		    background: #fff;
		    color: #222;
		}
	}
	/* Choose another opinion ends */

/* === */
/* DEBATE PAGE ENDS */
/* === */