/*
Theme Name: Meetup Child
Theme URI: http://www.tommusrhodus.com
Template: meetup
Author: Tom Rhodes
Author URI: http://www.tommusrhodus.com
Description: Meetup - A Multipurpose, Responsive WordPress Theme.
Tags: white,custom-background,threaded-comments,translation-ready,custom-menu
Version: 1.0.15.1519935625
Updated: 2018-03-01 20:20:24

*/

.facebook-logo, .instagram-logo {
    background-size: 15px;
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 15px;
}

.facebook-logo {
	background-image: url(../meetup-child/img/facebook.png);
}

.instagram-logo {
	background-image: url(../meetup-child/img/instagram.png);
    -webkit-filter: invert(100%);
}

.menu li.social-media-link a {
	padding-bottom: 19px;
}

.sticky-nav .facebook-logo {
    -webkit-filter: invert(100%);
}

.sticky-nav .instagram-logo {
    -webkit-filter: invert(0%);
}

.menu li.social-media-link {
	margin-right: 10px;
}

body {
	color: #004357;
	font-family: "Gotham Narrow", Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

/**
 * Not include h5 and h6 because Gotham font is only
 * in bold. Unless you buy the font family, you won't
 * have other weights. Use h5 and h6 as normal,
 * including all weights so strong tags work inside too.
 * Otherwise, the whole thing is bold so strong tags have no effect.
 */
h1,
h2,
h3,
h4 {
	color: #004357;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	/* font-family: Gotham, Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
}

h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 20px; }
h6 { font-size: 20px; }

h1,
h2 {
	margin-bottom: 32px;
}

p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.5;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 20px;
}

.wpb_text_column ul {
	margin-bottom: 20px;
	margin-left: 16px;
	font-size: 20px;
	line-height: 1.5;
}

.wpb_text_column ul:last-child {
	margin-bottom: 0;
}

.wpb_text_column ul > li {
	margin-bottom: 4px;
}

.wpb_text_column ul > li:last-child {
	margin-bottom: 0;
}

.text-link {
	border-color: #004357 !important;
	color: #004357 !important;
}

.speaker-description > .sub {
	color: #004357;
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
	margin-bottom: 16px;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 32px;
}

#the-wrap-women-cat h3 {
	margin-top: 16px !important;
	font-size: 20px;
	line-height: 1.3;
}

#the-wrap-women-cat p {
	margin-top: 8px;
}

#the-wrap-women-cat .row {
	margin-bottom: 32px;
}

.vc_custom_1588710819073 ~ :last-child {
	margin-bottom: 0;
}

.vc_custom_1585591522832.wpb_text_column {
	margin-bottom: 32px !important;
	padding-top: 0 !important;
}

.vc_custom_1588710819073.wpb_text_column {
	padding-top: 0 !important;
}

@media screen and (min-width: 768px) {
	.vc_custom_1585591522832.wpb_text_column {
		padding-top: 24px !important;
	}
}

@media screen and (min-width: 992px) {
	.vc_custom_1585591522832.wpb_text_column {
		padding-top: 48px !important;
	}
	.vc_custom_1588710819073.wpb_text_column {
		padding-top: 24px !important;
	}
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('font/GothamNarrow-Medium.woff2') format('woff2'), url('font/GothamNarrow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Bold.woff2') format('woff2'), url('font/Gotham-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}