/*
Theme Name: CSS Theme
Author: Jaclyn Falk
Author URI: http://jfalkmedia.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: csstheme;
*/

/* TYPOGRAPHY
========================= */

body{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;

}

h1, h2{
	font-weight: 200;
	font-family: 'PT Serif Caption', serif;
	margin-bottom: 15px;	
}
h2.smh2{
	margin-bottom: 25px;
}
.btn{
	font-size: 1.2em;
}
.btn-sm{
	font-size: 1em;
}
.text-center{
	text-align: center;
}

a{
	text-decoration: none !important;
}

a:hover{
	cursor:pointer;
}

.sidebar h2{
	font-size: 2.0em;
}

.sidebar h3{
	font-size:1.4em;
}

.slogan{
    font-size:1.4em;
    color: #009999;
    font-style: italic;
}
p, ul{
	font-size: 16px;
	line-height: 1.5em;
}

/* COLORS
========================= */

footer,
footer a,
.footer-nav li a,
.footer-nav a,
.contact-block a {
	color: rgba(255,255,255,0.9);
}
footer a:hover, .contact-block a:hover{
	color: #fff;
}
.entry-header a{
	color: #009999;
	transition: all 0.3s ease;	
}
.entry-header a:hover{
	color: #01b5b5;

}
footer {
	background-color: #122147;
}

.contact-block{
	background-color: #233f87;
	color: #FFF;
}

.testimonials-block {
	color: #233f87;
}

.info-block-container{
	color: #FFF;
}

.info-block-container .btn-default{
	background: #FFF;
	color: #108279;
	border: 1px solid #FFF;
}

.info-block-container .btn-default:hover{
	background-color: rgba(255,255,255,0.1);

	transition: all 0.3s ease;
}
.btn-blue, .event-buttons .btn-default{
	background-color: #233f87;
    color: #FFF;
    border: 1px solid #233f87;
}
.btn-blue:hover, .event-buttons .btn-default:hover{
	background-color: rgba(255,255,255,0.1);
	color: #233f87;
	transition: all 0.3s ease;
}
/*.info-block .btn-default{
	background: #FFF;
	color: #108279;
	border: 1px solid #FFF;
}

.info-block .btn-default:hover{
	background-color: rgba(255,255,255,0.1);

	transition: all 0.3s ease;
}*/
.btn-past{
	border: 1px solid #233f87;
	color: #233f87;
}
.welcome .btn-default:hover, .btn-past:hover{
	background-color: #233f87;
	color: #FFF;
	border: 1px solid #FFF;
	transition: all 0.3s ease;
}

.info-block-container img{
	border: 3px solid #FFF;
	box-shadow: 0 1px 50px rgba(255,255,255,0.4);
}

.sidebar .btn-default{
	background-color: #233f87;	
	color: #FFF;	
}

.sidebar .btn-default:hover{
	background-color: #fff;
	color: #233f87;
	border: 1px solid #233f87;
	transition: all 0.3s ease;	
}

/* UTILITIES
============================== */

.padding40{
	padding: 40px;
}
.panel-primary{
    border: rgba(51, 122, 183, 0.2) 1px solid;
    border-top: none;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337AB7;
    border-color: #2F6EA5;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.pricing-sidebar .panel-info .panel-body{
	color: #357392;
}
.center{
	text-align: center;
}
.marginT40{
	margin-top: 40px;
}
/* LAYOUT
========================= */

body{
	padding-top: 150px;

}

.no-gutter {
	padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.row{
	margin:0;
}

.jumbotron{
	padding-bottom: 0;
}

.welcome,
.topical-areas,
.testimonials-block,
.contact-block{
	padding: 40px 0;
}

.welcome{
	padding-top: 0;
}

.welcome h2,
.welcome .slogan,
.topical-areas h2,
.testimonials-block,
.contact-block{
	text-align: center;
}

.testimonials-block{
    position: relative;
    background: rgba(255,255,255,0.9);
    overflow: hidden;

} 	

.testimonials-block::after{
	content: " ";
	position: absolute;
	display: block;
	background: url('img/jumbotron-bg.jpg');
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% -200px;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;

} 
.info-block img {
    margin: 0 auto;
}
.info-block img {
    border: 3px solid #FFF;
    box-shadow: 0 1px 50px rgba(255,255,255,0.4);
}
.info-block-container img{
	margin: 0 auto;
}

.info-block{
	min-height: 570px;
}
/*#events-page{
	max-width: 1170px;
	margin: 0 auto;
}*/
.events-block{
	max-width: 1170px;
	margin: 0 auto;	
}
.text-center{
	text-align: center;
}

#presenters-info,
#events-info,
#shop-info{
	padding: 30px 30px;
}

