/* 
Theme Name: CT 
Theme URI: https://columbitech.com
Description: The Columbitech theme. Child theme of the Responsive Theme by CyberChimp

Template: responsive

Version: 1.0.0.0
Author: Columbitech
Author URI: http://columbitech.com
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

Text Domain: responsive
*/

#wrapper {
	margin-bottom: 0px;
}

a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #444444;
  outline: 0;
  text-decoration: underline;
}

.breadcrumb a {
	font-weight: 400;
}

.widget_recent_entries li a {
	font-weight: 400;
}

.top-menu a {
	font-weight: 400;
}

.post-meta a {
	font-weight: 400;
}

h1 {
  font-size: 1.500em; /* = 42px */
  margin-bottom: .5em;
  margin-top: .5em;
}

h2 {
  font-size: 1.125em; /* = 36px */
  margin-bottom: .75em;
  margin-top: .75em;
}

h3 {
  font-size: 1em; /* = 30px */
  margin-bottom: .5em;
  margin-top: .5em;
}

#header {
  margin: 0;
  border-top: 10px solid #bcbe32;
}

.top-widget {
  background: none;
  border: none;
  clear: right;
  float: right;
  min-height: 0;
  padding: 0 3px 0 0;
  text-align: right;
  width: 45%;
  margin-top: 10px;
}

#logo {
  float: left;
  margin: 10px 0px 10px;

}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
  width: 90%;
  margin-bottom: 5px;
}

.featured-title {
  font-size: 3em;
  letter-spacing: -1px;
  margin: 5px;
  padding-top: 40px;
  text-align: center;
}

.widget-title,
.widget-title-home h3 {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: left;
}

#widgets a {
  font-weight: 500;
}

#widgets a:hover {
  text-decoration: underline;
}
 
.menu {
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#d4d4d4));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #d4d4d4);
  background-image: -moz-linear-gradient(top, #e7e7e7, #d4d4d4);
  background-image: -ms-linear-gradient(top, #e7e7e7, #d4d4d4);
  background-image: -o-linear-gradient(top, #e7e7e7, #d4d4d4);
  background-image: linear-gradient(top, #e7e7e7, #d4d4d4);
  clear: both;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e7e7e7, endColorstr=#d4d4d4);
  margin: 0 auto;
}

.main-nav {
  clear: both;
  padding-bottom: 10px;
  border-bottom: 4px solid #bcbe32;
}

.menu,
.menu ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ACACAC;
}

.menu ul {
  margin-top: 0px;
  min-width: 15em;
  width: auto;
}

.menu a {
  border-left: 1px solid #a0a0a0;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 0.9em;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 0 #eeeeee;
  white-space: nowrap;
}

.menu a:hover {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dcdcdc));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #dcdcdc);
  background-image: -moz-linear-gradient(top, #f3f3f3, #dcdcdc);
  background-image: -ms-linear-gradient(top, #f3f3f3, #dcdcdc);
  background-image: -o-linear-gradient(top, #f3f3f3, #dcdcdc);
  background-image: linear-gradient(top, #f3f3f3, #dcdcdc);
  color: #363636;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3f3f3, endColorstr=#dcdcdc);
}

ul.menu > li:hover {
  background-color: #dcdcdc;
  color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
  background-color: #c3c3c3;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  margin-right: 4px;
  margin-top: 4px;
}

.call-to-action a.button {
  font-size: 24px;
  padding: 15px 35px;
  width: 5em;
}

.copyright {
  text-align: center;
  /*margin: 0px auto 5px auto;*/
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-top: 4px solid #bcbe32;
}

.table-area {
	text-align: center;
    display:block;
    float: left;
	margin: 1em;
	width:100%;
}

.table-content {
	width:30%;
    vertical-align:middle;
}

.logos-table {
	text-align:center;
	border:0px;
	width:100%;
}

.logos-td {
	vertical-align:middle;
	width:33%;
	border:0px;
}

#searchsubmit {
	margin-top: 0px;
	margin-right: 0px;
}

.page-id-87 .breadcrumb-list {
    display: none;
}

.page-id-87 .entry-title {
    display: none;
}

.page-id-95 .breadcrumb-list {
    display: none;
}

#content-search .post-meta {
	display: none;
}

#content-search .hentry {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5e5e5;
}

@media all and (max-width: 650px) {
	.home-widgets .col-300 {
		margin-bottom: 1%;
		width: 100%;
	}
	
	.col-620 {
		margin-bottom: 1%;
		width: 100%;
	}
	
	.col-300 {
		margin-bottom: 1%;
		width: 100%;
	}
	
	.wp-caption.alignright,
	.wp-caption.alignleft	{
		float: none;
		display: block;
		margin: 5px auto 20px auto;
	}
	
	#logo {
		margin: 0px;
		margin-bottom: 5%;
		width: 100%;
	}
	
	#top-widget {
		margin-top: 2%;
		margin-bottom: 2%;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.top-widget input[type=text] {
		width: 80%;
	}
	#searchsubmit {
		width: 15%;
	}
}

a.lightgreen {
  background-color: #bcbe32; /* Sea Green 4 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e538), to(#bcbe32));
  background-image: -webkit-linear-gradient(top, #e3e538, #bcbe32);
  background-image: -moz-linear-gradient(top, #e3e538, #bcbe32);
  background-image: -ms-linear-gradient(top, #e3e538, #bcbe32);
  background-image: -o-linear-gradient(top, #e3e538, #bcbe32);
  background-image: linear-gradient(top, #e3e538, #bcbe32);
  border: 1px solid #1d5837;
  color: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e538, endColorstr=#bcbe32);
  text-shadow: 0 1px 0 #ffffff;
}

a.lightgreen:hover {
  background-color: #fdff74;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdff74), to(#bcbe32));
  background-image: -webkit-linear-gradient(top, #fdff74, #bcbe32);
  background-image: -moz-linear-gradient(top, #fdff74, #bcbe32);
  background-image: -ms-linear-gradient(top, #fdff74, #bcbe32);
  background-image: -o-linear-gradient(top, #fdff74, #bcbe32);
  background-image: linear-gradient(top, #fdff74, #bcbe32);
  border: 1px solid #1d5837;
  color: #444444;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdff74, endColorstr=#bcbe32);
  text-shadow: 0 1px 0 #ffffff;
}

/* Slider */
#widgets {
	margin-top: 10px;
}

#featured {
	height: 400px;
	padding-bottom: 0px;
}

.slide {
	height: 400px;
	margin-bottom: 15px;
}

@media all and (max-width: 980px) {
	#slide-image {
		visibility: hidden;
	}
}

@media all and (max-width: 615px) {
	#featured {
		height: 450px;
	}
	
	.slide {
		height: 450px;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 480px) {
	#featured {
		height: 500px;
	}
	
	.slide {
		height: 500px;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 465px) {
	#featured {
		height: 600px;
	}
	
	.slide {
		height: 600px;
		margin-bottom: 15px;
	}
}

@media all and (max-width: 380px) {
	#featured {
		height: 700px;
	}
	
	.slide {
		height: 700px;
		margin-bottom: 15px;
	}
}

.prev a {
	z-index: 2000;
	color:#000000;
}

.next a {
	z-index: 2000;
	color:#000000;
}

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

.slide_pagination a {
	background: url(img/page.png) no-repeat transparent;
	width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
	display: inline-block;
}

.slide_pagination a.selected {
	background: url(img/page_selected.png) no-repeat transparent;
}

.slide_pagination a span {
    display: none;
}