/*
Theme Name: Crystalys
Description: Unicon Child Theme
Author: Insight Designs
Template: unicon
Version: 1.1
*/


/*COLORS
	
Dark Purple		#1A2F5A
Bright Purple	#4D55A5
Cool Blue		#38C6F4
Light Purple	#CECCE6
Deep Orange		#F04E23

*/

/*###############################################
FONTS 
###############################################*/

@import url("https://use.typekit.net/ykc1uvb.css");

/*
Archivo SemiExpanded Thin
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 100;
font-style: normal;

Archivo SemiExpanded Thin Italic
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 100;
font-style: italic;

Archivo SemiExpanded Light
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 300;
font-style: normal;

Archivo SemiExpanded Light Italic
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 300;
font-style: italic;

Archivo SemiExpanded Regular
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 400;
font-style: normal;

Archivo SemiExpanded Italic
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 400;
font-style: italic;

Archivo SemiExpanded Medium
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 500;
font-style: normal;

Archivo SemiExpanded Medium Italic
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 500;
font-style: italic;

Archivo SemiExpanded SemiBold
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 600;
font-style: normal;

Archivo SemiExpanded SemiBold Italic
font-family: "archivo-semi-expanded", sans-serif;
font-weight: 600;
font-style: italic;

/*

/*###############################################
SITEWIDE STYLES
###############################################*/

html {
  scroll-padding-top: 100px;
}

body h1, body .title-h1 {
    text-transform: capitalize;
    margin-bottom: 8px;
    padding-bottom: 7px;
	font-family: "archivo-semi-expanded", sans-serif;
	font-weight: 100;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: capitalize;
}

body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
body .vc_section.vc_section-has-fill+.vc_section{
    padding-top:0px;
}

body .wpb_row,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li,
body .last_toggle_el_margin,
body .wpb_button{
    margin-bottom:0px;
}


body .wpb_row .span_12 {
    z-index: unset;
}

body .page-section .wpb_row .wpb_row {
    margin: 0!important;
}


body :is(h1,h2,h3,h4) {
	font-family: "archivo-semi-expanded", sans-serif;
	font-weight: 600;
	font-style: normal;	
}

body :is(h3, h5){
    color:#3e4243;
}


body h1 {
    line-height: 1em;
    font-weight: 400;
}

body h4,
body h5 {
    font-weight: 300;
}

body a{
	cursor: pointer;
}


body h2, body h3, body h4, body h5, body h6{
	margin-bottom: 9px;
	line-height: 1.1em;
}

body .header-divider img{
	width: 100vw;
}

.video-container {
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body :is(a.button,
	input[type=submit],
	button,
	.minti_button,
	a.button.full,
	#navigation ul li.nav-button a,
	.vc_btn3.vc_btn3-size-lg, label.sr7-layer.sr7-btn, .team_wrapper a.close-modal):not(button.slick-arrow):not(.cky-btn):not(.cky-banner-btn-close):not(.cky-btn-close):not(.modal-opener) {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #F04E23;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #F04E23;
  border-radius: 40px!important;
  box-shadow: inset 0 0 0 0 #F04E23;
  text-transform: capitalize;
  font-family: "archivo-semi-expanded", sans-serif;
}

body :is(a.button,
	input[type=submit],
	button,
	.minti_button,
	a.button.full,
	#navigation ul li.nav-button a,
	.vc_btn3.vc_btn3-size-lg, label.sr7-layer.sr7-btn, .team_wrapper a.close-modal):not(button.slick-arrow):hover:not(.cky-btn):not(.cky-banner-btn-close):not(.cky-btn-close) {
  color: white!important;
  box-shadow: inset 0 -100px 0 0 #F04E23;
}

body :is(a.button,
	input[type=submit],
	button,
	.minti_button,
	a.button.full,
	#navigation ul li.nav-button a,
	.vc_btn3.vc_btn3-size-lg, label.sr7-layer.sr7-btn, .team_wrapper a.close-modal):active {
  transform: scale(0.9);
}

body button.cky-btn-revisit {
    border: none!important;
}

body .rt-container-fluid.rt-wpls .slick-prev:before,
body .rt-container-fluid.rt-wpls .slick-next:before,
body .rt-container-fluid.rt-wpls .slick-dots li button:before{
    color: #f94a01!important;
}

body .rt-container-fluid.rt-wpls .slick-prev:before:hover,
body .rt-container-fluid.rt-wpls .slick-next:before:hover,
body .rt-container-fluid.rt-wpls .slick-dots li button:before:hover {
    color: #000000!important;
}

body .rt-wpls .slick-prev {
    left: -30px;
}

body .rt-wpls .slick-next{
	right: -30px;
}

body .vc_separator .vc_sep_line {
    border-color: #CECCE6!important;
}

body blockquote p {
    border-left: 4px solid #34d1ff;
}

body blockquote {
    color: #4d55a5;
}

body .color-light a:hover {
    text-decoration: underline;
}

*:focus-visible {
	outline: 2px solid;
}
#management-team button.modal-opener:focus-visible {
	outline: 2px solid black!important;
	outline-offset: 2px;
}
button.close-modal:focus-visible {
	outline: 2px solid white!important;
	outline-offset: 2px;
}
#bod button.modal-opener:focus-visible {
	outline: 2px solid white!important;
	outline-offset: 2px;
}
/*###############################################
HEADER STYLES
###############################################*/

