/*
Theme Name: IW2019
Author: Confetti ICT
*/
/* Reset default browser CSS
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	clear:both;
}

ol,ul {
	list-style:none;
}

blockquote {
	quotes:none;
}

blockquote:before,blockquote:after {
	content:'';
	content:none;
}

del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {
	border:none;
}

/*****************************CSS Reset - Find ****************************************/
/* =Fonts
-------------------------------------------------------------- */

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.eot');
  src: url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
       url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.woff') format('woff'),
       url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.ttf') format('truetype'),
       url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
       url('/wp-content/themes/confetti_annual/fonts/Gilroy-ExtraBold.eot#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/confetti_annual/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/wp-content/themes/confetti_annual/fonts/Gilroy-Bold.woff') format('woff'),
        url('/wp-content/themes/confetti_annual/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
h3#comments-title,h3#reply-title,#access .menu,#access div.menu ul,#cancel-comment-reply-link,.form-allowed-tags,#site-info,#site-title,#wp-calendar,.comment-meta,.comment-body tr th,.comment-body thead th,.entry-content label,.entry-content tr th,.entry-content thead th,.entry-meta,.entry-title,.entry-utility,#respond label,.navigation,.page-title,.pingback p,.reply,.widget-title,.wp-caption-text,input[type=submit] {
	font-family: 'Gilroy-ExtraBold', sans-serif;
}

pre {
	font-family:"Courier 10 Pitch",Courier,monospace;
}

code {
	font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}

body,input,textarea {
	color: #666;
    font-size: 12px;
    line-height: 18px;
}
body{	background:#000;
	background-position: center top;
	
}
hr {
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-bottom:18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom:18px;
}
ul {
	list-style:square;
	margin:0 0 18px 0;
}

ol {
	list-style:decimal;
	margin:0 0 18px 0;
}

ol ol {
	list-style:upper-alpha;
}

ol ol ol {
	list-style:lower-roman;
}

ol ol ol ol {
	list-style:lower-alpha;
}

ul ul,ol ol,ul ol,ol ul {
	margin-bottom:0;
}

dl {
	margin:0 0 24px;
}

dt {
	font-weight:700;
}

dd {
	margin-bottom:18px;
}

strong {
	font-weight:700;
}

cite,em,i {
	font-style:italic;
}

big {
	font-size:131.25%;
}

ins {
	background:#ffc;
	text-decoration:none;
}

blockquote {
	font-style:italic;
	padding:0 3em;
}

blockquote cite,blockquote em,blockquote i {
	font-style:normal;
}

pre {
	background:#f7f7f7;
	color:#222;
	line-height:18px;
	margin-bottom:18px;
	padding:1.5em;
}

abbr,acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

sup,sub {
	height:0;
	line-height:1;
	vertical-align:baseline;
	position:relative;
}

sup {
	bottom:1ex;
}

sub {
	top:.5ex;
}

input[type="text"],textarea {
	padding:2px;
	background:#f9f9f9;
	border:1px solid #ccc;
	box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);
}

table {
	border:1px solid #e7e7e7;
	text-align:left;
	margin:0 -1px 24px 0;
	width:100%;
}

tr th,thead th {
	color:#888;
	font-size:12px;
	font-weight:700;
	line-height:18px;
	padding:9px 24px;
}

tr td {
	border-top:1px solid #e7e7e7;
	padding:6px 24px;
}

tr.odd td {
	background:#F2F7FC;
}

.attachment img {
	max-width:900px;
}

.alignleft,img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}

.alignright,img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}

.aligncenter,img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


.alignleft,img.alignright,img.aligncenter {
	margin-bottom:12px;
}

.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	text-align:center;
	margin-bottom:20px;
	padding:4px;
}

.wp-caption img {
	margin:5px 5px 0;
}

.wp-caption p.wp-caption-text {
	margin:5px;
	color:#888;
	font-size:12px;
}

