.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	min-height: 320px;
	padding-bottom: 90px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e8e8e8;
	background-image: url('../images/feature-bg.svg');
	background-position: 0px 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.nav {
	position: fixed;
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
}

.logo-symbol {
	margin-right: 15px;
	padding: 13px 15px;
	float: left;
	background-color: #744287;
}

.wp-logo {
	float: left;
}

.wp-menu-main {
	margin-bottom: 0px;
	float: right;
}

.nav-menu-item {
	margin-right: 9px;
	margin-left: 9px;
	float: left;
}

a {
	color:#744287;
}

.link {
	font-family: effra, sans-serif;
	color: #744287;
}

.link-2 {
	color: #744287;
}

.link-3 {
	color: #744287;
}

.link-4 {
	color: #744287;
}

.link-5 {
	color: #744287;
}

.wp-menu-secondary {
	margin-bottom: 0px;
	margin-left: 15px;
	float: right;
}

.wp-title {
	display: block;
	margin: 150px auto 0px;
	padding: 10px 20px 10px 28px;
	float: left;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 6px solid #999;
	background-color: #f2f2f2;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 32px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
}

.wp-title.title-second-line {
	display: block;
	margin-top: -6px;
	padding: 0px 20px;
	font-size: 22px;
}

.wp-title.blog-title {
	margin: 25px 30px 20px;
	padding: 0px;
	float: none;
	border-style: none;
	background-color: transparent;
	color: #666;
	font-size: 28px;
	line-height: 36px;
	text-align: left;
	letter-spacing: 0em;
	text-transform: none;
}

.wp-title.blog-title.read {
	font-weight: 800;
	margin-top: -10px;
}

.wp-title.blog-title.shared-link-title {
	margin-top: 10px;
}

.wp-title.blog-title.article-title {
	margin-top: 0px;
}

.wp-title.large {
	padding: 20px 32px 20px 48px;
	font-size: 40px;
	line-height: 56px;
}

.wp-title.speaker-title {
	margin: 10px 15px 3px;
	padding: 0px;
	float: none;
	border-style: none;
	background-color: transparent;
	color: #666;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0em;
	text-transform: none;
}

.wp-title.archive-title {
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	padding: 0px;
	float: none;
	border-style: none;
	background-color: transparent;
	color: #666;
	font-size: 24px;
	line-height: 35px;
	text-align: left;
	letter-spacing: 0em;
	text-transform: none;
}

.wp-title.title-small-pre {
	display: block;
	margin-top: 150px;
	padding: 6px 12px 6px 18px;
	font-size: 22px;
}

.wp-title.speaker-detail-title {
	margin-top: -6px;
}

.wp-title.feature-area-article-title {
	max-width: 1100px;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	border-style: none;
	background-color: transparent;
	color: #666;
	font-size: 38px;
	line-height: 53px;
	text-align: center;
	letter-spacing: 0em;
	text-transform: none;
}
.nav-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu ul li {
	display: inline;
}
.nav-menu li a {
	padding: 20px 14px;
	opacity: 0.75;
	-webkit-transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
	transition: opacity 500ms ease, background-color 500ms ease, box-shadow 500ms ease;
	font-family: effra, sans-serif;
	color: #744287;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.nav-menu li a:hover {
	border-bottom: 2px none #000;
	background-color: #f4eef6;
	box-shadow: inset 0 -3px 0 0 #744285;
	opacity: 1;
}
.nav-menu li.current-menu-item a
{
	border-bottom: 2px none #000;
	background-color: #f4eef6;
	box-shadow: inset 0 -3px 0 0 #744285;
	opacity: 1;
}
.nav-menu li.nav-link-secondary.current-menu-item a {
	background-color: #f6f6f6;
	box-shadow: inset 0 -3px 0 0 #adadad;
	color: #adadad;
	opacity: 1;
}

.nav-menu li a.w--current {
	background-color: #744285;
	box-shadow: inset 0 -5px 0 0 #59216e;
	color: #fff;
}

.nav-menu li.last a {
	margin-right: 0;
	border-right: 1px solid #eee;
}

.nav-menu li.nav-link-secondary a{
	padding: 20px 11px 20px;
	-webkit-transition: opacity 500ms ease, box-shadow 500ms ease, background-color 500ms ease, opacity 200ms ease;
	transition: opacity 500ms ease, box-shadow 500ms ease, background-color 500ms ease, opacity 200ms ease;
	font-family: effra, sans-serif;
	color: #b2b2b2;
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-left: -4px;
}

.nav-menu li.nav-link-secondary a:hover {
	background-color: #f6f6f6;
	box-shadow: inset 0 -3px 0 0 #adadad;
	color: #adadad;
}

