/*
Theme Name: Uconn Fertility Theme 2016
Description: Custom child theme developed by KPFdigital
Author: Kenneth Feldman - KPFdigital.com
Template: jumpstart
*/

/* Your custom CSS here */




@import url('//fonts.googleapis.com/css?family=Lato:100,300,400,700');
@import url('//fonts.googleapis.com/css?family=Oswald:400,300,700');







body {
    background: #E8E8E8;
    color: #fff;
    line-height: 1.5;
	font-family: 'Lato', Arial, serif !important;
	font-weight: 400 !important;
}

html,
body {
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 130%;
	margin-bottom: .4em;
}
h1 {
	font-size: 1.8rem;
	color: #ffcc20;
	text-transform: uppercase;
	letter-spacing: 1px;
}


header.has-meta h1 {
	font-size: 1.5rem;
	}



.header-nav .tb-primary-menu > li > .menu-btn, .tb-sticky-menu .tb-primary-menu > li > .menu-btn, .tb-side-panel .menu > li > .menu-btn, .tb-mobile-menu-wrapper .tb-mobile-menu > li > .menu-btn {
    font-family: "lato", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
}




h2 {
	font-size: 1.4rem;
	color: #aeeef8;
	letter-spacing: 1px;
}


h3 {
	font-size: 1.3rem;
	color: #fbedab;

	letter-spacing: 1px;
}

body.home h3 {
	letter-spacing: 0px;
	margin-bottom: 1.0em;
	color: white;
	}



#bottom h3 {
	font-size: 1.4rem;
	color: #1879b5;

}



h4 {
	font-size: 14px; /* Fallback for older browsers */
	font-size: 1.1rem;
	color: #aeeef8;
}






h5 {
	font-size: 13px; /* Fallback for older browsers */
	font-size: 1rem;
}
h6 {
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	color: #999999;
	text-transform: uppercase;
}



a {
	color: #02f4fd;
	text-decoration: none;
}
a:hover,
.tb-text-logo:hover,
.entry-title a:hover,
a:focus,
.tb-text-logo:focus,
.entry-title a:focus {
	color: #1a5a78;
	text-decoration: none;
}




a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


p {
	margin-bottom: 20px;
}


a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.entry-content ul li {
	line-height: 1.3em;
	margin-bottom: 5px;
	}

.entry-content ol li {
	line-height: 1.3em;
	margin-bottom: 8px;
	}



.header-content>.wrap {
    padding: 0px 1px;
    position: relative;
}



.header-addon {
     right: 0px;
}



.wp-caption .wp-caption-text {
    background: transparent;
    padding: 20px;
}




/* NAVIGATION */

.header-nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3989be+0,076ca2+100 */
	background: #3989be; /* Old browsers */
	background: -moz-linear-gradient(top,  #3989be 0%, #076ca2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3989be 0%,#076ca2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3989be 0%,#076ca2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3989be', endColorstr='#076ca2',GradientType=0 ); /* IE6-9 */
}


.header-nav .tb-primary-menu > li:first-child {
    border-left: 0px solid #005e93;
}

.header-nav .tb-primary-menu > li.menu-item-5155 {
    border-right: 0px solid #005e93;
}



#primary-menu li a {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}


.header-nav .tb-primary-menu > li > .menu-btn
 {
	text-align: center;
	line-height: 17px;
	}

.header-nav .tb-primary-menu > li.nav-single > .menu-btn {
    line-height: 34px;
}



.tb-primary-menu>li>.menu-btn {
    padding: 11px 23px;
}






/* SUB NAV BAR */


#themeblvd_horz_menu_widget-4 {
	font-size: 0;
	}


.subnav {
    background-color: transparent;
    background-repeat: repeat-x;
    background-image: none !important;
    border: 0px solid #e5e5e5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
	}




.subnav ul li {
	display: inline-block;
    float: none;
    text-transform: uppercase;
    width: 33.3%;
    font-size: 14px;
    }
    
    
.subnav ul li a {
	color: #444 !important;
	font-weight: 700;
	letter-spacing: 2px;
    }
    

