/*
Theme Name: Social Media Club
Theme URI: http://allabouthatbase.io/
Description: A site theme for the Social Media Club. Works off of the All About That Base theme.
Author: Mark & Phil
Author URI: http://markandphil.com
Template:     allaboutthatbase
Version: 1.2
Text Domain: allaboutthatbase-smc
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
	4.1 - Gravity Forms Overrides
5.0 - Links
	5.1 - Navigation
	5.2 - Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 - Captions
	12.2 - Galleries
	12.3 - Images
	12.4 - Sliders
	12.5 - SVG
13.0 - Search
	13.1 - FacetWP
	13.2 - SearchWP
	13.3 - Google Search
14.0 - Visual Composer Overrides
15.0 - Responsive Views
	15.1 - Large Desktop View
	15.2 - Small Desktop View
	15.3 - Tablet
	15.4 - Phone
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
  margin: 0 !important;
}

.ivan-custom-wrapper {
	position: relative;
	margin-bottom: 0;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
	margin-bottom: 0 !important;
}

.vc_custom_1427406442319 {
    margin-bottom: -16px !important;
}


/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/


h1 {
  font-size: 2.588rem;
  font-weight: 700;
 /*  letter-spacing: .11em; */
}

h2 {
  font-weight: 400;
  letter-spacing: .075em;
  color: #4a586d;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/


.page-id-602 .mm-button {
  font: inherit !important;
  padding: 10px 40px;
  margin: 15px 0 0 0;
  text-shadow: inherit !important;
  background: inherit !important;
  color: #fff;
  background: -webkit-gradient(none);
  background: -moz-linear-gradient(none);
  border: inherit !important;
  border-color: inherit !important;
  background-color: #4a586d !important;
  border-bottom: 4px solid #3a3a3a;  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  box-shadow: none;
}

.mm-login .mm-remember-me {
  margin: 15px 0 0 0 !important;
}

.mm-login .mm-field {
  width: 100% !important;
  margin-bottom: 20px;
}

.mm-login .mm-forgot-password {
  display: inline-block;
  margin-top: 50px;
  font-size: 14px;
}

.mm-login h3 {
  margin: 10px 0px 50px 0px;
}

.mm-myaccount-block {
}

#mm-account-details-body {
  margin-bottom: 10px;
    width: 70% !important;
}

#mm-account-profile-body {
    width: 30% !important;
}

/*--------------------------------------------------------------
4.1 Gravity Forms Overrides
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

#main-menu {
    padding-right: 0 !important;
}

#main-menu nav.main-nav .signup-link a {
    border-right-width: 0 !important;
}

nav li.social-link a {
    display: inline-block;
    padding: 0 3px;
    font-size: 18px !important;
}

header.navbar {
	width: 100%;
  border-bottom: 3px solid #4caf51;
  margin-bottom: 0px !important;
}

.navbar-header {
	position: relative;
	min-height: 64px;
}

header .logo.logo-full {
	height: 85%;
	max-height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}



header .logo img {
  display: inline-block;
	max-height: 56px;
  height: 100%;
	width: auto;
}

header .logo-mobile {
  height: 85%;
  width: auto;
  display: inline-block;
  position: absolute;
	left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {

  header .logo.logo-full {
  	display: none;
  }

	header .logo img {
		max-height: 54px;
	}

}

@media screen and (min-width: 1024px) {

	.navbar-header {
		display: none;
	}

}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
footer .copyright, footer h4 {
	color: #fff;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/



/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

/* Pagination */
.pagination {
	display: block;
	text-align: center;
}

.pagination .page-numbers {
	margin: 0 0.25em;
}


/*--------------------------------------------------------------
Email Signup
--------------------------------------------------------------*/
.email-signup {
	box-sizing: border-box;
	background: #ffe152 !important;
	color: #fff !important;
	text-align: center !important;
	padding: 4em 2em !important;
}

.email-signup div {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
	text-align: center !important;
}

.email-signup .icon {
	font-size: 3em;
	position: relative;
	z-index: 1;
}

.email-signup .icon:before {
	content: " ";
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 0.75em;
	left: 50%;
	transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
	width: 100%;
	max-width: 280px;
	z-index: -1;
}

.email-signup .fa {
	display: inline-block;
	color: #fff;
	padding: 0.25em;
	background: #ffe152;
	text-align: center;
	padding-left: 0.5em;
}

.email-signup h2 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-shadow: -2px 2px rgba(0, 0, 0, 0.05) !important;
}

.email-signup li, .email-signup #field_3_1 {
	display: block !important;
	position: static !important;
	float: none !important;
	width: 100% !important;
	text-align: center !important;
}


.email-signup input {
	display: inline-block !important;
	margin: 1em auto !important;
	clear: both !important;
	float: none !important;
	position: static !important;
}

.email-signup input[type=email], .gform_wrapper .top_label input.medium {
	box-shadow: -0.5em 0.5em rgba(0, 0, 0, 0.05) !important;
}

