/* SERVICES */

/* I should make sure this import happens after the default
   styles import so that I don't have to add the .content */
.cct-service.content {
  margin: 80px 0 40px;
}

.cover h1.cct-service-header,
.cct-service-header {

  float: none;
  font-size: 36px;

}

.cct-service-header a,.cct-service-header a:hover
{
	padding-right: 0;
}

  .cct-service-header i {
    font-size: 100px;
  }

  .cct-service-header .by {
    display: block;
  }

  .cct-service-header strong {

    line-height: 50px;
    font-size: 32px;
    padding-right: 61px;

  }

  .by
  {
	font-size: 20px !important;
  }




@media (min-width: 768px)
{
	.cover h1.cct-service-header,
	.cct-service-header {

	  font-size: 48px;

	}

	 .cct-service-header i {
		font-size: 150px;
	  }

	  .cct-service-header .by {
		display: block;
	  }

	  .cct-service-header strong {

		line-height: 80px;
		font-size: 64px;

	  }

	.by
	{
	font-size: 32px !important;
	}
}



.cct-service-block {

  margin-bottom: 0;
  background-color: rgb(179, 220, 255);

}

  .cct-service-block br { display: none; }

.cct-service-list {}

  .cct-service-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
  }

  .cct-service-list li {
    position: relative;
    font-weight: 300;
    line-height: 54px;
    font-size: 24px;
  }

  .cct-service-list li:before {
    font: normal normal normal 14px/1 FontAwesome !important;
    position: absolute !important;
    top: 15px !important;
    left: -40px !important;
    display: inline-block;
    content: "\f00c" !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 30px !important;
    color: #009e13 !important;
  }

.cct-service-calculator {

  position: relative;
  min-height: 240px;
  margin-top: 80px;
  padding: 40px;
  border-top: 5px solid rgb(0, 136, 255);
  background-color: white;
  text-align: center;

}

  .cct-service-calculator-pricing-link {

    margin-top: 20px;
    font-size: 22px;
    line-height: 40px;

  }

    .cct-service-calculator-pricing-link a {

      color: #454545;

    }

    .cct-service-calculator-pricing-link a:active,.cct-service-calculator-pricing-link a:focus
    {
		text-decoration: none !important;
    }

    .cct-service-calculator-pricing-link a:hover
    {
		color: #0088ff;
	}

    .cct-service-calculator-pricing-link em {

      font-weight: 500;
      font-style: normal;
      text-decoration: underline;

    }

    .cct-service-calculator-pricing-link .arrow-right {

      font-size: 26px;

    }

  .cct-service-calculator-bubble {

    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    line-height: 80px;
    text-align: center;
    font-size: 56px;
    border-radius: 50%;
    background-color: rgb(0, 136, 255);
    color: white;

  }

  .cct-service-calculator .words-input {
    display: inline-block;
    padding: 0 10px;
    width: 140px;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 1.2;
    cursor: pointer;
  }

  .cct-service-calculator .quality {
    display: inline-block;
  }

  .cct-service-calculator .quality .selectize-input.items {
    font-size: 26px;
    line-height: 1.1;
    top: 10px;
    padding-right: 40px;
  }


.cct-service-content {
	margin: 0 0 80px 0;
}

  .cct-service-content ul {

    list-style: none;

  }

  /*.cct-service-content li:before {

    position: relative;
    top: 0.125em;
    display: inline-block;
    content: "\f111";
    width: 30px;
    margin-left: -30px;
    float: left;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #06c;

  }

  .cct-service-content h3 { font-weight: 400; }

  .cct-service-content h3:before {

    display: inline-block;
    content: "\f054";
    width: 30px;
    margin-left: -30px;
    float: left;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    color: #06c;

  }*/

.article ul {

    list-style: none;

  }

  .article ul li:before {

    position: relative;
    top: 0.125em;
    display: inline-block;
    content: "\f111";
    width: 30px;
    margin-left: -30px;
    float: left;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 16px;
    line-height: 40px;
    color: #06c;

  }

  .article h3 { font-weight: 400; }

  .article h3:before {

    display: inline-block;
    content: "\f054";
    width: 30px;
    margin-left: -30px;
    float: left;
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 24px;
    color: #06c;

  }


/* This should be moved out into a "buttons" stylesheet... */
.btn-outline {
  display:block;
  font-weight: 700;
  font-size:28px;
  line-height: 65px;
  background: #fff;
  border: 4px solid #0067c4;
  margin-bottom: 25px;
  width: 100%;
  color: #0067c4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background 200ms, color 200ms, border 200ms; /* For Safari 3.1 to 6.0 */
  transition: background 200ms, color 200ms, border 200ms;
  outline:none;
}

.btn-outline:hover {
  background: #004b8c;
  color: #fff;
  border-color: #004b8c;
}

.sample-button,
.order-button {
  width: 260px;
}

.order-button {
  background: #0067c4;
  border: 4px solid #0067c4;
  margin-bottom: 10px;
  color: #fff;
}

.order-button:hover {
  background: #004b8c;
  color: #fff;
  border-color:#004b8c;
}


@media (max-width: 767px) {

  .cct-service-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

    .cct-service-list li {
      line-height: 30px;
      font-size: 18px;
    }

    .cct-service-list li:before {
      top: 0;
      left: -30px;
      font-size: 18px;
      line-height: 30px;
    }

  .cct-service-details {
    margin: 40px 0;
  }

}

@media (min-width: 768px) {

  .cct-service-list ul { padding-left: 65px; }

}