.presenters-bg{
    position: relative;
    background: rgba(16,130,121,0.8);
    overflow: hidden;

} 

.presenters-bg::after{
	content: " ";
	position: absolute;
	display: block;
	background: url('img/bubble-bg.jpg');
    z-index: -1;
    top: 0;
    left: 0;
    height:400px;
    width: 100%;
    background-repeat: no-repeat;

} 
.eventList-bg{
    padding: 2% 0;	
}
.eventList-bg:nth-of-type(even){
    position: relative;
    background: rgba(243,243,243,0.8);
    overflow: hidden;

} 

.eventList-bg:nth-of-type(even)::after{
	content: " ";
	position: absolute;
	display: block;
	background: url('img/bubble-bg.jpg');
    z-index: -1;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    background-repeat: repeat;

} 
.events-bg{
    position: relative;
    background: rgba(48,167,158,0.8);
    overflow: hidden;

} 

.events-bg::after{
	content: " ";
	position: absolute;
	display: block;
	background: url('img/bubble-bg.jpg');
    z-index: -1;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    background-repeat: repeat;

} 

#event-info{

	
	min-height: 236px;
	max-width: 236px;
	border-radius: 100%;
	margin: 0 auto;
}
.event-topic{
  	color: #FFF;
  	font-size: 1.5em;
  	font-weight: 600;
    position: relative;
    top: 100px;  
}
.event-month{
	font-size: 1.3em;
}
.event-dates{
	position: relative;
	padding-left: 40px;
	display: inline-block;
}
.event-dates:before{
	content: '';
	background: url('img/blue-calendar.png') no-repeat;
	position: absolute;
	left: 0;
	height: 30px;
	width: 40px;
}
p.event-date{
    font-size: 1.3em;
    line-height: 1.7em;	
}

.full-description{
	margin-top: 5%;
}
.shop-bg{
    position: relative;
    background: rgba(73,205,195,0.8);
    overflow: hidden;

} 

.shop-bg::after{
	content: " ";
	position: absolute;
	display: block;
	background: url('img/bubble-bg.jpg');
    z-index: -1;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    background-repeat: repeat;

} 
.contact-block{
    margin-top: 5%;
}
footer{
	text-align: center;
	padding: 25px 0;
}

/* NAVBAR
========================= */

.navbar{
		border-top: 10px solid #108279;
		border-bottom: none;
		font-size: 1.2em;		
}

/* .main-menu{
	padding-top: 80px;
} */