body .logo img {
    width: 260px;
}


body .header-v1 #navigation > ul > li > a {
	font-family: "archivo-semi-expanded", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: capitalize;
	letter-spacing: .1em;
}

body #header.header-transparent.header-v1 {
    box-shadow: none!important;
}

body #header.header-v1,
body #mobile-header.mobile-header-v1 {
    box-shadow: none;
}

body svg#whoweare {
    margin-top: -37px;
}

body .header-v1 #navigation .sub-menu {
    top: 85px;
}

/*
body #navigation ul li a:hover {
	color: #88cae5!important;
}
*/

body #navigation li#menu-item-1033 ul {
    width: 310px;
}

/* mobile menu */

body #mobile-navigation ul#mobile-nav>li>a {
    text-transform: capitalize;
}

body #mobile-navigation .container ul li ul {
    margin: 0 0 0 0!important;			
    display: none;
    background-color: #6699b1;
    padding-inline: 20px;
}

body #mobile-navigation ul#mobile-nav li.open ul {
	border-bottom: 1px solid #ffffff;
	
	}

body #mobile-nav ul.sub-menu li.menu-item:last-child a {
    border-bottom: 0px!important;
}

body #mobile-navigation-btn {
    color: #385795;

}
.title_bar_not_hidden.vc_hidden{
    opacity: 1!important;
}
.title_bar_not_hidden div.wpb_row.vc_row-fluid{
    margin-top: -1px;
}
.title_bar_not_hidden div.wpb_row.vc_row-fluid.titlebar_bottom_img_wrapper img{
    height: 100%;
    width: 100%;
}
.more_info_wrapper{
    clear: both;
}
body  #mobile-navigation-btn:hover {
    color: #88cae5;
}

/*###############################################
TITLEBAR STYLES
###############################################*/

body #fulltitle {
    background-color: #0a0a0a;
    border-bottom: 4px solid #385795;
    background-image: url('/wp-content/uploads/2024/12/crystalys_icon_color.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 120px;
    padding: 20px 0 10px 0;
}

body #fulltitle h1 {
    font-family: "archivo-semi-expanded", sans-serif;
    text-transform: capitalize;
}

body #breadcrumbs a {
    color: #ff611f;
}



/*###############################################
HOME STYLES
###############################################*/
body #company-overview h2,
body #our-science h2,
body #latest-news h2 {
    font-size: 110px;
    margin-bottom: 0px;
    line-height: 1em;
	text-transform: capitalize;
}

body section#company-overview {
    background-image: url('/wp-content/uploads/2024/12/crystalys_icon_red-white.svg');
    background-repeat: no-repeat;
    background-position: right -120px top;
    background-size: contain;
}


