/*
Theme Name: CDR
Author: Amba Design
Author URI: http://www.amba.design
Description: This is a bare bones Bootstrap 3 Theme for Wordpress.
Version: 2.0
License: GNU General Public License v2 or later
*/

/* --[[ GENERAL STYLES START ]]--
--------------------------------- */

/* ...[ GENERAL STYLES: Test ]... */
html {
	background: #3f3f3f;
	-webkit-font-smoothing: antialiased;
}
::selection {
  background: transparent; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
}
body {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
}
h1, h2, h3, h4, h5 {
	color: #434d52;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: 300;
	line-height: 42px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

p:empty {
	display: none;
}

a, a:focus, a:active, a:visited {
	color: #1da4ea;
	font-weight: 700;
	text-decoration: none;
	transition: all 250ms linear;
}
a:hover {
	color: #1174ba;
	text-decoration: none;
}
a.read-more {
	display: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* ...[ GENERAL STYLES: Images ]... */
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignnone, img.alignnone {
	float: none;
}
img {
	height: auto;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
    img.alignleft, img.alignright, img.alignnone {
        float: none;
		margin-left: 0em;
		margin-bottom: 1em;
		max-width: 100%;
		display: block;
    }
}

/* ...[ GENERAL STYLES: Default Gallery ]... */
#main-col .gallery img {
    border: 0px !important;
}
#main-col .gallery .gallery-item {
	height: 75px;
}
#main-col .gallery-icon {
    line-height: 100px;
    padding: 10px;
}

/* ...[ GENERAL STYLES: Lists ]... */
ol, ul {
    margin-bottom: 15px;
    margin-top: 15px;
}
ol li, ul li {
    margin-bottom: 5px;
}
ul.side {
    list-style: none;
	margin-bottom: 30px;
    padding: 0;
}

/* ...[ GENERAL STYLES: Blockquotes ]... */
blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 20px;
    padding: 5px 20px 10px;
}
blockquote p {
    color: #ccc;
}
blockquote.left {
	float: left;
	margin-right: 20px;
	margin-left: 0;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-right: 0;
	margin-left: 20px;
	text-align: left;
	width: 33%;
}

/* ...[ GENERAL STYLES: Buttons ]... */
a.btn.btn-default {
    background: #1ca4ea;
    border: solid 1px #1ca4ea;
    border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    margin-top: 10px;
}
a.btn.btn-default:hover {
    background: #fff;
    border: solid 1px #1ca4ea;
    color: #1ca4ea;
}

/* ...[ GENERAL STYLES: Shortcodes ]... */

/* [ LEAD PARAGRAPH ] */
p.lead {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}

/* [ WELLS ] */
.well {
	background: #e2eaf1;
	border: 0px;
	border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	box-shadow: none;
	color: #434d52;
	margin: 30px 0px;
	padding: 25px 30px;
}
.well h1, .well h2, .well h3, .well h4, .well h5 {
	margin-top: 0px;
	margin-bottom: 20px;
}

/* ...[ GENERAL STYLES: Posts Meta ]... */
.meta-data {
    font-size: 13px;
}
.meta-data ul.post-categories {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/* ...[ GENERAL STYLES: Gravity forms ]... */
div#main-col .gform_body ul {
    margin: 0px 0 15px;
}
div#main-col .gform_body ul li:before {
    background: none;
    content: "";
    display: inherit;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
div#main-col .gform_wrapper label {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.gform_wrapper .description_above .gfield_description {
    font-size: 13px;
}
div#main-col .gform_wrapper .gfield_required {
    color: #e03a3e;
}
div#main-col .gform_wrapper .gfield_radio li label {
	font-size: 12px;
    margin: 4px 0 0 8px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: none;
    border: 1px solid #dfdfdf;
}
div#main-col .gform_wrapper textarea {
    border-color: #dfdfdf;
}
.gform_wrapper .gform_footer .btn {
    background: #43525e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: #43525e;
    color: #fff;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 20px 6px;
}
.gform_wrapper .gform_footer .btn:hover {
    background: #fff;
    border-color: #43525e;
    color: #43525e;
	transition: all 250ms linear;
}

/* ...[ GENERAL STYLES: Pager ]... */
div#main-col ul.pager {
	margin-top: 35px;
	padding-top: 20px;
}
div#main-col ul.pager li span a {
	font-weight: 300;
}
div#main-col ul.pager li > a, div#main-col ul.pager li > span {
    padding: 0;
    border: 0;
}

/* ...[ GENERAL STYLES: Pagination ]... */
.navigation {
	margin-top: 20px;
}
.navigation .tw-pagination .page {
	margin-right: 5px;
}
.navigation .tw-pagination .current {
	background: #43515d;
    border: 1px solid #43515d;
    color: #fff;
}
.navigation .tw-pagination a {
    background: #e3eaf1;
    border: 1px solid #c3d1dc;
	color: #43515d;
	font-weight: 500;
	margin-right: 5px;
}
.navigation .tw-pagination a:hover {
	background: #43515d;
    border: 1px solid #43515d;
    color: #fff;
}

/* --[[ GENERAL STYLES END ]]--
------------------------------- */
/* ...[ TOP HEADER ]... */
.top_header {
	background: #0072bc;
}
.top_header .right {
	text-align: right;
}
.top_header .loginout {
    display: inline-block;
	padding: 9px 0 0;
}
.top_header .loginout a {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.top_header .loginout a:hover {
	color: rgba(255,255,255,0.7);
}
.top_header .loginout a:after {
	color: #fff;
	content: '|';
	margin: 0 10px;
}
.top_header ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top_header ul.social li {
	margin: 0;
}
.top_header ul.social li a {
	color: #fff;
	font-size: 18px;
}
.top_header ul.social li a:hover {
	color: #0172bc;
}
.top_header ul.social {
	float: right;
	list-style: none;
	padding: 0;
}
.top_header ul.social li i {
    width: 40px;
    height: 40px;
    margin-bottom: 1px;
    text-align: center;
    vertical-align: middle;
    padding-top: 14px;
    font-size: 21px;
    line-height: 14px;
}
.top_header ul.social li a {
	color: #fff;
    display: block;
	font-size: 18px;
    width: 40px;
    height: 40px;
}
.top_header ul.social li.linkedin > a {
	background-color: #007bb6;
	border: 1px solid #007bb6;
}
.top_header ul.social li a:hover {
	background-color: #fff;
	color: #0172bc;
}

/* ...[ HEADER ]... */
.header {
	background-color: #fff;
	border-bottom: none;
	margin-bottom: 0;
	padding: 15px 0;
}
.header .site_logo {
	position: relative;
	display: inline-block;
}

/* ...[ MAIN MENU ]... */
ul#menu-main-menu {
    margin-top: 30px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border: none;
	margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #1da4ea;
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
	background-color: #1da4ea;
	color: #fff;
}
ul#menu-main-menu .caret {
	display: none;
}