.cct-service-calltoact-container
	{
		background: #fff;

		-moz-box-sizing: border-box;
		box-sizing: border-box;

		float: right;
	}

	.cct-service-calltoact-container:first-child
	{
		margin: 0 0 40px 0;
	}

	.cct-service-calltoact-container.enterprise
	{
		background: #B3DCFF;
		border: 1px solid #0088ff;
	}

		.cct-service-calltoact-header
		{
			background: #0088ff;
			color: #fff;
			line-height: 60px;
			text-align: center;
			font-size: 22px;
		}

			.enterprise .cct-service-calltoact-header
			{
				line-height: 59px;
			}

		.cct-service-calltoact-body
		{
			padding: 32px;
			text-align: center;
		}

			.cct-service-calltoact-body p
			{
				font-family: 'Open Sans', sans-serif;
				font-size: 17px;
			}



		.cct-service-calltoact-body a
		{
			display: block;
			border: 1px solid #0088ff;
			background: #0088ff;
			line-height: 48px;
			text-align: center;
			color: #fff;
			border-radius: 5px;
			font-size: 18px;
			transition: all 0.3s;
		}

		.cct-service-calltoact-body a:hover{
			border: 1px solid #0088ff;
			background: none;
			color: #0088ff;
		}


/* SERVICES CALL TO ACTIONS */

.solutions.boxed
{
	margin-bottom: 0;
}

.index.grid.solutions .index-list-item-text
{
	padding: 0;
}

.cct-button
{
	width: 100%;
}

.cct-solutions-item h3
	{
		display: inline-block;
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 15px 60px !important;
		font-weight: 500;
	}

	.cct-solutions-item p
	{
		font-family: 'Open Sans', sans-serif;
		padding: 0 !important;
		margin: 0 0 0 0 !important;
	}

	.cct-solutions-item .index-list-item-icon
	{
		top: 0;
		position: absolute;
		display: inline-block !important;
		padding: 0 0 0 0 !important;
		margin: 0 0 0 0 !important;
		font-size: 40px !important;
		line-height: 40px !important;
	}


	.cct-solutions-item
	{
		margin: 0 0 20px 0;
	}

@media (min-width: 768px) {

	.cct-button
	{
		width: auto;
	}

	.cct-service-calltoact-container
	{
		width: 100%;
	}

	.solutions.boxed
	{
		margin-bottom: 0;
		padding: 80px 80px 0 80px;
	}

	.index.grid.solutions .index-list-item-text
	{
		padding: 20px;
	}

	.cct-solutions-item h3
	{
		margin: 0 0 15px 70px !important;
	}

	.cct-solutions-item p
	{
		margin: 0 0 0 70px !important;
	}

	.cct-solutions-item .index-list-item-icon
	{
		top: -5px;
		font-size: 50px !important;
		line-height: 50px !important;
	}

	.solutions .index-list-item:nth-child(odd) .cct-solutions-item {
		margin: 0 20px 0 40px;
	}

	.solutions .index-list-item:nth-child(even) .cct-solutions-item {
		margin: 0 40px 0 20px;
	}
}

@media (min-width: 992px)
{
	.cct-service-calltoact-container
	{
		max-width: auto;
		margin: 0;
	}



}

@media (min-width: 1200px)
{
	.cct-service-calltoact-container
	{
		max-width: 265px;
		margin: 0;
	}

	.cct-service-calltoact-container:first-child
	{
		margin-left: 40px;
	}
}



/* matts mods */



.solutions.grid
{
	background: #fff;
	padding-bottom: 80px;
	margin-bottom: 80px;
}


.solutions.grid .index-list-item-icon
{
	color: #0088ff;
}

.solutions.grid .index-list-item-text p
{
	display: block;
}

.cct-solutions-item
{
	position: relative;

	text-align: left;
}




.cct-service-block .cct-strapline
	{
		margin: 0 0 40px 0;
		}

	.cct-service-block .cct-strapline h2
	{
		margin: 0 !important;
		display: inline-block !important;
		font-family: Lobster;
		color: #fff !important;
		text-shadow: 0 2px 5px #222;
		font-size: 40px !important;
	}


@media (min-width: 768px)
{
	.cct-service-block .cct-strapline
	{
		min-height: 170px;
		background: #7cc3ff url('/wp-content/themes/crowdcontent/images/solutions/strapline-bg.png') bottom center no-repeat;
		width: 750px;
		margin: -40px -25px 80px -25px;
	}

	.cct-service-block .cct-strapline h2
	{
		padding: 80px 0 0 0 !important;
		font-size: 36px !important;
		color: #fff !important;
		text-shadow: 0 2px 5px #222;
	}
}

@media (min-width: 992px)
{
	.cct-service-block .cct-strapline
	{
		width: 970px;
	}

	.cct-service-block .cct-strapline h2
	{
		padding: 100px 0 0 0 !important;
		font-size: 46px !important;
	}

}

@media (min-width: 1200px)
{
	.cct-service-block .cct-strapline
	{
		min-height: 170px;
		width: 1170px;
		margin: -80px -65px 80px -65px;
	}

	.cct-service-block .cct-strapline h2
	{
		font-size: 56px !important;
	}
}


.cct-service-calltoact-wrapper
{
	display:flex;
    flex-flow: column;
}

	.cct-service-calltoact-container
	{
		order: 1;
		margin-bottom: 40px;
	}

	.cct-service-calltoact-container.enterprise
	{
		order: 2;
		margin-bottom: 0;
	}

@media (min-width: 1200px)
{
	.cct-service-calltoact-wrapper
	{
		width: 100%;
		display: inline-block;
	}

	.cct-service-calltoact-container
	{
		order: none;
	}
}

