/*
Theme Name: Tissue Genesis
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Clark Bortree
Author URI: https://www.clarktechsolutions.com/
Template: enfold
*/

/*Add your own styles here:*/



/* BEGIN HOME PAGE - FIXES EXTRA TOP MARGIN SPACING BETWEEN SLIDER AND HEADER */

@media only screen and (max-width: 989px) {
.responsive #main .container_wrap:first-child {
    margin-top: -16px;
}
}

/* END HOME PAGE - FIXES EXTRA TOP MARGIN SPACING BETWEEN SLIDER AND HEADER */




.main_color {
	color: #333;
}


.main_color a {
	color:#099;
	text-decoration:underline;
}

.main_color a:hover {
	color:#099;
	text-decoration:none;
}







/* added by webmaster - moves right aligned bio page picture and text block up closer to header title bar */
.bio-pic-wrapper {
	margin-top:-10px;
}

/* added by webmaster - moves general right aligned page picture and text block up closer to header title bar */
.general-right-pic-wrapper {
	margin-top:-20px;
}


/* added by webmaster - button color */
.main_color .avia-color-theme-color.avia-button { background-color: #1e8f8f; }



.custom-h3 {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 0px;
}

.product-title {
    font-size: 34px;
    margin-bottom: 6px;
	font-weight:700;
	color:#0b5193 !important;
}

.product-title-h4 {
    font-size: 22px;
    margin-bottom: 6px;
	font-weight:700;
	color:#0b5193 !important;
}

.product-subtitle {
	color:#197eaf !important;
}


.product-subtitle-h5 {
	color:#197eaf !important;
	padding:2px 0 8px;
}


.product-highlights-box {
	color:#0b5193 !important;
	font-weight:700;
	padding: 20px 20px 5px;
	background-color:#d0dbe9;
}

.product-highlights-box h4 {
    font-size: 22px;
    margin-bottom: 6px;
	font-weight:700;
	color:#0b5193 !important;
}


.product-copyright-text {
	font-size: 12px;
	line-height:1.4em;
	
}


.product-features-box {
		font-weight:700;
	padding: 20px 20px;
	background-color: #197eaf;
	color:#FFF;
	
}


.product-footnote-text {
	font-size: 12px;
	line-height:1.4em;
	padding: 10px 5px;
}

.product-footnote-text-cartridgekit {
	font-size: 12px;
	line-height:1.4em;
	padding: 0px 5px 10px;
}




@media only screen and (min-width: 767px) and (max-width: 1040px) {
	.custom-h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 0px;
}

}

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

.product-h3 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 0px;
	font-weight:700;
}	
}


/* reduces spacing between root menu items */
@media only screen and (max-width: 1140px) {
.main_menu ul:first-child > li > a { padding: 0 10px; }
}



/* taken from layout.css  */
.title_container .main-title {
	padding-top:2px;
margin: 0;
font-size: 1.6em;  /* font-size: 16px;   */
position: relative;
z-index: 2;
min-height: 38px;
line-height: 1.5em;
top: 0;
font-weight: 700;  /* font-weight: 400;  */
}




/* hides main title from bar for products subpages 
.page-id-3589 .main-title.entry-title,
.page-id-3587 .main-title.entry-title,
.page-id-3565 .main-title.entry-title {
	display: none !important;
}


.page-id-3589 .title_container .container,
.page-id-3587 .title_container .container,
.page-id-3565 .title_container .container {
	padding-top: 40px;
    padding-bottom: 10px;
	min-height: 58px !important;
}
*/


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


.alternate_color.title_container {
	margin-top:0px!important;
}

}


/* added for SVG logo */
.logo img {
width: 360px;
height: auto
}





/* shrinks header logo on small screens 
@media only screen and (max-width: 479px) {
    .responsive .logo{
        top: 15px;
        position: relative;
    }
    .responsive .logo img{
        width: 180px !important;
        height: auto !important;
    }
}
*/


/* moves search icon to hamburger menu box when screen size breakpoint reached  */
@media only screen and (max-width: 990px) {
#top #menu-item-search { 
display: none; }
.av-burger-overlay-active #top #menu-item-search { 
display: block; }
}





.alternate_color.title_container {
	background-color: #1e8f8f;
	border: 0px #000 solid;
	margin-top:18px;
}