/* ...[ Dropdown ]...*/
.dropdown-menu > li > a {
	padding: 10px 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #c5b96b;
}

@media (min-width: 768px) {
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li >a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
@media (max-width: 991px) {
	.navbar-right {
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 18px;
	}
}
@media (max-width: 767px) {
	span.caret.navbar-toggle.sub-arrow {
		display: none;
	}
	.navbar-collapse.collapse span.sub-arrow {
		margin-right: 3px;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-default .navbar-toggle {
		border-color: #434d51;
		margin-top: 10px;
		z-index: 999;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #434d51;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #e3eaf1;
	}
	header.sticky .navbar-toggle {
		margin-top: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #fff;
		margin-top: 20px;
	}
}

/* ...[ HERO ]... */
.hero {
	background-color: #f2f2f2;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	width: 100%;
}
.hero #home_campaign {
	height: 550px;
	position: relative;
}
.hero .home_campaign {
	background: rgba(0,0,0,0.6);
	padding: 15px 35px 25px;
	position: absolute;
		top: 50%;
	transform: translateY(-50%);
	    margin-right: 15px;
}
.hero .home_campaign img {
	margin-bottom: 20px;
	max-width: 340px;
}
.hero .home_campaign h1 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 46px;
}
.hero .home_campaign p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
}
.hero .home_campaign a {
	background: #1ca4ea;
    /* font-family: 'Lato', sans-serif; */
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    color: #fff;
    padding: 9px 22px 11px;
    margin-top: 6px;
}
.hero .home_campaign a:hover {
	color: #fff;
}

@media (max-width: 320px) {
	.hero .home_campaign img {
		margin-bottom: 30px;
		max-width: 280px;
	}
}

/* ...[ HOME: Campaigns ]... */
.latest {
    margin-top: -65px;
}
.latest .container .row .latest_campaigns:nth-of-type(odd) .campaign_text {
	background: #f5f1e4;
}
.latest .container .row .latest_campaigns:nth-of-type(even) .campaign_text {
	background: #e2eaf1;
}
.latest .container .row .latest_campaigns {
	margin-bottom: 20px;
}
.latest .latest_campaigns .campaign_text {
	padding: 15px 15px 15px 20px;
}
.latest .latest_campaigns .campaign_text h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 0px;
}
.latest .latest_campaigns .campaign_text .excerpt {
	margin-bottom: 5px;
}

@media (min-width: 992px) {
	.latest .container .row .latest_campaigns {
		margin-right: -4px;
		padding-right: 1px;
	}
}
@media (max-width: 600px) {
	.latest .container .row .latest_campaigns {
		width: 100%;
	}
}

/* ...[ HOME: Main content ]... */
.home_content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.home_content h1 {
	margin-top: 8px;
}
.home_content h3 {
	margin-bottom: 0px;
}

@media (max-width: 680px) {
	.home_content {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/* ...[ HOME: Become a member ]... */
.become_member {
    background: #e2eaf1;
    padding: 15px 24px 0px;
}
.become_member h3 {
    margin-top: 0px;
	margin-bottom: 5px;
}
.become_member span, .become_member p {
    color: #434d52;
}
.become_member .fc_link {
    margin-top: 20px;
}
.become_member .fc_link a.btn {
    background: #43525e;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-color: #43525e;
    color: #fff;
    display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-left: -24px;
	margin-right: -24px;
    padding: 7px 0px 8px;
    text-align: center;
}

.post-type-archive-sponsors .become_member .fc_link a.btn {
	    background: #0ea4be;
	}
.become_member .fc_link a.btn:hover {
    background: #f5f1e5;
    color: rgba(255,255,255,0.7);
}

/* ...[ HOME: Upcoming event ]... */
.upcoming_event {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 495px;
	opacity: 0.90;
	margin: 30px 0;
	width: 100%;
}
.upcoming_event #eventbrite_hero {
	border-top: 0px;
	margin-bottom: 0px;
}
.upcoming_event div#eventbrite_hero .event_info {
	background: rgba(0, 146, 163, 0.95);
	color: #fff;
	padding: 35px 80px;
	text-align: center;
	transition: all 250ms linear;
}
.upcoming_event div#eventbrite_hero .event_info:hover {
	background: rgba(0, 146, 163, 1.00);
	cursor: pointer;
}
.upcoming_event .event_info h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 700;
	margin-top: 0px;
	text-transform: uppercase;
}
.upcoming_event .event_info h1 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 76px;
	font-weight: 900;
	line-height: 76px;
	text-transform: uppercase;
}
.upcoming_event .event_info p {
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	padding: 0px 70px;
}
.upcoming_event .event_info p strong {
	display: block;
}

@media (max-width: 680px) {
	.upcoming_event .event_info h1 {
		font-size: 66px;
		line-height: 70px;
	}
	.upcoming_event .event_info p {
		padding: 0px;
	}
}

@media (max-width: 600px) {
	.upcoming_event {
		min-height: 465px;
	}
	.upcoming_event .event_info h1 {
		font-size: 60px;
		line-height: 66px;
	}
	.upcoming_event .event_info p {
		padding: 0px;
	}
}
@media (max-width: 500px) {
	.upcoming_event .event_info {
		padding: 35px 40px;
	}
}
@media (max-width: 425px) {
	.upcoming_event {
		min-height: 425px;
	}
	.upcoming_event .event_info h1 {
		font-size: 45px;
		line-height: 52px;
	}
	.upcoming_event .event_info p {
		font-size: 18px;
		line-height: 27px;
	}
}
@media (max-width: 375px) {
	.upcoming_event .event_info h1 {
		font-size: 40px;
		line-height: 47px;
	}
}

