/**
 * @file
 * Subtheme specific Override CSS.
 */
/* styling of homepage photo credit */
p.credit-small {
	font-size: 70%; 
	opacity: 0.5;
	padding-top: 20px !important;
}
p.credit-small a {
  padding: 0 !important;
  color: #4251a6 !important;
  font-size: inherit !important;
  font-weight: inherit;
  text-transform: inherit;
  border-bottom: none; 
}
p.credit-small a:hover,
p.credit-small a:focus,
p.credit-small a:active {
  text-decoration: underline;
}

/* Hide line 'Indicates required field' on Feedback form */
.webform-required {
	display: none;
}

/* Hide language switcher on Search page */
.page-node-24880 .block-views-blocklanguage-switcher-block-node-translation {
  display: none;
}

/* Extend width of search input text box on search page */
.view-search-nodes .views-exposed-form .filter-wrapper input[type="text"] {
    width: 350px;
}

/* Cookie Compliance message: make links white underlined */
.eu-cookie-compliance-message a {
  color: #ffffff;
  text-decoration: underline;
}

/* Image size on Support page */
.support-us-page .support-card-wrapper .card-image {
    width: 200px;
    margin: 0 auto 30px;
}

/* Request to remove button under Share links */
.request-to-remove {
  margin-top: 50px;
}
.request-to-remove span.field-content a {
  font-family: "fira_sansmedium","sans-serif";
}

/* List of Pictures on the Private Collection page http://fanw.test/node/30468 */
.temaplate-detail .template-wrapper .leftside-temaplate .template-content form[data-drupal-selector="views-exposed-form-template-images-lists-list"] .form-actions {
    position: absolute;
    right: 10px;
    bottom: 15px;
    display: flex;
    height: 44px;
    margin-bottom: 0;
    align-items: center;
}
.temaplate-detail .template-wrapper .leftside-temaplate .template-content form[data-drupal-selector="views-exposed-form-template-images-lists-list"] .form-actions input {
    height: 24px;
    width: 24px;
    padding: 0;
    border-radius: 50%;
    background: rgba(66,81,166,0.5) url(/themes/custom/foranewworld/build/assets/images/search.svg) no-repeat center !important;
    line-height: normal;
    text-indent: -999px;
}
.temaplate-detail .template-wrapper .leftside-temaplate .template-content form[data-drupal-selector="views-exposed-form-template-images-lists-list"] .form-actions input[data-drupal-selector="edit-submit-done"], 
.temaplate-detail .template-wrapper .leftside-temaplate .template-content form[data-drupal-selector="views-exposed-form-template-images-lists-list"] .form-actions input[data-drupal-selector="edit-submit-show-results"] {
    display: none;
}
.temaplate-detail .template-wrapper .leftside-temaplate .template-content form[data-drupal-selector="views-exposed-form-template-images-lists-list"] .form-type-textfield label {
    margin-bottom: 10px;
    color: rgba(41,45,64,0.5);
    font-size: 14px;
    line-height: 1.4;
    font-family: "fira_sansbold","sans-serif";
    text-transform: uppercase;
}

/* Support button colour
div.support-us a.button {
background-color: #9CC750!important;
}
div.support-us a.button:hover {
background-color: #8BB53E!important;
}
*/
