﻿/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap);

/* Typography
================================================== */

body {
    background: #00091a;
    color: #fff;
}

body,
p {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 14px;
    
}
p { text-align: justify; font-weight: 500; }
.text-center p { text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #eee;
    font-family:  'Montserrat', sans-serif;
    text-transform: uppercase;
}

h1 ,
h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    color: #eee;
}
h3 {
    font-size: 21px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}



/* Global styles
================================================== */

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
}
body {
    border: 0;
    margin: 0;
    padding: 0;
}
a:link,
a:visited {
    text-decoration: none;
   
}
a {
    color: #fff;
}
a:hover, a:visited {
	color: #e6cf21;
}
button, input, select, textarea, label {
	color: #fff;
}
form a {
	color: #fff;
}
section {
    padding: 60px 0;
    position: relative;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.container { position: relative; }
.table-view { display: table; width: 100%; }
.table-view > div { display: table-cell; float: unset; vertical-align: middle; }



.section-title {
	position: relative;
	height: 50px;
	margin: 0px;
	text-align: center; 
}
.home .section-title, .page-id-2898 .section-title, .page-id-2 .section-title {
	color: #00091a;
}
.home.container-fluid { width: 100%; }
.pull-center { float: unset !important; margin: 0 auto !important; }

/*** Slick Slider ***/
.slick-prev::before, .slick-next::before , .slick-dots li button::before {
	color: #fff;
	opacity: 1;
}
.slick-dots li.slick-active button::before {
	color: #00091a;
}
.slick-dots li button::before {
	font-size: 12px;
}

header {
	background: rgba(1, 18, 63, 0.8);
}
/*** Nav ***/
.navbar {
	margin: 0px;
}
.navbar a { 
	color: rgba(1, 18, 63);
}
.navbar-brand {
	width: 15%;
	position: absolute;
	z-index: 999;
	background: #0e4b7c;
	height: auto;
}
.navbar-nav {
	width: 92%;
	float: right;
}
.navbar-nav > li {
	width: 15%;
	text-align: center;
}
.navbar-nav .width-l {
	width: 17%;
}
.navbar-nav > li > a {
	color: #fff; 
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0px;
	width: 236px;
	background: #eee;
}
.navbar-nav > li > a:focus, .nav .open > a:focus {
	background: unset;
	color: unset;
}
.nav .open > a, .navbar-nav > li > a:hover  {
	background: #eee !important;
	color: #000 !important;
}
.nav .open .dropdown-menu a:hover {
	background: rgb(1, 18, 63) !important;
	color: #fff !important;
}
.navbar-toggle {
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #0e4b7c;
}
.dropdown-menu {
	background: #fff;
}
.dropdown-item {
	display: block;
	padding: 5px 15px;
	font-size: 15px;
	color: #000;
}
.dropdown-item:first-child{}
.dropdown-item:hover {
	background: #fff;
	color: #000;
}

/*** Nav tabs ***/
.nav-tabs {
	border-color: #fff; 
}

/*** Home Page ***/
.logo-panel { padding: 0; overflow:hidden }
.logo-panel { background: url("https://www.tv-videosummitandawards.com/wp-content/themes/twentysixteen/images/background.jpg") center center; background-size: 100% 100%; }
/*.site-title { width: 100%; padding-top: 39%; }
.site-title + h3 { padding-bottom: 8%; font-size: 25px; }
*/
.logo { padding: 3% 0; }
.logo img { display: inline-block; width: 50%; }
.logo-text img { display: inline-block; width: 80%; }
.productcarouselbg img { width: 100%; }
.logo-panel .logo-container { position: absolute; width: 100%; height: 100%; margin: 0; }

.about-us { background: #E3E3E3;  }
.about-us .section-contect p { color: #00091a;}

	/* 2nd example :  BACKGROUND IMAGE */
	div.desktop-wrapper {
		position: relative;
		padding-top: 25px;
		padding-bottom: 49.5%;
		height: 0;
	}
	div.desktop-wrapper iframe {
		box-sizing: border-box;
		background: url(https://www.tv-videosummitandawards.com/wp-content/uploads/2020/02/mobile-frame-1.png) center center no-repeat;
		background-size: contain;
		padding: 5% 12.6% 5% 10.6%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.what-expected { background: #E3E3E3; padding: 0px; }
.what-expected-bg {  background: #cccccc; padding: 50px 0; }
.what-expected h4 { font-size: 17px; }
.what-expected .col-5 .col-md-3 { width: 20%; }

.intro-video { padding-top: 30px; }
.contact-us { background: #010054; }
.contact-us .productcarouselbg { position: absolute; bottom: 0; z-index: -1; }
.contact-us h3 { text-transform: uppercase; 
    background:white;
    color:  #010054;
    padding: 10px;
    width: 100%;
    max-width: 315px;
    margin: 0px auto 30px auto;
 }
.contact-us p, .contact-us a { font-size: 17px; line-height: 45px; color: white; }

.coming-soon { background: url('/wp-content/uploads/2018/10/whats-new-bg1.png') no-repeat center bottom; background-color: #fff;  }
.coming-soon h2 { color: #02133a; }
.coming-soon h4 { font-size: 72px; margin: 50px 0; color: #02133a; }


/*** Schedule  ***/
.schedule ol { padding: 0; margin: 0; }
.schedule li {
	line-height: 20px;
	margin: 15px 0;
	padding: 15px 0;
	font-size: 15px;
	background: #02133a;
	color: #fff;
	padding-left: 36px;
}

/*** Counter ***/
.counter {
	padding: 20px 0 0;
}



/*** Speaker ***/
section.speaker {
	background: #010054;	
}
.speaker .section-title {
	color: #420F99;
}
#speaker-sort {
	font-size:16px;
	color: #420F99 !important;
}
.speaker-item {
	margin-bottom: 50px;
}
.speaker-image { position: relative; }
.speaker-item img {
	position: relative;
	width: 100% !important;
}
/*.speaker-item:hover .jury-image {
	transform: scale(1.1);
}*/

.speaker-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(1,0,84, 0.8);
	height: 60px;
	padding: 5px 15px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}
.speaker-name {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff212;
}
.speaker-designation {
	font-size: 12px;
	text-align: left;
}
.speaker-item:nth-child(4n+1) {
	clear: left;
}


.post-type-archive-speaker #speakers .container {
	 background: -moz-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    	 background: -webkit-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
   	 background: -o-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
    	 background: -ms-linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
	 background: linear-gradient(140deg,rgba( 69, 0, 107, 1) 250px,rgba(189, 30, 73, 1) 0%);
}

.single-speaker #primary {
   	background-image: -moz-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    	background-image: -webkit-linear-gradient(-39deg,#45006b 35%,#ff0763 100%);
    	background-image: linear-gradient(135deg,#45006b 35%,#ff0763 100%);
    	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45006b',endColorstr='#ff0763',GradientType=1);
}

.page  #primary .section-title { color: #333; }
.page  #primary .container {
	 background: #ffffff;
	 padding: 160px 50px;
}
.jury-profile h1 { color: #fff212; }
.jury-designation, .jury-content p { color: #ffffff; }}

/*** Footer ***/
footer {
	border-top: 20px solid #e6cf21;
	padding: 25px 0;
	background: #333;
}


.social-icon span {
	
}
.social-icon a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #02133a;  
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 0 5px;
}
.social-fixed {
	position: fixed;
	right: 15px;
	top: 35%;
	text-align: center;
	width: 30px;
}
.social-fixed a {
	margin: 5px 0;
}



/*** Model Forms ***/
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input::-moz-placeholder {
    color: #aaa;
}
.btn.btn-default  {
	background: #fdfefe;
	color: rgb(1, 18, 63);
	font-weight: bold;
}
.modal-header {
	background: #fdfefe;
}
.modal-header .modal-title {
	color: rgb(1, 18, 63);
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.modal-body {
	float: left;
	padding: 30px 15px;
	width: 100%;
}
.modal-body p { text-align: left; }
.modal-content {
	background: rgb(1, 18, 63);
	float: left;
	width: 100%;
}
.modal-footer {
	clear: both;
}
textarea.form-control {
    height: 80px;
}
.form-subheading {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
}
.checkbox label, .radio label {
	font-weight: bold;
}


/*** Registration Form ***/
.registration-button, .registration-button.focus, .registration-button:focus {
	position: fixed;
	right: 8%;
	bottom: 15px;
	border: none !important;
	padding: 0;
	background: unset !important;
	width: 115px;
	outline: none !important;
	box-shadow: none !important;
	z-index: 999;
	/*border-radius: 75px;
	color: #0e4b7c;
	height: 150px;
	
	font-size: 26px;
	white-space: normal;
	border: 2px solid;
	opacity: 1;*/
}
.step > div {
    clear: both;
}
#wpcf7-f40-o1 #user-group .wpcf7-field-group  > p {
	padding: 0 15px;
	width: 100%;
	float: left;
	margin: 5px 0;
}
#user-type {
    border: none;
    box-shadow: none;
}
#user-type > span {
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
}
#user-group {
	clear: both;
	margin-bottom: 15px;
	float: left;
}
#user-group .wpcf7-field-group:first-child {
	margin-top: 0px;
}
.wpcf7-field-group-add, .wpcf7-field-group-remove {
	border-radius: 18px;
	line-height: 17px;
	display: inline-block;
	float: right;
	color: yellow;
	background: red;
	font-weight: bold;
	border: 0;
	width: 17px;
	height: 17px;
	text-align: center;
	padding: 0;
	margin-left: 5px;
	font-size: 17px;
}
.wpcf7-field-group-remove {
	line-height: 12px;
	font-size: 22px;
}
.wpcf7-field-group > .col-md-6:nth-child(2n+1) {
	clear: both;
}
.add-delegate {
	font-size: 11px;
	line-height: 15px;
	color: yellow;
}
.sep {
    border-top: 1px dashed #fff;
    clear: both;
    margin: 0 15px;
}
#wpcf7-f2146-o1 label {
	color: #000;
}
.checkbox label {
	line-height: 18px;
}
.confirm-policy {
	color: #fff;
}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    clear: both;
    margin-top: 30px;
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;

}
.billing-info {
	float: left;
	padding-top: 15px;
}
.payment-message {
	text-align: center;
	border: 1px dashed #fff;
	padding: 30px 0;
}
.payment-message h2 {
	color: #fff;	
}
.payment-message a {
	margin: 30px 0;
}
.cf7ccav_ccavenue_container {
	background: none;
}
.cf7ccav_ccavenue_container label {
	font-size: 18px;
	color: #f7e700;
	margin: 15px 0;
}

/*** Partner ***/
.sponsor { background-color: #E3E3E3;  }
.partner { margin-bottom: 60px; }
.partner-bg {  background: #333333; padding: 50px 0; }
.sponsor-logo { display: inline-block; }


/*** Login Popup ***/
.apsl-login-networks { text-align: center; }
.apsl-icon-block { margin: 5px !important; }
.lrm-user-modal { color: #000; }
.lrm-user-modal input, .lrm-user-modal textarea, .lrm-user-modal label { color: #000; }
.lrm-user-modal button { background: #00091a !important; }

.vote-now { 
	position: fixed;
	left: 3%;
	bottom: 115px;
	z-index: 9999;
}

@media (min-width : 1500px){
	.logo-panel.inner {
		padding-bottom: 4%;
	}
	.logo-panel.inner .site-title { padding-top: 25%; }
}
@media (max-width : 767px){
	header {
		position: fixed;
		top: 0;
		width: 100%;
		background: none;
		z-index: 999;
	}
	section {
		padding: 30px 0;
	}
	.user-type label {
		line-height: 12px;
		font-size: 12px;
	}
	.gap-40 {
		height: 20px;
	}
	.logo-panel { background: url("https://www.tv-videosummitandawards.com/wp-content/themes/twentysixteen/images/mobile.png") center center; background-size: 100% 100%; }
	#myNavbar {
		background: rgb(1, 18, 63);
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-nav > li {
		width: 100% !important;
		text-align: center;
	}
	.nav  a {
		text-align: center;
	}
	.table-view, .table-view > div { display: block; }
	.sponsor-item  { 
		padding: 0 10px;
		margin: 0 auto;
		float: unset;
	}
	.what-expected { background-position: right bottom; }
	.what-expected .col-5 .col-xs-6 { width: 50%; margin-bottom: 15px; }
	.logo { padding-top: 20%; }
	.logo-unit { top: 25%; } 
	.coming-soon h4 { font-size: 45px; }
	.legal {text-align: center;}
	.initiated { display: inline-block; width: 100%;  margin: 25px 0; }
	.copyright { text-align: center; }

	.social-fixed {
	    
	    position: fixed;
	    right: 10%;
            bottom: 15px;
            text-align: center;
            width: 193px;
	    top: unset;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #eee;
	}
	.section-title { font-size: 27px; height: 40px; }
	.sponsor-title h3 { font-size: 23px;}
	.social-fixed a {  }
	#back-to-top { right: 15px; }
	.registration-button, .vote-now { left: 15px; bottom: 5px !important; width: 65px; }
	.vote-now { left: 90px !important; }
	.venue { top: 20%; }
	.venue h2 { font-size: 55px; }
	.venue h3 { font-size: 33px; }
}

@media (max-width : 420px){
	 .legal { font-size: 11px;  }
	 .copyright { font-size: 11px; }
}

.mlw_qmn_message_before p { color: #fff; }
.single-quiz .qsm-page { padding: 0; }
.single-quiz .entry-content, .single-quiz .entry-content p { text-align: center; }
.single-quiz .mlw_qmn_message_before { padding: 0; margin: 0; }
.single-quiz .mlw_qmn_message_before p { text-align: left; }
.single-quiz .entry-content .btn, .qsm-submit-btn { color: #fff; padding: 5px 20px!important; border: 1px solid #fff; border-style: dashed; border-radius: 15px; }
.qmn_mc_answer_wrap label { padding: 10px 0; color: #fff; border: 1px solid #fff; border-style: dashed; border-radius: 15px; width: 100%; display: inline-block !important; }

.single-quiz .entry-content .btn:hover, .qsm-submit-btn:hover, .qmn_mc_answer_wrap label:hover, .qmn_mc_answer_wrap input[type=radio]:checked + label { background: #fff; border-style: solid; color: #000; }
.qsm-quiz-container { text-align: left; }
.qmn_mc_answer_wrap { padding: 0px; margin: 15px 15px 0 0!important; text-align: center; width: 23%; float: left; text-transform: uppercase; }
.qmn_mc_answer_wrap input { display: none; }
.quiz_section, .mlw_qmn_question, .qmn_radio_answers { margin-bottom: 15px !important; float: left; clear: both; width: 100%; }
.qsm-pagination { float: left; width: 100%; }
.qsm-submit-btn { width: 100%; margin-top: 50px; }
.quiz_section.qmn_error .qmn_radio_answers, .quiz_section.qmn_error .qmn_check_answers, .quiz_section.qmn_error .qmn_accept_answers {
	border: none !important; background: none !important; padding: 0px!important;
}
.qmn_error_message { display: inline-block !important; width: 100%; }
@media (max-width : 799px){
	.qmn_mc_answer_wrap { width: 100%; }
	.qsm-submit-btn	{ margin-top: 20px; }
}
.page #primary {
	padding: 0px;
}
.page .main-content {
	background: rgb(1, 18, 63);
	padding: 50px;
	float: left;
	width: 100%;
}

.nominations { text-align: center;  }
.nominations > div { float: unset; display: inline-block; }
.nomination { float: left; height: 330px; cursor: pointer; margin-top: 30px; padding-bottom: 25px; }
.nomination-row { border-bottom: 1px dashed #fff; padding-bottom: 40px; }
#.nomination.checked { border: 1px dashed #fff; border-radius: 20px; }

.nav-tabs > li > a { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #fff; }
.nav-tabs > li > a:hover { color: #555; }
#menu10 h4 { font-size: 16px; }
.nomination input { position: absolute;  opacity: 0;  cursor: pointer;  height: 0;  width: 0; }
.nomination .cat_input { height: 25px;  width: 25px;  background-color: #eee;  border-radius: 50%; display: block; margin: 0 auto; }
/* On mouse-over, add a grey background color */
.nomination:hover input ~ .cat_input {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.nomination input:checked ~ .cat_input {
  background-color: #2196F3;
}
.nomination-row.voted .nomination input:checked ~ .cat_input {
	background-color: #e6cf21; 
}
.alert-warning, .alert-success { color: #fff; border-color: #fff; background: none; }
.terms-agree { color: red; }
button { background: none; border: none; }
.user-login { padding: 0; list-style: none; display: inline-block; float: right; margin-top: -30px; }
.user-login li { display: inline-block; margin-left: 15px; text-transform: capitalize; }
.user-login li a { padding: 5px 10px; border: 1px dashed #fff; border-radius: 15px;  }
.user-login li a:hover { color: #555; background: #fff; }
.pull-center { float: unset; margin: 0 auto; }
.category-row { padding-top: 15px; }
.category-row > div { margin: 15px 0; }
.category-cell { height: 95px; padding: 15px; text-align: center; border: 1px solid #fff; font-size: 16px; }

.topic h5 {

    background: #02133a;
    font-size: 18px;
    padding: 15px;

}
.voting-terms { border: 1px solid; padding: 15px; }
.message { color: #00091a; }

/** Accordance ***/
.nomination-row.panel { padding: 0px; background: none; border: none;  }
.nomination-row.panel > div { border: 1px dashed #fff; }
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  	color:rgb(1, 18, 63);
  	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
  	word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 
.panel-body { padding: 0px; }
.nomination-row.voted .panel-heading {
	background-color: #e6cf21;
}
.nomination-row.voted > div { border-color: #e6cf21; }

/* body { padding-bottom: 100px; } */
.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #eee;
    height: 100px;
    z-index: 999;
}
.bottom-fixed img {
	width: 100%;
	max-width: 1000px;
}

/** Session Videos **/
#session-videos img { width: 100%; }

@media (max-width : 799px){
	.poll-container { padding: 0px; }
	.logo-contain img { width: 50%; }
	.speaker-name { font-size: 15px; }
	.speaker-item { height: auto; min-height: 230px; }
	#speaker-list .speaker-item:nth-child(2n+1) { float: left; clear: both; }
	.nomination { margin-top: 30px; height: auto;  min-height: 200px; }
	.nomination input { position: relative; }
	.page .main-content { padding: 15px; }
	.nomination h4 { font-size: 13px; line-height: 21px;  }
	.category h3 { font-size: 18px; line-height: 25px;  }
	.main-content .nav > li > a { padding: 5px; font-size: 12px; }
	.user-login { margin-top: -15px; }
	.user-login li { font-size: 11px; }
	.category-cell { padding: 8px; font-size: 13px; }
	#menu10 .category-cell { font-size: 12px; }
	.bottom-fixed { height: 50px; }
	#back-to-top.affix { bottom: 15px; }
}

.s-videos > div:nth-child(3n+1) { float: left; clear: left; }

/*=====  hover style 24   ======*/