/* ...[ HOME: Sustaning members ]... */
.sustaining_members {
	padding: 30px 0px 60px;
	text-align: center;
}
.home_members {
	line-height: 60px;
}
.sustaining_members a {
	color: #e01e27;
}
.sustaining_members a:hover {
	color: #434d52;
}
.sustaining_members .members {
	overflow: hidden;
	margin: 25px 0px 35px;
}
.sustaining_members .members img {
	max-height: 60px;
	opacity: 0.6;
    width: auto;
}
.sustaining_members .members img:hover{
	opacity: 0.9;
}

@media (max-width: 680px) {
	.sustaining_members {
		padding: 0px 0px 30px;
	}
}

/* ...[ PAGE: Default ]... */

/* [ Heading Section ] */
.heading {
    background: #f2f2f2;
    border-top: 3px solid #cdcdcd;
    padding: 35px 0px 70px;
    position: relative;
    margin-bottom: 52px;
}
.heading .heading_outer {
	position: relative;
    min-height: 200px;
}
/*.heading .heading_inner {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}*/
.heading h1, .heading span, .heading p {
    color: #6d6d6d;
}
.heading .heading_inner a {
	color: #fff;
	font-size: 17px;
}
.heading .heading_inner a:hover {
	color: #e01e27;
}
.heading .heading_inner p {
	font-size: 18px;
	line-height: 26px;
}
.heading h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.heading.show_become_member h1 {
	margin-top: 40px;
}
.heading span {
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding-right: 20px;
}
.heading .become_member {
    position: relative;
	/*bottom: -70px;*/
}
.heading .become_member span, .heading .become_member p {
    color: #434d52;
}
/* ... [ Sidebar: global_sign_up ]... */
.global_sign_up {
    position: absolute;
    bottom: -113px;
    right: 0px;
}
.page-template-page-home .global_sign_up {
    position: inherit;
    bottom: inherit;
    right: inherit;
}
.heading .row {
    position: relative;
}
.sign_up_img {
    height: 120px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.sign_up_butt {
	border: 0px;
}

.heading h3.widgettitle {
    color: inherit;
    text-transform: none;
    font-size: 23px;
    font-weight: 400;
    color: #4e4e4e;
}

@media (max-width: 768px) {
	.heading.show_become_member .heading_outer {
		height: 100px;
		margin-top: 15px;
	}
	.become_member {
		margin-top: 0px;
	}
}
@media (max-width: 767px) {
	.heading.show_become_member .heading_outer {
		height: 258px;
		margin-top: 0;
	}
	.sustaining_members .members img {
		margin-bottom: 20px;
	}
}
@media (max-width: 360px) {
	.heading h1 {
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	.heading span {
		font-size: 17px;
		line-height: 25px;
		padding-right: 10px;
	}
}
@media (max-width: 320px) {
	.heading h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.heading span {
		font-size: 16px;
		line-height: 24px;
	}
}

/* [ Main Content ] */
div#main-col {
    padding-bottom: 30px;
}
div#main-col h1, div#desc-col h1 {
    border-top: 3px solid #43515d;
    margin-top: 0px;
	margin-bottom: 25px;
    padding-top: 25px;
}
div#main-col ul, div#desc-col ul {
	list-style: none;
	margin: 25px 0;
	padding-left: 0px;
}
div#main-col ul li, div#desc-col ul li {
	color: #505b60;
}
div#main-col ul li:before, div#desc-col ul li:before {
	background: #a4bacc;
    content: "";
    display: inline-block;
    height: 10px;
	margin-left: 0px;
    margin-right: 6px;
    width: 10px;
}

div#main-col .sponsor.programme  ul li:before {
	background: #a4bacc;
    height: 6px;
    margin-right: 8px;
    margin-left: 2px;
    width: 6px;}

div#main-col .sponsor.programme ul li.main_link:before {
	background: #3b8ac7;
    height: 10px;
	margin-left: 0px;
    margin-right: 6px;
    width: 10px;
}

@media (min-width: 992px) {
	div#main-col p {
		padding-right: 20px;
	}
}

/* ...[ PAGE: About Us ]...
.page-template-page-about_us .heading {
    background: #00b1c4;
}
.page-template-page-about_us div#main-col h1 {
    border-top: 3px solid #00b7c6;
}
.page-template-page-about_us div#main-col ul li:before {
	background: #00b7c6;
}
.page-template-page-about_us .become_member {
	background: #e9fcff;
}
.page-template-page-about_us .become_member .fc_link a.btn {
    background: #028392;
    border-color: #028392;
}
.page-template-page-about_us .become_member .fc_link a.btn:hover {
    background: #f1f1f1;
    color: #00b7c6;
}
*/

.widget_menu  {
    font-size: 14px;
    text-align: left;
	background-color: #e9fcff;
    padding: 5px 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	padding: 15px 0px;
}

.widget_menu .widgettitle {
    margin-top: 0px;
    margin-bottom: 0px;
	padding: 0px 24px ;
}

.widget_menu ul {
    list-style: none;
	margin:0px;
	padding:0px;
}
.widget_menu ul li a {font-weight: 400; padding:6px 24px; display:block; margin:0px;}
.widget_menu ul li a:hover {color: #028392; background-color:#e2eaf1;}

/* ...[ PAGE: Events ]... */
div#eventbrite_hero {
	border-top: 3px solid #c5b96b;
	margin-bottom: 40px;
}
div#eventbrite_hero .event_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
	opacity: 0.85;
	padding: 55px 0;
}
div#eventbrite_hero .event_info {
    background: rgba(0, 146, 163, 0.95);
    color: #fff;
    padding: 35px 80px;
    text-align: center;
	transition: all 250ms linear;
}
div#eventbrite_hero .event_info:hover {
    background: rgbargba(0, 146, 163, 1.00);
	cursor: pointer;
	transition: all 250ms linear;
}
div#eventbrite_hero .event_info h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}
div#eventbrite_hero .event_info h1 {
    color: #fff;

    font-size: 76px;
    font-weight: 900;
    line-height: 76px;
    text-transform: uppercase;
}
div#eventbrite_hero .event_info .description {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    padding: 0px 70px;
}
div#eventbrite_hero .event_info .description .date {
	font-weight: 700;
}