.main-menu{
	margin-top: -60px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:focus {
	background: #233f87;
	color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:hover
.navbar-default .navbar-nav>.current-menu-item>a:hover{
    background-color: #2E52AF;
    color: #FFF;
    transition: all 0.2s ease;
}

.navbar-social{
	margin-top: 25px;
	padding-right: 15px;
}

.navbar-social li{
	display: inline;
	list-style-type: none;
}

.footer-nav{
	margin: 0;
	padding: 0;
}

.footer-nav li{
	display: inline;	
	list-style: none;
	margin-left: 20px;
	padding-right: 20px;
	border-right: 1px solid rgba(255,255,255,0.7);
}

.footer-nav li:last-child{
	border: none;

}

/* JUMBOTRON
========================= */

.jumbotron{
	background: url('img/jumbotron-bg2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	height:100%;
	min-height: 500px;

} 
.jumbotron-header{
	background: url('img/jumbotron-bg2.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	height:100%;
	min-height: 200px;	
} 
/* .jumbotron{
	background: url('img/jumbotron-bg2.jpg') no-repeat;
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;

}*/

.jumbotron .jumbo-text{
    position: relative;
    top: 245px;
}
.jumbotron h1, .jumbotron-header h1{
	color: #fff;
	line-height: 1.5em;
	text-align: right;
}
.jumbotron h1{
	font-size: 45px;
}
.jumbotron-header h1{
	font-size: 35px;
}

.jumbotron h1 span.jumbo-title, .jumbotron-header h1 span.jumbo-title{
	background-color: rgba(29,124,113,0.8);
	padding: 0 40px 5px 30px;
}
.jumbotron h1 span.jumbo-subtitle{
	background-color: rgba(35,63,135,0.8);
	padding: 0 40px 5px 30px;	
}
.pricing-sidebar{
	margin-top: 5%;
	background-color: #f8f8f8;
}

/* LOGOS & ICONS
========================= */
.logos{
	width: 232px;
	margin: auto auto;
}
.main-logo {
	width: 235px;
	height: 140px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url('img/css-logo.png') no-repeat;
	background-size: 100%;
}

/* FORMS
========================= */

.submit-block{
	margin-top: 25px;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
	border: 2px solid #cecece;
	border-radius: 5px;
	margin: 20px 25px 10px 0;
	padding: 5px;
	color: #666;
}

/* .contact-us input[type="text"]:nth-child(3){
	margin-right: 0 !important;
} */

input[type="submit"]{
	text-transform: uppercase;
	font-size:1.3em;
}

input[type="submit"]:hover{
	background-color: rgba(255,255,255,0.9);
	color: #233f87;
	transition: all 0.4s ease;
}

/* PRESENTERS PAGE
============================ */

.presenter-row{
	margin-top: 5%;
} 

.presenters-buttons .btn-default{
	border: 1px solid #233f87;
	font-size: 0.9em;
}

.presenters-buttons .btn-default:hover{
	background-color: #233f87;
	color: #FFF;
	border: 1px solid #233f87;
	transition: all 0.3s ease;
}

div.one-presenter{
	background-color: #f8f8f8;
	min-height: 320px;
	margin-top: 5%;
}

.pres-info{
	padding: 10px;
}

.pres-photo{
	margin-top: 10px;
}
ul.specialty-list{
	list-style: none;
	padding: 0;
}

ul.specialty-list li{
	display: inline;	
}

ul.specialty-list li:after{
	content: ', ';
}

ul.specialty-list li:first-child:after,
ul.specialty-list li:last-child:after{
	content: '';
}

ul.specialty-list .specialty-label{
	font-weight: bold;
}

/* BLOG PAGE
============================== */

article{
	border-bottom: 1px solid #efefef;
	padding-bottom: 25px;
}
article:last-of-type{
	border-bottom: none;
}

/* BOOTSTRAP HACKS
============================== */

.presenters-block .img-circle{
	border: 5px solid #F0F2F7;
}

/* MEDIA QUERIES
============================== */

@media (max-width: 767px){
	div.one-presenter{
		text-align:center;
	}
	.pres-photo{
	    margin: auto auto;
	    padding-bottom:0;
	}
	div.pres-info{
		padding-top:0;
	}
	.jumbotron {
	    /* background-position: center; */
	    background-size: cover;
	    height: 100%;
	    min-height: 250px;
	}	
	.jumbotron .jumbo-text{
		top: 100px;
	}
	.jumbotron h1{
		font-size: 2.2em;
	}
}
@media (max-width: 991px){
	.main-menu {
		margin-top: 15px;
	}
}
@media (max-width: 527px){
	.jumbotron-header h1{
		font-size: 1.8em !important;
	}
	.main-logo{
		width: 185px;
		height: 105px;
	}
	.navbar-default .navbar-brand{
		margin-left: -65px;
		margin-top: 20px;
	}
	.navbar-toggle{
		margin-top: -60px;
	}
	.navbar{
		padding-bottom: 20px;
	}
	.jumbotron-header{
		min-height: 120px;
	}
}
@media (max-width: 428px){
	.jumbotron h1{
		font-size: 1.4em !important;
	}
}
@media (min-width: 992px){
	.info-block{
		min-height: 650px;
	}
}
