/*
* Theme Name: Custom Theme
* Author:     Kehl Design Limited
* Author URI: http://kehldesign.com/
* Version: 1.0
*
* All rights reserved.
*/

html,
body {
	
}
a {
  color: #543019;
}
/**
 * Fonts
 */
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Light.otf);
		font-weight: normal;
}
@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Bold.otf);
		font-weight: bold;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(fonts/HelveticaNeue-Light.otf);
		font-weight: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(fonts/HelveticaNeue-Bold.ttf);
		font-weight: bold;
}
iframe {
	width: 100% !important;
}
b, strong {
    font-weight: 800 !important;
}
/**
 * Background
 */

/* background color */
.bg-blue {
	background-color: #0d1d31;
}
.bg-brown {
	background-color: #d49f0f;
}
.bg-dark-brown {
	background-color: #4d9164;
}
.bg-red {
	background-color: #b62025;
}
.bg-green {
	background-color: #226e27;
}
.bg-light-green {
	background-color: #ee8a1d;
}
.bg-green-img {
	background-image: url("imgs/bg-green.png");
	background-color: #226e27;
}
.bg-grey{
        background-color: #f7f7f7;
}
.btn-download {
	color: #FFFFFF;
	width: 100%;
	background-color: #b62025;
	padding-top: 120px;
	padding-bottom: 120px;
}
.btn-download:hover {
	color: #FFFFFF;
	background-color: #226e27;
}
.btn-download a {
	color: #FFFFFF;
}
.btn-download a:hover {
	color: #FFFFFF;
}
/**
 * Text
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, Arial, Sans-serif;
	font-weight: normal;
}
 
/* text transformation */
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-lowercase {
	text-transform: lowercase;
}
strong {
	font-weight: bold !important;
}
/* text color */
.text-white {
	color: #fff;
}
.text-green {
	color: #226e27;
}
.text-light-green {
	color: #b3b927;
}
.text-brown {
	color: #eb881c;
}
.text-dark-brown {
	color: #533019;
}
.text-red {
	color: #b62025;
}
.text-black {
	color: #000;
}
.text-yellow{
        color: #EAE407
}
.text-dark-brown a {
    color: #533019;
}
/**
 * Buttons
 */
.btn-green {
	color: #fff;
	background-color: #226e27;
	border-color: #226e27;
	letter-spacing: 1px;
}
.btn-green:focus,
.btn-green:hover {
	color: #fff;
}

.btn-brown {
	color: #fff;
	background-color: #eb881c;
	border-color: #eb881c;
	letter-spacing: 1px;
}
.btn-brown:focus,
.btn-brown:hover {
	color: #fff;
}

.btn-red {
	color: #fff;
	background-color: #b62025;
	border-color: #b62025;
	letter-spacing: 1px;
}
.btn-red:focus,
.btn-red:hover {
	color: #fff;
}

/**
 * Padding
 */
.p-l-0 {
	padding-left: 0;
}
.p-r-0 {
	padding-right: 0;
}

/** 
 * Header Menu
 */
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background-color: #d49f0f;
	border-color: #bc8d0d;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* navbar brand */
.navbar-brand {
	height: 100%;
}
.navbar-brand>img {
	height: 25px;
}
@media(min-width: 768px) {
	.navbar-brand>img {
		height: 80px;
	}	
	.navbar-default .nav {
		height: 111px;
		padding-top: 38px;
	}
}

/* navbar collapse */
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-color: #bc8d0d;
}

/* navbar collapse button */
.navbar-default .navbar-toggle {
	border-color: #bc8d0d;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
	background-color: #bc8d0d;
} 
.navbar-default .navbar-toggle .icon-bar {
	background-color: #a47b0c;
}

/* navbar links */
@media(min-width: 768px) {
	.navbar-nav>li {
		border-bottom: 3px solid #d49f0f;
	}
	.navbar-nav>li:focus,
	.navbar-nav>li:hover,
	.navbar-nav>.active {
		border-bottom: 3px solid #bc8d0d;
	}
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Avenir Black', 'Arial Black', sans-serif;
	font-weight: bold;
	letter-spacing: .6px;
	padding-left: 10px;
	padding-right: 10px;
        
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #d49f0f;
}