body #company-overview h2 {
	font-size: 80px;
}

body #our-science h2, body #company-overview h2, body #company-overview h3 {
    color: #3DC7F5;
}

body #our-science h3, body #company-overview h3 {
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 32px;
}

body #our-science p{
	line-height: 1.6em;
}

/*
body #our-science img{
	opacity: .5;
}
*/

body .latest-blog-list-modern li h3 {
    font-weight: 400;
    color: #4D55A5;
    font-size: 1.3rem;
}

body .latest-blog-list-modern li h3::after {
    content: '\f0da';
    font-family: 'FontAwesome';
    margin-left: 8px;
    color: #F04E23;
    position: relative;
    bottom: -1px;
}

body .latest-blog-list-modern li h3:hover {
	color: #F04E23;
}

body .latest-blog-list-modern li {
    border-bottom: 1px solid #385795;
}

body #our-values .owl-carousel .owl-item img {
    margin: 0px auto;
}

#company-overview rs-bgvideo video {
    width: 110%!important;
    height: 110%!important;
    top: -40px!important;
    left: unset!important;
    right: -40px!important;
	background-color: #000000!important;
}

#company-overview .vc_col-sm-6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/*###############################################
HOME 5 PAGE STYLES
###############################################*/

body.page-id-143 img.logo_transparent {
    display: none;
}



/*###############################################
INVESTORS STYLES
###############################################*/
.investors-carousel .vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.investors-carousel a.vc_carousel-control {
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: .8;
}
.investors-carousel a.vc_left.vc_carousel-control {
    background: linear-gradient(to right, white, white 70%, rgba(255, 255, 255, 0));
}
a.vc_right.vc_carousel-control {
    background: linear-gradient(to left, white, white 70%, rgba(255, 255, 255, 0));
}
.investors-carousel .vc_images_carousel .vc_carousel-control .icon-next,
.investors-carousel .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 60px;
}
.investors-gallery-mobile .wpb_gallery_slides ul li.isotope-item {
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
}
.investors-gallery-mobile li.isotope-item img {
    margin: 0 auto;
}


/*###############################################
NEWS STYLES
###############################################*/
#news_preview_list .wpb_text_column {
    padding-bottom: 30px;
}

.news_list_view {
    padding-bottom: 30px;
}

.news_list_view.featured_img.vc_col-sm-3 img {
    max-height: 150px;
}

.news_list_view.featured_img.vc_col-sm-3 {
    text-align: center;
}

/* .single-news-cpt .titlebar {
    display: none;
} */

.news_list_view p.news-source {
		margin-bottom: 0px;
    line-height: 1.1;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.news_list_view span.cpt_date {
    color: #767676;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.news_wrapper.insight_cpt_wrapper {
    margin-bottom: 20px;
}

body .news_wrapper:last-child .news_list_view.vc_col-sm-12 {
    border-bottom: none;
}

body .latest-blog-list-modern li span {
	color: #767676;
}

/*###############################################
MISC INTERNAL PAGE STYLES
###############################################*/
body .industry-testimonial .testimonial {
    padding: 20px;
    background: #ffffff;
    /* border: 1px solid #e1e1e1; */
    color: #2a425b;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 30%);
}


body .color-light .industry-testimonial .testimonial-author span, body .color-light .industry-testimonial .testimonial-author {
    color: #2a425b;
}

body div.science-icon img {opacity: 0.7;}


body section.vc_section.header-title {
    background-size: cover!important;
    background-image: url('/wp-content/uploads/2024/12/divider-header-thin-white.svg') !important;
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 130px;
    width: 99vw!important;
}
@media only screen and (min-width:479px) {
    .crystalys-divider .single_image img {
        width: 102% !important;
        margin-left: -1%;
        max-width: unset;
    }
}
.crystalys-divider-bottom  .vc_col-sm-12>.wpb_wrapper>.single_image>img {
    margin-top: unset;
    margin-bottom:-2px;
}
/*###############################################
OUR TEAM STYLES
###############################################*/

body section.crystalys-team h5 {
    margin-top: 5px;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
}

body .team_grid_view h3 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1.3rem;
    border-bottom: 1px solid #4D55A5;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 4px;
    color: #F04E23;
}