.nav-link-secondary.w--current {
	box-shadow: inset 0 -3px 0 0 #adadad;
	-webkit-transition: opacity 500ms ease, box-shadow 500ms ease, background-color 500ms ease, opacity 200ms ease, color 500ms ease;
	transition: opacity 500ms ease, box-shadow 500ms ease, background-color 500ms ease, opacity 200ms ease, color 500ms ease;
	color: #8d8d8d;
}

.nav-link-secondary.w--current:hover {
	box-shadow: inset 0 -3px 0 0 #666;
	color: #666;
}

.menu {
	padding-right: 15px;
}

.text-block {
	text-align: center;
}

.home-feature-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 600px;
	margin-top: 35px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
}

.content-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 450px;
	max-width: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 0;
	-webkit-flex: 0 46%;
	-ms-flex: 0 46%;
	flex: 0 46%;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);
}

.content-box.featured {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.content-box.blog-video {
	width: 100%;
	max-width: 700px;
	margin:0 auto 35px;
}

.content-box.event-box {
	width: 100%;
	max-width: 100%;
}

.box-top {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	padding-right: 0px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border: 6px solid #fff;
	background-image: url('../images/box-top-lines.svg');
	background-position: 0px 50%;
	background-size: 83px;
	background-repeat: repeat-x;
	box-shadow: 0 2px 0 1px #dbdbdb;
}

.box-top.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: none;
}

.wp-category {
	display: inline-block;
	margin: 0px auto;
	padding: 0px 20px;
	background-color: #fff;
	font-family: effra, sans-serif;
	color: #b6b6b6;
	font-size: 16px;
	letter-spacing: 0.15em;
}

.content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url('../images/right-bg-repeat.svg'), url('../images/left-bg-repeat.svg');
	background-position: 100% 0px, 1px 0px;
	background-size: 85px, 85px;
	background-repeat: repeat-y, repeat-y;
}

.content.events {
	background-image: url('../images/large-text-attend.svg'), url('../images/right-bg-repeat.svg'), url('../images/left-bg-repeat.svg');
	background-position: 79px -11px, 100% 0px, 1px 0px;
	background-size: 700px, 85px, 85px;
	background-repeat: no-repeat, repeat-y, repeat-y;
}

.content.blog {
	border-top: 1px solid #e8e8e8;
	background-image: url('../images/large-text-read.svg'), url('../images/right-bg-repeat.svg'), url('../images/left-bg-repeat.svg');
	background-position:79px -11px, 100% 0px, 1px 0px;
	background-size: 700px, 85px, 85px;
	background-repeat: no-repeat, repeat-y, repeat-y;
	width: 100%;
}

.content.sponsor-intro {
	background-color: #666;
	background-image: url('../images/sponsor-pattern-tile.svg'), url('../images/sponsor-pattern-tile.svg');
	background-position: 106% -30px, -117px 0px;
	background-size: 156px, 156px;
}

.container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.event {
	width: 450px;
}

