/*
Theme Name: K2 Integrity Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/




button,
input,
optgroup,
select,
textarea {
	font-size: 16px;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3) !important;

}

body .gform_wrapper input[type="date"],
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="search"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper select,
body .gform_wrapper textarea {
	padding: 12px !important;
	letter-spacing: 0.02em;
		color: #777 !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
	border-radius: 0;
}
}

[type="button"],
[type="submit"],
button {
	border: 0;
}

select {
		background: #fff;
	color: #333;
  width: 100%;
  border: 1px solid #333;
  border-radius: 0;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.manual-button {
display: block;
	background-color: var(--e-global-color-65a41b6);
    font-family: "Guardian Sans Semi-bold", Sans-serif;
    font-size: 18px;
	text-align: center;
    line-height: 42px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    color: #ffffff!important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2e4470;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 18px 0px 18px !important;
}
.manual-button:hover {
	background-color: #ffffff;
    font-family: "Guardian Sans Semi-bold", Sans-serif;
    font-size: 18px;
    line-height: 42px;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    color: #2e4470 !important;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2e4470;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 18px 0px 18px;
}

/***Gravity Forms adjust
 ***************************/

body .gform_wrapper .gform_body {
    font-size: 16px;
}

body .gform_wrapper input,
body .gform_wrapper textarea {
	border: solid 1px #CCCCCC;
		border-radius: 0;
}

.gform_confirmation_message {
text-align: center !important;
}

.gform_button {
	margin-left: auto;
	margin-right: auto;
	min-width: 118px;
	padding: 18px 18px 20px 18px;
    text-align: center;
	position: relative;
    display: inline-block;
	color: #fff;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 0;
}

form#gform_9 .ginput_container_text,
form#gform_8 .ginput_container_text,
form#gform_7 .ginput_container_text,
form#gform_3 .ginput_container_text {
		padding-bottom: 0;
}

form#gform_8 .k2contactmessagebox textarea,
form#gform_7 .k2contactmessagebox textarea {
	min-height: 162px;
}

form#gform_5 .gfmc-field,
form#gform_3 .gfmc-field:nth-of-type(3) {
	border: solid 1px #CCCCCC;
		background: #fff;
		padding: 17px 20px;
		color: #474847;
	min-height: 162px;
}

form#gform_5 .gfmc-field {
	margin-top: 10px;
}

/*** FacetWP adjust
*******************/

.facetwp-facet {
  margin-bottom: 0 !important;
}

li.k2facetwpbox,
.k2facetwpbox {
		box-shadow: 0px 0px 10px 0px rgba(40, 52, 148, 0.2);
	border-top: solid 3px #2e4470;
	color: #474847;
	padding: 10px 20px;
		max-width: 380px;
		min-height: 200px;
		margin-bottom: 30px;
		position: relative;
}

li.k2facetwpbox {
		list-style-type: none;
		width: 50%;
	display: inline-block;
}


.k2postgridtaxonomy {
	color: #6d8196;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
		margin-top: 5px;
letter-spacing: 0.1px;
}


.k2postgridtitle {
	font-family: "Guardian Egyp Trial, Semibold", Sans-serif;
	font-size: 20px;
		line-height: 26px;
	min-height: 160px;
	letter-spacing: 0.1px;
}

.k2postgrid_title {
	color: #2e4470;
	letter-spacing: 0.06px;
	margin-top: 10px;
}

.k2-fullpostsgridlink {
height: 0;
text-indent: -99999px;
padding: 0;
margin: 0;
}

.k2facetwpbox:hover {
    transition: all .2s ease-in-out;
    transform: scale(0.98);
    cursor: pointer;
    z-index: 1;
}

.k2facetwpbox:hover .k2postgridtitle a {
	color: #2e4470;
	text-decoration: underline;
}


.k2postgriddate {
	color: #6d8196;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
}

.facetwp-type-pager {
	text-align: center;
}


body button.facetwp-load-more {
		font-size: 15px;
	color: #fff;
	background: #2e4470;
	border: solid 2px #2e4470;
	text-align: center;
	position: relative;
    display: inline-block;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3) ;
}


button.facetwp-load-more:hover {
	color: #2e4470;
	background: #fff;
	border: solid 2px #2e4470;
	text-align: center;
	position: relative;
    display: inline-block;
}


.facetwp-type-search .facetwp-input-wrap {
	display: block;
}

.facetwp-type-search input[type="text"]  {
	padding: .35rem 1rem;
}

body button.facet-reset {
	line-height: 32px;
	text-align: center;
	position: relative;
    display: inline-block;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.3) ;
}

button.facet-reset:hover {
}

body .fs-wrap {
  background: #fff;
  color: #000;
  width: 100% !important;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
	padding: .25rem .8rem;
}


body .fs-label-wrap {
  position: relative;
	border: 0;
  cursor: default;
}

body .fs-dropdown {
}

/**body .fs-wrap.single .fs-option.selected {
  background-color: #777;
}

body .fs-arrow {
  border-top: 5px solid #fff;
}**/