body .color-light .team_grid_view h3 {
    border-color: #38c6f4;
}

body section.crystalys-team p {
    margin-top: 0!important;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px!important;
}

body section.crystalys-team a.button {
    padding: 10px 20px;
}

.team_grid_view {
    text-align: center;
}
body .team_member_wrapper button.modal-opener {
	padding: unset;
	border: unset;
}
body .modal-opener, body .close-modal{
    cursor: pointer;
}

body .modal.modal-bio{
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body .modal-body p {
	color: #fff;
}
body .modal-bio p,
body .modal-bio a {
    color: #fff !important;
}

body .modal-bio a i{
	color:#f04e23!important;
	}
	
body .modal-bio a:hover i{
	color:#fff!important;
	}

body .modal-bio h2 {
    text-transform: uppercase;
    font-size: 37px;
    margin-bottom: 4px;
    font-weight: 200;
    font-family: "archivo-semi-expanded", sans-serif;
    color: #38C6F4;
}

body .modal-bio h3 {
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff
}

body .modal-bio hr {
    border: 1px solid #CECCE6;
}

body .modal-bio p {
    font-weight: 300;
    font-size: 17px;
}

body .team_wrapper button.close-modal {
    color: #F04E23!important;
    border: 1px solid #F04E23;
    width: fit-content;
}

body .team_wrapper button.close-modal:hover {
    color: #fff!important;
}


body .modal-body {
    vertical-align: middle;
    box-sizing: border-box;
    width: 85%;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    text-align: left;
    border: 0;
    z-index: 2;
    background: #1A2F5A;
    position: fixed;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 85%;
    max-width: 1000px;
    /* overflow-y: scroll; */
}

body .modal-body .vc_col-sm-9{
    width: 100%;
}

body .modal-blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

body .team_featured_image{
    display: flex;
    justify-content: center;
}

body .modal-team-row{
    z-index: 11;
}

body .team_member_wrapper {min-height:322px;}

body #bod .team_member_wrapper {
    margin-bottom: 20px;
}
body .modal-body {
	    overflow-y: scroll;
}	
/*###############################################
NEWS STYLES
###############################################*/
.insight_cpt_wrapper{
    overflow: auto;
}
body .news_wrapper h5 {
    line-height: 1.21em;
}

body .news_wrapper h3 a {
    color: #4D55A5;
    font-weight: 400;
    font-size: 1.3rem;
}
body .news_wrapper h3 a:hover {
	color: #F04E23;
}

body.vc_responsive .news_list_view.vc_col-sm-12 {
    padding: 0 0 20px 0;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #ccc;
}

body.news-cpt-template-default .title_wrapper h1,
body .presentations_wrapper .title_wrapper h1 {
    font-size: 27px;
    text-transform: none;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #8acdea;
}

body .news_wrapper h5 a:hover {
    color: #F04E23;
}


body.page-id-59 iframe {
    width: 100%;
}

.vc_col-sm-12>.wpb_wrapper>.single_image>img {
    margin-top: -1px;
}

/*###############################################
TEAM STYLES
###############################################*/

body .linkedin {
	width: 18px;
    margin-left: 5px !important;
    border: 1px solid !important;
}

