/* we want to make categories ipub and jobs stand our 
img.attachment-tc-grid.tc-thumb-type-thumb.czr-img.wp-post-image.tc-smart-load-skip.tc-smart-loaded {
  opacity: 0.6;
}
*/


.category-ipub img.attachment-tc-grid.tc-thumb-type-thumb.czr-img.wp-post-image.tc-smart-load-skip.tc-smart-loaded {
  opacity: 1;
}

img.attachment-tc-grid.tc-thumb-type-thumb.czr-img.wp-post-image.tc-smart-load-skip.tc-smart-loaded {
  opacity: 1;
}

.job_listing img.attachment-tc-grid.tc-thumb-type-thumb.czr-img.wp-post-image.tc-smart-load-skip.tc-smart-loaded {
  opacity: 1;
}

/* categories ipub should have blue background */

.gc-title-dark-bg .category-ipub .tc-grid-figure:not(.effect-5) .entry-title a {
  /*ipub blue*/
  background: #457bbe;
}

.gc-title-dark-bg .display-blue .tc-grid-figure:not(.effect-5) .entry-title a {
  /*ipub blue*/
  background: #457bbe;
}



/* category jobs should have orange background */

.gc-title-dark-bg .job_listing .tc-grid-figure:not(.effect-5) .entry-title a {
  /*
	#this would be complementary orange, but a bit light
	background:#ffba4d;*/
  background: #f08d3c;
}

.gc-title-dark-bg .display-orange .tc-grid-figure:not(.effect-5) .entry-title a {
  /*
	#this would be complementary orange, but a bit light
	background:#ffba4d;*/
  background: #f08d3c;
}

/* on home page, show the testimonial boxes with a bit of transparency */

.testimonials-remove_background_blue .sow-testimonials .sow-testimonial-text {
  background-color: rgba(69, 123, 190, 0.3);
}

.testimonials-remove_background_orange .sow-testimonials .sow-testimonial-text {
  background-color: rgba(256, 141, 60, 0.4);
}

/*Email field edge border*/
input, select, textarea {
    display: block;
    line-height: initial;
    padding: 7.5px 15px;
    border: 1px solid #313131;
    border-radius: 2px;
    font: inherit;
    font-weight: 400;
    -webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
    -moz-box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
    box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Used for CTA buttons within content */

hr.style-cta {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}

hr.style-cta2 {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}