.wp-smiley {
	margin:0;
}
.vc_gitem-post-data-source-post_title h4{
	color:#77ffd8 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}
.single h1{
	color: #77ffd8 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.25;
    font-family: 'Gilroy-ExtraBold', sans-serif;
}
.single-events h1{
    font-size: 35px !important;
    color: #fff !important
}
.vc_btn3.vc_btn3-color-purple, .vc_btn3.vc_btn3-color-purple.vc_btn3-style-flat {
    color: #fff;
    background-color: #77ffd8 !important;
}
.trent.footer {

}
a.footerLogo{
	max-width: 200px;
	display: block;
}
.footerLogo img{
	width: 100%;
	height: auto;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear:both;
}

#comments .navigation {
	padding:0 0 18px;
}

h3#comments-title,h3#reply-title {
	color:#000;
	font-weight:700;
	font-size:20px;
	margin-bottom:0;
}

h3#comments-title {
	padding:24px 0;
}

.commentlist {
	list-style:none;
	margin:0;
}

.commentlist li.comment {
	border-bottom:1px solid #e7e7e7;
	line-height:24px;
	margin:0 0 24px;
	padding:0 0 0 56px;
	position:relative;
}

.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom:18px;
}

#comments .comment-body p:last-child {
	margin-bottom:6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom:24px;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist .avatar {
	position:absolute;
	top:4px;
	left:0;
}

.comment-author {
}

.comment-author cite {
	color:#000;
	font-style:normal;
	font-weight:700;
}

.comment-author .says {
	font-style:italic;
}

.comment-meta {
	font-size:12px;
	margin:0 0 18px;
}

.comment-meta a:link,.comment-meta a:visited {
	color:#888;
	text-decoration:none;
}

.comment-meta a:active,.comment-meta a:hover {
	color:#FF4B33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size:12px;
	padding:0 0 24px;
}

.reply a,a.comment-edit-link {
	color:#888;
}

.reply a:hover,a.comment-edit-link:hover {
	color:#FF4B33;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .children li {
	border:none;
	margin:0;
}

.nopassword,.nocomments {
	display:none;
}

#comments .pingback {
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom:1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
	margin-top:-6px;
}

#comments .pingback p {
	color:#888;
	font-size:12px;
	line-height:18px;
	display:block;
	margin:0;
}

#comments .pingback .url {
	font-style:italic;
	font-size:13px;
}

/* Comments form */
input[type=submit] {
	color:#333;
}

#respond {
	margin:24px 0;
	border-top:1px solid #e7e7e7;
	overflow:hidden;
	position:relative;
}

#respond p {
	margin:0;
}

#respond .comment-notes {
	margin-bottom:1em;
}

.form-allowed-tags {
	line-height:1em;
}

.children #respond {
	margin:0 48px 0 0;
}

h3#reply-title {
	margin:18px 0;
}

#comments-list #respond {
	margin:0 0 18px;
}

#comments-list ul #respond {
	margin:0;
}

#cancel-comment-reply-link {
	font-size:12px;
	line-height:18px;
	font-weight:400;
}

#respond .required {
	color:#FF4B33;
	font-weight:700;
}

#respond label {
	color:#888;
	font-size:12px;
}

#respond input {
	margin:0 0 9px;
	width:98%;
}

#respond textarea {
	width:98%;
}

#respond .form-allowed-tags {
	color:#888;
	font-size:12px;
	line-height:18px;
}

#respond .form-allowed-tags code {
	font-size:11px;
}

#respond .form-submit {
	margin:12px 0;
}

#respond .form-submit input {
	width:auto;
	font-size:14px;
}

body {
	margin:0;
	padding:0;
	font-family: 'Nunito', sans-serif;
}

.container {
	max-width:100%;
	margin:0 auto;
	width:1200px;
}
.container .leftsection a{
	color:#77ffd8;
    text-decoration: none;
    cursor: pointer;
}
.container .leftsection a:hover{

}
.container.pageWidth {
	max-width:100%;
	margin:0 auto;
	width:inherit;
}
.gform_wrapper {
    background: #fff;
}
.gform_wrapper .top_label .gfield_label {
    font-size: 18px;
}
.vc_row .pageWidth {
	max-width:960px;
	margin:0 auto!important;
	float:none;
	padding: 30px 0 30px !important;
}

