/* Enter Your Custom CSS Here */

/* BLOG SIDEBAR CTA */
.sidebar-cta {
    background: #fdfbfb;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 18px;
	color:#333;
}

/* MENU CTA */

.menu-cta a {background: #9ebc1b;border-radius: 5px;line-height: 40px !important; margin-top: 10%;}

/* PAGE: HOME */

.demo-screenshot img {
	border: 1px solid #eee;
	box-shadow: 0 0 6px 2px rgba(0,0,0,.05);
}

/* PAGE: TESTIMONIALS */

.showcasediv {
    display: block;
    width: 100%;
    clear: both;
    margin: 100px 0 0;
}

.showcaseimage {
    float: left;
    margin: 0 30px 30px 0;
}

/* PAGE: PRICING */

#New_Pricing_Table {
    margin: 20px !important;
}

.pricing-table {
  color: #2e2f33;
  line-height: 1;
  text-align: center;
  max-width: 1300px;
  margin: 40px auto;
  width: 100%;
}

#New_Pricing_Table > ul {
    margin: 0 !important;
}

#New_Pricing_Table li {
    list-style: none !important;
    font-size: 16px;
}

.pricing-table .one-third,
.pricing-table .one-fourth {
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 0 !important;
  margin-right: -1px !important;;
  padding: 40px 40px 60px;
  float: left;
  box-sizing: border-box;
}

.pricing-table .one-third {
  width: 33.3333%;
}

.pricing-table .one-fourth {
  width: 24%;
	margin: 0 .5% !important;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.1);
  border: none !important;
}

.pricing-table .one-third:nth-child(3n+1){
  clear: both;
  margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
  margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .one-third.popular {
  margin-top: -38px;
	box-shadow: 0 0 6px 2px rgba(0,0,0,.15);
	position: relative;
	z-index: 99;
}

.pricing-table .one-fourth.popular {
  margin-top: -58px !important;
}

.pricing-table .price-popular {
  background-color: #9ebc1b;
  color: #fff;
  margin: -40px -40px 40px -40px;
  height: auto;
  padding: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px
}

.pricing-table .one-fourth .price-popular {
    margin: -40px -41px 40px -41px;
}

.pricing-table .price-heading {
  border-bottom: 1px solid #2e2f33;
  margin: -40px -40px 40px;
  padding: 40px;
}

.pricing-table .one-fourth .price-heading {
    background: #f7f7f7;
    border-bottom: 1px solid #cccc;
}

.pricing-table .price-title {
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-table .one-fourth .price-title {
  font-weight: 800;
  letter-spacing: .5px;
  font-size: 28px;
}

.pricing-table .price {
  text-transform: uppercase;
}

.pricing-table .amt {
  font-size: 60px;
  line-height: 0.8;
}

.pricing-table .sup {
  vertical-align: top;
  font-weight: 700;
}

.pricing-table .sub {
  vertical-align: bottom;
  letter-spacing: 2px;
  font-weight: 700;
}

.pricing-table .sale {
	padding: 40px 0 0; 
	text-align: center; 
	color: #9ebc1b; 
	line-height: 1.5;
	font-weight: bold;
}

.pricing-table .sale span {
	font-weight: normal;
}

.pricing-table ul {
  margin: 30px 0;
}

.pricing-table li {
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
}

.pricing-table .one-fourth li {
  font-size: 15px;
}

#New_Pricing_Table .fa {
    margin-right: 4px;
}

.fa-check:before {
    color: #9ebc1b;
}

.pricing-table .fa-times:before {
    color: red;
}

.pricing-table .button {
  background: #9ebc1b;
  padding: 20px 40px;
  font-weight: 600;
  font-size: 13px
}

.pricing-table .button:hover,
.pricing-table .button:focus,
.pricing-table .button:active {
	background: #abce17;
}

/* Scriptless Social Sharing */

.scriptlesssocialsharing {
    text-align: center;
    margin: 100px auto;
}
.scriptlesssocialsharing__buttons {
    justify-content: center;
}

/* Latest Podcast RSS */
.latestpodcast li {
    list-style: none;
    padding-bottom: 20px;
}

@media (max-width: 1330px) {
		.pricing-table .one-fourth .price-title {
				font-size: 26px;
		}
		.pricing-table .one-fourth li {
			font-size: 15px;
		}
}

@media (max-width: 1240px) {
		.pricing-table .one-fourth .price-title {
				font-size: 24px;
		}
		.pricing-table .one-fourth li {
			font-size: 14px;
		}
}

@media (max-width: 1180px) {
		.pricing-table .one-fourth .price-title {
				font-size: 19px;
		}
		.pricing-table .one-fourth li {
			font-size: 13px;
		}
}

@media (max-width: 1024px) {
		#New_Pricing_Table {
   			margin: 0 !important;
		}
   .pricing-table .one-third,
   .pricing-table .one-fourth,
	 .pricing-table .one-third:nth-child(3n+1), 
	 .pricing-table .one-fourth:nth-child(3n+1) {
      width: 100%;
      margin: 20px auto !important;
		  width: 100%;
    	margin: 20px auto !important;
      float: none;
    }
		.pricing-table .one-fourth.popular {
			margin-top: 20px !important;
		}
		.pricing-table .one-fourth .price-title {
				font-size: 28px;
		}
		.pricing-table .one-fourth li {
			font-size: 16px;
		}
}

.socialfollow .fa {margin-right:8px;}