/* navbar links with dropdown */
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-nav>li>.dropdown-menu {
	background-color: #bc8d0d;
	color: #fff;
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	border-color: #bc8d0d;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
	background-color: #856409;
}
.dropdown-menu>li>a {
	color: #fff;
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
			color: #fff;
	}
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #aa7f0c;
	color: #fff;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		background-color: #856409;
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #aa7f0c;
		color: #fff;
	}
}

/**
 * Footer
 */
footer {
	padding-top: 20px;
}
footer h1, 
footer h2, 
footer h3, 
footer h4, 
footer h5, 
footer h6,
footer p,
footer address,
footer form {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}
.footer-title {
	padding-bottom: 15px;
}
.footer-title:after{
	display: block;
	clear: both;
	content: "";
	position: relative;
	left: -25%;
	bottom: 0;
	max-width: 250px;
	height: 1px;
	width: 50%;
	border-bottom:1px solid #d49f0f;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}

/* footer links */
.social-media {
	margin-top: 80px;
}
.social-media a {
	display: block;
	background-color: #fff;
	height: 34px;
	width: 34px;
	border-radius: 100%;
	color: #b62025;
	text-align: center;
	padding: 5px;
	float: left;
	margin-right: 20px;
}
.link-red,
.link-red:link,
.link-red:visited,
.link-red:focus,
.link-red:hover,
.link-red:active {
	color: #b62025;
}

/* subscribe form */
footer form label {
	font-weight: 200;
}
footer form .btn-default,
footer form .btn-default:focus,
footer form .btn-default:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	font-weight: 600;
	border-radius: 0;
}
footer form .form-control {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

/**
 * Front Page
 */

/* modals */
.modal-launcher {
	cursor: pointer;
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 50px auto;
	}
}

/* title */
@media(min-width: 1200px) {
	.page-title {
		font-size: 52px;
	}
	.page-sub-title {
		font-size: 46px;
	}
}

/* text */
.page-text {
	font-size: 18px;
}

/* links */
.page-link {
	font-size: 19px;
}

/* link colors */
.link-yellow,
.link-yellow:link,
.link-yellow:visited,
.link-yellow:focus,
.link-yellow:hover,
.link-yellow:active {
	color: #d49f0f;
}
.link-brown,
.link-brown:link,
.link-brown:visited,
.link-brown:focus,
.link-brown:hover,
.link-brown:active {
	color: #eb881c;
}
.link-green,
.link-green:link,
.link-green:visited,
.link-green:focus,
.link-green:hover,
.link-green:active {
	color: #226e27;
}
.link-white,
.link-white:link,
.link-white:visited,
.link-white:focus,
.link-white:hover,
.link-white:active {
	color: #fff;
}

/* downloads modal */
@media (min-width: 768px) {
	.downloads-modal-title {
		font-size: 1000%;
		color: #b62025;
	}
}
.downloads-modal-text,
.downloads-modal-text a,
.downloads-modal-text a:link,
.downloads-modal-text a:visited,
.downloads-modal-text a:focus,
.downloads-modal-text a:hover,
.downloads-modal-text a:active {
	font-weight: 900;
	letter-spacing: .6px;
	color: #226e27;
}

/* speakers */
.speakers {
	padding-top: 40px;
	padding-bottom: 20px;
}
.speaker-box {
	padding-bottom: 20px;
}
@media (min-width: 768px) {
	.speaker-box {
		min-height: 300px;
	}
}
.speaker-title {
	margin-bottom: 0;
}

/* invited speakers */
.speaker-lg-box {
	padding-bottom: 30px;
}


/**
 * All Pages
 */