/** FACET events listing
 *****************************/
.k2facetwpboxevents {
  box-shadow: 0px 0px 10px 0px rgba(40, 52, 148, 0.2);
  border-top: solid 3px #2e4470;
  color: #474847;
  padding: 10px 5px;
  max-width: 380px;
  min-height: 200px;
  margin-bottom: 30px;
  position: relative;
}

.k2eventcolumnone {
	border: solid 1px #777;
		background: #777;
	color: #fff;
	max-height: 100px;
		text-transform: uppercase;
}

.k2eventcolumnone .k2eventdatenumber {
		font-size: 26px;
}

.k2facetwpboxevents .k2postgridtaxonomy {
	height: 20px;
}

.k2postgridtitleevents {
font-family: "Guardian Egyp Trial, Semibold", Sans-serif;
	font-size: 20px;
		line-height: 26px;
	letter-spacing: 0.1px;
  min-height: 170px;
	padding-top: 20px;
}

.k2facetwpboxevents:hover .k2postgridtitleevents a {
	color: #2e4470;
	text-decoration: underline;
}

span.k2specialbox {
display: block;
width: 100%;
border-style: solid;
border-width: 3px 0px 0px 0px;
border-color: #215CAA;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 10px 10px 30px;
float: left;
margin-bottom: 20px;
}

.k2specialbox li.eventservices {
list-style-type: none;
}

.k2specialbox li.eventservices::before {
  content: "\2022";
  color: #CC0424;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.k2specialbox li.keycontact {
list-style-type: none;
padding-bottom: 20px;
float: left;
}

span.keycontactimage {
display: block;
width: 30%;
float: left;
}

span.keycontactcontent {
display: block;
width: 65%;
float: right;
}

/*** FACETS CAREERS
 * *****************************/

.k2facetwpbox-careers {
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	border-top: solid 3px #2e4470;
	color: #474847;
	padding: 10px 20px 20px;
		margin-bottom: 30px;
		position: relative;
	max-width: 100%;
	min-height: auto;
}

.k2facetwpbox-careers .k2postgridtitle a {
  padding: 0;
}

.k2facetwpbox-careers .k2postgridtitle {
	min-height: auto;
	padding: 10px 0 !important;
}

.careerslocation {
	color: #d51c27;
	font-size: 18px;
}

.careerslocation strong {
	color: #474847;
}


/** Executive Committee Facet
 * ***********************************/

.facetteamblock {
width: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-bottom: 60px;
}

.facetteamtitle a,
.facetteamtitle {
	font-family: "Guardian Sans Semi-bold", Sans-serif;
	letter-spacing: 0.18px;
	font-size: 18px;
	color: #474847;
}

.facetteamdesignation {
	font-size: 16px;
}

/** Our Team list styling
 * ************************************/


.ourteamfull .fwpl-result {
	max-width: 550px;
	border-top: solid 2px #2e4470;
padding-top: 7px;
}

.ourteamfull .fwpl-result a {
	font-family: "Guardian Sans Semi-bold", Sans-serif;
	color: #474847;
}

.ourteamfull .fwpl-result a:hover {
	text-decoration: underline;
}

/** FACET Glossary **/

.k2glossarytitle {
font-family: "Guardian Egy Trial Medium", Sans-serif;
font-size: 22px;
color: #474847;
}

.k2fullglossarylist .fwpl-result {
border-bottom: solid 1px #E4E4E4;
padding-top: 20px;
padding-bottom: 20px;
}

/** FACET related posts **/

li.k2facetwpbox.facetrelatedposts {
width: 48%;
float: left;
max-width: 100%;
margin-left: 1%;
margin-right: 1%;
}


@media only screen and (max-width: 1100px) {
	.k2postgridtitleevents,
.k2postgridtitle {
		font-size: 16px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 800px) {
	.fwpl-layout.k2executivecommitteefull,
.fwpl-layout.k2eventsfull,
.fwpl-layout.k2newsfull,
.fwpl-layout.k2knowledgefull {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 10px;
}

.fwpl-layout.k2eventsfull .facetwp-facet,
.fwpl-layout.k2newsfull .facetwp-facet,
.fwpl-layout.k2knowledgefull .facetwp-facet {
  margin-bottom: 5px;
}
}

@media only screen and (max-width: 768px) {


}


@media only screen and (max-width: 500px) {
	.fwpl-layout.k2executivecommitteefull,
.fwpl-layout.k2eventsfull,
.fwpl-layout.k2newsfull,
.fwpl-layout.k2knowledgefull {
  grid-template-columns: repeat(1, 1fr) !important;
  grid-gap: 10px;
}

	.k2facetwpbox {
		max-width: 100%;
		min-height: auto;
	}

	.k2postgridtitle {
		min-height: auto !important;
			font-size: 18px;
	}

	.k2postgridtitle a {
			padding-bottom: 10px !important;
	}
}
