/*
 * Globals
 */

body {
	color: #3c3c3c;
	line-height: 200%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #ed3788;
}

.font-60 {
	font-size:60% !important;
}
.btn-pink {
    color: #fff !important;
    background-color: #ed3788 !important;
    border-color: #ed3788 !important;
}

.badge-cat1 {
    color: #fff;
    background-color: #0080FF;
}

.badge-cat4 {
    color: #fff;
    background-color: #f0a4c7;
}


.badge-cat9 {
    color: #fff;
    background-color: #542947;
}

.badge-cat10 {
    color: #fff;
    background-color: #b2d467;
}

.badge-cat11 {
    color: #fff;
    background-color: #018e06;
}


.badge-cat15 {
    color: #fff;
    background-color: #868e96;
}

.badge-cat6 {
    color: #fff;
    background-color: #63A019;
}

.badge-cat13 {
    color: #fff;
    background-color: #a405bc;
}

.badge-cat19 {
    color: #fff;
    background-color: #8967D4;
}

.badge-cat18 {
    color: #000000;
    background-color: #65DFDF;
}

.badge-cat22 {
    color: #fff;
    background-color: #df6565;
}

.badge-cat24 {
    color: #ff0000;
    background-color: #000000;
}

.badge-cat25 {
    color: #ffffff;
    background-color: #29C700;
}

.badge-cat26 {
    color: #000000;
    background-color: #DEB900;
}

.badge-cat27 {
    color: #fff;
    background-color: #f4b342;
}

.badge-cat3 {
    color: #fff;
    background-color: #f06e00;
}
.badge-cat8 {
    color: #fff;
    background-color: #3d7f52;
}
.badge-cat17 {
    color: #fff;
    background-color: #d4c067;
}
.badge-cat23 {
    color: #fff;
    background-color: #67b2d4;
}

.hr-divide-pink {
    border: 3px solid #ed3788;
    border-radius: 5px;
    margin: 0 auto;
    width: 116px !important;
    margin-bottom: 40px;
    float: none;
}


#dark-layer{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .75;
    z-index: 5;
	display: block;
}

#offer-box {
	position: relative;
    z-index: 10;		
}

@media (max-width: 767px) {
	.btn_header {
		padding: .375rem .2rem !important;
		font-size: 0.75rem !important;
	}
}

@media (max-width: 767px) {
	.card-columns {
    	column-count: 1 !important;
	}
}
@media (min-width: 767px) {
	.card-columns {
    	column-count: 2 !important;
	}
}

.dark_text {
	color: #3c3c3c;
}
.light_text {
	color: #e9e9e9;
}
.pink_text {
	color: #ed3788;
}
.pink_badge {
    color: #fff;
    background-color: #ed3788;
}
.large_text {
	font-size: 1.5em;
}
.pink_link, 
.pink_link:hover {
	color: #ed3788 !important;
	text-decoration: none !important;
}

.black_link {
	color: #000000;
	text-decoration: none !important;
}

.site_title {
    margin-bottom: 0px;
}
	@media (max-width: 767px) {
		.site_title {
			text-align: center;
		}
		.blog-description {
			display: none;
		}
	}
.pink_bg {
	background-color: #ed3788;
}
.grey_bg {
	background-color: #464a4e;
}

.border_pink {
    border-color: #ed3788!important;
}

/*
 * Masthead for nav
 */

.bg-pink {
    background-color: #ed3788!important;
}

.bg-black {
    background-color: #000000!important;
}

.blog-masthead {
  background-color: #ed3788;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav li {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;	
}
.blog-nav li a {
    color: #fff;
}
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}

.img_blog {
	margin-top: 20px;
	margin-bottom: 20px;
}
.menu { 
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
}
	.btn-registration {
		margin-left: 15px;
	}
@media (max-width: 990px) {
	.btn-registration {
		margin-bottom: 15px;
		margin-left: 0px;
	}
}
/*
 * Blog name and description
 */

.blog-header {

}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

/*
 * Home Page
 */
.home_hero80 {
	margin-bottom: 80px;
    background-color: #000000;
    padding: 80px;
}
	@media (max-width: 767px) {
	  .home_hero80 {
		padding-right: 0px;
		padding-left: 0px;
	  }
	}
.home_hero {
	margin-bottom: 40px;
    background-color: #000000;
    padding: 40px;
}
	@media (max-width: 767px) {
	  .home_hero {
		padding-right: 0px;
		padding-left: 0px;
	  }
	}
