/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
#torquecafe-com_sticky_pushdown{
z-index:10;
}
.vc_empty_space{
	height:0 !important;
}
.jeg_video_playlist {
	margin-bottom:10px;
}
.sidebarPoll .pdTriggerContainer {
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	padding: 1.25rem;
	background: #014693;
}
.sidebarPoll .pdTriggerContainer .info {
	padding: 2rem 0;
}
.sidebarPoll .pdTriggerContainer .info .pdTitle {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2rem;
	font-style: italic;
	text-align: center;
}
.sidebarPoll .pdTriggerContainer > a,
.sidebarPoll .pollDaddy > a {
	display: inline-block;
}
.sidebarPoll .pdTriggerContainer > div img,
.sidebarPoll .pollDaddy > a img {
	width: 100%;
	max-width: 15.625rem;
}
.sidebarPoll .pdTriggerContainer .buttonContainer {
	width: 100%;
	max-width: 18.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebarPoll .pdTriggerContainer .buttonContainer a {
	color: #FFD500;
	font-size: 0.875rem;
	text-transform: uppercase;
}
.sidebarPoll .pdTriggerContainer .buttonContainer a:hover,
.sidebarPoll .pdTriggerContainer .buttonContainer a:focus {
	color: #000;
}
.sidebarPoll .pdTriggerContainer .buttonContainer a.button {
	color: #014693;
	background: #FFD500; 
/*	padding: 0.5rem 1.25rem; */ 
}
.sidebarPoll .pdTriggerContainer .buttonContainer a.button:hover,
.sidebarPoll .pdTriggerContainer .buttonContainer a.button:focus {
	background: rgba(255,213,0,0.9);
}
#pollDaddy {
	padding: 1.25rem;
	position: relative;
	background-color: #004890;
}
#pollDaddy .PDS_Poll .pds-box {
	width: 100%;
	padding: 1.25rem 0 0;
}
#pollDaddy .PDS_Poll .pds-box .pds-question-top {
	padding-bottom: 0.5rem;
}
#pollDaddy .PDS_Poll .pds-box .pds-question-top div {
	font-size: 0.875rem;
	font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#pollDaddy .PDS_Poll .pds-answer .pds-input-label {
	width: 80%;
	width: calc(100% - 1.5625rem);
}
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer .css-vote-button,
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer .css-vote-button-lead {
	margin: 0;
	border: 0;
	float: unset;
	border-radius: 0;
	font-weight: 700;
	font-size: 0.875rem;
	padding: 0.5rem 2rem;
	color: #014693;
	background: #FFD500;
	text-decoration: none;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	line-height: 1.1875rem;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer .css-vote-button:hover,
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer .css-vote-button:focus {
	background: rgba(255,213,0,0.9);
}
#pollDaddy .PDS_Poll .pds-vote .pds-votebutton-outer .css-vote-button-lead {
	background: #FFD500 url(https://polldaddy.com/polls/vote-loader-eeeeee.gif) no-repeat scroll 50% 50% !important;
}
#pollDaddy .PDS_Poll .pds-vote,
#pollDaddy .pds-links {
	padding: 0.625rem 0 0;
}
#pollDaddy .pds-links a,
#pollDaddy .pds-links-back a,
#pollDaddy .viewPastPolls {
	color: #FFD500;
	font-weight: 700;
	font-size: 0.875rem;
	float: unset;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
#pollDaddy .viewPastPolls {
	right: 1.25rem;
	bottom: 1.3125rem;
	position: absolute;
}
#pollDaddy .pds-total-votes {
	color: #fff;
}
.fancybox-inner .fancybox-slide--html .fancybox-button.fancybox-close-small {
	padding: 0.25rem;
	width: 2rem;
	height: 2rem;
}
.fancybox-inner .fancybox-slide--html .fancybox-button.fancybox-close-small svg * {
	fill: #fff;
}
/* 740px */
@media (min-width: 46.25em) {
	.sidebarPoll .pdTriggerContainer .buttonContainer {
		flex-wrap: wrap;
	}
	.sidebarPoll .pdTriggerContainer .buttonContainer a.button {
		width: 100%;
		margin-bottom: 1rem;
	}
}
/* 1340px */
@media (min-width: 83.75em) {
	.sidebarPoll .pdTriggerContainer .buttonContainer {
		flex-wrap: nowrap;
	}
	.sidebarPoll .pdTriggerContainer .buttonContainer a.button {
		width: auto;
		margin-bottom: 0;
	}
}

/* Mobile Footer */
#tc-mobile-footer { display: none; }

@media (max-width: 1px) {
  #tc-mobile-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    z-index: 9999;
    justify-content: space-around;
    padding: 10px 0;
    transition: transform 0.3s ease;
  }

  #tc-mobile-footer a {
    flex: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
  }

  #tc-mobile-footer a i {
    font-size: 18px;
    display: block;
  }

  #tc-mobile-footer a span {
    display: block;
    font-size: 10px;
    margin-top: 2px;
  }

  #tc-mobile-footer.tc-footer-hidden {
    transform: translateY(100%);
  }
}