/*
Theme Name: Enfold Child
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: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/* 

.header-scrolled .logo img, .header-scrolled.header-scrolled-full .logo img {
    padding:6px 0 !important;
}

.main_color strong {
	color:#2A2A2A;
}

*/



/* added for logo */


/* .logo img {
padding:10px 0;
}
*/

/* .logo img { display: none !important; }  */


.logo .subtext {
    font-size: 24px;
	font-weight:700;
    color: #000; 
}

.logo a:hover {
	text-decoration:none !important;
}


@media only screen and (max-width: 480px) {
	
	.logo .subtext {
    font-size: 120%;
	font-weight:700;
    color: #000; 
}
}






/* ---------------------- TOP BAR CSS ---------------------- */

#header_meta {
	background: #0878d2; /* #0e4985; */
}

#header_meta {min-height: 48px !important;
padding-top: 6px;}














/* ---------------------- END TOP BAR CSS ---------------------- */





/* ---------------------- TOP NAV MENU CSS ---------------------- */

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

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


.av-main-nav > li > a {
padding:0 7px;

}


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

#top .main_menu ul > li a {
	color: #004B91;
	font-size:14px;
}

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


#top .main_menu .menu ul li a {
	background: #FFF; /*  #1aad58    #1ec363; */
	border-right: solid 2px #005db3; 
	border-left: solid 2px #005db3; 
	border-bottom: solid 2px #005db3; 
}

#top .main_menu .menu ul li a:hover {
	background: #E1E1E1; /* #189c4f #1bb35b; */
}


/* Main Menu submenu CIP top border width */
.av-main-nav ul {
    width: 360px !important;   
}



/* root menu item bottom border and submenu top border when hovering */

.html_header_top .header_color .main_menu ul:first-child >li > ul {
 border-top-color: #005db3;
}

.header_color li {
 border-color: #005db3;
}


.header_color .avia-menu-fx {
	background-color: #435878;
}







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




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


/* 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:#000;
}





/* ---------------------- END -- TOP NAV MENU CSS ---------------------- */




/* ---------- BEGIN -- SPACING BETWEEN HEADER AND CONTENT -------------- */


/* sub-pages */
@media only screen and (min-width: 768px) {
.avia-section.avia-full-stretch {
    border-top: none;
    /* margin-top: 24px; */
}
}



@media only screen and (min-width: 768px) {

/* homepage only  */
 .ls-fullscreen-wrapper {
	/* margin-top:26px; */
}
}



/* ---------- END -- SPACING BETWEEN HEADER AND CONTENT -------------- */










/* ---------------------- BREAKPOINT TO TRIGGER HAMBURGER MENU ---------------------- */
@media only screen and (max-width: 1228px) {
	.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}
}




/* ---------------------- END -- BREAKPOINT TO TRIGGER HAMBURGER MENU ---------------------- */



/*

p {
	font-size: 1.1em;
	line-height: 1.60;
	margin: 0.85em 0;
	
}

*/



/*

@media only screen and (max-width: 480px) {
	
	.page-header-text p {
	text-align:center;
	color:#EEE;
	font-size: 32px !important;
	line-height: 1.1em;
	font-weight:700;
	margin: 0 0;
	padding-bottom:4px;
}
}


.page-header-text p {
	text-align:center;
	color:#EEE;
	font-size: 62px;
	line-height: 1.1em;
	font-weight:700;
	margin: 0 0;
	padding-bottom:4px;
}


*/





.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: none;  /* text-transform: uppercase; */
    letter-spacing: 1px;
}














/* ------------- BEGIN - HOMEPAGE CSS --------------  */








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

.video-responsive-home{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive-home iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

}



/* ------------- END - HOMEPAGE CSS --------------  */

















/* ------------- BEGIN - VIDEO EMBED PAGE CSS --------------  */

@media only screen and (min-width: 990px) {

.video-responsive-page{
	margin: 10px 0 40px;
}

/* Video inside video container placed inside column wth this CSS tag */
.video-responsive-page-centered {
	text-align:center;
	padding: 0 15%;
}

}


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