.pageWidth.purple {
	color:#fff;
    margin-top: -10px;
}
.pageWidth.purple h2{
    text-align: center;
    font-style: italic;
    line-height: 1.3;
    padding: 0 15%;
    }
    .pageWidth.purple h1{
    background: url(/wp-content/themes/confetti_annual/images/h1Footer.gif) center bottom no-repeat;
    margin-bottom: 15px;
    }
.maincontent p{
	font-size: 15px;
	line-height: 1.45;
}
.home .maincontent p{
	font-size: 16px;
}
.maincontent a{
	color:#77ffd8;
    text-decoration: none;
    cursor: pointer;
}
.maincontent .homeHighlights a{
	color:#fff;
    text-decoration: none;
    cursor: pointer;
}

.maincontent ul{
	font-size: 15px;
}
.maincontent ul li{
       padding: 0 0 12px 10px;
    margin: 0;
    line-height: 1.3;
    margin-left: 19px;
    color:#000;
    }
.clear {
	clear:both;
}
.img-fluid {
	width:100%;
	height:auto;
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: 13px;
}
.gform_wrapper .gfield_description{
    font-size: 16px;
    padding-top: 10px;
}
.gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    background: #77ffd8;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    padding: 7px 15px;
}
.homeIntro{
    max-width: 60%;
    padding:35px 0 10px;
    color: #fff;
}
.homeIntro h2{
	font-size: 40px;
    line-height: 1.1;
    padding-bottom: 20px;
    font-family:'Gilroy-ExtraBold', sans-serif;
}
.homeIntro p{
	font-size: 18px !important;
}
.pageWidth.bg25 .homeIntro p{
	font-size: 20px !important;
	}