/*###############################################
 Science Page Styles
###############################################*/
.ruby-study-row .ruby-study-title {
	background-image: url('/wp-content/uploads/2025/09/ruby-zoomed.jpg');
	background-attachment: fixed;
}
.topaz-study-row .topaz-study-title {
	background-image: linear-gradient(to right, rgb(5, 44, 92,1) 0%, rgb(5, 44, 92,1) 10%, rgb(5, 44, 92,0.7) 35%, rgb(5, 44, 92,0.5) 50%,rgba(5,44,92,0.4) 100%),     url('/wp-content/uploads/2025/09/topaz-gradient-horiz.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#About_Dotinurad .vc_single_image-wrapper img {
	max-height: 150px;
	width: auto;
}
#Science_Studies .ruby-study-title h3, #Science_Studies .topaz-study-title h3{
	text-shadow: 0 0 2px black;
}
@media only screen and (max-width: 767px) {
	#About_Dotinurad .wpb_single_image {
		text-align: center;
	}
	#About_Dotinurad .column-flip-mobile > .col {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	#Science_Studies .topaz-study-row >.col {
		display: flex;
		flex-direction: column-reverse;
	}
    #Science_Studies .ruby-study-title, #Science_Studies .topaz-study-title {
		padding: 60px!important;
	}
    .ruby-study-row .ruby-study-title {
		background-image: url('/wp-content/uploads/2025/09/ruby-zoomed.jpg');
		background-attachment: unset;
	}
	.topaz-study-row .topaz-study-title {
		background-image: url('/wp-content/uploads/2025/09/topaz-gradient-horiz.jpg');
		background-attachment: unset;
		background-repeat: no-repeat;
	}
}
/*###############################################
FOOTER STYLES
###############################################*/

body footer#footer {
    background-image: url('https://crystalystx.wpenginepowered.com/wp-content/uploads/2024/12/divider-white-blue-top-footer.svg');
    background-position: top center;
    background-size: 102%;
    background-repeat: no-repeat;
    font-size: 16px;
    background-position-y: -1px;
    padding-top: 130px;
}

#footer .widget h3 {
    font-size: 36px!important;
    color: #81bee1!important;
    text-transform: capitalize;
    margin-bottom: 8px;
}

body #footer div#nav_menu-2 {
    padding-top: 30px;
}

body #footer div#nav_menu-2 h3{
	margin-bottom: 14px;
}

body #footer div#contact-2 {
    padding-left: 76px;
}

.container .four.columns:nth-child(3) {
    width: 10px;
}

body #footer .columns:last-child {
	margin: 0;
	width:360px;
}

body #footer .widget.widget_media_image {
    margin-bottom: 10px;
}

body #copyright .copyright-text {
    font-size: 14px;
}


body #footer .widget ul li:last-child{
	border-bottom: none;
}

body #footer .widget i.fa-brands.fa-linkedin {
	font-family: 'FontAwesome';
    font-style: normal;
    border-radius: 2px;
    padding: 2px 1px;
    color: black;
    background-color: #e44920;
    font-size: 1.3rem;
    margin-right: 10px;
	margin-top: 5px;
}

body #footer .widget i.fa-brands.fa-x-twitter {
	font-family: 'FontAwesome';
    font-style: normal;
    border-radius: 2px;
    padding: 3px 1px 2px 2px;
    color: black;
    background-color: #e44920;
    font-size: 1.2rem;
	margin-top: 5px;
}


body #footer .widget i.fa-brands:hover {
	background-color: #ffffff;
}

/*###############################################
404 basic styles 
###############################################*/
body.error404 .error-404 {
	color: #385795;
}
body.error404 h2.error-404 {
	    border: 10px solid #385795;
}

/*###############################################
MEDIA QUERIES
###############################################*/



@media only screen and (max-width:769px) {
	
	#ClinicalTrials .single_image.wpb_content_element.align-left {
	    float: unset!important;
	    margin: auto;
	}
	#ClinicalTrials .wpb_column.vc_column_container.vc_col-sm-2 {
	    margin-bottom: 0px;
	}
	
	.column-flip-mobile .col.span_12.color-light.left {
	    display: flex;
	    flex-direction: column-reverse;
	}
	
	.conditions-content .vc_col-sm-4 {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
	
	section#Familial-Mediterranean-Fever-\(FMF\) .vc_col-sm-4, section.vc_custom_1642531192139 .vc_col-sm-4 {
	    margin-bottom: 0px;
	}
	section#Familial-Mediterranean-Fever-\(FMF\) .vc_col-sm-8 {
	    padding-top: 10px;
	}
	
	#company-overview .vc_col-sm-6 {
	    padding-top: 0px;
	}

}
@media only screen and (min-width:479px) {
    #latest-news .top-band img {
        width: 102% !important;
        margin-left: -1%;
        max-width: unset;
    }
}