.page-id-115838 .email-signup input[type=email], .gform_wrapper .top_label input.medium {
  box-shadow: 0 !important;
}

.email-signup input[type=email], .gform_wrapper .top_label input.medium {
	outline: none !important;
	background: #fff !important;
	color: #222 !important;
	border-radius: 0 !important;
	padding: 2em 1em !important;
	border: 0 !important;

	width: 90%;
	max-width: 768px;
}

.page-id-115838 .email-signup input[type=email], .page-id-115838 .gform_wrapper .top_label input.medium {
  outline-style: none !important;
  font-size: 14px !important;
  font-family: inherit !important;
  padding: .313em 0 !important;
  letter-spacing: normal !important;
  text-indent: .25em !important;
  line-height: 1.428571429 !important;
  color: #555 !important;
  vertical-align: middle !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  width: 90% !important;
  max-width: 768px !important;
}

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: 97.5%!important;
}

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 0 .5em;
  margin: 2.8em 0 .75em 0;
  clear: both;
}

.gform_wrapper .gform_footer {
  padding: 0 0 .625em;
  margin: 1em 0 0;
  clear: both;
}

.page-id-115838 .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  display: none;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.accent-background {
  margin-bottom: 40px !important;
  border-top-width: 4px !important;
  border-bottom-width: 3px !important;
  padding-top: 20px !important;
  border-top-color: #EDEDED !important;
  border-top-style: solid !important;
  border-bottom-color: #ededed !important;
  border-bottom-style: solid !important;
  box-shadow: 0px 17px 18px -16px rgba(0, 0, 0, 0.13);
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/


.feature-content p {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3em !important;
  letter-spacing: .075em;
  line-height: 1;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.feature-content p {
		font-size: 1.5em !important;
	}
}

.feature-content p.subtitle {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    border-bottom: none;
    padding-top: 30px;
}

.feature-content-home p.subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    border-top: 3px solid #fff;
    padding-top: 30px;
}


/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.single-post .featured-image.background {
  min-height: 360px;
  margin-bottom: 15px;
}

div#sidebar {
  margin-top: 16px;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
footer.comment-meta {
  background: #F7F7F7 !important;
  padding: 0px 0 0px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-top: 3px solid #D5D5D5 !important;
}

time {
  color: #4A586D;
  font-size: 14px;
  padding-left: 35px;
}

.comment-author.vcard {
  background: #E5E5E5 !important;
  margin-right: 60%;
}

h2.comments-title {
  font-weight: 400;
  letter-spacing: .075em;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 40px;
}

a.comment-reply-link {
  background-color: #4caf51;
  border-bottom: 4px solid #00703c;
  color: #fff;
  padding: 5px 20px;
  border-radius: 0px;
  font-size: 14px;
}

span.says {
  color: #000;
  font-size: 14px;
}
.comment-content {
  padding-left: 25px;
  margin: 15px 10px 15px 90px;
  padding-right: 100px;
  border-left: 2px solid #E5E5E5;
}
.reply {
  padding-left: 115px;
  padding-bottom: 30px;
}

.comment-list {
  padding-left: 0;
  list-style: none;
  background: #F7F7F7;
}

span#email-notes {
  padding-left: 35px;
}

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea {
  display: block;
  width: 92%;
  margin-left: 35px;
}

/*--------------------------REPLY SECTION -------------------------*/
div#respond {
  background: #ECECEC;
}

h3#reply-title {
  padding-left: 35px;
  padding-top: 40px;
}

p.logged-in-as {
  padding-left: 35px;
  font-size: 14px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  /*padding-left: 35px;*/
}

.comment-form-comment label {
    padding-left: 35px
}

p#form-allowed-tags {
  padding: 10px 35px 10px;
  background: #E0E0E0;
}
p.form-submit {
  padding: 0px 80px 40px;
}

textarea#comment {
  width: 92%;
  margin-left: 35px;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/


/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.3 Images
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.4 Sliders
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.5 SVG
--------------------------------------------------------------*/

/*--------------------------------------------------------------
12.6 Animations
--------------------------------------------------------------*/

.t-1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.t-2 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 10px;
}

.t-3 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.t-4 {
    webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}


/*--------------------------------------------------------------
13 Search
--------------------------------------------------------------*/

.memberdirectory-search-wrapper {
    width: 40%;
}

input.memberdirectory-search {
    padding: 6px 20px !important;
    width: 100%;
}

.page-id-301 .filter input[type=submit] {
    margin: 0 !important;
    padding: 10px 30px 7px 30px !important;
    border-bottom: 1px solid #3a3a3a !important;
}


/*--------------------------------------------------------------
13.1 FacetWP
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.2 WP
--------------------------------------------------------------*/


/*--------------------------------------------------------------
14.0 Visual Composer Overrides
--------------------------------------------------------------*/


