/**
 * ---------------------------------------
 * CIG AGENCY ADDED STYLES
 * ---------------------------------------
 */


/* ======= Added from CIG AGENCY Theme ====== */
/* ======= May Remove or Alter after Testing ====== */

/**
 * ---------------------------------------
 * Elevate Theme
 * ---------------------------------------
 */
 
.elevate-promo-title,
.elevate-promo-title p
{
	 -webkit-font-smoothing: antialiased;
	 color: rgb(255, 255, 255);
	 font-family: Roboto, arial, sans-serif;
	 font-size: 46px;
	 font-weight: bold;
	 text-align: center;
	 text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 1px;
}


@media (max-width: 479px){
   .elevate-promo-title,
   .elevate-promo-title p
   {
   	font-size: 7.4vw;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .elevate-promo-title,
   .elevate-promo-title p
   {
   	font-size: 4.4vw;
   }
}
 
.elevate-promo-intro,
.elevate-promo-intro p
{
	 -webkit-font-smoothing: antialiased;
	 box-sizing: border-box;
	 color: rgb(255, 255, 255);
	 display: block;
	 font-family: Roboto, arial, sans-serif;
	 font-size: 18px;
	 line-height: 27px;
	 opacity: 0.800000011920929;
	 text-align: center;
}

@media (max-width: 767px) {
   .elevate-promo-intro,
   .elevate-promo-intro p
   {
   	font-size: 16px;
   }
}

.elevate-why-title,
.elevate-why-title p
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	font-family: Roboto, arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
}

@media (max-width: 479px) {
   .elevate-why-title,
   .elevate-why-title p
   {
   	font-size: 6vw;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .elevate-why-title,
   .elevate-why-title p
   {
   	font-size: 4vw;
   }
}


.elevate-why-intro,
.elevate-why-intro p
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(153, 153, 153);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

@media (max-width: 767px) {
   .elevate-why-intro,
   .elevate-why-intro p
   {
   	font-size: 16px;
   }
}

.elevate-why-item-title,
.elevate-why-item-title p
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(74, 103, 129);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 15px;
	margin-top: 0px;
	text-align: left;
}

@media (max-width: 479px) {
   .elevate-why-item-title,
   .elevate-why-item-title p
   {
   	font-size: 5vw;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .elevate-why-item-title,
   .elevate-why-item-title p
   {
   	font-size: 3.6vw;
   }
}


.elevate-why-item-content,
.elevate-why-item-content p,
.elevate-why-item-content div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
}

.elevate-button-primary
{
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(236, 105, 82);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(236, 105, 82);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(236, 105, 82);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(236, 105, 82);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(236, 105, 82);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 2px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
	white-space: nowrap;
}

.elevate-button-primary span
{
	color: rgb(255, 255, 255);
	font-family: Roboto, arial, sans-serif;
}

.elevate-button-secondary
{
	-webkit-font-smoothing: antialiased;
	-webkit-user-select: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(236, 105, 82);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(236, 105, 82);
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: rgb(236, 105, 82);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(236, 105, 82);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 2px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	vertical-align: middle;
	white-space: nowrap;
}

.elevate-button-secondary span
{
	color: rgb(236, 105, 82);
	font-family: Roboto, arial, sans-serif;
}

.elevate-button-secondary:hover
{
	background: rgb(236, 105, 82);
	color: rgb(255, 255, 255);
	font-family: Roboto, arial, sans-serif;
}

.elevate-button-secondary span:hover
{
	background: rgb(236, 105, 82);
	color: rgb(255, 255, 255);
	font-family: Roboto, arial, sans-serif;
}

.elevate-testimonial-header,
.elevate-testimonial-header p,
.elevate-testimonial-header div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 60px;
	margin-top: 0px;
	text-align: center;
}
@media (max-width: 479px) {
	.elevate-testimonial-header,
	.elevate-testimonial-header p,
	.elevate-testimonial-header div
	{
		font-size: 6vw;
		margin-bottom: 30px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
    .elevate-testimonial-header,
	.elevate-testimonial-header p,
	.elevate-testimonial-header div
	{
		font-size: 4vw;
	}
}

.elevate-testimonial-content,
.elevate-testimonial-content p,
.elevate-testimonial-content div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(68, 68, 68);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

@media (max-width: 767px) {
   .elevate-testimonial-content,
   .elevate-testimonial-content p,
   .elevate-testimonial-content div
   {
   	font-size: 18px;
   	line-height: 28px;
   }
}


.elevate-testimonial-signature,
.elevate-testimonial-signature p,
.elevate-testimonial-signature div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 60px;
	margin-top: 0px;
}

