﻿/*
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=Poppins|Roboto+Slab|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Lato:400,400i,700,700i,900,900i|Days+One|Oswald);

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

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


}

@media screen and (min-width: 600px) {
  .text-responisve {
    font-size: 5.5vw;
  }
}



body p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    font-size: 14px;

}
p { text-align: justify; }
.text-center p { text-align: center; }

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

h1 ,
h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    
    color: #eee;
}
h3 {
    font-size: 24px;
    margin-bottom: 20px;
}
h4 {
    font-size: 18px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 24px;
}
.conference-date {  
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 27px;
    display: block;
	font-weight: bold;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 2px;
  width: 200px;
} 


/* 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-160 {
    clear: both;
    height: 160px;
}
.gap-60 {
    clear: both;
    height: 60px;
}
.gap-40 {
    clear: both;
    height: 40px;
}
.gap-30 {
    clear: both;
    height: 30px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.table {
	display: table;
}

.logo-panel .table {
	max-width: 1070px;
	margin: 0 auto;
}
.table > div {
	display: table-cell;
	vertical-align: middle;
	float: unset;
}

.section-title {
	position: relative;
	height: 50px;
	margin: 0px;
}
.section-title:after {
	background: url('/wp-content/uploads/2018/11/underline-1.png') no-repeat;
	content: '';
	height: 5px;
	width: 100%;
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
}
.home.container-fluid { width: 100%; }

/*** 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: #e6cf21;
}
.slick-dots li button::before {
	font-size: 12px;
}

header {
	background: #00091a;
}
/*** Nav ***/
.navbar {
	margin: 0px;
}
.navbar a { 
	color: #00091a;
}

.navbar .container {
	width: 100% !important;
}