/* If no events */
div#eventbrite_hero .hero_no_event {
    background: #003d99;
   	height: 265px;
	position: relative;
	text-align: center;
}
div#eventbrite_hero .hero_no_event h1 {
	color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 25px;
    position: absolute;
		top: 50%;
		right: 0;
		bottom: 0;
		left: 0;
    transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
}
.page-template-page-eventbrite div#main-col h1 {
    border-top: 0px;
	margin-top: inherit;
}
.page-template-page-eventbrite div#main-col .no_event {
	text-align: center;
}
.page-template-page-eventbrite div#main-col .no_event h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.past_events {
    background: #e6f1fa;
	margin-top: 30px;
    padding: 15px 25px 20px;
}
.past_events h3 {
	margin-top: 0px;
}
.past_events p {
	color: #434d52;
}
.past_events a {
	color: #007fb7;
}
.past_events a:hover {
	color: #e01e27;
}

@media (max-width: 768px) {
	div#eventbrite_hero .event_info .description {
		padding: 0px 60px;
	}
}

/* [ EventBrite Events List ] */
div#eventbrite {
	cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
}
div#eventbrite .event {
	margin-bottom: 30px;
	transition: all 250ms linear;
}
div#eventbrite .event:hover {
	opacity: 0.85;
}
div#eventbrite .event:first-of-type .date {
	background: #00b1c4;
}
div#eventbrite .event:first-of-type .event_info {
	background: #028392;
}
div#eventbrite .event .date {
	background: #027eb7;
	color: #fff;
    font-size: 16px;
    font-weight: 900;
	padding: 10px 25px;
    text-transform: uppercase;
}
div#eventbrite .event .event_info {
	background: #659dc9;
	padding: 12px 25px 25px;
}
div#eventbrite .event .event_info h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 5px;
    text-transform: uppercase;
}
div#eventbrite .event .event_info h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 0px;
    text-transform: uppercase;
}
div#eventbrite .event .event_info h4 {
	color: #e9fcff;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#eventbrite .event .event_info .venue {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
div#eventbrite .event .event_info .description {
	color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
	font-weight: 400;
}

/* ...[ PAGE: Committee Archive ]... */
.committee_member {
	margin-bottom: 40px;
}
.committee_member .committee_member_outer {
	background: #f5f1e4;
	padding-bottom: 15px;
}
.committee_member .committee_member_inner {
	padding-left: 5px;
}
.committee_member .committee_member_inner h2 {
	font-size: 23px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.committee_member .committee_member_inner span {
    color: #626262;
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
}
div#main-col .committee_member .committee_member_inner p {
    color: #626262;
	padding-right: 0px;
}
.committee_member .committee_member_inner a {
    color: #626262;
}
.committee_member .committee_member_inner a:hover {
    color: #e01e27;
}
.committee_member .committee_member_thumb .post-thumbnail {
	background-size: cover;
	background-position: center;
	transition: all 250ms linear;
}
.committee_member .committee_member_thumb .post-thumbnail:hover {
	opacity: 0.8;
}
.committee_member:nth-of-type(odd) .committee_member_outer.full {
    border-right: 7.5px solid #fff;
}
.committee_member:nth-of-type(even) .committee_member_outer.full {
    border-left: 7.5px solid #fff;
}

@media (min-width: 1200px) {
	.committee_member:nth-of-type(odd) {
		padding-right: 20px;
	}
	.committee_member:nth-of-type(even) {
		padding-left: 20px;
	}
	.committee_member_thumb {
		padding-left: 0;
	}
}
@media (min-width: 992px ) and (max-width: 1199px) {
	.committee_member .committee_member_inner h2 {
		font-size: 25px;
		line-height: 28px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.committee_member .committee_member_inner span {
		margin-bottom: 5px;
	}
}
@media (max-width: 1199px) {
	.committee_member {
		padding-right: 0px;
	}
	.committee_member_thumb {
		padding-left: 0;
	}
}
@media (max-width: 599px) {
	.committee_member {
		padding-right: 15px;
	}
	.committee_member .committee_member_inner {
		margin-bottom: 15px;
	}
	.committee_member .committee_member_outer, .committee_member .committee_member_thumb {
		width: 100%;
	}
	.committee_member .committee_member_thumb {
		max-height: 228px;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
}

/* ...[ PAGE: Committee Single ]... */
.single-committee .heading {
    margin-bottom: 40px;
}
.single-committee div#main-col h1 {
	border-top: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
}
.single-committee span.committee_position {
	color: #ae9c44;
	display: block;

	font-size: 20px;
	margin-bottom: 15px;
}
.single_committee_thumb {
	max-height: 291px;
    overflow: hidden;
	padding-right: 30px;
    position: absolute;
		top: 40px;
	text-align: right;
	width: 100%;
}

/* ...[ PAGE: Committee Single - Committee Widget ]... */
.sidebar .committee_widget {
    margin-top: 95px;
}
.sidebar .committee_widget  h3 {
    line-height: 20px;
}
.sidebar .committee_widget ul {
    background: #f5f1e4;
    list-style: none;
	padding: 10px 0px;
}
.sidebar .committee_widget ul li {
	margin-bottom: 0px;
}
.sidebar .committee_widget ul li a {
	color: #434d52;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    padding: 8px 20px 7px;
}
.sidebar .committee_widget ul li.current a, .sidebar .committee_widget ul li a:hover {
	background: #ebe4cc;
}
.sidebar .committee_widget ul li a span {
	color: #626262;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left: 10px;
}

@media (max-width: 1199px) {
	.single_committee_thumb {
		top: 30px;
	}
	.sidebar .committee_widget {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.single-committee .heading {
		min-height: 300px;
	}
	.single_committee_thumb {
		max-height: 360px;
		position: relative;
		top: 10px;
	}
	.sidebar .committee_widget {
		margin-top: 0px;
	}
	div#main-col ul.pager {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.single_committee_thumb {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.single-committee .heading .heading_outer {
		height: inherit;
	}
	.single-committee .heading .heading_inner {
		position: relative;
		top: inherit;
		transform: none;
			-webkit-transform: none;
			-moz-transform: none;
	}
	.single-committee .heading .heading_inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 0px;
	}
	.heading .heading_inner p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ...[ PAGE: News Archive + Campaigns Archive ]... */
.heading {
	background: #003d99;
}
.post-type-archive-sponsors .heading {
	margin-bottom: 60px;
}
.heading h1{
	font-size: 47px;
	font-weight: 300;
	line-height: 59px;
	margin-top: 0px;
	margin-bottom: 25px;
}
.heading h3 {
	color: #fff;
	display: inline-block;

	font-size: 19px;
	font-weight: 900;
	margin-right: 10px;
	text-transform: uppercase;
}
.category-news .heading div p, .post-type-archive-campaigns .heading div p {
	font-size: 18px;
	line-height: 29px;
}
.category-news .heading div a, .post-type-archive-campaigns .heading div a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.category-news .heading div a:hover, .post-type-archive-campaigns .heading div a:hover {
	color: #00c4d8;
}
.category-news .excerpt-content, .post-type-archive-campaigns .excerpt-content {
	border-top: 3px solid #003d99;
	padding-bottom: 60px;
	position: relative;
}
.category-news .excerpt-content .meta-data, .post-type-archive-campaigns .excerpt-content .meta-data {
	position: absolute;
	top: 0px;
	right: 15px;
	background: #003d99;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: uppercase;
	z-index: 99;
}
.category-news div#main-col .post_type_title h3, .post-type-archive-campaigns div#main-col .post_type_title h3 {
	color: #0072a9;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0px;
	margin-left: 1px;
	text-transform: uppercase;
}
.category-news .excerpt-content h2, .post-type-archive-campaigns .excerpt-content h2 {
	font-size: 29px;
	line-height: 37px;
	margin-top: 0px;
}
.post-type-archive-campaigns .excerpt-content h2 {
	margin-top: 20px;
}
.category-news .excerpt-content h2 a, .post-type-archive-campaigns .excerpt-content h2 a {
	font-weight: 300;
}
.category-news .excerpt-content a.read_more, .post-type-archive-campaigns .excerpt-content a.read_more {
	color: #0072a9;
}
.category-news .excerpt-content a.read_more:hover, .post-type-archive-campaigns .excerpt-content a.read_more:hover {
	color: #00c4d8;
}

