/*
Theme Name:   Chief Learning Officer
Version:      0.1
Template:     gtxcel
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  clo-media
*/

/**********MENU**********/
/*header.header{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    display: block;
}
#container{
    margin: 70px 0 0 0;
}
header.header.shrink{
    height: 50px;
}
header.header.shrink #company-logo{
    background-size: 50% auto;
}*/


.container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#company-logo {
	background-repeat: no-repeat !important;
	display: block;
	float: none;
	text-indent: -99999px;
}
@media only screen and (min-width: 981px) {
	#company-logo {
		margin: 0;
		background-position: left center;
		height: 100px;
	}
}
@media only screen and (min-width: 481px) {
	#company-logo {
		width: 75%;
	}
}
#searchform {
	text-align: right;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}
#searchform input[type="text"] {
	background: #FFF;
	height: 22px;
	line-height: 22px;
	display: inline-block;
	width: 75%;
	margin: 0 2% 0 0;
	padding: 0 0 0 5px;
	border: 1px solid #EEE;
	font-size: 1em;
	color: #5c6b80;
	border-radius: 3px;
	vertical-align: middle;
	box-shadow: none;
}
#searchform button {
	display: inline-block;
	width: 17%;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	-webkit-appearance: button;
	cursor: pointer;
}
.searchform .fa {
	color: #FFF;
	font-size: 20px;
	position: relative;
	top: 3px;
}

/***custom******/
.container {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
}
header.header.custom-style {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	display: block;
	border-bottom: none;
	background: #0b1e61;
	height: 55px;
	margin-bottom: 0;
}
.header.custom-style  .logo-wrapper  {
	margin-left: 0;
	width: 321px;
	height: 55px;
	float: left;
	margin-right: 20px;
}
.header.custom-style  .logo-wrapper #company-logo {
	height: inherit;
	cursor: pointer;
	background-size: 100%;
	background-position: top 10px left;
	width: 100%;
	margin: 0;
}
.header-main-menu-button{
	float: left;
	padding: 0 20px;
}
.header-main-menu-button > span{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 55px;
	cursor: pointer;
}
.header-main-menu-button:hover{
	background: #fff;
}
.header-main-menu-button > span.fa-reorder{
	font-weight: 500;
	padding-left: 3px;
}