.navbar-brand {
	width: 15%;
	position: absolute;
	z-index: 999;
	background: #0e4b7c;
	height: auto;
}
.navbar-nav {
	width: 100%;
	margin: 0 auto;
	float: unset;
}
.navbar-nav > li {
	width: 14%;
	text-align: center;
}
.navbar-nav .width-l {
	width: 17%;
}
.navbar-nav > li > a {
	color: #fff; 
	font-weight: 400;
	font-size: 17px;
	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: #00091a !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 { background-color: #000436; padding: 0; z-index: -2; }
.site-title { width: 100%; padding: 16px 0px 20px 0px; margin:0; }
.site-title + h3 { padding-bottom: 8%; font-size: 25px; }
.logo-panel .logo img {padding: 3% 0;}
.logo-panel .productcarouselbg { position: absolute; bottom: 0; z-index: -1; }
.about-us { background: url('https://www.tv-videosummitandawards.com/wp-content/uploads/2018/10/2018-10-15.jpg') no-repeat top; background-size: 100% 100%;  }


.what-expected { background: url('/wp-content/themes/twentysixteen/images/what-to-expect-background.png') no-repeat center bottom; background-color: #fff; background-size: 100% 100%; }
.schedule-listing { height: 330px; background: rgb(2, 19, 58); padding: 15px; }

.what-expected .no-gutter > div {  }
.what-expected h2 { color: #eee; }
/* .what-expected .section-title:after { background: url('https://www.tv-videosummitandawards.com/wp-content/uploads/2018/11/underline-blue.png') no-repeat; } */
.what-expected .schedule-listing img { margin-bottom: 0; }
.what-expected h4 { font-size: 17px; }
.what-expected h3, .what-expected p { color: #ffffff; }


@media screen and (max-width: 768px) {
  .what-expected {
  		 background: url('/wp-content/themes/twentysixteen/images/whats-exp-bckgrd.png')
  }
}



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


.coming-soon h2 { color: #02133a; }
.coming-soon h4 { font-size: 72px; margin: 50px 0; color: #fff; }


.logo-tag {
	color: #fff212;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	display: block;
}

.logo-tag .container{
paddind-top: 30px;
}

.creater-tag {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	text-decoration: underline;
	display: block;
}







/*** 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;
}


/*** Speakers ***/
.speaker-item { margin-bottom: 25px;  }
#speaker-list .speaker-item:nth-child(4n+1) { float: left; clear: both; }
.speaker-item > a { display: block; position: relative; }
.jury-bg { position: absolute; top: 0; left: 0; }
.jury-item { position: relative;     overflow: hidden; cursor: pointer; }
.jury-image { overflow: hidden; }
.jury-image img { float: unset; margin: 0 auto; }
.white-text { color: #fff !important; }
.jury-item-element {
    padding: 7px;
    display: block;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #02133a;
    background: rgb(230, 207, 33);
}
.speaker-name {
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	font-size: 20px;
}
.jury-designation {
	font-size: 14px;
	line-height: 20px;
}
.jury-desc {
	padding: 15px;
	z-index: 9999;

}
.speaker-item:hover .jury-desc, .speaker-item:hover .speaker-opacity {
	display: block;
}
#speaker-sort {
	font-size: 15px;
}
.type-speaker .jury-profile img {
	display: inline;
	border-radius: 150px;
	border: 4px solid #02eaff;

}
.type-speaker .entry-header { margin-top: 15px; }
.type-speaker .section-title::after { background: none; }
.type-speaker h1 {
	text-transform: uppercase;
	font-size: 28px;
	color: #fff;
	padding: 2px 5px;
	text-align: center;
	line-height: 30px;
}
.type-speaker .jury-designation { 
	text-align: center;
	clear:both;
	width: 300px;
	margin: 0 auto;
}

/*** venue ***/
.venue-time { padding: 0; }
.venue { position: absolute; width: 100%; top: 30%; }
.venue h2 { font-family: 'Oswald', sans-serif; font-size: 65px; }
.venue h3 { font-family: 'Oswald', sans-serif; font-size: 40px; text-transform: uppercase; }

/*** back-to-top ***/
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
}
#back-to-top.affix {
    bottom: 115px;
}
#back-to-top .btn.btn-primary {
    width: 48px;
    height: 48px;
    line-height: 44px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
	background: #00091a;
    
}
#back-to-top .btn.btn-primary:hover {
    color: #fff;
    
}

/*** Footer ***/
footer {
	border-top: 20px solid #eee;
	padding: 25px 0;
	background: #00091a;
}


.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;
    border: 1px solid rgb(230, 207, 33);
}
.social-icon a:hover {
	border: none;
	background: #fff;
	color: rgb(230, 207, 33)
}
.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: #00091a;
	font-weight: bold;
}
.modal-header {
	background: #fdfefe;
}
.modal-header .modal-title {
	color: #00091a;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
.modal-body {
	float: left;
	padding: 30px 15px;
	width: 100%;
}
.modal-content {
	background: #00091a;
	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: 115px;
	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: #00091a; }
.sponsor h2, .sponsor h3 { color: #eee; text-transform: uppercase; font-family: 'Oswald', sans-serif; }
.partner { margin-bottom: 60px; }
.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;
	}
	.table, .table > div {
		display: block;
	}
	.user-type label {
		line-height: 12px;
		font-size: 12px;
	}
	.gap-40 {
		height: 20px;
	}
	#myNavbar {
		background: #00091a;
	}
	.navbar-nav {
		margin: 7.5px 0;
	}
	.navbar-nav > li {
		width: 100% !important;
		text-align: center;
	}

	.nav  a {
		text-align: center;
	}
	.what-expected { background-position: right bottom; }
	.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: 55px;
            text-align: center;
            width: 193px;
	    top: unset;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #eee;
	}
	.section-title { font-size: 27px; height: 40px; }
	.social-fixed a {  }
	#back-to-top { right: 15px; }
	.registration-button, .vote-now { left: 15px; bottom: 55px !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: #00091a;
	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:#00091a;
  	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%;
    z-index: 999;
}
.bottom-fixed img {
	height: auto;
	max-width: 100%;
}

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

@media (max-width : 799px){
	.poll-container { padding: 0px; }
	.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; }
	#back-to-top.affix { bottom: 55px; }
	body { padding-bottom: 50px; }
}

.s-videos > div:nth-child(3n+1) { float: left; clear: left; }
.col-md-3.sponsor-item:nth-child(4n+1) { float: left; clear: left; }
.creater-tag {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    text-decoration: underline;
    display: block;
}

.award-logo {
	display: inline-block !important;
}

@media screen and (max-width: 600px) {
  .award-logo {
       width: 33%;
	   float: left;
  }
}


@media screen and (max-width: 600px) {
  .title-header {
  		font-size: 26px;	
  }
}


@media (min-width : 899px){ 
	.col-5 > div { width: 19.6%; }
}