/* Widget menu current item color  */
.main_color .widget_nav_menu ul:first-child>.current-menu-item {
    background-color: #1e8f8f;
}

.main_color .widget_nav_menu ul:first-child>.current-menu-item a {
    
	color:#FFF;
}







/* BEGIN  custom css for right aligned images to float left at certain screen sizes   */
@media only screen and (max-width: 767px) {

a.image-right-aligned.lightbox-added.alignright,
img.image-right-aligned  {
	float:none !important;
	width:100% !important;
	margin: 4px 0px 15px 0px !important;
}

}

@media only screen and (min-width: 768px) {
img.image-right-aligned  {
	margin: 4px 0px 25px 40px !important;
	padding:5px;
	border: 1px solid #999;
	background-color: #F4F4F4;
}
}

/* END  custom css for right aligned images to float left at certain screen sizes   */



/* BEGIN  custom css for right aligned BLOG POST images to float left at certain screen sizes   */
@media only screen and (max-width: 1184px) {

a.blog-image-right-aligned.lightbox-added.alignright,
img.blog-image-right-aligned  {
	float:none !important;
	width:100% !important;
	margin: 4px 0px 15px 0px !important;
}

}

@media only screen and (min-width: 1185px) {
img.blog-image-right-aligned  {
	margin: 4px 0px 25px 40px !important;
	
	
}
}

/* END  custom css for right aligned BLOG POST images to float left at certain screen sizes   */




/* modifed one third column spacing/width  */
@media only screen and (min-width: 768px) {
div .av_one_third {
    margin-left: 3%;  /* margin-left: 6%;  */
    width: 31.333333333333332% !important;   /* width: 29.333333333333332%;  */
}

}




/* NEED TO FIX THIS TO MAKE HOVER TEXT COLOR LIGHTER GRAY  */


/* PRODUCTS DROPDOWN MENU CUSTOM WIDTH */
.av-main-nav ul .products-menu   { 
width: 236px;
}

/* PRODUCTS ROOT MENU ITEM HOVER BOTTOM BORDER CUSTOM WIDTH */
.products-menu-root a:hover .avia-menu-fx, .products-menu-root a .avia-menu-fx { 
width: 236px;
}





#top #header .av-main-nav > li > a { 
color: #000;
font-size:15px;
}

#top #header .av-main-nav > li > a:hover { 
color: #333;
}






#top .av-main-nav ul a {
	color: #000;
	font-size:15px;
}

#top .main_menu ul > li a {
color: #fff;
	font-size:15px;
}

#top .header_color .main_menu .menu ul li>a:hover {
    color: #e9e9e9;
}



#top .main_menu .menu ul li a {
background: #244c96;
}



#top .alternate_color.title_container .main-title a {
    color: #fff;
	
}







/* top menu current item color  */
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
	color:#2DD0D0;
}









.custom-h1-style1 {   font-size: 44px;
    line-height: 1.1em;
    margin-bottom: 2px;
	text-align:center;
}



/* taken from main css file */
#header_meta {
	
	background:#244c96;

}


/* taken from main css file  */
 
#header_meta { 
min-height: 48px !important; 
padding-top: 10px; 
}
 
.ls-fullscreen-wrapper {
	margin-top:16px;
	
}
 
 
 

/* taken from main css file */
.av_phone_active_right .phone-info {

	color:#fff;
	font-size:1em;

}

/* taken from main css file */
#top .social_bookmarks li a {
color: white;
}

/* taken from main css file */
#top .social_bookmarks li {
	border-width:0px;
	
}


.custom-column-top-margin {
	margin-top:40px;
	padding:30px 40px;
	display:inline-table;
	background: #229199;
	color:#fff;
	font-size:2em;
	line-height:1.6em;
	text-align:center;
	border: 2px solid #BEC4A8;
}


@media only screen and (max-width: 727px)  {
	
	.custom-column-top-margin {
	margin-top:20px;
	padding:15px 20px;
	display:inline-table;
	background: #229199;
	color:#fff;
	font-size:1.4em;
	line-height:1.4em;
	text-align:center;
	border: 2px solid #BEC4A8;
}

	
	}



sup {
	font-size: 50% !important;
	line-height: 0 !important;
	position: relative !important;
	vertical-align: baseline !important;
	top: -0.7em !important;
	
}


/* sidebar nav menu font size */
#top .widget_nav_menu li {
	font-size: 15px;
	
	
}