.homeIntro a{
	color: #f70070;
}
.homeCirc{
	background: url(/wp-content/themes/confetti_annual/images/bgCirc.png) no-repeat;
	position: absolute;
	top: 0;
	right:0;
	width: 200px;
	height: 200px;
	background-size: contain;
	z-index: 2;
}
.pageWidth.highlight{
	position: relative;
}
.pageWidth.bg25{
	background: url(/wp-content/themes/confetti_annual/images/bg25.png) no-repeat;
	overflow: auto;
	margin-top: 60px;
	background-size: 55%;
	background-position-x: 5%;
}
.pageWidth.bg25 .homeIntro{
		float: right;
    width: 100%;
    max-width: 32.5%;
    padding-top: 150px;
}
.pageWidth.highlight .homeIntro{
	padding-top: 50px;
	padding-bottom: 20px;
}
.homeHighlights{
	overflow: auto;
}
.homeHighlights ul{
	margin-left: 0;
}
.homeHighlights ul li{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    width: 32.5%;
    float: left;
    margin-right: 1%;
    color: #fff;
}
.homeHighlights ul li:last-child{
    margin-right: 0;
}
.highlightImage{
	height: 250px;
	background: #aeaeae;
	margin-bottom: 15px;
	background: url(/wp-content/themes/confetti_annual/images/highlightHold02.jpg) no-repeat;
	background-size: cover;
}
li:first-child .highlightImage{
	height: 250px;
	background: #aeaeae;
	margin-bottom: 15px;
	background: url(/wp-content/themes/confetti_annual/images/highlightHold01.jpg) no-repeat;
	background-size: cover;
}
li:last-child .highlightImage{
	background: url(/wp-content/themes/confetti_annual/images/highlightHold03.jpg) no-repeat;
	background-size: cover;
}
.homeHighlights ul li h2{
    font-family:'Gilroy-ExtraBold', sans-serif;
}
.homeHighlights ul li h3{
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
/****************************************header section starts here*********************************************/
.overlaybody {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:-100%;
	z-index:99;
	background:url(/wp-content/themes/confetti_annual/images/bgMenu.png);
	transition:all .5s;
}

.overlaybody.display {
	top:0;
}

header {
	width:100%;
	margin-top:40px;
	z-index:99;
	    margin-bottom: 40px;
    display: inline-block;
}

header .logosection {
	float:left;
}
header .logosection img{
	max-width: 230px;
    width: 100% !important;
    height: auto;
}

header nav .navigation {
	display:none;
	width:100%;
	position:absolute;
	left:0;
	top:237px;
	background:#fff;
	z-index:99999;
	padding:10px 0;
	margin:0;
	text-align:center;
	top:120px;
	background:transparent;
}
a.download {
    float: right;
    border: 1px solid #77ffd8;
    padding: 10px 20px;
    color: #77ffd8;
    text-decoration: none;
    font-size: 16px;
    margin-top: 45px;
    transition: all 0.5s ease;
}
a:hover.download {
    background:#77ffd8;
    color: #000 !important;
    text-decoration: none;
}
nav .navigation {
	width:100%;
	position:relative;
}

nav .navigation ul li {
	float:none;
	display:block;
	text-align:center;
	margin:0;
	border-bottom:none;
	padding:0;
	position:relative;
	text-transform:uppercase;
	font-weight:500;
	line-height: 27px;
}

nav .navigation ul {
	margin:0 auto;
	text-align:center;
	display:block;
	width:100%;
	max-width:310px;
	text-decoration:none;
}

nav .navigation ul li a {
	color:#292927;
	color:#fff;
	text-decoration:none;
}

nav .navigation ul li:hover,nav ul li.current_page_item {
	border-bottom:none;
}

nav .navigation ul li:hover a {
	background:transparent;
	color:#fff;
}

nav .navigation ul li a {
	display:inline-block;
	font-size:25px;
	padding:17px 0 10px;
	font-weight:700;
	position:relative;
}

nav .navigation ul > li.listeditem {
	position:relative;
}

nav .navigation ul > li.listeditem:after {
	    position: absolute;
    content: "";
    background: url(/wp-content/themes/confetti_annual/images/plus-icon.png)no-repeat;
    width: 15px;
    height: 12px;
    right: -24px;
    top: 21px;
    cursor: pointer;
}

nav .navigation ul > li.listeditem1:after {
	background:url(/wp-content/themes/confetti_annual/images/plus-icon-up.png)no-repeat;
}

nav .navigation ul li ul {
	display:none;
}

nav .navigation ul li:hover ul {
	display:none;
}

nav .navigation ul li ul {
	position:static;
	padding:0;
	left:0;
	top:0;
	width:100%;
}

nav .navigation ul li ul li {
	text-align:center;
	padding:0;
	margin:0;
	padding:0;
}

nav .navigation ul li ul li	a {
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:18px;
}

nav .navigation ul li:hover ul li a {
	background:transparent;
	color:#fff;
}

nav .navigation ul li span {
	position:absolute;
	display:inline-block;
	width:15px;
	height:16px;
	margin-left:15px;
	width:20px;
	height:18px;
	top:9px;
	height:22px;
}
.trent {
	display:inline-block;
	float:right;
	cursor:pointer;
	position:relative;
}

header .trent {
	display:inline-block;
	float:right;
	margin-top:21px;
	cursor:pointer;
	position:relative;
	margin-right: 35px;
	z-index: 3;
}

.toggle {
	display:inline-block;
	float:right;
	margin-top:32px;
	cursor:pointer;
	position:relative;
	z-index:999999;
}
.tg-kampala-custom .tg-element-4 {
    position: relative;
    font-size: 21px !important;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0 !important;
    padding: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
        text-align: left;
    color: #fff !important;
}
.tg-kampala-custom .tg-item-content-holder[data-position="bottom"] {
    padding: 20px 0px !important;
}
.tg-events .tg-element-4 {
    position: relative;
    font-size: 21px !important;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin: 0 !important;
    padding: 0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
        text-align: left;
    color: #fff !important;
}
.tg-events .tg-item-content-holder[data-position="bottom"] {
    padding: 20px 0px !important;
}
#grid-2587 .tg-item-content-holder {
    background: none !important;
}
.page-id-1696 .wpb_content_element {
    background:none !important;
        padding: 0;
        margin-right: 0;
}
.wpb_content_element.wpb_revslider_element {
        margin-right: 0;
        background: none;
}
.tg-kampala-custom .tg-element-8 {
    position: relative;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 4px 0 0;
    text-align: left;
    color: #fff !important;
    text-transform: none !important;
}
.tg-kampala-custom .tg-element-5 {
    position: relative;
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin: 0;
    padding: 15px 0 0 !important;
    color: #fff !important;
        line-height: 1.45 !important;
        word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.tg-events .tg-element-8 {
    position: relative;
    font-size: 16px !important;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 4px 0 0;
    text-align: left;
    color: #fff !important;
    text-transform: none !important;
}
.tg-events .tg-element-5 {
    position: relative;
    font-size: 16px !important;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin: 0;
    padding: 15px 0 0 !important;
    color: #fff !important;
        line-height: 1.45 !important;
        word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
#grid-2587 .tg-dropdown-holder, #grid-2587 .tg-search-inner, #grid-2587 .tg-sorter-order {
    border: 1px solid #77ffd8 !important;
        margin-bottom: 30px;
    background: #77ffd8;
}
#grid-2676 .tg-dropdown-holder, #grid-2676 .tg-search-inner, #grid-2676 .tg-sorter-order {
    border: 1px solid #77ffd8 !important;
    margin-bottom: 30px;
    background: #77ffd8;
}
.tg-dropdown-item, .tg-dropdown-item.tg-filter.tg-show-filter {
    font-size: 17px !important;
    }