.event.featured {
	display: block;
	width: 100%;
	min-width: 100%;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.wp-excerpt {
	margin-right: 50px;
	margin-bottom: 20px;
	float: left;
	font-family: effra, sans-serif;
	color: #9d9d9d;
	font-size: 17px;
	line-height: 26px;
}

.wp-excerpt.blog-excerpt {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.footer {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 300px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	background-image: url('../images/girl-geek-x-logo-grey.svg');
	background-position: 50% 17%;
	background-size: 800px;
	background-repeat: no-repeat;
}

.wp-menu-footer {
	margin-top: 75px;
	margin-bottom: 50px;
	padding-left: 0px;
	font-family: effra, sans-serif;
}

.wp-menu-footer li, .wp-menu-footer-secondary li, .wp-menu-footer-social li {
	float: left;
}

.wp-menu-footer li a {
	width: 100%;
	margin: 0px;
	padding: 20px;
	color: #777;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wp-menu-footer-social {
	margin-bottom: 25px;
}

.social-icon {
	display: block;
	width: 36px;
	margin-right: 10px;
	margin-left: 10px;
	opacity: 0.75;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.social-icon:hover {
	opacity: 1;
}

.social-icon.grid-social {
	width: 28px;
	margin-left: 0px;
	float: left;
}

.wp-menu-footer-secondary {
	font-family: effra, sans-serif;
}

.wp-menu-footer-secondary li a {
	margin-right: 20px;
	margin-left: 20px;
	color: #aaa;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.copyright {
	margin-bottom: 25px;
	font-family: effra, sans-serif;
	color: #bbb;
	font-size: 11px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.button {
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 20px 30px;
	border: 2px solid #999;
	background-color: #fff;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .1);
	-webkit-transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
	transition: background-color 500ms ease, color 500ms ease, border 500ms ease;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.button:hover {
	border-color: #cba7d8;
	background-color: #ebd4f3;
	color: #744285;
}

.button.purple {
	margin-bottom: 1px;
	border-color: #633275;
	background-color: #744287;
	color: #fff;
}

.button.purple:hover {
	background-color: #59216e;
}

.button.inside-box {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	text-align: center;
}

.button.archive-button {
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 12px 18px;
	font-size: 13px;
}

.button.about-button {
	display: inline-block;
}

.button.about-button.purple-line {
	border-color: #744287;
	color: #744287;
	letter-spacing: 0em;
	text-transform: none;
}

.button.about-button.purple {
	letter-spacing: 0em;
	text-transform: none;
}

.button.about-button.purple.small {
	padding-top: 12px;
	padding-bottom: 12px;
}

.button.prospectus-button {
	display: block;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-style: none;
	background-color: #554589;
	box-shadow: none;
	color: #dac32c;
	text-align: center;
}

.button.prospectus-button.amplify {
	background-color: #da622b;
	color: #e4cb45;
}

.link-source {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-family: effra, sans-serif;
	color: #724585;
	font-size: 18px;
	font-weight: 400;
}

.image {
	margin-top: -35px;
	margin-bottom: 25px;
}

.wp-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	max-height: 240px;
	margin-bottom: 35px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.wp-date {
	margin-bottom: 20px;
	margin-left: 30px;
	font-family: effra, sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.video {
	width: 100%;
	height: 265px;
	margin-top: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.video iframe {
	width:100% !important;
	height:100% !important;
}

.filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 220px;
	height: 100%;
	min-height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.filter-type {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: effra, sans-serif;
	color: #999;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.filter-type.first {
	margin-top: 0px;
}

.filter-toggle {
	padding: 6px;
}

.toggle {
	margin-top: -2px;
	margin-right: 0px;
	padding: 6px 8px;
	float: left;
	clear: left;
	border: 2px solid #999;
	background-color: #fff;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .1);
	-webkit-transition: background-color 500ms ease, border 500ms ease, color 500ms ease;
	transition: background-color 500ms ease, border 500ms ease, color 500ms ease;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.toggle:hover {
	border-color: #744287;
	background-color: #ceacdb;
	color: #744287;
}

.toggle.purple {
	border-color: #633275;
	background-color: #744287;
	color: #fff;
}

.toggle.inside-box {
	margin-bottom: 30px;
	margin-left: 30px;
}

.toggle.selected {
	border-color: #613075;
	background-color: #724585;
	box-shadow: none;
	color: #fff;
}

.grid-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 28%;
	max-width: 215px;
	margin-right: 15px;
	margin-bottom: 35px;
	margin-left: 15px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);
}

.grid-box.featured {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.grid-box.featured-company-large {
	width: 100%;
	max-width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.grid-box.featured-company-medium {
	width: 45%;
	max-width: 48%;
}

.grid-box.sidebar-box {
	width: 100%;
	max-width: 100%;
	margin-top: 0px;
	margin-left: 0px;
}

.grid-box-photo {
	width: 100%;
	border-bottom: 3px solid #dbdbdb;
}

.wp-content {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font-family: effra, sans-serif;
	color: #9d9d9d;
	font-size: 17px;
	line-height: 24px;
}

.wp-content.blog-excerpt {
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.wp-content.speaker-title {
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 21px;
}

.wp-content.speaker-company {
	margin-bottom: 10px;
	color: #704883;
	font-size: 15px;
	font-weight: 700;
}

.tag {
	margin-top: -2px;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 3px 5px 3px 6px;
	border: 2px solid #999;
	background-color: #fff;
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .1);
	-webkit-transition: background-color 500ms ease, border 500ms ease, color 500ms ease;
	transition: background-color 500ms ease, border 500ms ease, color 500ms ease;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tag:hover {
	border-color: #744287;
	background-color: #ceacdb;
	color: #744287;
}

.tag.purple {
	border-color: #633275;
	background-color: #744287;
	color: #fff;
}

.tag.inside-box {
	margin-bottom: 30px;
	margin-left: 30px;
}

.tag.selected {
	border-color: #613075;
	background-color: #724585;
	box-shadow: none;
	color: #fff;
}

.tags {
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px 0px;
	border-top: 3px solid #dbdbdb;
	border-bottom: 3px none #dbdbdb;
	margin: 0 0 5px 0;
}

.tags.company-tags {
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.tag.company-past-event {
	padding: 13px 17px;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
	text-transform: none;
	color: #666;
}

.tag.company-past-event:hover {
	color: #fff;
}

.social {
	margin-bottom: 10px;
	margin-left: 15px;
}

.grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 740px;
	margin-right: -15px;
	margin-left: -16px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.grid .ajax-load-more-wrap {
	width:100%;
}

.home-events {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-blog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.home-blog .content-box {
	width:auto;
	max-width:50%;
	flex:0 1 46%;
}

.home-blog .content-box:first-child {
	margin-left:-3%;
}

.home-blog .content-box .wp-title.blog-title {
	margin:15px 23px 20px;
}

.home-blog .content-box .wp-excerpt.blog-excerpt {
	margin:23px;
}

.home-blog .content-box .button.inside-box {
	margin:23px;	
}

.home-blog .content-box .link-source {
	margin-left:23px;
}

.home-blog .content-box .wp-date {
	margin-left:23px;
}

.blog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.wp-bg-image {
	position: relative;
}

.wp-bg-image.featured-blog-post-image {
	position: relative;
}

.blog-speakers-panel {
	position: absolute;
	left: 0px;
	bottom: 0;
	padding: 8px;
	background-color: rgba(0, 0, 0, .2);
	/* top: 0; */
}

.small-speaker-circles {
	width: 36px;
	height: 36px;
	margin-right: 6px;
	float: left;
	border-radius: 100px;
}

.small-speaker-circles.empty {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ddd;
}

.grid-box-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	min-height: 150px;
	padding: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px none #dbdbdb;
	max-height:200px;
}

.grid-box-logo.featured-company-large {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	max-height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-height:100%;
	min-height: 1px;
}

.grid-box-logo.featured-company-medium {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 180px;
	padding: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.company-logo.large {
	max-width: 70%;
}

.company-logo.medium {
	max-width: 90%;
}

.attend-archive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.archive-year {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
	font-family: effra, sans-serif;
	color: #333;
	font-size: 48px;
	line-height: 56px;
	text-align: center;
}

.archive-event-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-top: 2px solid #999;
	border-bottom: 1px none #000;
}

.archive-title {
	width: 33%;
}

.archive-title-block {
	width: 45%;
}

.archive-speaker-block {
	position: static;
	left: 0px;
	bottom: 0px;
	width: 30%;
	margin-top: 4px;
	padding: 0px;
	background-color: transparent;
}

.archive-speaker-summary {
	margin-top: 7px;
	float: left;
	clear: left;
	font-family: effra, sans-serif;
	color: #777;
	font-weight: 700;
}

.archive-date {
	font-family: effra, sans-serif;
	color: #999;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.additional-speaker-number {
	margin-left: -2px;
	font-family: effra, sans-serif;
	color: #777;
	font-size: 15px;
	font-weight: 700;
}

.event-detail {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -220px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.sidebar {
	width: 220px;
	float: right;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.sidebar.sponsor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	max-width: 260px;
	float: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sidebar.left {
	float: left;
}

.event-information {
	width: 650px;
	float: left;
	max-width: 100%;
}

.event-info {
	font-family: effra, sans-serif;
	color: #666;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.event-info.event-time {
	margin-bottom: 10px;
}

.event-info.event-price {
	margin-bottom: 15px;
	display:none;
}

.event-section-header {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	clear: left;
	font-family: effra, sans-serif;
	color: #aaa;
	font-size: 32px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.sidebar-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 220px;
	margin-top: 45px;
	margin-bottom: 20px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-box.featured {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.agenda-text {
	margin: 15px;
	font-family: effra, sans-serif;
	color: #777;
	line-height: 24px;
	font-weight: 700;
}

.map {
	border-bottom: 3px solid #dbdbdb;
}

.company-description {
	margin-bottom: 25px;
	padding-right: 50px;
	float: left;
	font-family: effra, sans-serif;
	color: #777;
	font-size: 16px;
	line-height: 24px;
}

.event-in-line-title {
	margin-top: 0px;
	margin-bottom: 12px;
	font-family: effra, sans-serif;
	color: #666;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.01em;
}

.event-section-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -15px;
	padding-right: 50px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.brand {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-menu {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.speaker-detail {
	width: 960px;
}

.speaker-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);
}

.speaker-box.featured {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.speaker-box.featured-company-large {
	width: 100%;
	max-width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.speaker-box.featured-company-medium {
	width: 45%;
	max-width: 48%;
}

.top-close-button {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: -22px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border: 3px solid #dbdbdb;
	background-color: #fff;
	box-shadow: 0 0 0 4px #fff;
}

.video-container {
	position: relative;
	width: 100%;
	height: 0px;
	margin-bottom: 47%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
}

.html-embed {
	position: static;
}

.pixie-footer {
	position: absolute;
	top: -240px;
	right: 45px;
}

.heading {
	max-width: 1100px;
	font-family: effra, sans-serif;
}

.wp-post-date {
	font-family: effra, sans-serif;
	color: #999;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}

.blog-text {
	max-width: 900px;
	min-width: 400px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	font-family: effra, sans-serif;
	font-size: 21px;
	line-height: 36px;
	color:#555;
}

.intro-blog-text {
	font-size: 21px;
	line-height: 32px;
	font-weight: 500;
}

.blog-image {
	max-width: 800px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}

.about-team-member {
	margin-bottom: 75px;
}

.about-team-photo {
	position: relative;
	z-index: 100;
	width: 150px;
	max-width: auto;
}

.about-team-bio {
	width: 60%;
	max-width: 550px;
	float: right;
	font-family: effra, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.about-team-bio.left {
	float: left;
}

.about-team-bio-intro {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
}

.about-team-name-photo {
	position: relative;
	display: block;
	width: 40%;
	max-width: 281px;
	float: left;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.about-team-name-photo.right {
	float: right;
	text-align: right;
}

.about-team-name {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 9px 15px;
	float: none;
	clear: none;
	background-color: #666;
	font-family: effra, sans-serif;
	color: #fff;
}

.about-team-position {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 15px;
	float: none;
	clear: left;
	background-color: #dbdbdb;
	font-family: effra, sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: 400;
}

.pixie-container {
	position: absolute;
	left: 112px;
	top: 15px;
	z-index: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 160px;
	height: 160px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	background-color: #e8e8e8;
}

.pixie-container.sukrutha {
	left: auto;
	right: 112px;
	border-radius: 0%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pixie-container.gretchen {
	left: 121px;
	border-radius: 0%;
}

.pixie {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.pixie.sukrutha {
	-webkit-transform: rotate(0deg) rotate(-45deg);
	-ms-transform: rotate(0deg) rotate(-45deg);
	transform: rotate(0deg) rotate(-45deg);
}

.sponsor-intro-inner {
	width: 960px;
	margin-bottom: 0px;
}

.sponsor {
	font-family: effra, sans-serif;
	color: #fff;
}

.partner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 960px;
	margin-bottom: 75px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.partner-intro {
	width: 100%;
	max-width: 800px;
	margin-bottom: 25px;
	float: none;
	font-family: effra, sans-serif;
	color: #999;
	font-size: 18px;
	line-height: 28px;
}

.partner-intro.left {
	float: left;
}

.partner-event-block {
	width: 48%;
	margin-bottom: 40px;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .1);
}

.prospectus-date-header {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #dac32c;
	font-family: effra, sans-serif;
	color: #554589;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
}

.prospectus-date-header.amplify {
	background-color: #1a9075;
	color: #e4cb45;
}

.note-header {
	width: 100%;
	font-family: effra, sans-serif;
	color: #666;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.note-text {
	font-family: effra, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.sponsor-intro-text {
	width: 60%;
	max-width: 550px;
	float: left;
	font-family: effra, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.sponsor-intro-text.left {
	float: left;
}

.sponsor-link-block {
	margin-bottom: 20px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 6px 6px 0 0 rgba(0, 0, 0, .2);
}

.sponsor-link-block.purple {
	background-color: #53297a;
}

.event-description {
	width: 70%;
	max-width: auto;
	float: left;
}

.event-details {
	width: auto;
	float: none;
	clear: none;
	text-align: left;
}

.symbol {
	width: 38px;
}

.wordmark {
	width: 146px;
}

.speaker-detail-content {
	width: 650px;
	float: right;
}




/*new-class*/

.featured img {
	width: 100%;
}
.featured .blog-speakers-panel img {
	max-width: 100%;
	width: auto;
}

.event.featured:last-child {
	margin-bottom: 0;
}
.event-section-grid .event-section-header {
	padding-left: 15px;
}

.page-template-template-speakers .grid-box .grid-box-photo {
	width: 100%;
	text-align: center;
}
button.alm-load-more-btn.more.done {
	display: none;
}

/*31-oct*/
.page-template-template-companies .alm-reveal .grid-box, .tax-company_categories .alm-reveal .grid-box {
	min-height: 360px;
}
.page-template-template-speakers .alm-reveal .grid-box, .tax-speaker_categories .alm-reveal .grid-box {
	min-height:530px;
}
/*31-oct-end*/
/*new-class-end*/


/* Feb 2019 Podcast and Sharing Styles */
.heateor_sss_horizontal_sharing {
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #999;
	letter-spacing: 0.125em;
	display: block;
	float: left;
	border-top: 1px solid #eee;
	width: 100%;
	padding: 20px 0 25px;
	border-bottom: 1px solid #eee;
	margin-top: 20px;
}

.heateor_sss_sharing_title {
	margin-bottom:10px;
}



@media (max-width: 991px) {
	
	.header {
		background-position: 0px 100%;
		background-size: 150%;
	}
	.wp-title {
		max-width: 90%;
	}
	.wp-title.blog-title {
		font-size: 24px;
		line-height: 32px;
	}
	.wp-title.blog-title.article-title {
		font-size: 24px;
		line-height: 32px;
	}
	.wp-title.large {
		padding-right: 32px;
		padding-left: 40px;
		font-size: 36px;
	}
	.wp-title.feature-area-article-title {
		padding-right: 25px;
		padding-left: 25px;
		font-size: 34px;
		line-height: 48px;
	}
	.content-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 48%;
		max-width: auto;
		clear: none;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 46%;
		-ms-flex-preferred-size: 46%;
		flex-basis: 46%;
	}
	.content-box.blog-video {
		width: 90%;
		max-width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.blog {width:auto;}
	.home-blog .content-box {
		max-width:100%;
	}
	.content-box.event-box {
		margin-right: 0%;
		margin-left: 0%;
	}
	.content.events {
		background-position: 79px -8px, 100% 0px, -67px 0px;
		background-size: 500px, 85px, 85px;
	}
	.content.blog {
		display: block;
		background-position: 61px -10px, 100% 0px, 1px 0px;
		background-size: 331px, 85px, 85px;
	}
	.content.sponsor-intro {
		background-position: 116% -30px, -129px 0px;
	}
	.container {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.event {
		width: auto;
		max-width: 47%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.event.featured {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
	}
	.wp-excerpt {
		margin-right: 0px;
		margin-left: 0%;
	}
	.footer {
		margin-top: 200px;
		background-position: 50% 43px;
		background-size: 90%;
	}
	.filter {
		width: 100%;
		height: auto;
		min-height: auto;
		margin-top: -25px;
		margin-bottom: 30px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.filter-type {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 5px;
		clear: none;
	}
	.filter-type.first {
		width: 100%;
	}
	.grid-box {
		margin-right: 30px;
		margin-left: 0px;
	}
	.grid {
		width: 100%;
		margin-left: 0px;
	}
	.home-events {
		width: 90%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.home-blog {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 90%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}
	.sidebar.sponsor {
		width: 100%;
		max-width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.brand {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-left:-3px;
	}
	.nav-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		background-color: #744285;
	}
	.menu-button {
/* padding-top: 14px;
padding-bottom: 14px;*/
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-ms-flex: 0 auto;
flex: 0 auto;
-webkit-transition: background-color 500ms ease;
transition: background-color 500ms ease;
color: #744286;
font-size: 28px;
}
.menu-button:hover {
	background-color: #f1d7fa;
}
.menu-button.w--open {
	background-color: #744286;
}
.nav-menu ul li {
	width: 100%;
	float: left;
	text-align: left;
}
.nav-menu ul li a, .nav-menu li.nav-link-secondary a {
	color: #fff;
	display: block;
	opacity: 1;
	padding: 21px 16px;
	text-align: center;
	border-bottom: 1px solid #814a92;
}
.nav-menu ul li a:hover, .nav-menu li.nav-link-secondary a:hover
{
	color: #744285;
}
.nav-menu li.current-menu-item a {
	color:#744285;
}

.filter-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}
.blog-image {
	max-width: 100%;
}
.about-team-member {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.about-team-bio {
	position: relative;
}
.about-team-name-photo {
	max-width: 205px;
}
.about-team-name {
	display: inline-block;
}
.sponsor-intro-inner {
	width: 90%;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.partner {
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.partner-intro {
	position: relative;
}
.sponsor-intro-text {
	position: relative;
	width: 100%;
	max-width: auto;
	margin-bottom: 30px;
	float: none;
}
.sponsor-link-block {
	width: 48%;
}
}

@media (max-width: 767px) {
	.header {
		overflow: hidden;
		min-height: 260px;
		padding-bottom: 75px;
	}
	.wp-title {
		padding-right: 16px;
		padding-left: 16px;
		font-size: 28px;
		line-height: 36px;
		letter-spacing: 0.15em;
	}
	.wp-title.large {
		margin-top: 125px;
		padding-right: 30px;
		padding-left: 36px;
		font-size: 32px;
		line-height: 48px;
	}
	.home-feature-text {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 18px;
		line-height: 29px;
	}
	.content-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.event {
		max-width: 90%;
	}
	.nav-menu ul li a, .nav-menu li.nav-link-secondary a {
		color: #fff;
		display: block;
		opacity: 1;
		padding: 21px 16px;
		text-align: center;
		border-bottom: 1px solid #814a92;
	}
	.footer {
		background-image: url('../images/girl-geek-x-logo-grey.svg');
		background-position: 50% 37px;
		background-size: 90%;
		background-repeat: no-repeat;
	}
	.wp-menu-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-top: 125px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
		text-align: center;
	}
	.footer-list-item {
		display: block;
	}
	.wp-menu-footer li a {
		display:block;
	}
	.wp-menu-footer-secondary li a {
		padding: 14px 10px;
		display: block;
	}
	.nav-link-footer-main {
		display: block;
	}
	.wp-menu-footer-secondary {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav-link-footer-secondary {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
		padding: 20px;
	}
	.button.about-button.purple-line {
		margin-bottom: 20px;
	}
	.button.about-button.purple {
		margin-bottom: 20px;
	}
	.filter {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.grid-box {
		width: 432%;
		max-width: auto;
		margin-right: 28px;
	}
	.grid {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.home-events {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.home-blog {
		display: block;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.brand {
		padding-left: 0px;
	}
	.blog-text {
		max-width: 85%;
	}
	.about-team-member {
		max-width: 80%;
	}
	.about-team-bio {
		width: auto;
		max-width: 100%;
		float: none;
		clear: left;
	}
	.about-team-name-photo {
		width: auto;
		margin-right: auto;
		margin-bottom: 25px;
		margin-left: auto;
		float: left;
	}
	.about-team-name-photo.right {
		float: left;
		text-align: left;
	}
	.pixie-container.sukrutha {
		left: 112px;
		right: auto;
	}
	.sponsor-intro-inner {
		max-width: 80%;
	}
	.partner {
		max-width: 80%;
	}
	.partner-intro {
		width: auto;
		max-width: 100%;
		float: none;
		clear: left;
	}
	.partner-event-block {
		width: 100%;
	}
	.sponsor-intro-text {
		width: auto;
		max-width: 100%;
		float: none;
		clear: left;
	}
	.attend-archive.w-container {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.archive-event-row
	{
		display: block;
		float: left;
	}
	.archive-title-block {
		width: 100%;
		display: block;
		float: left;
		margin: 0 0 15px;
	}
	.wp-title.archive-title {
		font-size: 23px;
		line-height: 27px;
	}
	.button.archive-button {	
		margin-left: 0;
	}
	.archive-speaker-block {
		width: 100%;
		float: left;
		margin: 0 0 25px;
	}


	/*31-oct*/
	.page-template-template-companies .alm-reveal .grid-box, .tax-company_categories .alm-reveal .grid-box {
		min-height: 1px;
	}
	.page-template-template-speakers .alm-reveal .grid-box, .tax-speaker_categories .alm-reveal .grid-box {
		min-height:1px;
	}
	/*31-oct-end*/
	.home-blog .content-box {
		width: 100%;
		max-width: 100%;
		flex: 0 1 0%;
		margin-right: 0;
	}
	.home-blog .content-box:first-child {
		margin-left: 0%;
	}

	
}

@media (max-width: 596px) {
	.event-description {
		width:100%;
		margin-bottom:20px;
	}

	.event-description .button, .event-description .button.purple {
		width:100%;
		text-align:center;
	}

	.event-details {
		float:left;
	}	
	.nav-menu ul li a, .nav-menu li.nav-link-secondary a {
		color: #fff;
		display: block;
		opacity: 1;
		padding: 21px 16px;
		text-align: center;
		border-bottom: 1px solid #814a92;
	}
}

@media (max-width: 479px) {
	.event-detail {
		max-width: 90%;
	}
	.header {
		min-height: 240px;
		padding-bottom: 50px;
	}
	.nav-menu ul li a, .nav-menu li.nav-link-secondary a {
		color: #fff;
		display: block;
		opacity: 1;
		padding: 21px 16px;
		text-align: center;
		border-bottom: 1px solid #814a92;
	}
	.wp-title {
		font-size: 22px;
		line-height: 32px;
	}
	.wp-title.title-second-line {
		font-size: 17px;
	}
	.wp-title.large {
		margin-top: 110px;
		padding: 12px 20px 12px 24px;
		font-size: 24px;
		line-height: 36px;
	}
	.content-box.blog-video {
		width: 80%;
		max-width: 80%;
	}
	.wp-menu-footer {
		width: 100%;
		margin-top: 100px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.nav-link-footer-main {
		display: block;
		width: 100%;
	}
	.button.about-button.purple-line {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.button.about-button.purple {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.sidebar.sponsor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.blog-text {
		max-width: 100%;
		min-width: auto;
	}
	.sponsor-link-block {
		width: 100%;
	}
	.grid-box {
		width: 100% !important;
		max-width: 100%;
		margin-right: 0;
		margin-left:0;
	}
	.w-inline-block {
		text-align: center;
	}

}
.company_inn {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 20px;
	margin: 0 0 35px;
}
.company_inn:last-child {
	border: none;
}
.single-image {
	max-height: 450px;
	width: auto;
	margin: 0 auto 25px;
}

nav.navigation.pagination {
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
nav.navigation.pagination h2 {
	display: none;
}
nav.navigation.pagination .nav-links span.page-numbers.dots {
	display: none;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .nav-links span {
	width: auto;
	height: auto;
	background-color: #eee;
	padding: 5px 8px;
	color: #777;
	font-size: 15px;
}
nav.navigation.pagination .nav-links span.page-numbers.current {
	font-weight: 700;
	color: #744287;
}
nav.navigation.pagination .nav-links span.page-numbers.current {
	font-weight: 700;
	color: #fff;
	background-color: #744287;
}
section.no-results.not-found header.page-header h1 {
	margin: 0 0 7px 0;
}
section.no-results.not-found form.search-form {
	margin-top: 26px;
}
form.search-form button.search-submit svg {
	width: 13px;
	height: 17px;
	margin-top: 4px;
}
form.search-form input {
	border: 1px #eee solid;
	height: 33px;
	padding: 0 7px;
}
.tax-speaker_categories section.no-results.not-found .page-content {
	display: none;
}
.about-team-bio p {
	margin: 0;
}
.about-team-bio p span {
	margin-bottom: 24px;
	display: block;
}
.about .about-team-member:nth-child(2n+2) .about-team-name-photo {
	float: right;
	text-align: right;
}
.sponsor-intro-text span.about-team-bio-intro {
	margin-bottom: 20px;
	display: block;
}
.sponsor-intro-text p:last-child {
	margin-bottom: 0;
}
.note-text p {
	margin-bottom: 22px;
}
.about .about-team-member:nth-child(2n+2) .pixie-container {
	left: auto;
	right: 112px;
	border-radius: 0%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.about .about-team-member:nth-child(2n+2) .pixie-container .pixie {
	-webkit-transform: rotate(0deg) rotate(-45deg);
	-ms-transform: rotate(0deg) rotate(-45deg);
	transform: rotate(0deg) rotate(-45deg);
}
.about .about-team-member:nth-child(3n+3) .pixie-container {
	border-radius: 0%;
}
.event .wp-bg-image {
	text-align: center;
}
.featured-company-large img {
	max-height: 290px;
	width: auto;
}
.blog-speakers-panel span, .archive-speaker-block span {
	display: none;
	position: absolute;
	left: 0;
	bottom: 42px;
	background: #000;
	color: #fff;
	width: 115px;
	padding: 2px 5px;
	border-radius: 4px;
	text-align: center;
	font-size: 12px;
}
.blog-speakers-panel span:before, .archive-speaker-block span:before {
	width: 0;
	height: 0;
	position: absolute;
	left: 10px;
	bottom: -5px;
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
}
.spkr_img {
	position: relative;
	float: left;
}
.wp-image.w-inline-block.link_img {
	margin: 0 0 18px;
}




@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	.grid-box {
		margin-right: 15px;
		margin-left: 15px;
		width: 29%;
	}	
}
@media only screen and (min-width: 640px) and (max-width: 766px) 
{
	.page-template-template-speakers .alm-reveal .grid-box, .tax-speaker_categories .alm-reveal .grid-box {
		min-height: 510px;
	}
	.grid-box {
		width: 44% !important;
		max-width: 44%;
		margin-right: 15px;
		margin-left: 15px;
	}
	.page-template-template-companies .alm-reveal .grid-box, .tax-company_categories .alm-reveal .grid-box {
		min-height: 300px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 639px) 
{
	.page-template-template-speakers .alm-reveal .grid-box, .tax-speaker_categories .alm-reveal .grid-box {
		min-height: 510px;
	}
	.grid-box {
		width: 48% !important;
		max-width: 43%;
		margin-right: 15px;
		margin-left: 15px;
	}
	.page-template-template-companies .alm-reveal .grid-box, .tax-company_categories .alm-reveal .grid-box {
		min-height: 300px;
	}
	

}

.home-blog .content-box:nth-child(2) {
	margin-right: 4% !important;
}