.inner_sidebar {
    margin-left: 30px; /* margin-left: 50px; */
}



 /* Team Member Name Font */
.team-member-name {
    margin-top: 7px;
    font-size: 1.25em;
	text-align:center;
}

.main_color .team-member-job-title {
	color: #000;  /* color: #919191; */
	font-weight:700;
		text-align:center !important;
}


.team-member-description p {
	
	margin: 0.35em 0; /* margin: 0.85em 0; */
}


.avia-team-member {
    margin: 30px 0 10px;  /* margin: 30px 0; */
    clear: both;
}


div .av_one_fourth {
margin-left: 2%;
width: 23.5%;
}






 /* BLOG ARCHIVES ETC TITLE BAR TEXT COLOR */
#top .alternate_color.title_container .main-title {
	    color: #fff;  /*     color: #666666; */
	
}





/* -------------------------- BEGIN PRODUCT LITERATURE SECTION --------------------------------------- */

 /* Added by webmaster - moves product brochure button up closer to top on larger screens only  */
@media only screen and (min-width: 768px) {
.product-brochure-button {
	margin-top:-40px!important;
}

/* added by webmaster - reduces left margin for text box descriptions in 1/4 columns */
.product-literature-quarter-column {
    margin-left: 3% !important; /* margin-left: 6%; */
}
}


/* added by webmaster - adds spacing between title and download brochure button */
.product-literature-title {
	margin-bottom:10px;
}

/* added by webmaster - adds border to brochure jpg images in non-hover state */
.product-literature-image  {
	border: 1px solid #B5B5B5!important;
}

/* -------------------------- END PRODUCT LITERATURE SECTION --------------------------------------- */





.publications-source-text {
	font-size: 12px;
	line-height:1.4em;
}


.publications-hr  {
	margin: 10px 0 20px !important;
}


.publications-section-heading h3 {
	color:#1b8383;
}

.publications-section-heading .special-heading-inner-border {
    border-color: #1b8383 !important;
	    opacity: 0.45;
}


.clinical-trials-us-box {
	padding:20px 20px 10px;
	border: 1px dotted #1b8383 !important;
}

.clinical-trials-us-box h4 {
		/* color:#1b8383; */
}






@media only screen and (min-width: 768px) {
.applications-ous-text-block {
	margin-bottom:-20px !important;
}
}




.applications-ous-box {
	padding:20px 20px 10px;
	border: 1px dotted #1b8383 !important;

}


.applications-ous-box td {
	vertical-align:middle !important;
	border-width: 0px !important;
	padding:10px 10px 10px 8px !important;
	font-size: 16px !important;
	line-height:20px !important;
	
}


.applications-ous-box tr:first-child td {
    border-top-width: 0px !important;
	border-left-width: 0px !important;
	border-bottom-width: 0px !important;
	padding-bottom: 4px !important;

}




.applications-ous-box tr td:first-child {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
	border-right-width: 0px !important;
	border-bottom-width: 0px !important;
	padding:10px 0px !important;
}


.applications-ous-box tr:nth-child(odd),
.applications-ous-box tr:nth-child(even){
	color:#333 !important;
}

.applications-ous-box img {
max-width: none !important;
}
	

/* BLOG OR NEWS POST REMOVES AUTHOR META INFO AND SLASH BEFORE IT */
.text-sep-cat, .blog-author { display: none; }


/* MAIN PRODUCTS HEADING TITLE FONT  */


.main-products-heading-title {
	font-weight:700 !important; 
	font-size: 35px !important;
	letter-spacing:-1px !important;
	font-family: 'Exo 2', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	margin-bottom:0px !important;
	text-transform:none !important;
}



.main-products-heading-title-subtitle {
	font-weight:700 !important;
	color:#000 !important;
}


.flag-image {
	width:60px !important;
}



/* forces phone number link on mobile to be white not gray */

.phone-info a {
    color: #fff !important;
}

.header-scrolled .phone-info a {
	color: #fff !important;
}



/* CONTACT FORM 7 CSS */

.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    border: 2px solid #f7e700 !important;
}


.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 1.1em !important;
    font-weight: normal !important;
    display: block !important;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
	font-weight: 700 !important;
}



#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
    margin-bottom: 10px !important;   /*   margin-bottom: 20px; */
}


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

  .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #000;
  }
}