@media (min-width: 992px) {
	.category-news .excerpt-content .post-thumbnail, .post-type-archive-campaigns .excerpt-content .post-thumbnail {
		margin-top: -1px;
		margin-right: -15px;
	}
}

/* ...[ PAGE: News Single ]... */
.single div#main-col ul.pager li:before {
	background: none;
    content: "";
    display: inherit;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
.single.single-committee .heading {
    background: #43515d;
	margin-bottom: 20px;
	min-height: 275px;
}
.single .heading h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	line-height: 45px;
}
.single .heading h3 {
	margin-top: 10px;
}
.single_featured {
	background: #fff;
    margin-top: -85px;
	margin-bottom: 30px;
	    position: relative;
}
.single .posted_by {
	color: #003d99;
	display: block;
	margin-top: 30px;
	text-align: right;
}
.sidebar h3 {
    color: #fff;
    background: #0072bc;
    padding: 5px 15px;
    margin-bottom: 0px;
    text-align: center;
    padding: 8px 0px 10px;
}
.side.sponsors li {
    border: 1px solid #c7c7c7;
    margin-bottom: 0px;
	margin-top:-1px;
}
.single.single-committee .sidebar h3 {
	color: #43515d;
}
.single .sidebar .news_items {
	background: #e5ebf5;
	padding: 15px 20px;
}
.single .sidebar .news_story {
    border-bottom: 2px solid #a9adcb;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.single .sidebar .news_items .row:last-of-type .news_story {
    border-bottom: 0px;
}
.single .sidebar .news_items .meta-data h3 {
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
}
.single .sidebar .news_items .meta-data h3, .single .sidebar .news_items .meta-data span {
	color: #003d99;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
}
.sidebar .news_items .meta-data span {
	margin-left: 10px;
}
.single .sidebar .news_items h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 23px;
	margin-top: 0px;
}
.single .sidebar .news_items h2 a {
	font-weight: 400;
}
.single div#main-col ul.pager {
	margin-top: 15px;
}
.single.single-committee div#main-col ul.pager {
	margin-top: 15px;
}

/* ... [ PAGE: Programme ]... */
.post-type-archive-programme .heading, .single-programme .heading {
    background: #1d455f;
}
.post-type-archive-programme .heading h1, .post-type-archive-programme .heading .heading_inner p,
.single-programme .heading h1 {
    color: #fff;
}
.post-type-archive-programme a, .post-type-archive-programme a:focus, .post-type-archive-programme a:active, .post-type-archive-programme a:visited,
.single-programme a, .single-programme a:focus, .single-programme a:active, a:visited {
    color: #61A6AB;
}
.post-type-archive-programme a:hover, .single-programme a:hover {
    color: #666;
}
.post-type-archive-programme div#main-col h1, .post-type-archive-programme div#desc-col h1 {
    border-top: 3px solid #61A6AB;
}

/* ... [ PAGE: Programme - Single ]... */
ul.pager {
	margin-top: 35px;
}
.page-template-page-programme .heading {
	margin-bottom: 75px;
}
ul.programme_submenu {
    background: #e2eaf1;
	list-style: none;
	padding:0px;
	margin-top: 23px;
}
ul.programme_submenu a {
	display: block;
    padding: 8px 15px;
	color: #194560;
    font-weight: 400;
}
ul.programme_submenu li {
	margin:0px;
}
ul.programme_submenu li.main_link a {
	color: #1d455f;
	font-weight: 600;
	background: #c7dbec;
    padding: 10px 15px;
}
ul.programme_submenu li.current_page_item a {
	color: #1d455f;
}
ul.programme_submenu li a:before {
	background: #618aa2;
    content: "";
    display: inline-block;
    height: 10px;
	margin-left: 0px;
    margin-right: 10px;
    width: 10px;
}
ul.programme_submenu li.main_link a:before {
	background: #1d455f;
}