@media (max-width: 767px) {
   .elevate-testimonial-signature,
   .elevate-testimonial-signature p,
   .elevate-testimonial-signature div
   {
   	margin-bottom: 40px;
   }
}

.elevate-pricing-title,
.elevate-pricing-title p,
.elevate-pricing-title div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

@media (max-width: 479px) {
	.elevate-pricing-title,
	.elevate-pricing-title p,
	.elevate-pricing-title div
   {
   	font-size: 6vw;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .elevate-pricing-title,
   .elevate-pricing-title p,
   .elevate-pricing-title div
   {
   	font-size: 4vw;
   }
}


.elevate-faq-item-title,
.elevate-faq-item-title p,
.elevate-faq-item-title div
{
	-webkit-font-smoothing: antialiased;
	background-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	cursor: auto;
	display: inline;
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}

.elevate-faq-item-answer,
.elevate-faq-item-answer p,
.elevate-faq-item-answer div
{
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	display: block;
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
}


/* Social Bar Component */
/* Elevate: Set up base values, can override in styles */
.scs-socialbar-container img {
  vertical-align: bottom; }


/* Sample Custom Component */
.custom-article-style-1 {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #333333; }

.custom-article-style-2 .text-box {
  background-color: #cccccc;
  color: #333333; }

.custom-article-style-2 .image-box {
  background-color: #ffffff; }


/* Paragraph Component : possibly throw this out */

.scs-paragraph-style-quote {
	padding-left: 1.5em;
	font-style: italic;
	font-size: 0.8125em;
	line-height: 1.3em;
	border-left: 1px solid silver; 
	border-left: none;
	font-style: italic;
	color: #666666;
	font-size: 16px;
	padding: 0;
	margin-bottom: 10px;  
}

.scs-paragraph-style-cite {
	font-size: 0.8125em; 
    color: #999999;
    font-size: 13px;
 	margin-bottom: 0;
}


/* Additionally added custom */

.scs-facebook-icon {
  background-image: url("facebook.png"); }

.scs-twitter-icon {
  background-image: url("twitter.png"); }

.scs-linkedin-icon {
  background-image: url("linkedin.png"); }

.scs-googleplus-icon {
  background-image: url("googleplus.png"); }

.scs-youtube-icon {
  background-image: url("youtube.png"); }

.scs-flickr-icon {
  background-image: url("flickr.png"); }
  
/**
 * ---------------------------------------------
 * folder-list style customization
 * See documentation for the full list of selectors
 * ---------------------------------------------
 */
.scs-folder-list-cust .scs-folder-list-folder-title {
	font-family: Helvetica Neue;
}

.scs-folder-list-cust .scs-folder-list-sub-folder-title {
	font-size: 14px;
}

/**
 * ---------------------------------------------
 * file-list style customization
 * See documentation for the full list of selectors
 * ---------------------------------------------
 */
.scs-file-list-cust .scs-file-list-folder-title {
	color: #333333;
}

.scs-file-list-cust .scs-file-list-file-title {
	font-weight: bold;
}

.scs-file-list-cust .scs-file-list-file-desc {
	font-weight: normal;
	color: #333333;
}

.scs-file-list-cust .scs-file-list-file-lastModified {
	font-size: 12px;
}  
  



/* ======= Added from CIG AGENCY Theme ====== */

/* Button Style 2: Alta Large : Responsive */
@media (max-width: 767px) {

   .scs-button-style-2 .scs-button-button{
      font-size: 18px;
    line-height: 26px;
  }
}


/* Title Component : Responsive */
@media (max-width: 479px) {
   .scs-title-default-style
   {
   	font-size: 4.8vw;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .scs-title-default-style
   {
   	font-size: 3.6vw;
   }
}

/* Highlight : Responsive */
@media (max-width: 767px) {

   .scs-title-style-2
   {
   	padding-top: 1.5em;
   	padding-bottom: 1.5em;
   }
}

/* Divider : Responsive */
@media (max-width: 767px) {
   .scs-title-style-3
   {
   	font-size: 18px;
   }
}

/* Footer Background : Responsive */
@media (max-width: 767px) {
   .scs-paragraph-style-6
   {
   	 padding-top: 1.5em;
   	 padding-bottom: 1.5em;
   }
}