.page-header-img {
	background-color: #000;
}
.page-header-img img {
	width: 100%;
	opacity: 0.7;
}
.page-header-img .carousel-caption {
	display: none;
}
@media only screen and (min-width : 395px) {
	.page-header-img .carousel-caption {
		display: inline;
		bottom: 20px;
	}
}
@media (min-width: 768px) {
	.page-header-img .carousel-caption {
		display: inline;
		bottom: 60px;
	}
}
@media (min-width: 992px) {
	.page-header-img .carousel-caption {
		display: inline;
		bottom: 120px;
	}
}
/* child page nav pills */
.page-header {
	margin: 10px 0 20px;
	border-bottom: 1px solid #d49f0f;
}
.nav-pills>li>a {
	border-radius: 0;
	color: #d49f0f;
}
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
	background-color: #e6ad10;
	color: #fff;
}
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover,
.nav-pills>li.current_page_item>a, 
.nav-pills>li.current_page_item>a:focus, 
.nav-pills>li.current_page_item>a:hover {
	background-color: #d49f0f;
	color: #fff;
}

/* page-content */
.page-content {
	font-weight: 400;
	padding-bottom: 50px;
}
.page-content img {
	padding: 20px 0;
}
.highlights {
	padding: 20px;
}
@media (min-width: 768px) {
	.highlights {
		min-height: 720px;
	}
}
@media (min-width: 992px) {
	.highlights {
		min-height: 540px;
	}
}
@media (min-width: 1200px) {
	.highlights {
		min-height: 420px;
	}
}
.post-content {
	min-height: 100px;
}

/* page images */
.thumbnail {
	border-radius: 0;
	padding: 0;
	border-color: #f3f3f3;
}
.page-content .thumbnail img {
    padding-bottom: 8px;
}
.thumbnail .caption {
	padding: 0 8px;
}
.thumbnail .caption h3 {
	margin-top: 5px;
	color: #533019;
}

/* in row images */
.row-image {
	margin-top: 25px;
}

/* page forms */
.page-content form .form-control {
	border-radius: 0;
	border-color: #000;
}

/* event info (homepage) */
.home-buttons a {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.home-buttons a {
		margin-bottom: 0;
	}
}

.event-info {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.event-info td {
	padding: 0 8px;
}

/* program table */
#program  .table {
	margin: 20px 0;
	letter-spacing: 1px;
	border-collapse: separate;
	border-spacing: 0 35px;
}
#program .table>tbody>tr>th,
#program .table>tfoot>tr>th,
#program .table>thead>tr>th {
	border-top: none;
}

}
#program .table>tbody>tr>td.text-right, 
#program .table>tfoot>tr>td.text-right, 
#program .table>thead>tr>td.text-right {
	border-top: none;
	
}

#program .table>tbody>tr>td.text-center, 
#program .table>tfoot>tr>td.text-center, 
#program .table>thead>tr>td.text-center {
	border-top: none;
        border-right: 1px solid #c7c7c7;
}
#program .table>thead>.text-center {
	border-top: none;
        background-color:#eb881c;

}
#program .table>tbody>tr>td.text-left, 
#program .table>tfoot>tr>td.text-left, 
#program .table>thead>tr>td.text-left {
	border-top: none;
	border-right: 1px solid #c7c7c7;
}
#program .table>tbody>tr>th,
#program .table>tfoot>tr>th,
#program .table>thead>tr>th {
	padding: 0;
}
#program .table>tbody>tr>td, 
#program .table>tfoot>tr>td, 
#program .table>thead>tr>td {
	padding: 8px 8px;
}

.head-bg{
       background-color:##eb881c;
}

/* partners */
.partners img {
	padding: 15px 0;
	max-height: 100px;
}

/* Extra Small Devices, Phones */ 
@media (max-width : 479px) {
.partners .col-xs-6 {
	height: 150px;
}
}
/*program text */

.programintro {

    text-align: center;
    font-size: 14px;
}

/*blink*/

.text-center.text-yellow.blink {
   
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;  
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
 }

.text-below{
     position: relative;
     bottom:-30px;
}
.text-kcb{
     position: absolute;
     bottom:-130px;
     right:-145px;
}
.text-kcb1{
     position: absolute;
     bottom:-50px;
     right:-40px;
}
/*** AGRF VOICES****/
.agrf-voices-video iframe {
    width: 100%;
}


/*** Media Covergae *****/
.recent-articles-excerpt {
  font-size: 18px;
}

.booking_month_nav_button img {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}