/**
Theme Name: Partnership for Clean Competition
Description: A child theme of Avada - customized for Partnership for Clean Competition
Template: Avada
*/

/* Links
--------------------- */
body a {
  cursor: pointer;
  color: #00a8e1;
}

body a:hover {
  text-decoration: underline;
}

body .fusion-main-menu a:hover,
a.fusion-button:hover,
.fusion-social-networks-wrapper a:hover,
#menu-pcc a:hover {
  text-decoration: none;
}

/* CTAs in home slider
--------------------- */
.slider-slogan {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 58px;
  font-weight: bold;
  text-align: left;
  line-height: 1.1em;
  margin: 32px;
}

@media only screen and (max-width: 900px) {
  .slider-slogan {
      font-size: 36px;
  }
}
@media only screen and (min-width: 900px) {
  .slider-slogan {
      font-size: 42px;
  }
}
@media only screen and (min-width: 1000px) {
  .slider-slogan {
      font-size: 48px;
  }
}
@media only screen and (min-width: 1100px) {
  .slider-slogan {
      font-size: 58px;
  }
}

/* Home Page Counter
------------------------------------------------ */
@media only screen and (max-width: 800px) {
  .clean-competition .counter-box-container .display-counter, 
  .clean-competition .counter-box-container .unit {
      font-size: 46px;
  }
}
@media only screen and (min-width: 800px) {
  .clean-competition .counter-box-container .display-counter, 
  .clean-competition .counter-box-container .unit {
      font-size: 26px;
  }
}
@media only screen and (min-width: 975px) {
  .clean-competition .counter-box-container .display-counter, 
  .clean-competition .counter-box-container .unit {
      font-size: 32px;
  }
}

/* Social Share Box
------------------------------------------------ */
.clean-competition .fusion-sharing-box .WP-PrintIcon {
  margin: 0 10px 0;
}

.fusion-body .fusion-title a.btn-apply,
.fusion-body .fusion-title a.btn-apply-mobile {
  width: 270px;
  padding: 10px 26px;
  margin: 16px;
  background-color: #00A8E1;
  color: white;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33;
  white-space: nowrap;
  text-align: center;
}

/* Misc Button
------------------------------------------------ */

.clean-competition button:hover, .clean-competition input[type=submit]:hover {
  cursor: pointer;
}

.clean-competition .fusion-footer form input[type=submit] {
  background-color: #00a8e1; border: 0; color: white; padding: 10px;
}

.fusion-body .fusion-title a.btn-apply:hover,
.fusion-body .fusion-title a.btn-apply-mobile:hover {
  color: white;
  background-color: #003479;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .btn-apply, .btn-apply-mobile {
      margin: 6px;
  }    
}

@media only screen and (max-width: 800px) {
  .btn-apply {
      display: none;
  }
  
  .btn-apply-mobile {
      display: inline-block;
  }
}

@media only screen and (min-width: 801px) {
  .btn-apply {
      display: inline-block;
  }
  
  .btn-apply-mobile {
      display: none;
  }
}

/* Application Center
--------------------- */
.application-title {
  color: #00a8e1 !important;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.application-content {
  margin-bottom: 24px;
}

.application-button {
  padding: 10px 26px;
  background-color: #00A8E1;
  color: white;
  font-size: 18px;
  line-height: 1.33;
  white-space: nowrap;
  cursor: pointer;
}

.application-button:hover {
  background-color: #003479;
  color: #ffffff;
}

/* Footer links
--------------------- */
.fusion-copyright-notice {
  width: 67%;
}

.footer-pcc-links {
  float: right;
}

.footer-pcc-links a {
  margin: auto 8px;
}

@media only screen and (max-width: 1024px) {
  .footer-pcc-links {
      float: none;
      margin-left: -8px;
      margin-bottom: 8px;
  }
}

@media only screen and (max-width: 800px) {
  .fusion-copyright-notice {
      width: 100%;
  }
}

/* Hover overlay on Research photos
------------------------------------- */
.fusion-image-wrapper .fusion-rollover {
  background-image: linear-gradient(top, rgba(0,168,225,0.925) 0%, #00a8e1 100%) !important;
  /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,168,225,0.925)), color-stop(1, #00a8e1)) !important;
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a8e1, endColorstr=#00a8e1), progid: DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
  background-image: -webkit-linear-gradient(top, rgba(0,168,225,0.925) 0%, #00a8e1 100%) !important;
  background-image: -moz-linear-gradient(top, rgba(0,168,225,0.925) 0%, #00a8e1 100%) !important;
  background-image: -ms-linear-gradient(top, rgba(0,168,225,0.925) 0%, #00a8e1 100%) !important;
  background-image: -o-linear-gradient(top, rgba(0,168,225,0.925) 0%, #00a8e1 100%) !important; */
}

/* Vertical menus in left sidebar
-----------------------------------*/
#sidebar .fusion-widget-menu li {
  display: block !important;
  padding: 2px 24px;
}

#sidebar .fusion-widget-menu li a{
  color: #616265 !important;
  text-decoration: none;
}

#sidebar .fusion-widget-menu li.current-menu-item,
#sidebar .fusion-widget-menu li:hover {
  background-color: #00a8e1;
}

#sidebar .fusion-widget-menu li.current-menu-item a,
#sidebar .fusion-widget-menu li:hover a {
  color: #fff !important;
}