.programme_submenu ul.children {
    list-style: none;
    padding-left: 17px;
    margin-top: -10px;
}
.programme_submenu ul.children a:before {
	background: #aacbde;
}

/* ... [ PAGE: Sponsors ]... */
.post-type-archive-sponsors .heading, .single-sponsors .heading {
	background: #0ea4be;
}
.post-type-archive-sponsors .heading h1, .post-type-archive-sponsors .heading .heading_inner p,
.single-sponsors .heading h1 {
    color: #fff;
}
.post-type-archive-sponsors a, .post-type-archive-sponsors a:focus, .post-type-archive-sponsors a:active, .post-type-archive-sponsors a:visited,
.single-sponsors a, .single-sponsors a:focus, .single-sponsors a:active, a:visited {
    color: #0ea4be;
}
.post-type-archive-sponsors a:hover, .single-sponsors a:hover {
    color: #666;
}
.sponsor {
    background: #f2f2f2;
	border: 1px solid #f2f2f2;
    margin-bottom: 30px;
	padding: 15px;
	transition: all 250ms linear;
}
.sponsor:hover {
	background: #fff;
	cursor: pointer;
}
.sponsor .post-thumbnail {
	background: #fff;
    margin: -15px;
	position:relative;
	    text-align: center;
}
.sponsor h3.event_logo_padding {
    padding-top: 50px;
}
.sponsor .event_logo {
    position: absolute;
    bottom: -60px;
    width: 120px;
    height: 120px;
    left: 15px;
    background-position: 50% 50%;
    background-size: contain;
    border: 5px solid #f2f2f2;
    background-repeat: no-repeat;
    background-color: #fff;
}
.single_featured .event_logo {
    position: absolute;
    top: 33px;
    width: 150px;
    height: 150px;
    left: 33px;
    background-position: 50% 50%;
    background-size: contain;
    border: 20px solid #fff;
    background-repeat: no-repeat;
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);

}
.sponsor h3 {
	margin-top: 30px;
}
.sponsor.programme h3 a {
	font-size: 27px;
}
.sponsor.programme  a {
	color: #0072bc;
	font-weight: 400;
}
.sponsor.programme li {
    line-height: 18px;
}
.sponsor.programme li a {
	color: #828282;
}
.sponsor.programme li a:hover {
    color: #0072bc;
}
.sponsor.programme li.main_link {
}
.sponsor.programme li.main_link a {
	color: #0072bc;
	font-weight: 600;
}
.post-type-archive-sponsors div#main-col .sponsor a.excerpt_more {
	color: #666;
}
.post-type-archive-sponsors div#main-col .sponsor a.excerpt_more:hover {
	color: #0ea4be;
}

/* ... [ PAGE: Sponsors - Single ]... */
.single-sponsors div#main-col ul.pager {
	margin-top: 35px;
}

/* ... [ PAGE: Conferences ]... */
.post-type-archive-conferences h2 {
	margin-bottom: 25px;
}
.conference_member {
    margin-bottom: 40px;
}
.conference_member .conference_member_outer {
    background: #e2eaf1;
    padding-bottom: 15px;
}
.conference_member .conference_member_inner h2 {
	font-size: 23px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 3px;
}
.conference_member .conference_member_inner span {
	display: inline-block;
	font-weight: 600;
	margin-bottom: 10px;
}
.conference_member_outer.past-conferences {
    background: #e6e6e6;
}
.conference_member_outer.past-conferences .conference_member_inner h2 {
    color: #e6e6e6;
}
.conference_member_outer.past-conferences .conference_member_inner a {
    color: #868686;
}
.conference_member_outer.past-conferences .conference_member_inner a:hover {
    color: #f54d55;
}
.conference_member_thumb {
	position: relative;
}
.conference_member_thumb .conference_date {
    background: #c5ba6a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    position: absolute;
		right: 0;
		top: 0;
	z-index: 99;
}
.conference_member_thumb .post-thumbnail {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    min-height: 180px;
    margin-right: -15px;
    margin-left: -15px;
	transition: all 250ms linear;
}
.conference_member_thumb a.img_link .post-thumbnail:hover {
	opacity: 0.7;
}

@media (min-width: 992px ) and (max-width: 1199px) {
	.conference_member .conference_member_inner h2 {
		font-size: 25px;
		line-height: 28px;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.conference_member .conference_member_inner span {
		margin-bottom: 5px;
	}
}
@media (max-width: 1199px) {
	.conference_member {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.conference_member {
		padding-right: 15px;
	}
	.conference_member .conference_member_inner {
		margin-bottom: 15px;
	}
	.conference_member .conference_member_outer, .conference_member .conference_member_thumb {
		width: 100%;
	}
	.conference_member .conference_member_thumb {
		max-height: 228px;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
}

/* ...[ PAGE: Conferences - Single ]... */
.single-conferences .heading {
	background: #43515d;
}
.single-conferences .heading h3 {
	color: #c5ba6a;
	font-weight: 400;
	margin-top: 0;
	text-transform: none;
}
.single_conferences_thumb {
    max-height: 320px;
    overflow: hidden;
    padding-right: 30px;
    position: absolute;
    top: 20px;
    text-align: right;
    width: 100%;
}
.single-conferences div#main-col h1 {
    border-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
}
.single-conferences div#main-col ul li:before {
    background: #c5ba6a;
}
.single-conferences div#main-col ul.pager {
}
.single-conferences .archive_link a {
    color: #c5ba6a;
}
.single .archive_link {
    display: block;
    margin-top: 30px;
    text-align: right;
}