.subnav ul li.aff-treat {
	background-color: #cf894a;
  	background: -moz-linear-gradient(top,  #d98960 0%, #ca7749 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d98960 0%,#ca7749 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d98960 0%,#ca7749 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d98960', endColorstr='#ca7749',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 0px 0 0 5px !important;
    -moz-border-radius: 0px 0 0 5px !important;
    border-radius: 0px 0 0 5px !important;
 }

.subnav ul li.make-app {
	background-color: #6d6db6;
  	background: -moz-linear-gradient(top,  #8787cd 0%, #6d6db6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8787cd 0%,#6d6db6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8787cd 0%,#6d6db6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8787cd', endColorstr='#6d6db6',GradientType=0 ); /* IE6-9 */
  }

.subnav ul li.ff-con {
	background-color: #6d9c0b;
	background: -moz-linear-gradient(top,  #7eaf2d 0%, #6d9c0b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #7eaf2d 0%,#6d9c0b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7eaf2d 0%,#6d9c0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eaf2d', endColorstr='#6d9c0b',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 0px 0 5px 0px !important;
    -moz-border-radius: 0px 0 5px 0px !important;
    border-radius: 0px 0 5px 0px !important;
 }



.subnav ul.nav>li>a, .subnav ul.nav>li.nav-header>span {
    border-left: 0px solid #f5f5f5;
    border-right: 0px solid #005e93;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 30px;
    margin: 0;
    padding: 0 12px;
}


.subnav ul.nav>li:first-child>a,
.subnav ul.nav>li:first-child>a:hover,
.subnav ul.nav>li:first-child>a:focus,
.subnav ul.nav>li.nav-header:first-child>span {
    border-left: 0px solid #005e93;
    padding-left: 12px;
    -webkit-border-radius: 0px 0 0 0px;
    -moz-border-radius: 0px 0 0 0px;
    border-radius: 0px 0 0 0px;
}







/* VIDEO MENU STYLES */


.col-md-2 {
	padding-top: 55px;
	}

.menu-video-menu-container li.current-menu-item a {
	font-weight: 700;
	color: yellow;
		}

.menu-video-menu-container li.current-menu-item ul li a {
	font-weight: inherit ;
	color: inherit;
		}

#nav_menu-4  {
	padding-top:15px;
	}

#nav_menu-4 h3 {
	letter-spacing: 0px;
	}






/* TOP SOCIAL / PHYSICIANS */


.header-text {
    min-height: 0px;
    padding: 3px 15px !important;
    margin-top: 15px;
    background: #ffc300 url('http://www.uconnfertility.com/uconn/wp-content/uploads/2014/12/top-nav-bg.png') center top repeat-x;
 }

.header-text a {
    color: #866000;
    text-transform: uppercase;
    font-size: .85em;
}

.header-text a:hover {
    background-color: transparent;
    color: #ffffff;
}



.tb-social-icons>li {
    float: left;
    list-style: none!important;
    margin: 0;
    padding: 0 3px;
}


.header-text {
    float: right;
    line-height: 24px;
}


/* HOME PAGE STYLES */




.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.65;
      }





/* NEWS SCROLLS -- TESTIMONIAL SLIDER */

.tb-testimonial.standard .testimonial-text {
    background-color: #79C0CC;
    color: #fff;
    font-size: 15px;
    padding: 15px 25px;
    font-family: inherit;
    font-style: normal;
}

.tb-testimonial.standard .arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #79C0CC;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 35px;
    width: 0;
    height: 0;
}









/* HOME PAGE STYLES */



body.home .section_primary {
    padding: 20px 30px 10px;
	}



body.home .element-section>.element, .element-columns .element {
    clear: both;
    margin-bottom: 50px;
}




body.home .primary-element-2 p {
	margin-bottom: 10px;
	}


.home-column-two .col-md-6 {
	padding-left: 0px;
	padding-right: 0px;
	}

.home-column-two .col-md-6.left {
	padding-right: 7px;
	}

.home-column-two .col-md-6.right {
	padding-left: 7px;
	padding-right: 5px;
	}



body.home .column img {
/* background-color: #000000; */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

}

a img.alignnone {
margin: 0px 0 15px 0 !important;
}





