/**
	 * Theme Name: Zoo Eduhub Child
	 * Description: This is a child theme of Zoo Eduhub
	 * Author: ZooTemplate
	 * Author URI: http://zootemlate.com
	 * Template: zoo-eduhub
	 * Version: 1.1.4
	 */

form, label {
	width: 100%;
}

.wrap-header, .wrap-header-block {
    background: #FFFFFF;
    border-bottom: 4px solid #ebebeb;
}

#site-branding {
    width: 41%;
    max-width: 325px;
    display: inline-block;
}

#main h1.entry-title {
    font-size: 26px;
    border-bottom-width: 0px;
    border-style: solid;
    margin-top: 30px;
	text-transform: uppercase;
}

.menu>li .sub-menu li a:hover, .menu>ul>li .sub-menu li a:hover {
color: #858037;
}

.primary-nav ul.menu > li > a, .primary-nav .menu > ul > li > a {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0.1px;
    display: inline-block;
    padding: 41px 22px;
}

.primary-nav ul.menu > li .sub-menu li a, .primary-nav .menu > ul > li .sub-menu li a {
    display: block;
    font-size: 14px;
    padding: 0 25px;
    line-height: 50px;
    border-top-width: 1px;
    border-top-style: solid;
}

.cvca-shortcode-events .zoo-events-list .pull-left .zoo-event-date {
   float: left;
   color: #482f81;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding-right: 18px;
}

h4 {
	color: #482f81;
}

h4 a {
	color: #858037;
}

#respond, #comments-list {
    margin-top: 25px;
	display: none;
}

.post-social .comments-title {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: none;
}

.post-related {
    margin-top: 35px;
    padding: 40px 0px;
	display: none;
}

.tags-link-wrap h5 {
    display: none;
    margin: 0 5px 0 0;
}

#meta-2 {
	display: none;
}

#tag_cloud-1 {
	display: none;
}

#widget_sp_image-1 {
	display: none;
}

.widget h2 {
	font-size: 24px;
	color: #482f81;
	margin-bottom: -20px;
	display: block;
	padding-bottom: 10px;
	background-image: url("https://devnet.org.nz/wp-content/themes/zoo-eduhub/assets/images/title-bg-pattern.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.widget ul {
	margin-top: -20px;
}

.widget li  {
	border-top-width: 0px;
	border-top-style: solid;
}


.widget ul li a {
	font-size: 16px;
	margin-top: -20px;
}

.widget ul li a:hover {
	color:#858037;
}

.post-info, #archives-3, #recent-comments-2, #categories-3{
	display: none;
}

.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-title {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: -5px;
}

.cvca-shortcode-events .zoo-events-list .zoo-event .zoo-event-desc {
    font-size: 16px;
    color: #494949;
}

.pull-right {
    float: right;
	display: none;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #482f81;
}

#bottom-footer {
    color: #aaaaaa;
    background: #272727;
	/*border-top: 8px solid #aaaaaa;*/
}

@media screen and (max-width: 992px) {
#site-branding {
   width: 55%;
   max-width: 325px;
   display: inline-block;
}
}



