/*
Theme Name: Mistylake Child
Description: Mistylake Child Theme
Template: misty-lake
Version: 1.0.0
Text Domain: misty-lake-child
*/
/*
Theme Name: Aipsn theme
Description: Custom WP theme for AIPSN
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Lato');


body {
    margin: 0px;
    padding: 0px;
}
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	
}
header {
    margin:40px 0px 10px;
	
}
.load-more .alm-btn-wrap .alm-load-more-btn{
	background-color:#2e76bc;
}

.menu-header .menu{
	padding-left: 0px;
	margin-left: 0px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}
.logo {
    float: left;
    cursor: pointer;
    margin-right: 87px;
	padding-left:27px;
}
ul {
    list-style: none;
    float: left;
    margin-top: -10px;
}
ul li {
    display: inline-block;
    padding: 20px 12px;
}
ul li a{
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.menu-item-has-children{
	position:relative;
}

.sub-menu{
    position: absolute;
    right: -46px;
    background-color: white;
    z-index: 100;
    top: 55px;
    border: 1px solid black;
    padding-left: 16px;
    padding-right: 17px;
    display: none;
}

.navbar-header{
    width:100%;
}

.sub-menu{
	width:168px;
}

.sub-menu li{
display:block;
padding: 12px 5px;
}

.menu-item-has-children:hover > .sub-menu{
    display:block;
	
}


ul img {
    margin-left: 7px;
    cursor: pointer;
}

.title1_right {
   /* height: 232px;*/
    background-color: #f1f2f4;
    margin-top: -10px;
}

.title1_right p a{
	color:black;
}
.title2_right {
   /* height: 480px;*/
    background-color: #f1f2f4;
    margin-top: 20px;
	margin-bottom:30px;

}
.title3_right {
    background-color: #f1f2f4;
    margin-top: 10px;
   /* min-height:400px;*/
}

.title3_right h4 a{
    color:black;
}
.title2_right h6, .title3_right h6 {
    background-color: #7b835f !important;
    letter-spacing: 1px;
}
.title1_right h6, .title2_right h6, .title3_right h6, .single_title h6 {
    /*height: 62px;*/
    background-color: #2e76bc;
    font-family: 'Lato';
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 22px 30px;
}

.title1_right{
	/*height:130px;*/
}

.title1_right h6{
	/*height:130px;*/
	padding:22px 30px;
}

.title1_right h6 a{
	line-height:22px;
}

.title1_right h6 a{
	color:white;
}

.single_title, .single_title2{
	margin-top: 20px;
	margin-bottom:20px;
}

.single_title h6 a, .single_title2 h6 a{
	color:white;	
}

.single_title2 h6{
	color: white;
	/*height: 62px;*/
    background-color: #2e76bc;
    font-family: 'Lato';
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 22px 30px;
}

.title1_right p {
    font-family: 'Lato';
    color: black;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 30px;
    letter-spacing: 1px;
    line-height: 24px;

}
.title2_right .heading {
	padding: 12px 65px 12px 30px;
}
.title2_right .heading, .title3_right .heading {
    padding: 12px 30px;
}

.title2_right .heading h5 {
	    display: inline-block;
    margin-right: 20px;
    width: 80px;
}
.title2_right .heading h5 a{
    color:black;
	font-size:17px;
	font-weight:600;
}
.title2_right .heading_info, .title3_right .heading_info {
    padding: 0px 45px;
    margin-top: -15px;
}
.title2_right .heading h4, .title2_right .heading_info p, .title3_right .heading h4, .title3_right .heading_info p {
    line-height: 23px;
    font-size: 17px;
    color: black;
    font-weight: bold;
    font-family: 'Lato';
}
.title2_right .heading_info p, .title3_right .heading_info p {
    font-weight: 500;
}

.display-flex {display: flex; flex-wrap: wrap;}
.display-flex > [class*='col-'] { display: flex; flex-direction: column;}
.grid-block h3 {
    font-family: 'Lato';
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
    color: black;
   /* height: 63px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}
.grid-block h3 a{
    color: black;
    font-size: 20px;
    font-weight:600;
}
.box_content .entry-date{
	font-weight:600;
	font-size:14px;
}

.thirdblock-excerpt{
	font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.box_content{
	margin-bottom:20px;
	height: 172px;
    /*height: 180px;*/
    overflow: hidden;
}