.homevideo {
	background-color: #000000;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	}



.homevideo iframe,  
.homevideo object,  
.homevideo embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homevideo img, 
.homevideo iframe, 
.homevideo object, 
.homevideo embed {
        max-width: 100%;
}




/* Fertility Factors Blog */


body.home .featured-image-wrapper  {
	display: none;
	}


body.home .themeblvd-mini-post-list ul.smallest-thumbs .mini-post-list-content {
	margin-left: 0px;
	min-height: 0px;
	}


body.home .mini-meta {
	display: none;
	}





.ffactors {
	background-color: #1ac5d9;
	padding: 15px 15px 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 15px;
	}

.ffactors img,
.ncenter img {
	margin-bottom: 10px;
	}



.ffactors h3,
.ncenter h3 {
	margin-left: 0px;
	letter-spacing: 0px;
		}


.ffactors h3:before {
  content: "\f111"; /* plus-square-o */
	font-family: FontAwesome;
	margin-right: 5px;
    color: #fff;
    font-size: .55em;
}


body.home .tb-mini-post-list article {
    margin-bottom: 10px;
    position: relative;
}




.ffactors h3 a,
.ncenter a {
	color: #000000 !important;
	border-bottom: 1px solid #555555;
	font-size: 10px !important;
	}
	
.ffactors a:hover,
.ncenter a:hover {
	color: #0585A7;
	}
	


/* PROVIDERS PAGE */

body.page-id-408 .themeblvd-video-wrapper iframe,
body.page-id-408 .themeblvd-video-wrapper embed,
body.page-id-408 .themeblvd-video-wrapper object {
    position: relative !important;
    width: initial;
    height: initial;
    float: right;
    margin: 0 0px 25px 25px;
}

body.page-id-408 .themeblvd-video-wrapper .video-inner {
    padding: 0 0 0 0;
    height: initial;
}

body.page-id-408 h3 {
    clear: both;
    text-align: left;
}

body.page-id-408 h4 {
    clear: both;
}





.tb-divider {
    margin: 20px 0 20px;
}

body.page-id-408 .tb-divider.thick-solid {
    position: relative;
    height: 7px;
    margin-bottom: 45px !important;
    margin-top: 45px !important;
}



 body.page-id-408 #main .row-inner p {
 	color: #fdf6d4;
 	}

 body.page-id-408 blockquote p {
 	color: #dbfaff;
 	text-indent: -6px;
 	}






/* BACKGROUND COLOR FIXES */

.site-breadcrumbs, .site-inner {
    background: transparent;
}

article.page {
    background: transparent;
    padding: 0px;
}

.fixed-sidebar .widget {
    background: transparent;
    padding: 0px 0px 30px;
}

.fixed-sidebar .widget.standard {
    background-color: transparent;
    background-color: rgba(255,255,255,0);
}


.blog-wrap>article, article.single {
    background: transparent;
    margin-bottom: 50px;
    padding: 0px !important;
}




#bottom {
    background-color: white;
}

/* Footer Columns */

.footer-content {
	font-family: arial, helvetica, san-serif;;
	border-bottom: 0px solid #eeeeee;
	padding: 30px 19px 5px; /* 19px to compensate for 1px border around #internal-wrapper */
	color: #1879b5 !important;
	font-size: 1em;
}



.footer-content-inner {
	text-align: left;
	max-width: 940px !important;
	margin: 0 auto;
	}


#footer-content h3 {
	font-weight: normal;
}


.footer-below {
	text-align: center;
	max-width: 980px;
	background-color: #fff;
	margin: 0 auto;
	}


.footer-below img {
	padding: 0 10px;
	}



/* Copyright */
#footer_sub_content {
	color: #888888;
	font-size: 11px; /* Fallback for older browsers */
	font-size: .85rem;
	padding: 0px;
	text-align: center;
}
#footer_sub_content .footer-nav ul {
	margin: 0;
}
#footer_sub_content .footer-nav li {
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}




#kpf_footer_login {
	text-align: center;
	font-size: .85em;
	max-width: 920px;
	margin: 0 auto;
}


#kpf_footer_login p {
	color: #999;
}

#kpf_footer_login p a {
	color: #999;
}

#kpf_footer_login p.dis a {
	text-decoration: underline;
}



#themeblvd_horz_menu_widget-4 {
	margin-right: auto;
    margin-left: auto;
    max-width: 1150px;
	}



/* ISOTOPE FILTER NAV */

.tb-inline-menu {
    font-size: 16px;

}






/* =Optimized for Laptops / Large (Horizontal) Tablets
------------------------------------------------- */

@media (max-width: 1199px) {



.tb-primary-menu>li>.menu-btn {
    padding: 11px 12px;
    font-size: .85em !important;
}


#themeblvd_horz_menu_widget-4 {
	margin-right: auto;
    margin-left: auto;
    max-width: 940px;
	}




}




/* =Optimized for (Vertical) Tablets
------------------------------------------------- */

@media (max-width: 991px) {

#themeblvd_horz_menu_widget-4 {
	display: none;
	}

}





/* =Optimized for Mobile Phones
------------------------------------------------- */
@media (max-width: 767px) {






}