.video-responsive-page{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin: 10px 0 40px;
}
.video-responsive-page iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* Video inside video container placed inside column wth this CSS tag */
.video-responsive-page-centered {
text-align:center;
	padding: 0 5%;
}

}






.lightbox-video-container {
	max-width:700px;
	margin: 0 auto;
}



/* video lightbox right aligned */

.video-lightbox-responsive-right {
    margin: 10px 0 10px 20px;
    float: right;
}

.video-lightbox-responsive-right a img {
	border: solid 1px #333 !important;
}





@media only screen and (max-width: 800px) {
.video-lightbox-responsive-right {
    margin: 15px 0 5px;
    overflow: hidden;
    padding-bottom: 57.25%;
    position: relative;
    height: 0;
    float: none;
}

.video-lightbox-responsive-right iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

}



/* end */













/* ------------- END - VIDEO EMBED PAGE CSS --------------  */



/* ------------- BEGIN VIDEO LIBRARY PAGE CSS --------------  */


.video-library-container p, .video-library-container strong {
	color:#FFF;
}

/* -- END VIDEO LIBRARY PAGE CSS --  */















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


.custom-h3 {
	font-size: 19px;
	letter-spacing:-0.5px;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-align:center;
	color:#303030 !important;
}


.publications-text-block {
		text-align:center;
		margin-top:-6px;
		margin-bottom:-10px;
}

.patient-access-portal-text-block {
		text-align:center;
		font-size:18px;
		font-weight:700;
		color:#000;
	
}


.two-col-image-heading-text {
		text-align:center;
		font-size:20px;
		font-weight:700;
		color:#000;
	
}


.two-col-wrapper {
	padding:0 3%;
}


.two-col-wrapper-button-box-purple {
	padding:0 3%;
}

.two-col-wrapper-button-box-purple-text-above {
	padding:0 3%;
	margin-top: 10px !important;
}


.main_color .avia-color-theme-color.avia-button {
	background-color: #5195CE;
}

#top .main_color .avia-color-theme-color {
	color: #ffffff;
	border-color: #383838;
	border-width: 0px;
	
}

.avia-button.avia-size-small {
    padding: 10px 11px 8px;
    font-size: 14px;
    min-width: 90px;
}




.main_color input[type='submit'] {
	padding: 11px 20px;
	background-color: #3e8d22;
	border-color: #383838;
}

.main_color input[type='submit']:hover {
	background-color: #49AA28;
	border-color: #383838;
	opacity: 0.9;
	transition: 0.3s;
}




/* ------------- IMAGE ALIGNMENT CSS --------------  */


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

}


@media only screen and (max-width: 829px) {
a.image-right-aligned.lightbox-added.alignright, img.image-right-aligned {
    float: none !important;
    width: 100% !important;
    margin: 4px 0px 15px 0px !important;
}
}




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



.video-responsive-right {
    margin: 10px 0 10px 20px;
    float: right;
}



@media only screen and (max-width: 800px) {
.video-responsive-right {
    margin: 15px 0 25px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    float: none;
}

.video-responsive-right iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

}



.video-one-third-subtext-block {
	margin-top: -10px;
}

.video-subtext-block {
	margin-top: -10px;
}


.one-half-extra-padding-right-left  {
	padding: 0px 4% 0px 4% !important;
}







/* -----------  BEGIN - PAGE HEADER BG COLORED SECTIONS  ------------ */


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

#page-header-color-section .page-header-text {
    text-align: center;
    color: #EEE;
    font-size: 28px !important;
    line-height: 1em;
    margin-bottom: 10px;
    font-weight: 700;
}


}



/* --------- END - PAGE HEADER BG COLORED SECTIONS --------- */








/* ---- START FOOTER CSS ---- */

#socket {
border-top: 0px !important;
}

#socket .container {
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer {
	color:#666;
	font-size: 1.2em;
}

#socket .copyright {
    display: block;
    float: none;
    clear: both;
    text-align: center;
}










/* ---- END FOOTER CSS ---- */




/* ---- START CONTACT FORM 7 CSS ---- */

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


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

/* ---- END CONTACT FORM 7 CSS ---- */



.entry-content-wrapper li {
	font-size: 1.1em;

}