.box_content > p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;height: 115px;
    max-height: 115px;
	    margin-bottom: -0.7em;
    -webkit-box-orient: vertical;
    color: black;
    font-weight: 400;
}
.box_content h3 {
    font-family: 'Lato';
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;
    color: black;
   /* height: 63px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.box_content h3 a{
    color: black;
    font-size: 20px;
	font-weight:600;
	position: relative;
	z-index: 100;
}

.box_content p {
    font-family: 'Lato';
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    color: black;
}
.box_content a, .title2_right .heading_info a, .title3_right .heading_info a {
    font-family: 'Lato';
    font-weight: bold;
    color: #2e76bc;
    font-size: 16px;
    
}

.social-icons img{
	margin:15px 4px;
}

.loadmore {
    text-align: center;
}
.loadmore button {
    border: none;
    font-family: lato;
    color: #d3d9df;
    background-color: #f5f5f6;
    font-size: 22px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-top: 150px;
    margin-bottom: 80px;
    text-transform: uppercase;
}
footer {
    text-align: center;
    border-top: 1px solid black;
}
footer img {
    margin: 30px 10px;
}

.article_image img {
    width: 700px;
    height: 411px;
}
.article_title h4 {
    font-family: 'Lato';
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    margin-top: 30px;
    font-weight: bold;

}
.author_name, .date {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: bold;
    color: #123951;
    float: left;
    padding-right: 30px;
}
.article_content p, .article_full p {
    font-family: 'Lato';
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;  
    clear: both;
    color: #000000;
}
.article_full p {
    font-size: 22px !important;
    font-weight: 500;
    line-height: 40px;
}
.article_content a {
    font-family: 'Lato';
    font-weight: bold;
    color: #2e76bc;
    font-size: 16px;
}
.two_lines ul {
    border-top: 5px solid blue;
    border-bottom: 5px solid blue;
    padding-left: 10px;
}
.two_lines li {
    padding: 20px 40px;
    margin: 10px 10px;
    background-color: #2e76bc;
    cursor: pointer;
}
.two_lines a {
    text-decoration: none;
    color: white;
}
.bottom_article {
    border-top:1px solid blue;
    border-bottom: 1px solid blue;
}

.secondblock-title p a{
	font-size: 28px;
    font-weight: bold;
    color: #2e76bc;
}

.about-us p{
	font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.post-title p a{
	color:black;
}
.ask_margin{
    margin-bottom: 29px;
      }
      
.entry  ul li{
display:block;
padding:4px;
list-style-type: disc;
    display: list-item;
}

.entry ul{
float:none;
}

@media(max-width:480px){
	.menu-header ul {
		width:100%;
		background:#ebebeb;
		    padding-bottom: 50px;
	}
	.menu-header ul li {
		display:block;
		padding:10px 12px;
		margin-left:20px;
		margin-right: 20px;
    border-bottom: 1px solid #ccc;
	}
	.container {
		width:100%;
	}
	.social-icons {
		margin-left:40px;	
	}
	.navbar-header button.menu {
		background:transparent;
		position: absolute;
    right: 0px;
    top: 5px;
	}
	.logo {
		margin-right:0px;
		padding-left:0px;
	}
	.logo a img {
		width:260px;
		
	}
	.box_content {
		height:180px;
	}
	.box_content p{
		    height: 93px;
	}
	.social-icons {
		position:absolute;
		    bottom: 32px;
    left: 15%;
	}
	header {
		margin:15px 0px;
	}
	.mainblock {
		margin-bottom:20px;
	}
	.mobile-hide {
		margin-left:-15px;
		margin-right:-15px;
	}
	.social-icons img {
		margin:0px;
	}
	.sub-menu {
		border:0px;
		position:initial;
		z-index:0;
		
		margin-top: 20px;
    right: 0px;
    padding: 0px !important;
	}
	.menu-header ul li ul.sub-menu li {
		border-bottom:transparent;
		    margin-left: 0px;
    margin-right: 0px;
    padding: 6px;
	}
	.mainblock1 {
		margin-top:50px;	
	}
	.menu-header ul.menu li:nth-child(4){
		background-image:url('../misty-lake-child/Artboard 2.png');
		    background-repeat: no-repeat;

    background-position: 75px 22px;
	}
	.menu-header ul.menu li ul.sub-menu li:nth-child(4){
		background-image:none;
	}
	

	
}
@media(min-width:1440px){
	body{
		    width: 1356px;
    margin-left: auto !important;
    margin-right: auto !important;
	}
}

.ba_inner_articles {
	border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 20px;
}
.ba_inner_articles p {
	margin-bottom:0.5em;
}      
.ba_inner_articles p a {
	color: black;
    font-size: 18px;
    font-weight: bold;
}
.ba_inner_articles .thirdblock-excerpt {
	    font-size: 16px;
}

.header-image img, .entry-content img, .entry-thumbnail img, img.size-full, img.size-large, img.size-thumbnail {

    max-width: 100%;
    height: auto;

}

.organisation-logo{max-width: 150px; margin-right: 15px; display: inline-block;}
.organisation-logo img{width: 100% !important; height: auto !important;}
@media(max-width:479px){
    .organisation-logo{ display:block;}
    }