.home_content {
    margin-bottom: 25px;
    margin-top: 25px;	
}
.home_blog {
	color: #ffffff;
    margin-top: 25px;
    background-color: #ed3788;
    padding: 80px;
}
	@media (max-width: 767px) {
	  .home_blog {
		padding-right: 0px;
		padding-left: 0px;
	  }
	}
	.home_blog h4 {
		color: #000000;
    	font-weight: bold;
	}

.bloggedassadors {
	color: #3c3c3c;
}
	.bloggedassadors h4 {
		color: #ed3788;
		font-weight: normal;
	}
	.bloggedassadors p {
		margin-left: 110px;
	}

	@media (max-width: 767px) {
	  .col-brand {
			margin-bottom: 25px;
	  }
	  .col-blogger {
			margin-top: 25px;
			margin-bottom: 25px;
	  }
	  .col-recentposts {
			margin-bottom: 25px;
	  }
	  .col-bloggedassadors {
			margin-top: 25px;
		 	margin-bottom: 25px;
	  }
	}
/*
 * Main column and sidebar layout
 */

.blog-main {
  line-height: 175%;
}


blockquote {
  font-family: 'Lato', sans-serif;
  color: #5b5b5b;
  font-weight: 300;
  font-style: italic;
  line-height: 200%;
  letter-spacing: 0.05rem;
  margin: 45px 70px 45px 70px;
  position: relative;
}

blockquote p {
  font-family: 'Lato', sans-serif;
  font-size: 1.55rem;
  color: #5b5b5b;
  font-weight: 300;
  font-style: italic;
  line-height: 200%;
  letter-spacing: 0.01rem;

}

blockquote:before {
  position: absolute;
  content: "\201c";
  color: #ed3788;
  font-size: 7.5rem;
  font-style: italic;
  font-weight: 300;
  top: 23px;
  left: -46px;    
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


.nav-link.active {
    background-color: #000000 !important;
}

/*
 * Portal
 */



/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.blog-post-title a {
	color: #ed3788;
}
.blog-post-meta {
	font-size: 14px;	
  margin-bottom: 10px;
  color: #999;
}

.blog-post-text h1, h2, h3, h4, h5 {
    margin-bottom: 2px;
	margin-top: 3px;
    font-weight: bold;
    color: #ed3788;
    line-height: 150%;
}

.blog-post-text li {
	margin-bottom: 1rem;
}

	.payg_graham_peeking {
		position: absolute;
		top: -79px;
		right: 15px;
	}



.widget-area {
	position: relative;
    display: block;
    padding: 0px;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.widget-area ul {
    list-style: none;
    padding: .75rem 1.25rem;
}
h4.widget-title {
	font-size: 1rem;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	background-color: #dddfe2;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
	margin-top: -1px;
    border: 1px solid rgba(0,0,0,.125);
}
/*
 * Registraion
 */

.pink-tick {
    margin-top: 15px;
    color: #ed3788;
    margin-right: 15px;
	float:left;
}
.pink-icon{
	color: #ed3788;
}


/*
 * Member Area
 */
h5.sidebar {
    background: rgba(0,0,0,.03);
    padding: 0.5em 0.4em;
    border-radius: 8px;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}



/*
 * Contact Page
 */


ul.social_links {
	padding: 0px;
}
ul.social_links li {
	background-color: #f9f9f9;
	margin-bottom: 8px;
	list-style: none;
	font-size: 1.5em;
}

.facebook-icon {

}
/*
 * Footer
 */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;

}

@media (min-width: 475px) {
	.blog-footer {
		background: url(https://www.getblogged.net/wp-content/uploads/images/graham_sleeping.png);
		background-repeat: no-repeat;
		background-position: 90% 0px;
	}
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*
*
* Bootstrap Override
*
*/

/*.nav-link.active {
    background-color: #FFFFFF !important;
}
*/



/*
*
* Link Building Time Line
*
*/

.circle {
  padding: 13px 20px;
  border-radius: 50%;
  background-color: #ed3788;
  color: #fff;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row .col-2 {
  align-self: stretch;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ed3788;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.full-left::after {
  height: 100%;
	margin-left: 1px;
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}


.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #ed3788;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #ed3788;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

/* == WordPress CSS - Default WordPress Widgets == */

.widget {}
.widget ul {
	display:inline;
}
.widget ul li {}
.widget ul li a {}