@media only screen and (max-width: 800px) {
  #sidebar .fusion-widget-menu {
      display: none;
  }
}

/* Podcasts
-----------------------------------*/
.sppbuttons a:before {
	color: white;
}

/* Blog Home (News Feed) 
------------------------------------------------ */
.blog .fusion-page-title-captions {
	padding-top: 80px;
	width: 100%;
}

.blog h1.entry-title {
	position: relative;
}

.blog h1.entry-title:after {
	border-bottom: 1px solid #e0dede;
	border-top: 1px solid #e0dede;
	content: '';
	display: block;
	height: 6px;
	width: calc(100% - 180px);
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
}

.blog .fusion-load-more-button.fusion-blog-button {
	margin-bottom: 80px
}

/* Blog (etc) Posts
-----------------------------------*/
.single-post .fusion-page-title-bar { 
  display: none !important;
}

.single-post .entry-title {
  margin-bottom: 30px;
}

.single-post .entry-date {
  display: block;
  margin-bottom: 4px;
}

.WP-PrintIcon {
margin-top: 12px;
}

#pcc-related-posts .rpbt_shortcode h3 {
	font-size: 18px!important;
	font-weight: normal;
	margin: 50px 0 30px;
	position: relative;
}

#pcc-related-posts .rpbt_shortcode h3:after {
	border-bottom: 1px solid #e0dede;
	border-top: 1px solid #e0dede;
	content: '';
	display: block;
	height: 6px;
	width: calc(100% - 120px);
	position: absolute;
	top: calc(50% - 3px);
	right: 0;
}

#pcc-related-posts #rpbt-related-gallery-1 {
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
}

#pcc-related-posts #rpbt-related-gallery-1 .gallery-item {
    float: none;
    margin: 0 10px;
    text-align: left;
    width: calc(33.333333% - 20px);
}

pcc-related-posts #rpbt-related-gallery-1 .gallery-item a {
	display: block;
	width: 100%;
}

#pcc-related-posts #rpbt-related-gallery-1 .gallery-item img {
	border: 0;
	margin-bottom: 15px;
	width: 100%;
}

#pcc-related-posts #rpbt-related-gallery-1 .gallery-caption {
	color: #0dace3;
	font-size: 14px;
}


#pcc-related-posts #rpbt-related-gallery-1 .gallery-caption .rpbt-post-date {
	color: #222222;
	font-size: 13px;
}

/* Portfolio
-----------------------------------*/
.fusion-portfolio ul.fusion-filters {
  display: none !important;
}

.fusion-portfolio-content h4 {
  display: none;
}

/* Contact (old)
-----------------------------------*/
#fusion-gmap-container {
  display: none;
}

.wpcf7-form input[type="submit"], .wpcf7-submit {
  background-color: #00a8e1;
  color: #fff;
}
  
.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
  background-color: #003479;
  color: #fff;
}
  
#main .comment-submit {
  background-color: #00a8e1;
}

#main .comment-submit:hover {
  background-color: #003479;
}

/* DEFAULT FORMS (Gravity Forms)
************************************************/

.clean-competition .gform_wrapper form {
	position: relative;
	width: 100%;
}

.clean-competition .gform_wrapper .gfield {
	margin: 0 0 5px;
}

.clean-competition .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.clean-competition .gform_wrapper form textarea, 
.clean-competition .gform_wrapper form select { 
	appearance: none;
	margin: 0;
	padding: 10px 20px;
	width: 100%;
}

.clean-competition .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):active, 
.clean-competition .gform_wrapper form textarea:active, 
.clean-competition .gform_wrapper form select:active {
	opacity: 1;
	outline: none;
}

.clean-competition .gform_wrapper form textarea {
	min-height: 150px;
	overflow: auto;
}

.clean-competition .gform_wrapper form select:hover {
	cursor: pointer;
}

.clean-competition .gform_wrapper form ::placeholder {
	opacity: .8;
}

.clean-competition .gform_wrapper form .gform_footer {
	margin-top: 20px;
	padding: 0 15px 0 0;
}

.clean-competition .gform_wrapper form input[type=submit] {
	background-color: #00a8e1;
	border-radius: 0;
	color: #ffffff;
	text-transform: uppercase;
}

.clean-competition .gform_wrapper form input[type=submit]:hover {
	background-color: #003479;
}

.clean-competition .gform_wrapper .gform_validation_errors {
	display: none;
}

/* Newsletter Signup
-----------------------------------*/
.newslettersignup .modal-footer {
  display: none;
}

/* Titles
-----------------------------------*/
#main .fusion-portfolio h2, #main .post h2, 
#wrapper #main .post h2, #wrapper #main .post-content .fusion-title h2, 
#wrapper #main .post-content .title h2, 
#wrapper .fusion-title h2, #wrapper .post-content h2, 
#wrapper .title h2, .fusion-modal h2, .fusion-widget-area h2, 
h2.entry-title {
  font-size: 24px;
}

/* Projects
------------------------------------------------ */
.clean-competition .project-content .entry-title.rich-snippet-hidden {
  display: block;
  font-size: 24px;
  margin-bottom: 30px;
}

.clean-competition .project-content .entry-title.rich-snippet-hidden:after {
  border-bottom: 1px solid #e0dede;
  border-top: 1px solid #e0dede;
  content: '';
  display: block;
  height: 6px;
  margin-top: 10px;
}