/*
CTC Separate Stylesheet
Updated: 2016-04-11 17:09:18
Theme Name: Insight Child
Theme URI: http://automation-excellence.com
Template: insight
Author: Automation Excellence
Author URI: http://automation-excellence.com
Description: Insight is a minimal magazine theme with a full-width slideshow and multiple color styles. Originally written by WPZOOM, customized by Automation Excellence
Tags: two-columns,right-sidebar,responsive-layout,custom-colors,custom-menu,featured-images,theme-options,translation-ready
Version: 1.0.1460408958
*/

.site-main {
	max-width: 1850px;
}

.page-wrap .site-header {
	border-bottom: 2px solid #eee;
}

.slides h2 {
	display: none;
}

.site-footer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 5px 15px;
}

#sb-search {
	display: none;
}

.sb-search {
	top: 8px;
}

#search-icon-only {
	min-width: 40px;
}

.menu-footer-container a {
	font-size: 16px;
	font-weight: 600;
	padding: 5px 0;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	color: black;
}

.menu-footer-container li {
	float: left;
	margin-right: 20px;
}

.menu-footer-container li:last-child {
	margin-right: 0;
}

#menu-footer {
	padding-left: 5px;
}

.site-footer .widgets .widget_nav_menu {
	margin: 0;
}

.site-footer .inner-wrap {
	padding: 0;
}

.site-footer .widgets {
	padding: 5px 0;
	background: white;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.site-info {
	padding: 5px;
}

.footer-widgets.widget-columns-4 .column {
	width: 100%;
	margin-right: 0;
}

.itinerary h3 {
	margin: 0;
}

.itinerary p {
	margin-bottom: 12px;
}

.adb-itinerary-link {
	font-size: 18px;
	font-weight: bold;
}

#sidebar .widget {
	padding-top: 15px;
}

.widget_adb_itinerary_widget td {
	padding-bottom: 10px;
}

#sidebar .zoom-social-icons-list .socicon::before {
	font-size: 65px;
}

#sidebar .zoom-social-icons-list .socicon {
	height: 65px;
	line-height: 65px;
	width: 65px;
}

#sidebar .widget {
	margin-bottom: 20px;
}

#SignUp > p {
	display: none;
}

#SignUp td {
	padding: 5px;
	font-size: 16px;
}

.link, .link a, #SignUp .signupframe {
	font-size: 13px;
}

.link, .link a {
	text-decoration: none;
}

#SignUp .signupframe {
	border: none;
	background: none;
	margin-left: 5%;
}

#SignUp input {
	padding: 1px;
	width: 100%;
}

#SignUp input[type="submit"] {
	padding: 5px;
	/*border: 1px solid black;*/
}

#SignUp .signupframe .required {
	font-size: 10px;
}

#message, #confirmation {
	background-color: #586870;
	border: 1px solid #404040;
	padding: 8px;
	margin-bottom: 10px;
	color: white;
}

.full-width-table {
	text-align: center;
	width: 100%;
}

.full-width-table th {
	border: 1px solid black;
	font-size: 24px;
}

.full-width-table td {
	border: 1px solid lightgray;
	width: 50%;
}

@media screen and (min-width: 980px) {
	.recent-posts {
		float: left;
		width: 50%;
		padding-right: 8px;
	}
	.recent-video {
		padding-right: 0;
		padding-left: 8px;
	}
}

.recent-posts .entry-content p {
	margin-bottom: 0;
}

.recent-posts.list-view .post {
	margin-bottom: 20px;
}

.custom-more-link a {
	background-color: #F55D5D;
	border: medium none;
	border-radius: 6px;
	color: white;
	display: inline-block;
	font-family: "Roboto",sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 20px 0 30px;
	padding: 0 15px;
	transition: all 0.2s ease 0s;
}

.recent-video img {
	width: 100%;
}

.page-wrap .main-navbar {
	padding-right: 50px;
}

@media screen and (max-width: 779px) {
	.page-wrap .main-navbar {
		padding-right: 0;
	}
}

/* Overriding parent theme main menu collapsing */
@media (min-width: 1px) {
    .page-wrap #menu-main-slide {
        display: none !important
    }
}

@media screen and (max-width: 979px) {
    .page-wrap header .menu-main-container {
        text-indent: 0;
        height: auto;
    }

    .page-wrap .menu-main-container.mm-menu {
        text-indent: -9999;
        height: 0;
    }

    .page-wrap #navbar-main,
    .page-wrap #header #menu-main-slide {
        display: block;
    }

    .page-wrap .navbar-toggle {
        display: none;
    }

    .page-wrap .navbar .search-form {
        display: block;
    }

    .page-wrap .navbar-brand {
        float: left;
    }

    .page-wrap .main-navbar {
        float: right;
    }

    .page-wrap .slides li h3 {
        font-size: 36px;
    }

    .page-wrap .single .share {
        float: none;
        margin: 0 0 10px;
    }

    .page-wrap .single .share a {
        margin: 0 20px 0 0;
    }

    .page-wrap .sb-search {
        display: block;
    }
}
/* END Overriding parent theme main menu collapsing */

.donate-button {
	border: 1px solid gray;
	border-radius: 20px;
	margin-left: 40px;
	margin-bottom: 15px;
	padding: 8px 15px;
}

.donate-form label {
	margin: 8px 0 0;
}

.content-area .navigation {
	display: none; /*covering links... */
}

footer.site-footer {
	margin-bottom: 60px;
}

#banner-bar {
	padding: 10px 40px 10px 10px;
	background-color: #F55D5D;
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
/*	display: none; */
}

.home #banner-bar {
	display: block;
}

#banner-bar label {
	display: inline-block;
	padding-right: 20px;
	color: white;
}

#banner-bar input[type="submit"] {
	border: medium none;
	color: white;
	background-color: #222;
}

#banner-bar input[type="submit"]:hover {
	background-color: white;
	border: medium none;
	color: #222;
}

#closer {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 24px;
	color: white;
}

#closer:hover {
	color: #222;
}

button, input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #F55D5D;
}

.donate-form {
	display: table;
	max-width: 600px;
}

.donate-form div {
	display: table-row;
	margin-bottom: 10px;
}

.donate-form label {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 50%;
}

.donate-form input,
.donate-form select {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 10px;
	width: 100%;
	padding: 1px;
}