/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/*FONTS*/
h1, .nectar-button span, body #page-header-bg h1, html body .row .col.section-title h1 {
	font-family: "museo-sans", sans-serif;
	font-weight: 900;
	font-style: normal;
}
h2, h3, h4, h5, h6 {
	font-family: "museo-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
body, p {
	font-family: "museo-sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.bold, strong, b {
	font-family: unset;
}

/*FONT CHOICES
font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "museo-sans", sans-serif;
font-weight: 300;
font-style: italic;

font-family: "museo-sans", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "museo-sans", sans-serif;
font-weight: 500;
font-style: italic;

font-family: "museo-sans", sans-serif;
font-weight: 700;
font-style: normal;

font-family: "museo-sans", sans-serif;
font-weight: 700;
font-style: italic;

font-family: "museo-sans", sans-serif;
font-weight: 900;
font-style: normal;

font-family: "museo-sans", sans-serif;
font-weight: 900;
font-style: italic;

font-family: "museo-sans-display", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "museo-sans-display", sans-serif;
font-weight: 800;
font-style: normal;
*/

.create-nectar-post-grid-filters{display: flex; gap: 20px; margin-bottom: 20px;}
.create-nectar-post-grid-filters > div{ display:flex;  width: 40%; gap: 10px; align-items: center; }
.create-nectar-post-grid-filters > div > div.fancy-select-wrap{ padding-top:0px !important; display:flex; }
.create-nectar-post-grid-filters > div > div.fancy-select-wrap > label{ display: flex; justify-content: end; align-items: center; padding-right: 10px; font-size: 16px; color: #102b3e !important; font-weight: bold; line-height: 40px; height: 40px; }
.create-nectar-post-grid-filters > div:last-child{ width:60%; }
.create-nectar-post-grid-filters > div > span{ display:block; }
.create-nectar-post-grid-filters > div > div.fancy-select-wrap{ width:100%; }
.create-nectar-post-grid-filters > div > div.fancy-select-wrap > select{ 
	line-height: 1; 
	height: 40px; 
	border-radius: 40px; 
	padding: 0 12px; 
	background: #fff; 
	appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.create-nectar-post-grid-filters > div > #create_postsearch{ padding:0 12px; height:40px; border-radius:40px; background:#fff; }
.create-nectar-post-grid-filters > div  #create_postsearchbttn{ border: 0px; width: 45px; height: 39px; display: block; padding: 0px; background: #fff; cursor: pointer; }

.country-selection-wrapper.fancybox-content{ background-color: #fff; color:#102c3d;  text-align: center;  min-width: 350px;
    max-width: 450px; border-radius: 30px; }
body .country-selection-wrapper h3{ color:#102c3d !important; margin-bottom:30px; }
.country-selection-wrapper p{padding-bottom: 0px;}
.country-selection-wrapper .country-selection-row a.nectar-button{ width:100%; }
.create-page-popup-wrapper{ min-width:50%; }
.create_card_wrapper .pin-spacer{ width: 100%;  max-width: 1500px; }

body.single-post.create-subpost-type-webinar article section div.grid{ display:flex; gap:20px; flex-direction: row-reverse; }
body.single-post.create-subpost-type-webinar article section div.grid > div{ width:100%; }


body #footer-outer #footer-widgets .col .create_locale_switcher ul{
    display: flex;
    gap: 10px;
    align-items: baseline;
}
body #footer-outer #footer-widgets .col .create_locale_switcher ul li.wpml-ls-item >  a.wpml-ls-link{padding-top: 15px !important;}

body #footer-widgets .create_locale_switcher li.wpml-ls-item a.wpml-ls-link{
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1), background-color .45s cubic-bezier(0.25,1,0.33,1), box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1), border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1), background-color .45s cubic-bezier(0.25,1,0.33,1), box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    font-size: 16px;
    overflow: hidden;
    letter-spacing: -0.03em;
    font-family: 'Open Sans';
    font-weight: 600;
    position: relative;
    top: 0;
    opacity: 1;
    line-height: 20px;
    display: inline-block;

}

