/*
Theme Name: Capital Bop Theme
Theme URI: http://capitalbop.com
Description: A child theme of Alison (Do not delete Alison)
Author: Burke Ingraffia	
Author URI: http://capitalbop.com
Template: alison
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: capitalbop-alison-child

Start adding your theme specific styles below.
*/

h3.widget-title.pretitle span{
    color:white !important;
	border-top:none !important;
	padding-left:0 !important;
}
h3.pretitle {
	border-top:none !important;
	text-align:left !important;
}

#slider-panel {
	height:400px;
}

#topnav {
	background:white !important;
	color:#111 !important;
}
@media screen and (max-width: 600px) {
    #slider-panel {
	    height:auto;
    }	
}
.timely.ai1ec-agenda-widget-view.ai1ec-clearfix, .ai1ec-agenda-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
	background:#f7f8f9 !important;
}
.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 380px; }

.embed-container-spotify iframe{ position: relative; top: 0; left: 0; width: 100%; height: 80px; }

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.imgparent:onclick .imgchild {
    display: block;
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.imgchild {
    display: none;
}
.imgparent {
    display: block;
}


}​