.tg-txt .tg-nav-font {
    font-size: 19px !important;
    color: #fff !important;
}
nav .navigation ul li ul {
	background:transparent;
	text-align:center;
}

#burger {
	display:none;
	position:absolute;
	background:#000;
	top:0;
	left:0;
}
.pl-title{
    font-size: 20px !important;
    color: #272662 !important;
    margin-bottom: 0 !important;
}
.pl-title a{
    font-size: 20px !important;
    color: #272662 !important;
    margin-bottom: 0 !important;
    line-height: 1.25;
}
.pl-detailcnt h4{
	font-size: 16px;
	color: #77ffd8;
	margin-top: -22px;
}
.pl-detailcnt p{
	margin-top: 15px;
}
.pl-detailcnt .pl-permalink-t2 {
    display: inline-block;
    color: #77ffd8 !important;
    margin-top: 20px;
    padding: 10px 10px 10px 0 !important;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.contentColResponsive{
	width: 70%;
	margin-right: 5%;
	float:left;
}
.contentColResponsive.evented{
    width: 50%;
    margin-right: 5%;
    float: left;
    padding-left: 20%;
    margin-top: 52px;
}
.sidebarColResponsive{
	width: 25%;
	margin-right: 0%;
	float:right;
}
.single-events .sidebarColResponsive{
	margin-top: 150px;
    margin-right: 5%;
        width: 18%;
}
.eventTitleBlock{
    margin-bottom: 0px;
    float: left;
    width: 92%;
    padding-bottom: 0;
}
.eventTitleBlock.people{
    padding-top: 0px;
    margin-bottom: 20px;
}
.eventTitleBlock.button{
	background:none;
	padding:0px;
	width: 100%;
}
.eventTitleBlock.button img{
	width: 100%;
	height:auto;
	    display: block;
}
a.bookNow{
	background: #77ffd8;
    text-align: center;
    display: block;
    width: 96%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff !important;
    font-weight: bold;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.2;
   
}
a.bookNow.map{
	font-size: 15px;
	padding: 10px 5px;
	margin-top: 15px;
	 border-bottom: 1px solid #625c9d;
	 background: #271f75;
} 
a.bookNow.events{
	border-bottom: 0;
	font-size: 15px;
	padding: 10px 5px;
	background: #271f75;
}
a.bookNow:hover{
	background:#fff;
	color: #77ffd8 !important;
}
/* a.bookNow.map:hover{
	background:#fff;
	color: #5cbcd4 !important;
} */
.maincontent .eventTitleBlock h3, .maincontent .eventTitleBlock h3 a{
        font-size: 22px;
    display: block;
    margin-bottom: 13px;
    color: #77ffd8;
    margin-top: 13px;
    line-height: 1.2;
}
.maincontent .eventTitleBlock h3 a:hover{
    color: #fff;
}
.cGroups{
    font-size: 17px;
    display: block;
    margin-bottom: 0;
    color: #77ffd8;
    margin-top: 10px;
    float: left;
    font-weight: bold;
    line-height: 1.5;
}
.cGroups.list{
    color:#77ffd8;
}
.maincontent .eventTitleBlock h4{
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
}
.maincontent .eventTitleBlock.people h4, .maincontent .eventTitleBlock.people h4 a{
    font-size: 17px;
    color: #2b2d69;
    margin-bottom: 10px;
    font-weight: bold;
	line-height: 1.2;
}
.maincontent .eventTitleBlock.people h4:before{
    content: "Speaker(s) - ";
}
.wpb_content_element,.eventsIntro {

}
.wpb_text_column.eventsIntro  {
        padding: 14px 12px;
}
.wpb_text_column.eventsIntro p{
margin-bottom: 6px;
}
.uparrow {
	display:none;
	top:0;
	left:0;
	z-index:-1;
	display:inline;
}

.downarrow {
	left:0!important;
	position:absolute!important;
	z-index:99;
	background:rgba(0,0,0,0.9);
}

.active {
	color:#77ffd8!important;
}

nav .navicons {
	width:270px;
	padding-top:70px;
	margin:0 auto;
}

nav .navicons ul {
	margin:0;
	padding:0;
}

nav .navicons ul li {
	display:inline-block;
	margin-right:15px;
}

nav .navicons ul li:last-child {
	margin-right:0;
}





footer .leftsection ul li a img {
}

aside {
	position:relative;
}
aside.internal {
        max-height: 380px;
    overflow: hidden;
    height: 380px;
}
blockquote p{
    font-size: 18px !important;
    color: #77ffd8;
    font-weight: 700;
    padding-top: 20px;
}
blockquote strong{
    font-size: 14px !important;
    color: #333;
    font-weight: 700;
    clear: both;
}
.vc_separator.vc_separator_align_center h4 {
    padding: 0 .8em;
    color: #77ffd8 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}
aside img {
	width:100%;
	height:auto;
}

aside .heading {
	position:absolute;
	top:75%;
	padding:7px 0;
	bottom:0;
	width:auto;
	transform:translateY(-70%);
	transform:translateY(-70%);
	-ms-transform:translateY (-70%);
	-webkit-transform:translateY (-70%);
	-moz-transform:translateY (-70%);
	-o-transform:translateY (-70%);
}

aside .heading h1 {
	color:#fff;
	font-size:33px;
	font-weight:700;
	color:#fff;
	font-size:33px;
	font-weight:500;
	line-height:35px;
	font-weight:700;
}

aside .heading span {
	display:block;
	margin-top:22px;
}

aside .heading a {
	display:inline-block;
	font-size:17px;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	border:1px solid #fff;
	padding:20px 29px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 !important;
    }
    
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .wpb_content_element {
    margin-bottom: 0px;
}
.maincontent {
	width:100%;
	padding-top:0px;
	padding-bottom:70px;
}

.maincontent.page {
	width: 100%;
    padding-top: 0;
    padding-bottom: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.homeContent{
	margin-top: -16px;
    display: inline-block;
    
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #333;
}
.maincontent.page h1 {
	    font-size: 176px;
    font-weight: 400;
    line-height: 0.8;
    padding-bottom: 0px;
    color: #fff;
    font-family: 'Gilroy', sans-serif;
    max-width: 70%;
    letter-spacing: -10px;
    text-align: right;
    float: right;
        z-index: 200;
    position: relative;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a, .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active {
    background-color: #77ffd8 !important;
    color: #000 !important;
}

.maincontent .leftsection {
	width:455px;
	float:left;
}

.maincontent .leftsection h2 {
	font-size:25px;
	color:#000;
	font-weight:700;
	line-height:30px;
}
.maincontent h3{
    font-size: 26px;
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-weight: bold;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    margin-top: 20px;
}

.maincontent .leftsection p {
	font-size:15px;
	color:#fff;
	line-height:25px;
	margin-top:20px;
	padding:0 55px 0 0;
}
.single-events .maincontent .leftsection p {
	font-size: 17px;
    color: #fff;
    line-height: 25px;
    margin-top: 0px;
    padding: 0;
    margin-bottom: 20px;
    padding-top: 10px;
}
.contentHeaderImage{
	width: 100%;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    overflow: auto;
}

.maincontent .rightsection {
	width:522px;
	float:right;
}
.internalTitle{
    margin-top: 15px;
    max-width: 390px;
    float: right;
    padding-right: 42%;
    line-height: 1.1;
    padding-top: 30px;
}
.internalTitle.back{
    margin-top: 0;
    max-width: 150px;
    float: left;
    padding-right: 0;
    line-height: 1.1;
    padding-top: 0px;
}
.maincontent .leftsection .internalTitle.back h2 {
    font-size: 20px;
    color: #77ffd8;
    font-weight: 700;
    line-height: 1.1;
    text-align: right;
}
.internalTitle h1{
    
    font-size: 42px !important;
}
.internalTitle h2{
    
}

.maincontent .rightsection .imagesection {
	margin-top:-14px;
}

.maincontent .rightsection .imagesection ul {
	margin:0;
	padding:0;
}

.maincontent .rightsection .imagesection ul li {
	float: left;
    display: block;
    position: relative;
    width: 50%;
    padding: 0;
    margin-left: 0;
    list-style-image: none;
    line-height: normal;
}

.maincontent .rightsection .imagesection ul li a img {
	width:100%;
	height:auto;
}

.maincontent .rightsection .imagesection ul li a {
	text-decoration:none;
}

.maincontent .rightsection .imagesection .text {
	display:block;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	background:#523087;
	font-size:15px;
	font-size:15px;
	font-weight:700;
	padding:10px;
}

.maincontent .rightsection .imagesection .downtext {
	display:block;
	text-decoration:none;
	color:#552e7e;
	text-align:center;
	font-size:15px;
	margin-top:15px;
}

.updates {
	width:100%;
	background:url(/wp-content/themes/confetti_annual/images/bluebg.jpg)no-repeat;
	background-size:cover;
	padding:60px 0;
}

.updates .content {
	width:400px;
	margin:0 auto;
	text-align:center;
}

.updates h3 {
	color:#fff;
	font-size:33px;
	font-weight:700;
	color:#fff;
	font-size:33px;
	font-weight:700;
	line-height:35px;
	text-align:center;
}

.updates p {
	color:#fff;
	font-size:15px;
	padding-top:30px;
	line-height:25px;
}

.updates span {
	display:block;
	padding-top:5px;
}

.updates a {
	display:inline-block;
	border:1px solid #fff;
	font-size:17px;
	font-weight:500;
	text-decoration:none;
	padding:9px 35px;
	color:#fff;
}
.footerLead {
	
    overflow: auto;
}

footer {
	margin-top:35px;
	margin-bottom:80px;
}

footer .container {
	border-top:1px solid #ffff;
	padding-top:20px;
}
footer .container.noLine{
	border-top:0px solid #fff;
	padding-top:0px;
	overflow: auto;
}
footer .container.noLine img{
width: 100%;
height: auto;
}

footer .leftsection {
	float:left;
}

footer .leftsection ul {
	margin:0;
	padding:0;
}

footer .leftsection ul li {
	margin-right:10px;
	float:left;
	display:block;
}

footer .leftsection span {
	display:block;
	font-size:13px;
	color:#fff;
	margin-top:15px;
}

footer .leftsection span a {
	text-decoration:none;
	font-size:13px;
	color:#fff !important;
}

footer .rightsection {
	float:right;
}

/*.me header nav .navigation{display: block;}*/
.leftsection.fullwidth {
	width:100%;
}

.post-content h2 {
	padding:27px 0 0;
}

body.no-scroll {
	overflow-y:hidden;
}
.vc_row {
    margin-left: 0 !important;
    margin-right:0 !important;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
.wpb_text_column{
	padding-left:25px;
	padding-right: 25px;
}
.maincontent p img{
	width:100%;
	height:auto;
}
#grid-2676 .tg-item-content-holder {
    background: none !important;
}
.pl-drop_down {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: auto;
    background: #fff;
    border: 0px solid #eaeaea !important;
    border-bottom: 0px solid #eaeaea !important;
    color: #555;
    padding: 0 5px;
    position: relative;
    z-index: 10;
    min-width: 200px;
    text-align: left;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
    background: #eaeaea !important;
}
.pl-drop_down span {
    position: relative;
    padding-right: 20px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #77ffd8;
        padding-left: 6px;
}
.pl-col > div.all-detail-cnt {
    min-height: 543px;
        padding-bottom: 20px;
}
h4.industrySpacer{
	padding-top: 10px;
}
.page-id-1695 .pl-col > div.all-detail-cnt {
    min-height: 622px;
    padding-bottom: 20px;
}
.page-id-1696 .mix,.page-id-1695 .mix{
	padding-left: 0;
	margin-left: 0;
	padding-right: 15px;
}
.homeFooter .wpb_content_element {
    background: none;
}
.homeFooter .wpb_text_column {
    padding-left: 0px;
    padding-right: 0px;
}
.homeFooter .lastFooterHome .wpb_text_column {
    padding-right: 0;
}

nav .navigation ul li#menu-item-1811 a {
    color: #6b6b6b;

}
@media (max-width: 991px) and (min-width: 769px){
.pl-drop_down, .pl-meta {
      padding: 0 !important;
}
.pl-drop_down span {
    padding-left: 10px;
}
}
@media (max-width: 1000px){

.maincontent.page h1 {
    font-size: 136px;
    }
    }
@media (max-width: 768px){
	.footerLead {
	background: none;
    overflow: auto;
}
.maincontent.page h1 {
    font-size: 106px;
    margin-right: 20px;
    }
.pl-drop_down, .pl-meta {
    padding: 0 !important;
}
.pl-drop_down span {
    padding-left: 10px;
}
.page-id-1696 .mix,.page-id-1695 .mix {
    padding-right: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {

    font-size: 18px;
}
.trent.footer {
    display: block;
    float: none;
    margin: 0px auto 0;
    position: initial;
}
.homeIntro,.homeTwitter{
	max-width: 96%;
    padding: 35px 0 10px;
    color: #fff;
}
footer .leftsection {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 0px;
}
footer {
	margin-bottom:0px;
}
.sidebarColResponsive {
    width: 100%;
    margin-right: 0%;
    float: right;
}
.contentColResponsive {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    float: left;
}
}
@media (max-width: 660px){
.maincontent.page h1 {
    font-size: 106px;
    margin-right: 20px;
    max-width: 100%;
    letter-spacing: -6px;
    }
    }
@media (max-width: 480px){
.toggle {
    margin-top: 25px !important;
}
.maincontent.page h1 {
    margin-bottom: 20px;
    font-size: 80px;
    letter-spacing: -2px;
}
}
@media (max-width: 340px){
.toggle {
    margin-top: 25px !important;
}
.maincontent.page h1 {
    font-size: 60px;
    letter-spacing: -2px;
}
}