body #footer-widgets .create_locale_switcher li.wpml-ls-item a.wpml-ls-link:after{
	background-color: #ffd6035c;
    content: "";
    width: 80px;
    position: absolute;
    height: 120%;
    border-radius: 12px;
    top: 25%;
    right: calc(116% - 80px);
    transform: rotate(-40deg);
    transform-origin: top left;
    transition: all 0.3s ease-in-out;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item:not(.wpml-ls-current-language) a.wpml-ls-link:after{
	background-color: transparent;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item a.wpml-ls-link span {
    left: 0;
    display: inline-block;
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1), transform .45s cubic-bezier(0.25,1,0.33,1);
    position: relative;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    font-style: normal;
    z-index: 1;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item.wpml-ls-current-language a.wpml-ls-link{
color: white;
    background-color: #ff8a00 !important;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item:not(.wpml-ls-current-language) a.wpml-ls-link{
    background-color: transparent !important;
    border: 1px solid #ff8a00;
    color: #ff8a00 !important;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item.wpml-ls-current-language a.wpml-ls-link:hover{
	opacity: 1 !important;
}

body #footer-widgets .create_locale_switcher li.wpml-ls-item.wpml-ls-current-language a.wpml-ls-link:hover::after{
	transform: rotate(-40deg) scale(3);
}


body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions{
	border: none !important;
    padding: 0px;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul
{
	padding: 0px;
    display: flex;
    gap: 10px;
    background: transparent !important;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item a:before,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item a:before{
	content: '';
	width: 20px;
    height: 20px;
    display: inline-block;
    border: 2px solid grey;
    border-radius: 200px;
    background-size: cover;
    vertical-align: middle;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en-ie a:before,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en-ie a:before{
	background-image: url('/wp-content/uploads/2024/05/bright-ireland-icon.svg');
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en a:before,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en a:before{
	background-image: url('/wp-content/uploads/2024/05/bright-uk-icon.svg');
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-item-en{
border-right: 1px solid grey;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-link > span,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-link > span{
letter-spacing: -0.03em; font-size: 19px; line-height: 22px;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-current-language > a.wpml-ls-link > span,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-current-language > a.wpml-ls-link > span{
color: #ff8a00;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-link:hover > span,
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item > a.wpml-ls-link:hover > span{
    color: #fff;
    opacity: 0.7;
}
body header#top nav li.createlanguageswitcherwidget div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-current-language > a.wpml-ls-link:before
body #slide-out-widget-area div.wpml-ls-statics-shortcode_actions > ul > li.wpml-ls-item.wpml-ls-current-language > a.wpml-ls-link:before{
	 border: 2px solid #ff8a00;
}

.create-catlist{ pointer-events:none; }

button.fancybox-button.fancybox-close-small{ background-color: transparent;}

#country-selection-popup{ padding: 15px; }
#country-selection-popup .country-selection-row{ justify-content: center; }
#country-selection-popup .country-selection-row .wpml-ls{}
#country-selection-popup .country-selection-row .wpml-ls > ul{ display:flex; gap:40px; justify-content:center; }
#country-selection-popup .country-selection-row .wpml-ls > ul > li.wpml-ls-item > a.wpml-ls-link:focus-visible{ outline:none; }
#country-selection-popup .country-selection-row .wpml-ls > ul > li.wpml-ls-item > a.wpml-ls-link:before{
	content: '';
	background-size: cover;
	width: 120px;
    height: 120px;
    display: block;
    margin: auto;

}
#country-selection-popup .country-selection-row .wpml-ls > ul > li.wpml-ls-item.wpml-ls-item-en-ie > a.wpml-ls-link:before{
background-image: url('/wp-content/uploads/2024/05/bright-ireland-icon.svg');
}
#country-selection-popup .country-selection-row .wpml-ls > ul > li.wpml-ls-item.wpml-ls-item-en > a.wpml-ls-link:before{
background-image: url('/wp-content/uploads/2024/05/bright-uk-icon.svg');
}
#country-selection-popup .country-selection-row .wpml-ls > ul > li.wpml-ls-item > a.wpml-ls-link > span{
	font-size: 17px;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}