/* ...[ PAGE: Committee Single - Committee Widget ]... */
.sidebar .conferences_widget {
    margin-top: 25px;
}
.conferences_widget.post_thumbnail {
    margin-top: 95px;
}
.sidebar .conferences_widget h3 {
	color: #c5ba6a;
    line-height: 20px;
}
.sidebar .conferences_widget ul {
    background: #f5f1e4;
    list-style: none;
	padding: 10px 0px;
}
.sidebar .conferences_widget ul li {
	margin-bottom: 0px;
}
.sidebar .conferences_widget ul li a {
	color: #434d52;
	display: block;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
    padding: 8px 20px 7px;
}
.sidebar .conferences_widget ul li.current a, .sidebar .conferences_widget ul li a:hover {
	background: #ebe4cc;
}
.sidebar .conferences_widget ul li a span {
	color: #626262;
	display: block;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.sidebar .conferences_widget ul li a span strong {
	display: block;
	margin-top: 8px;
}

@media (max-width: 1199px) {
	.single_conferences_thumb {
		top: 30px;
	}
	.sidebar .conferences_widget {
		margin-top: 40px;
	}
}
@media (max-width: 991px) {
	.single-conferences .heading {
		min-height: 300px;
	}
	.single_conferences_thumb {
		max-height: 360px;
		position: relative;
		top: 10px;
	}
	.sidebar .conferences_widget {
		margin-top: 0px;
	}
	div#main-col ul.pager {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.single_conferences_thumb {
		padding-right: 0px;
	}
}
@media (max-width: 599px) {
	.single-conferences .heading .heading_outer {
		height: inherit;
	}
	.single-conferences .heading .heading_inner {
		position: relative;
		top: inherit;
		transform: none;
			-webkit-transform: none;
			-moz-transform: none;
	}
	.single-conferences .heading .heading_inner h1 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 0px;
	}
	.heading .heading_inner p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* ...[ PAGE: Sustaining Members ]... */
.post-type-archive-companies .members {
	border-top: 3px solid #c5b96b;
	margin-top: 30px;
	margin-bottom: 30px;
}
.post-type-archive-companies .member_thumb {
	margin-bottom: 25px;
	height: 75px;
	line-height: 75px;
	text-align: center;
}
.post-type-archive-companies .member_thumb img {
	max-height: 75px;
	opacity: 0.6;
    width: auto;
}
.post-type-archive-companies .member_thumb img:hover {
	opacity: 0.9;
    width: auto;
}

/* ...[ PAGE: Register/Update ]... */
.gform_wrapper form#gform_1,
.gform_wrapper form#gform_2 {
	background: whitesmoke;
	padding: 20px 20px 0 20px;
}
.gform_wrapper form#gform_1 h3.gform_title,
.gform_wrapper form#gform_2 h3.gform_title {
	color: #0072c2;
	font-size: 24px;
	margin-top: 0;
}
.gform_wrapper form#gform_1 label, .gform_wrapper form#gform_2 label {
	font-size: 15px;
	font-weight: 400;
}
.gform_wrapper form#gform_1 span#input_1_5_1_container label, .gform_wrapper form#gform_1 span#input_1_5_2_container label,
.gform_wrapper form#gform_2 span#input_2_5_1_container label, .gform_wrapper form#gform_2 span#input_2_5_2_container label {
	font-size: 13px;
}
div#input_1_5_container.ginput_container_password br,
div#input_2_5_container.ginput_container_password br {
	display: none;
}
.gform_wrapper form#gform_1 .top_label li.gfield.gf_left_half, .gform_wrapper form#gform_1 .top_label li.gfield.gf_right_half,
.gform_wrapper form#gform_2 .top_label li.gfield.gf_left_half, .gform_wrapper form#gform_2 .top_label li.gfield.gf_right_half {
	width: 48.6%;
}
.gform_wrapper form#gform_1 .top_label li.gfield.gf_left_half,
.gform_wrapper form#gform_2 .top_label li.gfield.gf_left_half {
	padding-right: 8px;
}
.gform_wrapper form#gform_1 .top_label li.gfield.gf_right_half,
.gform_wrapper form#gform_2 .top_label li.gfield.gf_right_half {
	padding-right: 0px;
	padding-left: 8px;
}
.gform_wrapper form#gform_1 .gform_footer input[type=submit],
.gform_wrapper form#gform_2 .gform_footer input[type=submit] {
	background: #0072bc;
	border: solid 1px #0072bc;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
	font-weight: 700;
	max-width: 694px;
	padding: 7px 0px 8px;
	transition: all 250ms linear;
	width: 100%;
}
.gform_wrapper form#gform_1 .gform_footer input[type=submit]:hover,
.gform_wrapper form#gform_2 .gform_footer input[type=submit]:hover {
	background: whitesmoke;
	border: solid 1px #0072bc;
	color: #0072bc;
}
.gform_wrapper form#gform_1 li#field_1_6 label {
	display: none;
}
.gform_wrapper form#gform_1 li#field_1_6 .ginput_container_checkbox li.gchoice_1_6_1 br {
	display: none;
}
.gform_wrapper.gf_browser_chrome form#gform_1 li#field_1_6 .ginput_container_checkbox li.gchoice_1_6_1 input {
	margin-top: 10px;
	margin-right: 3px
}
.gform_wrapper form#gform_1 li#field_1_6 .ginput_container_checkbox li.gchoice_1_6_1 label {
	display: inline-block;
	font-size: 14px;
}
.gform_wrapper form#gform_1 li#field_1_6 .ginput_container_checkbox li.gchoice_1_6_1 label a {
	font-weight :400;
}

/* ...[ PAGE: Custom Login ]... */
#loginform-custom {
	background: whitesmoke;
	margin-top: 10px;
	padding: 20px;
}
p.login-username input, p.login-password input {
	height: 36px;
}
a.login-lostpassword {
    font-size: 14px;
    font-weight: 500;
}
p.login-remember label {
	font-size: 14px;
}
p.login-remember input[type=checkbox] {
	margin-right: 3px;
	width: inherit;
}
.login-submit {
	line-height: 12px;
}
.login-submit input#wp-submit {
	background: #0072bc;
    border: solid 1px #0072bc;
    color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 13px;
	transition: all 250ms linear;
}
.login-submit input#wp-submit:hover {
	background: #fff;
    border: solid 1px #0072bc;
    color: #0072bc;
}