/*--------------------------------------------------------------
15 Responsive Views
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15.1 Large Desktop View
--------------------------------------------------------------*/

/*
Membership Directory
*/
.member-list {
	margin: 0 -0.625%;
	overflow: hidden;
}

.member {
	float: left;
	width: 45%;
	margin: 0.5em 2.5%;
}

.member:nth-child(odd) {
	clear: left;
}

.member .listing {
	padding: 2em 1em;
}

@media (max-width: 968px) {

	.member-list {
		margin: 0;
	}

	.member {
		float: none;
		width: 100%;
		margin: 1em 0;
		text-align: center;
	}

	.member h3 {
		text-align: center;
	}

	.member .profile-img {
		display: inline-block;
		margin-bottom: 1em;
	}
}

/*
Member Profile page
*/
.member-profile .profile .avatar,
.member-profile .profile .name {
	display: inline-block;
	margin-right: 1em;
	vertical-align: top;
}


.member-profile .profile .name h1 {
	margin: 0;
}

.member-profile .profile .social a {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1.25em;
}

.member-profile .profile .social a.label {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 5px 3px 5px;
}


.member-profile .bio {
	padding: 1em 0;
}


@media (max-width: 1024px) {
	.member-profile .profile .avatar {
		margin-bottom: 1em;
	}
}

/*
Chapter posts
*/
.chapter-posts .post {
	margin: 2em 0;
}

.chapter-posts .post h3 {
	margin: 0;
}

/*
Filter
*/
.filter {
	background: #eee;
	padding: 2em 15px;
}

.filter select {
	margin: 0;
}

.filter .pull-left {
	margin: 0 0.5em;
}

.page-id-301 .filter {
  padding: 10px 15px 21px 10px !important;
}


/* Events */
.event {
	background: #f8f8f8;
	padding: 1em;
	margin: 1em 0;
}

/* Member mouse */
.mm-login {
	max-width: 100%;
}


/*--------------------------------------------------------------
15.2 Small Desktop View
--------------------------------------------------------------*/

@media (max-width: 1200px) {
    #main-menu nav.main-nav ul>a, #main-menu nav.main-nav ul>li>a {
        font-size: 18px;
        padding: 40px 11px;
    }

    #main-menu nav.main-nav .accent-link a {
        padding-right: 20px;
        padding-left: 20px;
    }

}

/*--------------------------------------------------------------
15.3 Tablet View
--------------------------------------------------------------*/
@media (max-width: 1023px) {

    .pricing-item {
        width: initial;
        margin-bottom: 60px;
    }

    .navbar-collapse {
        overflow: hidden;
        width: 100%;
    }

  	#menu-primary-navigation {
        width: 100%;
    }

    #main-menu nav.main-nav ul>li {
        display: block;
        width: 100%;
        text-align: center;
    }

    #main-menu nav.main-nav ul>li a {
        border: none;
        width: 100%;
    }

    #main-menu nav.main-nav ul>li a:hover {
        box-shadow: none;
    }

    #main-menu nav.main-nav .sub-menu  {
        display: block;
        width: 100%;
        position: static;
        border-right: none;
        border-left: none;
    }

    #secondary-menu {
        padding-right: 0;
				min-height: 0px !important;
    }

    #secondary-menu .navbar-collapse.secondary-nav {
        float: none;
        text-align: center;
    }

    #secondary-menu a {
        color: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        font-size: 1.1rem;
        padding: 20px 0;
    }

    .secondary-nav {
        float: none;
    }

    .logo {
        padding-top: 5px;
    }

    .logo img {
        width: 32px;
    }

    /* text padding on various pages */
    .wpb_wrapper .vc_custom_1425495215810, .wpb_wrapper .vc_custom_1425495289484, .wpb_wrapper .vc_custom_1425496277480  {
        padding: 0 !important;
    }
    /* About us first section */
    .wpb_wrapper .vc_custom_1425496257327 {
        margin-bottom: 30px !important;
    }
    .testimonial-item {
        margin-bottom: 80px;
    }

}

/*--------------------------------------------------------------
15.4 Phone View
--------------------------------------------------------------*/
@media (max-width: 1023px) {
/* @media (max-width: 767px) { */
    p.subtitle {
        margin: 0;
        margin-top: 30px;
        line-height: 1.5;
    }

    .circle-icon {
        margin-top: 80px;
    }

    .circle-icon:first-of-type {
        margin-top: 30px;
    }

    #container .post .entry-meta .entry-title a{
        font-size: 32px;
    }

    #container .post.featured-post .entry-meta {
        border: none;
    }
    .navbar-collapse.collapse {
        height: 1px;
				display: none !important;
    }
    .navbar-collapse.collapse.in {
        height: auto;
				display: block !important;
    }

    /*
    #event-view {
        padding: 0 90px;
    }
    */

    footer .address {
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
.memberdirectory-search-wrapper {
    width: 100%;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

.google-map {
	height: 400px;
	width: 100%;
}
