/**
 * Theme Name: inForward Child Theme
 * Template: inforward
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */

.social-icons>li>a {
    border: 2px solid #ffffff;
}

.social-icons>li>a:hover {
    border: 2px solid #00406d;
}


.media-holder {
    background-position: top left;
}

#content {
    position: relative;
    top: 160px;
}

.footer.footer-1 .main-footer {
    padding: 40px 0 170px 0;
    position: relative;
    top: 160px;
}

.vc_latest_tweets_feed.type4 {
    background: #f4f4f4;
}

.latest-tweets ul {
    list-style: none;
    color: #000000;
    padding: 0;
}

.latest-tweets ul>li a {
    color: #000000;
    font-weight: bold;
}

.cp-btn.custom_btn.info-btn.btn-white {
    color: #000000;
}

.vc-widget-fb.type_1 {
    background: #e2e2e2;
    color: #000000;
    padding: 70px 30px 0;
    position: relative;
    overflow: hidden;
}

#wp_instagram_widget_vc.inforward_instagram-feed .info-btn {
    margin-top: 25px;
    color: #000000;
}
li.vc_tta-tab li.vc_active span.vc_tta-title-text {
	color: #00aab2;
}
/**
 * Kalender Ansicht (Tribe Event)


.tribe-bar-disabled {
	display: none;
}
*/

.breadcrumbs-wrap {
    display: none;
}

#tribe-events-header {
	display:none;
}
.tribe-events-style-full #tribe-events-content.tribe-events-list {
    margin-top: 0px;
}

.tribe-events-page-title {
	display:none;
}

a.tribe-events-ical a.tribe-events-button {
	display:none;
}

#tribe-events-pg-template .tribe-events-after-html h2, .tribe-events-before-html h2 {
    font-size: 48px;
    line-height: 1.6;
}



.btn-big {
    padding: 13px 15px;
}

@media only screen and (min-width:1100px) {
	.btn-big {
    padding: 13px 30px;
	}
}


/*
p.wpgdprc-checkbox input[type=checkbox]#wpgdprc {
    top: 2px;
    border-radius: 3px;
    width: 34px!important;
    height: 34px;
	
	padding: 0px;
	display: block;
}

p.wpgdprc-checkbox input[type=checkbox]:checked#wpgdprc {
	opacity: 1;
}

p.wpgdprc-checkbox label input {
	padding-left: 50px;
}

p.wpgdprc-checkbox label input {
	cursor: pointer;
}
*/
@media only screen and (max-width:480px){
	.cp-blog-posts .cp-type-5 .entry-small .entry-attachment {
        width: 100%;
		min-width: auto;
    }
	
	#content {
    position: relative;
    top: 120px;
	}
	
	.media-holder {
		background-position: middle left;
	}	
	
	.footer.footer-1 .main-footer {
		padding: 40px 0 120px 0;
		position: relative;
		top: 120px;
}	
	
	#header .top-header .nav-item {
		padding-bottom:10px;
		padding-right: 10px;
	}
	
	.event-item .event-info {
    	overflow: visible;
    	display: block;
	}
	
	.event-header h5 {
		padding-top: 10px;
	}
	.tribe-events-sub-nav li a {
		background: none;
		padding-bottom: 30px;
		
	}
	
	
}

@media (min-width: 481px) and (max-width:769px){
	.media-holder {
		background-position: middle left;
	}
	
	#content {
    position: relative;
    top: 140px;
	}
	
	.footer.footer-1 .main-footer {
		padding: 40px 0 120px 0;
		position: relative;
		top: 140px;
}
	
	.event-item .event-info {
    	overflow: visible;
    	display: block;
	}
	
	.tribe-events-event-image,
	.tribe-events-event-image a,
	.tribe-events-event-image img.wp-post-image {
		width: 100% !important;
	}
	
	.event-header h5 {
		padding-top: 10px;
	}
	
	.tribe-events-sub-nav li a {
		background: none;
		padding-bottom: 30px;
		
	}

	
}