@media only screen and (max-width:479px) {
	body #footer .columns:last-child {
		width:unset;
	}
	
	body .science-icon img {
    	max-width: 200px;
	}
	
	.vc_col-sm-12>.wpb_wrapper>.single_image>img {
	    margin-top: -10px;
	}
	
	body svg#latest\ news {
	    width: 105%;
	}
	
	body h2 {
	    font-size: 32px;
	}
	#ClinicalTrials .single_image.wpb_content_element.align-left {
	    margin-bottom: 0px!important;
	    margin-top: 10px;
	}
	
	#ClinicalTrials h5 {
	    text-align: center;
	}

	body .top-band img {
	    max-width: 250%;
	    margin-top: -2px;
	    margin-left: -10px;
	}
	
	section#latest-news, section#bod {
    margin-top: -1px;
	}

	body footer#footer {
	    background-position: top left;
	    background-size: 450%;
        margin-left: -6px;
        background-position-y: -1px;
	}
	
	body .team_member_wrapper {
	    margin-bottom: 40px;
	}
	
	   .vc_col-sm-6.padding-image.wpb_column.column_container.col.no-padding.color-dark {
	    padding: 30px 30px;
	} 

	body .modal-bio h2 {
	    font-size: 23px;
	}
	
	body .modal-bio p {
	    line-height: 1.2em;
	}

	body .modal-body {
	    width: 95%;
	    padding: 20px;
	    max-height: 80%;
	    top:54%;
	}

}


@media screen and (max-width:1366px) {
	body svg#whoweare{
		margin-top: -30px;
	}
}

@media screen and (max-width: 1199px) {
	body svg#whoweare{
		margin-top: -20px;
	}
}

@media screen and (max-width: 960px) {
    .logo img {
        width: 270px;
    }
}

@media screen and (max-width: 959px) {

}



@media screen and (max-width: 768px) {
	
    body #company-overview .vc_col-sm-6.wpb_column {
	    width: 100%;
	}
	
	body #our-science h2, body #latest-news h2 {
	    font-size: 90px;
	}
	
	body #company-overview h2 {
		font-size: 60px;
	}
	
	body svg#whoweare{
		margin-top: -10px;
	}

}
@media screen and (max-width: 630px) {
    .title_bar_not_hidden div.wpb_row.vc_row-fluid.titlebar_bottom_img_wrapper{
        margin-top: -7px!important;
    }
}
@media screen and (max-width: 414px) {
    body .vc_sep_width_20 {
		width: 100%;
	}
	
	body h2 {
		text-align:center;
	}

	body #our-science h2, body #latest-news h2 {
	    font-size: 70px;
	}
	
	body #company-overview h2 {
	    font-size: 50px;
	}


	body #our-values .vc_col-sm-4 {
	    display: none;
	}

	body #our-values h4{
		font-size: 18px
	}

	body .top-bar {
	    position: relative;
	    top: -5px;
	}
	
	body .mobile-break {
		display:block;
	}


	
	footer .four.columns:first-child {
	    margin-bottom: 30px;
	}
	
	body #footer div#contact-2 {
	    padding-left: 0px;
	}

}



