/*
Theme Name: KKK Membership
Theme URI: EBSIL
Author: EBSIL
Author URI: 
Description: KKK Membership is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


/*menu*/

.menu-header-menu-container ul {
	    list-style: none;
    display: inline-block;
    margin: 0 0;
    vertical-align: middle;
	}
.menu-header-menu-container ul li {float:left; position:relative;}
.menu-header-menu-container ul li:after{
	content: "|";
    position: absolute;
    right: 0;
    top: 9px;
    color: #eaeaea;
    font-size: 10px;
	}
	.menu-header-menu-container ul li:last-child:after{
		content:normal;
	}
.menu-header-menu-container .menu> li > a {
     padding: 10px 14px;
	 display:block;
}
.footer-blockslist #nav_menu-6 a {border:0px !important;}
.menu-header-menu-container .menu > li:last-child > a {
    border-right: 0;
}

#menu-main-menu {list-style:none;}

.menu-main-menu-container ul {list-style: none;}
.menu-main-menu-container ul li {float:left;
    }
   .menu-main-menu-container ul li.current-menu-item a {color:#a72406;}
.menu-main-menu-container ul li a{ 
	font-family: 'AvenirNext-Medium';
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    padding: 29px 5px;
    position: relative;
    margin: 0 10px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  
.menu-main-menu-container ul li a:hover, .menu-main-menu-container ul li a:focus {
    background-color: transparent;
    color: #a72406;
}
.HomeBody .rightsideBox{
	margin-top:-35px;
}
 
  .contact-address{
	  margin:35px 0;
  }
  .contact-address .add-icon{
	position:relative;
          padding-left: 52px !important;
	      margin: 20px 0;
		      font-family: 'AvenirNext-Medium';
			  padding: 20px 20px;
    background: #fafafa;
	    background-image: linear-gradient(to bottom, #fff, #f5f5f5);
    border: 1px solid #ddd;
}
.contact-address .add-icon i{
    position: absolute;
    left: 20px;
    top: 23px;
    font-size: 22px;
}
.contact-address  h3{
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	    color: #a72406;
}
.contact-address p{
	font-size:16px;
}
.bodyBlock table{
	color:#333;
}
.bodyBlock table thead{
	background-color:#24292d;
}
.bodyBlock table thead tr th{
	color:#ffffff;
}
.contact-address p strong{
       display: block;
    color: #999;
    font-size: 15px;
    margin-bottom: 4px;
 
}
.contact-address a{
    color: #444;
	text-decoration:underline;
}
  
  
  .footer-blockslist #nav_menu-2 {float:left;width: 20%;}
  .footer-blockslist #nav_menu-4 {float:left;    width: 22%;}
  .footer-blockslist #nav_menu-6 {float:left;width: 20%;}
.footer-blockslist #nav_menu-8 {float:left;width: 14%;}
  .footer-blockslist #custom_html-2 {float:left;width: 23%;}
  .footer-blockslist #custom_html-3 {float:left;width: 20%;}
.footer-address .add-icon{
	position:relative;
	padding-left:20px;
	    margin-bottom: 15px;
}
.footer-address .add-icon i{
	position:absolute;
	left:0;
	top:0;
}
  .footer-blockslist h2 {
  	color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 18px;
	margin-top:0;
  }
  .forms-main{
	  margin:25PX 0;
  }
  .forms-main{
	  margin:25px 25px;
	  padding:20px 20px;
	  background:#fafafa;
	  border:1px solid #ddd;
  }
    .forms-main label {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 13px;
	 font-family: 'AvenirNext-Medium';
}
 .forms-main label span{
	 color:red;
 }
  .forms-main br{
	  display:none;
  }
    .forms-main .form-control{
		width:100%;
		height:34px;
		border-radius:0 0;
		color:#000000;
		font-family: 'AvenirNext-Medium';
		
	}
	 .forms-main .form-control:focus{
		 box-shadow:none;
		 outline:none;
		 border:1px solid #f9ad3f;
	 }
	.forms-main textarea.form-control{
		height:70px;
		resize:none;
	}
	.forms-main input[type="submit"]{
		    background-color: #f9ad3f;
    border: 1px solid #f9ad3f;
    padding: 7px 20px;
    color: #000;
    font-family: 'AvenirNext-Medium';
    text-transform: uppercase;
	}
	  

/***inner page **/

.banner, .innerBanner {
    background: #424242;
    position: relative;
}
.innerBanner img{
  width:100%;
}
.innerBanner:before{
  position:absolute;
  content:"";
  left:0;
  right:0;
  top:0;
  bottom:0;
  background:rgba(0,0,0,0.4);
}
.strong-view.default .testimonial-client {
    margin-top: 1em;
    text-align: right;
    border-right: 4px solid #eaeaea;
    padding-right: 15px;
}
.strong-view.default .testimonial-name {
    font-weight: 700;
    font-family: 'AvenirNext-Medium';
}
.strong-view.default .testimonial-company{
	font-family:"avenirnext-regular","helvetica neue",helvetica,arial,sans-serif !important;
    color: #999;
}
.strong-view.default .testimonial-heading {
    font-size: 20px;
    margin-bottom: 25px;
}
.strong-view.default.dark .testimonial-inner {
  border: 1px solid #E6E6E6 !important;
    background: #fafafa;
}
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
    border:none !important;
}
	
.innerBanner h2 span{
  font-size:42px;
  display:block;
  line-height: 60px;
  letter-spacing:0;
}
.innerBanner h2{
    position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 31%;
    left: 5%;
    right: 5%;
      font-family: 'GothamRnd-Medium';
    color: #ffffff;
    text-shadow: none;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 0;
    text-shadow: 0 2px 0px rgba(0,0,0,0.4);
      width: 600px;
    margin: 0 auto;
}
.contentWrapper {
     background: #f5f5f5;
    margin-top: -35px;
    position: relative;
    padding: 0 0;
    box-shadow: 0px 10px 10px #e1e1e1;
    margin-bottom: 35px;
	border: 1px solid #ddd;
    background-image: linear-gradient(to right, #fff, #f5f5f5);
}
.contentWrapper .contentArea {
	padding:25px 25px;
    border-right: 1px solid #e1e1e1;
	    background: #fff;
		    min-height: 500px;
}
.contentWrapper  .contentArea.fullWidthCOntent{
      padding-right: 0;
    border-right:none;
}
.modal {

    z-index: 99999 !important;
}
.modal-backdrop.in {
    filter: alpha(opacity=70)!important;
    opacity: .7 !important;
}
.contentArea h1 {
    margin: 0 0 15px 0;
    color: #000000;
    font-size: 30px;
    letter-spacing: -0.05em;
}
.contentArea p {
    font-size: 16px;
    margin: 0 0 18px 0;
      color: #444;
}
.contentWrapper aside {
    padding-left: 0;
	
}

.contentWrapper aside .focusBlock{
  position:relative;
}
.contentWrapper aside .focusBlock .lightBlue, 
.contentWrapper aside .focusBlock .mediumBlue, 
.contentWrapper aside .focusBlock .darkBlue {
    min-height: auto;
}
.contentWrapper aside .focusBlock .blockTitleHeader img {
    width: 60px;
       height: 45px;
    float: left;
    padding: 2px 2px;
    border: 1px solid #ffffff;
}
.contentWrapper aside .focusBlock h3 {
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 0 68px;
    font-size: 17px;
}
.contentWrapper aside .focusBlock .lightBlue,
.contentWrapper aside .focusBlock .mediumBlue,
.contentWrapper aside .focusBlock .darkBlue{
    padding: 10px 10px;
  margin-bottom: 3px;
}
.upcomingevent{
    color: #000000;
    margin: 0 0px 10px 0px;
    font-size: 14px;
    line-height: 18px;
}
.upcomingevent h4 {
      color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 12px;
    background: #fa9c14;
    font-size: 15px;
    margin-top: 0;
      margin-left: -1px;
    margin-right: -1px;
}



.contentWrapper .moreDetailsButton a{
  
padding: 10px 20px;
    font-size: 12px !important;
font-weight:600;
    color: #000000;
    display: inline-block;
    border: 2px solid black;
    text-transform: uppercase;
  margin-top:20px;
}


.sidebarMenu{
    margin-bottom: 20px;
    display: block;
    margin-top: 20px;
	    margin-right: 0 !important;
}
.sidebarMenu .widget-title{
	font-size:22px;
	padding-left:25px;
	    margin-top: 0;
		position:relative;
		    margin-bottom: 20px;
}
.sidebarMenu .widget-title:before{
	    content: "";
    height: 2px;
    background: #a72406;
    width: 25px;
    bottom: -6px;
    left: 25px;
    position: absolute;
}
.sidebarMenu h4 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 12px;
    background: #4375c7;
    font-size: 15px;
}
.sidebarMenu ul {
    margin: 0 0;
    padding: 0 0;
}
.sidebarMenu ul li {
    margin: 0 0;
    padding: 0 0;
    list-style: none;
	float:none !important;
}
.sidebarMenu ul li a {
    color: #000000;
    display: block;
    padding: 6px 25px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px !important;
    font-weight: normal !important;
    text-transform: none;
	    margin: 0 0;

}
.sidebarMenu ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #a72406;
    margin-right: 5px;
}
.sidebarMenu ul li a:hover, .sidebarMenu ul li a:focus {
    background: #fafafa;
    text-decoration: none;
    color: #a72406;
}
.sidebarMenu ul li.current-menu-item a,
.sidebarMenu ul li.active a:hover {
    background: #fff;
    text-decoration: none;
    color: #a72406;
    font-weight: normal !important;
}


  /*************************custom css ***********************/

/*.strong-view.default .testimonial.t-slide{width:600px !important;}*/
.home .gallery-block #pages {display: none !important;}






 