/* ...[ PAGE: Reset password ]... */
div#password-lost-form-wrap {
	background: whitesmoke;
	margin-top: 10px;
	padding: 20px;
}
div#password-lost-form-wrap form#lostpasswordform legend {
	border-bottom: 0;
    color: #0072c2;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
	font-weight: 700;
}
div#password-lost-form-wrap form#lostpasswordform label {
	color: #505b60;
	font-size: 15px;
	font-weight: 400;
}
div#password-lost-form-wrap form#lostpasswordform p.no-margin br,
div#password-lost-form-wrap #lostpasswordform .lostpassword-submit br {
	display: none;
}
div#password-lost-form-wrap #lostpasswordform #somfrp_user_info {
    height: 36px;
}
div#password-lost-form-wrap #lostpasswordform button#reset-pass-submit {
    background: #0072bc;
    border: solid 1px #0072bc;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    max-width: 1080px;
    padding: 7px 0px 8px;
    transition: all 250ms linear;
    width: 100%;
}

/* |-| Alert |-| */
.alert.alert-danger a {
	color: #a94442;
}
.alert.alert-danger a:hover {
	color: #545454;
}

/* ...[ PAGE: Theme My Login ]...
div#main-col .tml ul, div#desc-col .tml.tml-login ul {
	list-style: none;
	padding-left: 0px;
}
div#main-col .tml ul li:before, div#desc-col .tml.tml-login ul li:before {
	background: none;
    height: 0px;
    margin-right: 0px;
    width: 0px;
}
div#main-col .tml .tml-errors, div#main-col .tml .tml-messages, div#desc-col .tml .tml-errors, div#main-col .tml-login .tml-messages {
	margin-top: 0px;
}
div#main-col .tml form br {
	display: none;
}
div#main-col .tml form .tml-field-wrap .tml-field {
    height: 34px;
	padding: 5px 8px;
}
div#main-col .tml form .tml-field-wrap.tml-rememberme-wrap .tml-label {
	display: inline-block;
	margin-left: 3px;
}
div#main-col .tml form .tml-submit-wrap input[type=submit] {
    background: #43525e;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-color: #43525e;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px 6px;
	transition: all 250ms linear;
}
div#main-col .tml form .tml-submit-wrap input[type=submit]:hover {
    background: #fff;
    border-color: #43525e;
    color: #43525e;
    padding: 5px 20px 6px;
}*/

/* ...[ SIDEBAR: General ]... */
.sidebar div#eventbrite {
    margin-top: 0px;
    margin-bottom: 0px;
}
.sidebar.show_member_side div#eventbrite {
    margin-top: 40px;
}
.sidebar div#eventbrite .event {
    margin-bottom: 30px;
}
ul.side.sponsors .post-thumbnail {
    margin: 20px 10px;
}

@media (max-width: 768px) {
	.sidebar.show_member_side div#eventbrite {
		margin-top: 0px;
	}
}

/* ...[ SIDEBAR: About Us ]... */
.page-template-page-about_us .side_menu_widget div#eventbrite {
    margin-top: 80px;
}
.page-template-page-about_us .side_menu_widget div#eventbrite .event {
    margin-bottom: 30px;
}

/* ...[ FOOTER ]... */
.footer {
	background: #666;
	color: #fff;
	font-size: 13px;
	margin-top: 30px;
	padding: 10px 0px 30px;
}
.footer h3 {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
}
.footer a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.footer a:hover {
	color: #e01e27;
}
.footer ul {
	line-height: 16px;
	list-style: none;
	padding-left: 0px;
}
.footer ul.social li {
	display: inline;
	margin-right: 6px;
}
.footer ul.social li:last-child {
	margin-right: 0px;
}
.footer ul.social li a {
	font-size: 21px;
}
.footer ul.social li a:hover {
	color: #e01e27;
}
.post-footer {
	background: #3f3f3f;
	color: #fff;
	font-size: 13px;
	padding: 5px 0px;
}
.post-footer p {
    display: inline-block;
	margin-bottom: 0px;
}

/* ...[ FOOTER: T&C Menu ]... */
.menu-footer-menu-container {
    display: inline-block;
}
div#nav_menu-2, .menu-footer-menu-container ul#menu-footer-menu {
    display: inline-block;
}
.menu-footer-menu-container ul#menu-footer-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.menu-footer-menu-container ul#menu-footer-menu li:before {
	content: "|";
	margin: 0 8px;
	opacity: 0.7;
}
.menu-footer-menu-container ul#menu-footer-menu li a {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.menu-footer-menu-container ul#menu-footer-menu li a:hover {
    color: #1da4ea;
}

/* ...[ BOOTSTRAP EXTRA ELEMENTS: 5 columns ]... */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 992px) {
	.col-md-4.global_sign_up {
		position: relative;
	}
	.heading .heading_outer {
		 min-height: 0px;
	}
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

h4.panel-title p {
    display: none;
}
.panel {
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	margin-bottom: 10px;
}
.panel-heading {
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	padding: 0px;
}
a.accordion-toggle {
	display: block;
	padding: 10px 15px;
}


.sponsor_divider {
    height: 10px;
    background: #eee;
}
.sponsor_cont h3 {
    margin: 0px;
    display: inline-block;
    background: #eee;
    padding: 0px 20px 10px;
    font-weight: 400;
}

iframe#twitter-widget-0 {
    border: 2px solid #c7dbec !important;
    background: whitesmoke !important;
}

label {
    display: block;
	    line-height: 30px;
	font-weight: inherit;
}
input {
	width: 100%;
}
textarea {
    width: 100%;
    border: 1px solid #ccc;
	    height: 200px;
}

.wpcf7-submit {
    background: #0072bc;
    border: 0px;
    color: #fff;
    padding: 13px;
}

form.wpcf7-form {
    background: whitesmoke;
    padding: 20px 0 0px 20px;
}

/* |-| Cookie consent bar |-| */
#catapult-cookie-bar a {
    font-size: 14px;
}
.ev_pagination{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.ev_pagination ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.ev_pagination ul li{
	list-style: none;
	display: inline-block;
}
.ev_pagination ul li span,
.ev_pagination ul li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	background: #efefef;
	color: #333;
}
.ev_pagination ul li span.current{
	background: #0372BB;
	color: #fff;
}

.gfield_checkbox input{    width: auto;}

.select2-container .select2-selection--single{height:40px  !important}

.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:40px !important}