@media screen and (max-width:767px){
	body.vc_responsive .wpb_row .vc_col-sm-1,
	body.vc_responsive .wpb_row .vc_col-sm-2,
	body.vc_responsive .wpb_row .vc_col-sm-3,
	body.vc_responsive .wpb_row .vc_col-sm-4,
	body.vc_responsive .wpb_row .vc_col-sm-5,
	body.vc_responsive .wpb_row .vc_col-sm-6,
	body.vc_responsive .wpb_row .vc_col-sm-7,
	body.vc_responsive .wpb_row .vc_col-sm-8,
	body.vc_responsive .wpb_row .vc_col-sm-9,
	body.vc_responsive .wpb_row .vc_col-sm-10,
	body.vc_responsive .wpb_row .vc_col-sm-11,
	body.vc_responsive .wpb_row .vc_col-sm-12 {
		padding-left: 0;
		padding-right: 0;
	}
    #footer #text-2 .textwidget > div {
		padding: unset!important;
	}
	body #footer .columns:last-child {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
    #management-team .team_wrapper.insight_cpt_wrapper.management-wrapper > div, #bod .team_wrapper.insight_cpt_wrapper.bod-wrapper > div{
		margin-bottom: 30px;
	}
    body.page-id-630 .vc_col-sm-6.padding-image.wpb_column.column_container.col.no-padding.color-dark {
		padding: 0 15%;
		margin-bottom: 20px;
	}
    body.home #latest-news > div:last-child .col > div:nth-child(2) .wpb_row > .wpb_column:nth-child(2) .vc_column-inner {
	    display: flex;
	    justify-content: center;
	}
}


@media screen and (max-width:320px){
	body.vc_responsive .wpb_row .vc_col-sm-1,
	body.vc_responsive .wpb_row .vc_col-sm-2,
	body.vc_responsive .wpb_row .vc_col-sm-3,
	body.vc_responsive .wpb_row .vc_col-sm-4,
	body.vc_responsive .wpb_row .vc_col-sm-5,
	body.vc_responsive .wpb_row .vc_col-sm-6,
	body.vc_responsive .wpb_row .vc_col-sm-7,
	body.vc_responsive .wpb_row .vc_col-sm-8,
	body.vc_responsive .wpb_row .vc_col-sm-9,
	body.vc_responsive .wpb_row .vc_col-sm-10,
	body.vc_responsive .wpb_row .vc_col-sm-11,
	body.vc_responsive .wpb_row .vc_col-sm-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
	body svg#whoweare{
		margin-top: 0px;
	}

}

@media screen and (min-width: 769px) {
	#managementTeam .team_wrapper.insight_cpt_wrapper.management-wrapper.col.span_12.left {
	    display: grid;
	    grid-template-columns: repeat(5, 1fr);
	    grid-template-rows: repeat(2, 1fr);
	    grid-column-gap: 0px;
	    grid-row-gap: 40px;
	}
	#managementTeam  .team_wrapper .vc_col-sm-1\/5 {
	 	width: 100%;
	}
	
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
	#footer .container .four.columns {
	    width: unset!important;
	}
	footer .container{
		display: flex;
        justify-content: space-between;
        align-items: center;
	}
	
	footer .container .four.columns{
		min-width: 20%;
	}
	

} 

@media only screen and (min-width: 469px) and (max-width: 959px) {
	footer .container .four.columns:nth-child(2), footer .container .four.columns:nth-child(3) {
		display:none;
	}
}

@media screen and (max-width: 480px) {
		body section#company-overview {
		    background-image: url('/wp-content/uploads/2024/12/crystalys_icon_red-white.svg');
		    background-repeat: no-repeat;
		    background-position: right -120px bottom;
		    background-size: 300px;
		}
}
	

#ClinicalTrials .single_image.wpb_content_element.align-left {
    background-color: #2d8cc8;
    border-radius: 50%;
    padding: 21px;
    max-width: 90px;
    margin-bottom: 20px;
    float: right;
}

#ClinicalTrials .wpb_column.vc_column_container.vc_col-sm-10 {
    padding-top: 10px;
}

.turn-me-white img.attachment-full {
    filter: invert(1) brightness(100%) contrast(10);
}

/* CookieYes Styles */
.cky-consent-bar .cky-banner-btn-close > img{
	margin-top: 10px!important;
}
.cky-consent-bar .cky-banner-btn-close > img, .cky-preference-header .cky-btn-close img {
	height: 20px!important;
	width: 20px!important;
}
.cky-btn.cky-btn-cancel {
	border: unset!important;
}
