@charset "UTF-8";
/* CSS Document */



/*
 ********************************************
 * defaults and useful css
 ********************************************
 */

.centerme {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.maha-gutter-0 { padding: 0px !important; }
.maha-gutter-1 { padding: 1px !important; }
.maha-gutter-2 { padding: 2px !important; }
.maha-gutter-3 { padding: 3px !important; }
.maha-gutter-4 { padding: 4px !important; }
.maha-gutter-5 { padding: 5px !important; }
.maha-gutter-6 { padding: 6px !important; }
.maha-gutter-7 { padding: 7px !important; }
.maha-gutter-8 { padding: 8px !important; }
.maha-gutter-9 { padding: 9px !important; }
.maha-gutter-10 { padding: 10px !important; }
.maha-gutter-11 { padding: 11px !important; }
.maha-gutter-12 { padding: 12px !important; }
.maha-gutter-13 { padding: 13px !important; }
.maha-gutter-14 { padding: 14px !important; }
.maha-gutter-15 { padding: 15px !important; }
.maha-gutter-16 { padding: 16px !important; }
.maha-gutter-17 { padding: 17px !important; }
.maha-gutter-18 { padding: 18px !important; }
.maha-gutter-19 { padding: 19px !important; }
.maha-gutter-20 { padding: 20px !important; }





/******* ends *******/

/*
 ********************************************
 * MAHA PAGINATION STYLES
 ********************************************
 */

.maha-mcp-prev-next-posts,
.maha-mcp-pagination {
    border-top: 1px solid #222;    
    border-bottom: 1px solid #222; 
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
}

.maha-mcp-prev-posts-link,
.maha-mcp-next-posts-link {
    display: inline-block;   
}

.maha-mcp-prev-posts-link a,
.maha-mcp-next-posts-link a {
    display: inline-block;
    padding: 10px 15px; 
    background-color: #EDB601;
    color: #fff; 
    font-size: 18px;
    margin-right: 15px;
    transition: all 0.4s ease 0s;
    font-weight: 300; 
}
.maha-mcp-prev-posts-link a:hover,
.maha-mcp-next-posts-link a:hover {
    background-color: #222;    
}


.maha-mcp-pagination a,
.maha-mcp-pagination span.current {
    font-size: 18px; 
    margin-right: 10px;
    transition: all 0.4s ease 0s; 
    color: rgba(236,101,179,1.00);      
}
.maha-mcp-pagination a {
    color: #222;     
}

.maha-mcp-pagination a:hover,
.maha-mcp-pagination span.current {
    color: rgba(236,101,179,1.00);      
}
/***/


/*
 ********************************************
 * MAHA GRID STYLES - maha-sq
 * Is a square block style with
 * hover elements
 ********************************************
 */

.maha-mcp-sq {
    position: relative;
    width: 100% !important; 
    overflow: hidden;
    background-color: rgba(236,101,179,1.00);        
}

.maha-mcp-sq:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.maha-mcp-sq__bg,
.maha-mcp-sq__info {    
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.maha-mcp-sq__bg {
       
    background-repeat:no-repeat ;
    background-position: center;
    background-size:cover;
}

.maha-mcp-sq__info { 
    transition: all 0.4s ease 0s; 
    background-color: rgba(236,101,179,0.00);    
}

.maha-mcp-sq__infoinner {    
    position: absolute;
    top: -500px;
    transition: all 0.4s ease 0s;
    /* Enable hardware acceleration to fix laggy transitions */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); 
    left: 20px;
    line-height: 110%;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 400;  
}

.maha-mcp-sq__brief p {  
    color: #fff; 
    line-height: 140%;
    font-size: 18px;
}
.maha-mcp-sq__info h3 {    
    position: absolute; 
    bottom: 10px; 
    left: 10px; 
    background-color: rgba(236,101,179,1.00);
    padding: 7px 12px;
    display: inline-block; 
    font-size: 30px;
    font-weight: 700;  
    margin-right: 10px;
    line-height: 120%;
    color: #222;
    
}

p.maha-mcp-sq__date {    
    font-size: 12px; 
    text-transform: uppercase; 
    color: #fff;  
}


a.maha-mcp-sq__link:hover > .maha-mcp-sq__info > .maha-mcp-sq__infoinner {    
    left: 15px; 
    top: 30px; 
}

a.maha-mcp-sq__link:hover > .maha-mcp-sq__info h3 {        
/*  opacity: 0.0; */
    color: #222;
    background-color: #fff;
}

.maha-mcp-sq__bg {    
    width: 100%;
    opacity: 1.0;
    transition: all 0.4s ease 0s;
	/*transform: scale(1.0);
	-ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);*/
    /* Enable hardware acceleration to fix laggy transitions */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); 
} 

a.maha-mcp-sq__link:hover > .maha-mcp-sq__info {   
    background-color: rgba(236,101,179,1.00);
} 

/*
 * MEDIA QUERIES - maha-sq
 */
 
@media (min-width: 359px) and (max-width: 750px) {
.maha-mcp-sq {
    position: relative;
    width: 200px;     
}
}
@media (min-width: 960px) and (max-width: 1139px) {

}
@media (min-width: 1140px) {

}
 

/******* maha-sq ends *******/



/*
 ********************************************
 * MAHA LIST STYLES - maha-classic
 * Ideal for news and the default grid format
 ********************************************
 */


.maha-mcp-classic {
    position: relative;
    width: 100%; 
    overflow: hidden;
    background-color: rgba(221,221,221,1.00);
   
    
      
}


.maha-mcp-classic a {
    text-decoration: none;
    color: #222;       
}

.maha-mcp-classic__thumb {
    overflow: hidden; 
    position: relative;
    margin: 15px;
    
    
}


.maha-mcp-classic__info {
    overflow: hidden; 
}

.maha-mcp-classic__thumb img {
    width: 100%; 
}

.maha-mcp-classic__info {
    color: #222;
    margin: 15px;
}

p.maha-mcp-classic__brief {
    font-weight: 300;
    font-size: 16px;    
}

h3.maha-mcp-classic__title {
    font-size: 18px;
    font-weight: 700; 
    margin-bottom: 5px; 
    line-height: 110%; 
    border:none; 
    color: #222; 
}

p.maha-mcp-classic__date {
    font-size: 8px; 
    text-transform: uppercase;
    margin-top: 15px;   
}

img.maha-mcp-classic__img {
    
    width: 100%;
    opacity: 1.0;
    transition: all 0.6s ease 0s;
	transform: scale(1.0);
	-ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
	/* stops flickr of image */
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;   
	/* stops flickr of image */    
} 



a.maha-mcp-classic__link {
    text-decoration: none;      
}
a.maha-mcp-classic__link:hover > .maha-mcp-classic__thumb > img.maha-mcp-classic__img {
    
    
    opacity: 0.5;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
    -webkit-transform: scale(1.2)
	stops flickr of image */
	-webkit-perspective: 1000; */
	-webkit-backface-visibility: hidden;  
	stops flickr of image */     
    
}




/******* maha-classic ends *******/

/*
 ********************************************
 * MAHA LIST STYLES - maha-simple-list
 * Ideal for news and the default grid format
 ********************************************
 */

.maha-mcp-list {
    border-bottom: 1px solid #ADADAD;   
}

.maha-mcp-list__date {
    text-transform: uppercase;
    font-size: 16px;
}

/******* maha-simple-list *******/