/*
 Theme Name:   Ultra Bootstrap Child
 Theme URI:    http://phantomthemes.com/downloads/ultrabootstrap-premium-wordpress-theme/
 Description:  Ultra Bootstrap Child Theme
 Author:       Julia Barry
 Author URI:   http://juliabarryproductions.com
 Template:     ultrabootstrap
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ultrabootstrap-child
*/

.grecaptcha-badge { visibility: hidden; }

body {font-family: 'Roboto', sans-serif; background-color: #f4f4f4;}
a, a:visited {color: #F66062; text-decoration: none;}
a:hover {color: #333333;}

.left {float: left;}
.right {float: right;}
.center {margin-left: auto; margin-right: auto; text-align: center;}
.toppad {margin-top: 20px;}
.right-pad {margin-right: 20px;}
.left-pad {margin-left: 20px;}
.bottom-pad {margin-bottom: 20px;}
.pad-forty-top {margin-top:40px;}
.pad-forty-bottom {margin-bottom:40px;}
.pad-forty-right {margin-right: 40px;}
.pad-forty-left {margin-left: 40px;}


.btn {
	white-space: normal;
	margin-bottom: 20px;
}

.page-title h1 {font-size: 1.7em; text-transform: uppercase;}

.headline h3, .home h3 {font-size: 1.5em; color:#F66062; line-height:1em; margin-top:30px;}
.sub-headline h3 {font-size: 1em; font-weight:600; margin-top: 0px;}

.page-template-page-resources h5 {padding-top:30px; font-style: italic; font-size:18px; padding-bottom:6px; border-bottom:1px solid #000000; display: inline-block;}

/* Fixing gray not showing behind featured posts area */
.welcome div {background-color: #fff;}

/* HEADER */
@media (max-width: 767px) {

	header .logo-tag {
	  margin-left: 15px;
	}

	header .logo-tag h1 {
		margin-top: 10px;
	}

}

/* MENU */

body {
	padding-top: 50px;
}

body > .spacer {
	padding-top: 0;
	padding-bottom: 40px !important;
}

@media (min-width: 768px) {
	body {
		padding-top: 55px;
	}
}

@media (max-width: 782px) {
	.logged-in header .navbar-default {
	  top: 46px;
	}
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #c9302c;
}

.navbar-form.navbar-right {
	display: none !important;
}

/* dropdown current page indication */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {background-color: #f66062 !important;}

/* dropdown hover */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {background-color: #edebeb;}

@media (max-width: 767px) {

	header .navbar-nav .dropdown-menu {
	  display: block !important;
		position: static;
  	float: none;
  	margin-left: 20px;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 100%;
		overflow: hidden;
	}

}

/*--------------------------------------------
---------- PAGES -----------------------------
---------------------------------------------- */

/* Eliminating dotted line at page bottoms */
.comments-area {border-top: none !important;}

/* Color Blocks */
.white {background-color:#ffffff; width:100%; padding:30px 0 40px 0;}
.gray {background-color: #f4f4f4; width:100%; padding:30px 0 40px 0;}
.dkgray {background-color: #edebeb; width:100%;}


/* HOME */
/* Text spacing on homepage welcome section */
.welcome .message {padding-right:60px;}

.tweets {padding-top:0px; margin:30px auto 0px; text-align:center; width: 70%;}

.tweets .page-title,
.tweets .entry-meta,
.tweets .rtw_meta {
	display: none;
}

.tweets .rotatingtweet p.rtw_main {
	font-size: 24px;
}

.bird::before {
  content: url(http://jeankilbourne.com/jbp/img/twitter-bird-red.png);
}

.bird {
	margin-bottom:20px !important;
	display: block;
	width: 100px;
	margin: 0 auto;
}

/*div.rotatingtweet {margin-top:-35px;}*/

/* Fixing slider sizing issue*/
.carousel-inner > .item {width: 100%;}

@media (max-width: 767px) {
	.theme-slider .carousel-inner .item .slide-caption {
		height: auto;
	}
}

@media (min-width: 992px) {
	.welcome {
	  height: 340px;
	}
}

@media (max-width: 991px) {
	.welcome {
	  height: 400px;
	}
}

@media (max-width: 767px) {
	.welcome {
	  height: auto;
	}

	.welcome .row > div:last-child {
		margin-bottom: 30px;
	}
}

img.attachment-home-thumb {
	width: 100%;
}

/* Removing gray background on slider text area -- not working
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
	background-color: none !important;
}
*/


/* ABOUT */
.honor-quote {font-size: .85em; margin-bottom: 15px;}

.jean {background-image: url("http://jeankilbourne.com/jbp/img/jean-background-img-1500-40op.jpg"); /*margin-top:-10px;*/ width:100%; background-size: cover; background-position: 50%;}

@media (max-width: 767px) {
	.jean {
		background-position: 60% 50%;
	}
}

.page-id-2 .detail-content .page-title {margin-top:-45px !important;}


/* Not currently using

.blurb .message h1 {color: #ffffff; font-size: 1.5em; line-height:1.3em; letter-spacing:.02em;}

.blurb {
    background-color: #f66062;
    padding:20px 20px 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

.jean .blurb {margin: 60px 0px 235px; width:50%;}
*/

.jean .pullquote {margin: 60px 0px 235px; width:40%; padding:20px 20px 30px; border-top: 5px solid #f66062; border-bottom: 5px solid #f66062;}

@media (max-width: 767px) {

	.jean .pullquote {
		width: 100%;
	}

	body.page-template-page-about article .btn {
		margin: 10px auto !important;
	}

}


body.page-template-page-about .post-block img {
	width: 100%;
}

body.page-template-page-about .post-block .testimonial {
	margin-bottom: 30px;
}

body.page-template-page-about .post-block .headline h3 {
	margin-top: 0;
}

#more-honors .post-block {
	margin-bottom: 0;
}

#more-honors .post-block .summary {
	padding-top: 20px;
}


/* FULL BIO */
.pullquote {margin-top: 30px; padding:20px 20px 30px; border-top: 5px solid #f66062; border-bottom: 5px solid #f66062;}
.pullquote h1 {color:#000000; font-size: 1.5em; line-height:1.4em; letter-spacing:.03em;}

@media (min-width: 768px) {

	.longbio-text {
		width: 65%;
		margin-right: 50px;
	}

	.pullquote {
		width:30%;
		/*margin-top: 90px;*/
	}

}

/* CONTACT */
@media (min-width: 768px) {
	.contact-box {
		width:40%;
	}
}

@media (max-width: 767px) {
	.contact-box {
		margin-left: 0 !important;
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
}

.contact-box form label {
	display: block;
}

.contact-box form input,
.contact-box form textarea {
	width: 100%;
	border: 1px solid #ccc;
}

.contact-box form input:focus,
.contact-box form textarea:focus {
	outline: 0;
}

.contact-box form input[type="submit"] {
	background-color: #d9534f;
  padding: 6px 12px;
	color: white;
	border: 0;
	border-radius: 4px;
	text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-box form input[type="submit"]:hover {
  background-color: #c9302c;
}

.contact-box-white {background-color:#fff; padding:20px;}
.orange {background-color: #f66062; padding:10px 20px 20px 20px; color:#ffffff;}

/* Contact form messages */
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
border: 2px solid #f66062 !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
border-radius: 10px !important; /* future proofing */
-khtml-border-radius: 10px !important; /* for old Konqueror browsers */
}


/*TESTIMONIALS */
.page-id-27 .post-list {margin-top:-30px;}

.page-id-27 .post-block img {
	width: 100%;
}

.page-id-27 .post-block .testimonial {
	margin-bottom: 30px;
}

.page-id-27 .post-block .headline h3 {
	margin-top: 0;
}

/* PRESS */
.negative-margin-sixty {margin-top:-60px;}
.page-id-70 .sub-headline h5 {font-style:italic; margin-top:30px;}
.page-id-70 .headline h3 {margin-top:0px;}

/* BOOKS, FILMS, LECTURES */
.content-half {margin: 20px 0; padding: 20px; background-color:#fff; border-top: 5px solid #f66062; border-bottom: 5px solid #f66062;}
@media (min-width: 768px) {
	.content-half {
		width: 45%;
		margin: 20px;
	}
}

.page-id-60 .description { clear: both; }

.content-full {width: 100%; margin: 20px; padding: 20px; background-color:#fff; border-top: 5px solid #f66062; border-bottom: 5px solid #f66062;}
.content-half .headline h3, .content-full .headline h3 {margin-top: 5px;}
.page-id-60 .gray, .page-id-62 .gray, .page-id-64 .gray {margin-top:-60px;}
.video {margin-top:15px;}
.page-id-64 .pullquote {width:100%; margin-top:0px;}
.page-id-64 .white {margin-bottom:40px;}

/* RESOURCES */
#resource-top {width:100%; padding:20px 20px 30px; border-top: 5px solid #f66062; border-bottom: 5px solid #f66062; margin-top:55px; margin-bottom:0px;}
#resource-top h5 {font-size:.9em;}
#resource-top h3, #resource-top h3 a {font-size: 1em; line-height:1.5em; text-transform:uppercase; color:#f66062; font-weight:bold; letter-spacing:1px;}
#toc {padding-bottom:40px; text-align: center;}
@media (min-width: 768px) {
	#toc {
		text-align:justify;
		-moz-text-align-last: center; /* Code for Firefox */
		text-align-last: center;
	}
}
#permissions {width:30%; text-align:justify; -moz-text-align-last: center; /* Code for Firefox */ text-align-last: center; }

.page-id-56 .pullquote {width:100%; padding-right:10%; padding-left:10%;}
.page-id-56 .dkgray h3 {font-size:19px; margin-top:20px; line-height:1.3em;}
.page-id-56 .summary {margin-top:15px;}
.fine-print {font-size: .85em; line-height:1.2em;}

#resource-bottom h4 a, .page-id-56 h4 a:hover, .page-id-56 h4 a:visited, .page-id-56 h4 a:focus {color: #000 !important;}