/*!
Theme Name:   Archwilio
Template:     reykjavik
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       WebMan Design
Author URI:   https://www.webmandesign.eu/
Version:      1.0.0
Description:  You can change this description text in your child theme's "style.css" file.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in https://github.com/webmandesign/child-theme/blob/master/readme.md
and rename CHILD_THEME_NAME and PARENT_THEME_SLUG in this file appropriately!
*/

/* Put your custom CSS styles below... */

/* Menu */
.cymraeg-link a {
	color: #DF142E !important;
	font-size: 1.1em;
	font-weight: 600;
}

.wpml-ls-item-cy a, .wpml-ls-item-en a {
	color: #DF142E !important;
	font-size: 1.1em;
	font-weight: 600;
}

.pronounce {
	background-color: rgba(255,255,255,0.15);
	padding: 10px 16px;
}

.pronounce-audio {
	font-family: "Open Sans","Helvetica Neue","Arial",sans-serif;
	font-size: 0.9em;
	text-transform: none;
	padding: 0 0 0 10px;
}

.pointer{
    cursor: pointer;
}

.wp-custom-header {
	border-bottom: #ffffff solid;
}

.intro-widgets-container {
	background-image: url("/wp/wp-content/uploads/2022/05/mountain-wht-lines.png");
	background-position: center 97%;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Icons */
.fa-solid, .fas {
	color: #000;
}
.arch-icons-align {
	text-align: right;
}

/* What is page */
.what-is-bg {
	background-image: url("/wp/wp-content/uploads/2022/05/what-is-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contact-clwyd-bg {
	background-image: url("/wp/wp-content/uploads/2022/06/clwyd-powys-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0;
}
.contact-dyfed-bg {
	background-image: url("/wp/wp-content/uploads/2022/06/dyfed-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0;
}
.contact-glamgwent-bg {
	background-image: url("/wp/wp-content/uploads/2022/06/glamorgan-gwent-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0;
}
.contact-gwynedd-bg {
	background-image: url("/wp/wp-content/uploads/2022/06/gwynedd-bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* START Checkboxes */

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: white solid 1px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #273a7d;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #273a7d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* END Checkboxes */


/* START Select dropdown */

.archwilio-select {
	margin-top: 27px;
}

.archwilio-select select {
	text-transform: uppercase;
	border: #ffffff solid 1px;
	padding: 15px 45px 15px 22px;
	font-weight: 600;
}

.archwilio-select:hover select {
  background-color: #273a7d;
}


/* END Select dropdown */


/* Pages styles */
.arch-right-col {
	padding-left: 45px;
}


/* Help page */
.help-boxes {
	border: 1px #d3d3d4 solid;
	padding: 36px;
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: inherit;
	margin-top: 10px;
}
/* Help page Accordian block */
.c-accordion__item {
	
} /* The accordion item container */
.c-accordion__item.is-open {} /* is-open is added to open accordion items */
.c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
.c-accordion__title {
	padding: 20px 40px;
	margin: 0px;
	background-color: #fafafb;
} /* An accordion item title */
.c-accordion__title::after {
	right: 5%;
}
.c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
.c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
.c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
.c-accordion__content {
	padding: 40px;
} /* An accordion item content container */




/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

.pronounce {
	line-height: 3em;
}


	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */




	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

.intro-widgets-container {
	background-image: none;
}

.arch-right-col {
	padding-left: 0px;
}

.arch-icons-align {
	text-align: center;
}
.dropdown-content {
	display: none;
	position: inherit !important;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	max-width: 82%;
}
.h4, h4 {
	margin-bottom: 0.4em;
}
.help-contact {
	padding-left: 20px;
	padding-right: 20px;
}
.lg-txt-smaller {
	font-size: 1.38em !important;
}
.entry-subtitle {
	font-weight: 500 !important;
	margin-bottom: 8px;
}

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */


	}