.header-main-menu-button:hover span{
	color: #183074;
}
.header-main-menu-button .header-menu{
	background: #fff;
	border-bottom: 2px solid #000;
	display: none;
	left: 0;
	position: absolute;
	top: 55px;
	right: 0;
}
.header-main-menu-button .header-menu.active,
.header-main-menu-button:hover .header-menu{
	display: block;
}
.header-main-menu-button .nav-menu{
	padding: 20px 0;
	border-bottom: 2px solid #D6D6D6;
}
.header-main-menu-button .nav-menu .menu{
	clear: both;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.header-main-menu-button .nav-menu .menu li{
	display: inline-block;
	vertical-align: middle;
}
.header-main-menu-button .nav-menu .menu li:after{
	display: inline-block;
	vertical-align: middle;
	content: '|';
	color: #5172AC;
	font-size: 22px;
	line-height: 22px;
	font-weight: 500;
	margin: -3px 12px 0 12px;
}
.header-main-menu-button .nav-menu .menu li:last-child:after{
	content: '';
	margin: 0;
}
.header-main-menu-button .nav-menu .menu li a{
	color: #5172AC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.header-main-menu-button .nav-menu .menu li a:hover{
	text-decoration: underline;
}
.header-menu .cols-wrapper{
	overflow: hidden;
	width: 100%;
}
.header-menu .left-col{
	float: left;
	width: 37%;
	overflow: hidden;
}
.header-menu .left-col .left-menu{
	list-style: none;
	padding: 0;
	margin: 20px 0;
	overflow: hidden;
}
.header-menu .left-col .left-menu li{
	float: left;
	width: 35%;
	margin: 0 10px 0 0;
	text-align: center;
}
.header-menu .left-col .left-menu  >li:first-child a{
	text-transform: uppercase;
}
.header-menu .left-col .left-menu  >li:last-child{
	width: 20%;
}
.header-menu .left-col .left-menu  >li:last-child a{
	font-size: 12px;
}
.header-menu .left-col .left-menu li .submenu{
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
.header-menu .left-col .left-menu li .submenu li{
	float: none;
	width: 100%;
	margin-bottom: 8px;
}
.header-menu .left-col .left-menu li .submenu li:last-child{
	margin-bottom: 0;
}
.header-menu .left-col .left-menu li a{
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none;
}
.header-menu .left-col .left-menu li a:hover{
	text-decoration: underline;
}
.header-menu .center-col{
	float: left;
	width: 37%;
	border-left: 2px solid #D6D6D6;
	border-right: 2px solid #D6D6D6;
	margin: 20px 0;
	padding: 0 20px;
	overflow: hidden;
}
.header-menu .center-col .img-box,
.header-menu .center-col .content{
	margin-top: 25px;
}

.header-menu .center-col .img-box{
	float: left;
	text-align: center;
	margin-right: 20px;
	width: 128px;
}
.header-menu .center-col .img-box img{
	display: block;
	margin: 0 0 15px;
	width: 100%;
	height: auto;
}
.header-menu .center-col .img-box a,
.header-menu .center-col .content a{
	background: #537ABA;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.header-menu .center-col .content{
	float: left;
	width: 48%;
}
.header-menu .center-col .content p{
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.header-menu .center-col .content p:first-child{
	margin-top: 0;
}
.header-menu .right-col{
	float: left;
	width: 25%;
	margin: 20px 0;
}
.header-menu .right-col .logo-list{
	list-style: none;
	padding-left: 30px;

}
.header-menu .right-col .logo-list li{
	margin-bottom: 15px;
}
.header-menu .right-col .logo-list li a img{
	display: block;
}
.header-menu .bottom-box{
	border-top: 2px solid #D6D6D6;
	width: 100%;
	overflow: hidden;
}
.header-menu .bottom-box .social{
	float: left;
	padding: 0;
	margin: 20px 0;
}
.header-menu .bottom-box .social li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.header-menu .bottom-box .social li.tw{
	background: url("images/twitter.png") no-repeat left center;
}
.header-menu .bottom-box .social li.ld{
	background: url("images/linkedin.png") no-repeat left center;
}
.header-menu .bottom-box .social li.yt{
	background: url("images/youtube.png") no-repeat left center;
}
.header-menu .bottom-box .social li.fb{
	 background: url("images/facebook.png") no-repeat left center;
 }
.header-menu .bottom-box .social li.rss{
	background: url("images/rss.png") no-repeat left center;
}
.header-menu .bottom-box a{
	color: #193273;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	padding: 0 10px 0 45px;
	height: 36px;
	text-decoration: none;
	display: block;
}
.header-menu .bottom-box a:hover{
	text-decoration: underline;
}
.header-menu .bottom-box .newsletter{
	float: right;
	margin: 20px 0;
}
#page-wrap #content{
	padding-top: 80px !important;
}

.search-wrapper{
	float: right;
	width: 220px;
	margin-top: 14px;
}

/* responsive*/
@media only screen and (max-width: 981px) {
	header.header.custom-style  .container{
		background: none !important;
		height: auto;
	}
	.header-menu{
		height: 375px;
		overflow-y: scroll;
	}
	.header-menu .left-col{
		width: 52%;
	}
	.header-menu .center-col{
		width: 48%;
		border-right: none;
	}
	.header-menu .right-col{
		width: 100%;
		border-top: 2px solid #D6D6D6;
	}
	.header-menu .right-col .logo-list li{
		display: inline-block;
		vertical-align: bottom;
		width: 30%;
	}
}

@media only screen and (max-width: 740px) {
	header.header.custom-style  .logo-wrapper{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.header.custom-style .logo-wrapper #company-logo{
		background-position: center center;
		background-size: 85%;
	}
	header.header.custom-style {
		height: 110px;
	}
	.header-main-menu-button .header-menu{
		top: 110px;
	}
	.header-main-menu-button .nav-menu .menu li{
		display: block;
		margin-bottom: 5px;
	}
	.header-main-menu-button .nav-menu .menu li:after{
		content: '';
		margin: 0;
	}
	#page-wrap #content{
	padding-top: 120px !important;
}
	.header-menu .left-col{
		width: 100%;
		border-bottom: 2px solid #D6D6D6;
	}
	.header-menu .center-col{
		width: 100%;
		border-left: none;
	}
	.header-menu .right-col .logo-list li{
		display: block;
		width: 100%;
	}
	.header-menu .bottom-box .social li{
		display: block;
		margin: 0 0 10px 30px;
	}
	.header-menu .left-col .left-menu{
		padding-left: 30px;
	}
	.header-main-menu-button .nav-menu .menu{
		padding-left: 20px;
	}
	.header-main-menu-button .nav-menu .menu li:after{
		margin: -4px 9px 0 9px;
	}
}
@media only screen and (max-width: 420px) {
	header.header.custom-style {
    height: 80px;
	}
	.header-main-menu-button{
	padding: 0 15px;
	}
	.header-main-menu-button > span{
		line-height: 40px;
	}
	.search-wrapper{
		width: 160px;
		margin-top: 8px;
		margin-right: 15px;
	}
	.header-main-menu-button .header-menu{
		top: 75px;
	}
	.header-menu .left-col .left-menu li{
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.header-menu .left-col .left-menu li:last-child{
		width: 100%;
		margin-bottom: 0;
	}
	.header-menu .left-col .left-menu li .submenu{
		margin: 0;
	}
	.header.custom-style .logo-wrapper{
		height: 35px;
	}
}
/**********shrink***********/
 header.header.custom-style.shrink{
	 height: 45px;
 }
 .header.custom-style.shrink .logo-wrapper{
	 height: 45px;
 }
 header.header.custom-style.shrink .header-main-menu-button > span{
	line-height: 45px;
}
header.header.custom-style.shrink .header-main-menu-button .header-menu{
	top: 45px;
}
header.header.custom-style.shrink  .search-wrapper{
	margin-top: 9px;
}
@media (min-width: 741px){
	 .header.custom-style.shrink  .logo-wrapper #company-logo {
	 background-position: top 5px left;
 }
}
@media only screen and (max-width: 740px) {
	header.header.custom-style.shrink{
	 height: 90px;
 }
 header.header.custom-style.shrink .header-main-menu-button .header-menu{
	top: 90px;
}
}
@media only screen and (max-width: 420px) {
	header.header.custom-style.shrink {
    height: 70px;
	}
	header.header.custom-style.shrink .header-main-menu-button > span{
		line-height: 35px;
	}
	header.header.custom-style.shrink .header-main-menu-button .header-menu{
		top: 70px;
	}
	header.header.custom-style.shrink  .logo-wrapper{
		height: 35px;
	}
	header.header.custom-style.shrink .search-wrapper{
		margin-top: 5px;
	}
}