/* BLOG GRID AND SINGLE POSTS */


/* Hides author and slash before on archives and categories pages */
span.blog-author.minor-meta, .text-sep.text-sep-cat {
    display: none!important;
}



.single-post .entry-content-wrapper li {
	margin-bottom: 0.5em;
}

.single-post .container .minor-meta {
    font-size: 1em;
}

.single-post .text-sep { display: none; }

.avia-content-slider .slide-entry-excerpt {
    overflow: hidden;
   text-overflow: ellipsis;
    font-size: 1.1em;
}


.main_color .more-link {
    color: #0878d2 !important;
}


.bloglist-excerpt .more-link:hover {
    text-decoration: underline;
}






@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
    width: 100%!important;
    margin-left: 0%!important;
	margin-bottom:30px!important;
}
}

.alternate_color.title_container {
	background-color: #6D5B4B;
	border: 0px #000 solid;
	text-align:center;
}

/*
@media only screen and (min-width: 768px) {
.alternate_color.title_container {
	margin-top: 28px;

}
}
*/





.single-post .alternate_color.title_container {
	/* margin-top:28px!important; */
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 66px;
}

@media only screen and (max-width: 767px) {
	.single-post .alternate_color.title_container {
	/* margin-top:0px!important; */
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 66px;
}
	
}

.archive .alternate_color.title_container {
	/* margin-top:28px!important; */
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 66px;
}

@media only screen and (max-width: 767px) {
.archive .alternate_color.title_container {
	/* margin-top:0px!important; */
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 66px;
}	
	
}


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

.archive .alternate_color.title_container .main-title {
    color: #FFF;
	 font-size: 1.5em;
    line-height: 1.6em;
}





.single-post .alternate_color.title_container .main-title a {
color: #fff !important;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 10px;
    font-weight: 700;
}





/* ADDS BOTTOM MARGIN TO DATE META TAG ON MAIN NEWS PAGE */
.in-the-news-wrapper .post-meta-infos {
    margin-bottom: 6px !important;
}





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

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: 1121px) {
img.blog-image-right-aligned  {
	margin: 4px 0px 15px 30px !important;
	
	
}
}

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




/* -------------- PSF MODS ------------------- */

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 15px;  /* margin-top: 50px; */
}


.awards-fellowships-container {
	margin-top: -10px;
}

.filmography-subheader {
	margin-bottom:20px;
}



#scroll-top-link {
    color: #666;
    border: 1px solid #161616;
}

#scroll-top-link:hover {
	color: #666;
	border: 1px solid #161616;
	background-color: #DFDFDF;
	}



.main_color a, .main_color a:visited {
	color:#6D5B4B !important;
	text-decoration:underline;
}

.main_color a:hover  {
	color:#6D5B4B !important;
	text-decoration:none;
}


p a:hover {
   text-decoration:none;
}



.entry-content-wrapper div li a {
    text-indent: 0;
	color:#6D5B4B !important;
	text-decoration:underline;
}


.entry-content-wrapper div li a:hover {
	text-indent: 0;
	color:#6D5B4B !important;
	text-decoration:none;
}


.av-share-box ul li a {
	text-decoration:none;
	color:#000 !important;
}

.av-share-box ul li a:hover {
	text-decoration:none;
	color:#fff !important;
}


.paypal-form-wrapper {
    margin-top: -1em;
}


.grecaptcha-badge {
opacity: 0;
}


#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 1200px;
}


#top .fullsize .template-blog .post-title {
    text-align: left;
    font-size: 24px;
    padding: 15px 0;
    max-width: 1200px;
    margin: 0 auto;
}

#top .fullsize .template-blog .post-title a {
	color:#000 !important;
}

#top .fullsize .template-blog .post-title a:hover {
	color:#000 !important;
	text-decoration:underline;
}

.entry-content-wrapper .post-title {
    font-size: 24px;
    line-height: 1.3em;
}

.entry-content-wrapper .post-title a {
	color:#000 !important;
}





#av-burger-menu-ul {
    vertical-align: top !important;
}



/*  CIP PAGE PROJECT IMAGE CSS  */
.cip-project-img {
	padding: 10px 0 10px 0;
}










