

/*
Theme Name:     Alura Holding
Theme URI:      https://alura.co.in/
Description:    Custom theme by the Mighty Ant
Author:         The Mighty Ant
Author URI:     https://themightyant.com
Version:        0.0.2

===========================
BRAND COLOURS: */

:root {
    --black: #212121;
    --white: #ffffff;
    --light-grey: #f7f7f7;
}

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 General CSS
04 Content blocks CSS
05 Page Template CSS
06 Media queries 

===========================

/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 01 SENSIBLE DEFAULTS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* Starkers CSS Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline;zoom:1}
html{font-size:100%;box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
*, *:before, *:after {box-sizing:inherit;}
body{margin:0}
a{color:blue}
li{list-style:none}
b,strong{font-weight:700}
i,em,dfn{font-style:italic}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
small{font-size:85%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}
label{cursor:pointer}
input,select,textarea{font-size:100%;vertical-align:middle;margin:0}
button,input{line-height:normal;overflow:visible}
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
input[type=checkbox],input[type=radio]{box-sizing:border-box}
input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:vertical}
table{border-collapse:collapse;border-spacing:0}
td{vertical-align:top}

div,article,section,header,footer,nav,li { position:relative; }
.group:after 		{ display:block; height:0; clear:both; content:""; visibility:hidden; font-size: 0; }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* Wordpress defaults - previously img.alignright etc. */
.alignright { float: right; margin: 0 0 15px 15px; max-width: 50%; height: auto; }
.alignleft { float: left; margin: 0 15px 15px 0; max-width: 50%; height: auto; }
.aligncenter { display: block; margin: 0 auto; max-width: 100%; height: auto; }  
.alignnone { margin: 10px 0; max-width: 100%; height: auto; }
.wp-caption-text { margin-bottom: 0; font-size: 14px; display: inline-block; }

/* Useful Classes */
.sprite { /*background-image: url('images/sprite.png');*/ background-repeat: no-repeat; text-indent: -9999px; display: inline-block; position: relative; }
.responsive { width: 100%; }
.mobile { display: none; }
.desktop { display: block; }
.display-none { display: none }
.centered { margin: 0 auto; }
.v-align { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.v-align::before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.35em; }
.v-align span { display: inline-block; text-align: center; width: auto; padding: 10px; vertical-align: middle; }
.flex-direction-nav li { position: inherit; }

.js-button, .js-button:hover, .js-button:active, .js-button:focus { outline: none; }
.print { display: none; }
.layout { background-color: hsla(0, 50%, 50%, 0.5); }

.embed-container { position:relative; padding-bottom:56.25%; overflow:hidden; max-width:100%; height:0; height:auto;	} 
.embed-container iframe, .embed-container object, .embed-container embed { position:absolute; top:0; left:0; width:100%; height:100%; }

/* Animation and filters */
.animate-all, .menu-item a { 
    -webkit-transition: all 300ms; 
            transition: all 300ms; 
}
.animate-all-slow { 
    -webkit-transition: all 600ms; 
            transition: all 600ms; 
}

.no-touchevents .img-link:hover img,
.img-link:focus img, 
.img-link:active img {
    -webkit-filter: saturate(110%) contrast(110%) brightness(105%);
            filter: saturate(110%) contrast(110%) brightness(105%);  
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 02 TYPOGRAPHY ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body, input, textarea, select { 
	font-family: "", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, .h1 { 
    text-wrap:balance;        
}
h2, .h2 { 
    text-wrap:balance;        
}
h3, .h3 { 
    text-wrap:balance;    
}
h4, .h4 { }
h5, .h5 { }
h6, .h6 { }

h1 br, h2 br, h3 br {
    display: none;
}

p { 
	margin-bottom: 24px; 
    text-wrap: pretty;
}

a, a:link, a:visited {
	color: #FA1430;
}
a:hover, a:active, a:focus {
	color: #D50000; 
}
a[href^="tel"] {
	text-decoration: none;
}

ul { 
    padding-left: 17px; 
    margin-bottom: 24px; 
}
ol { 
    padding-left: 22px; 
    margin-bottom: 24px; 
}
ul li { 
    list-style-type: disc; 
}
ol li { 
    list-style-type: decimal; 
}

.button,
.button:link,
.button:visited { 
    background: transparent; 
    color: var(--black); 
    border: 1px solid var(--black); 
    padding: 9px 15px; 
    font-weight: 400; 
    display: inline-block; 
    text-decoration: none;  
    text-align: center;
    transition: all 250ms;
}
@media(hover:hover) {
    .button:hover,
    .button:active,
    .button:focus { 
        background: var(--black); 
        color: var(--white);
    }
}

/* Classes */
.no-last-padding > *:last-child {
    margin-bottom: 0;
}

/* Video */
.mejs-inner, 
.mejs-layers { 
    position: initial; 
}


/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 03 GENERAL CSS -----------------------------------------------
---------------------------------------------------------------------------------------------------------- */

body{
    overflow: visible;
    overflow-x: hidden;
    overflow-y: visible;
}
.site-header {
    background-color: var(--white);
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all 250ms;
    z-index: 100;
}
.site-header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
}
.logo {
    margin-bottom: 0;
}
.logo,
.logo a{
	width: 200px;
    height: 50px;
}
.logo a{
	background: url("images/logo.svg") 0 0 no-repeat;;
}

/* Main menu */
.main-menu {
    margin: 0;
    padding: 0;
    display: none;
}
.main-menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    line-height: 1;
}
.menu-item a {
    color: var(--black);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    background: transparent;
    transition: color 250ms;
}
.main-menu > .menu-item > a {
    padding: 12px 15px;
}
.main-menu > .menu-item > a:hover,
.main-menu .menu-item-has-children:hover > a {
    color: #000;
    background-color: var(--light-grey);
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 15px;
    background: var(--light-grey);
    flex-direction: column;
    width: max-content;
}
.main-menu .menu-item-has-children:hover .sub-menu {
    display: flex;
    flex-direction: column;
}
.main-menu .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
}
.main-menu .sub-menu a {
    white-space: nowrap;
}
.main-menu .sub-menu a:hover {
    color: #000;
    text-decoration: underline;
}

/* Mobile Mmenu */
.mobile-menu-nav {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--light-grey);
    transform: translateY(-100%);
    transition: transform 650ms;
    z-index: 90;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.menu-open .mobile-menu-nav {
	transform: translateY(0);
}
.mobile-menu, 
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu {
    max-height: calc(100vh - 100px);
    overflow: auto;
    overflow-x: hidden;
    margin: 100px 0 0;
    padding: 0 20px;
}
.mobile-menu li {
    display: block;
    list-style-type: none;
}


/* -------------------------------------------- SECTION TITLE -------------------------------------------- */




/* ----------------------------------------------- FOOTER ------------------------------------------------ */
.site-footer {
	padding-top: 50px;
	padding-bottom: 50px;
}
.social-links {
    margin: 0;
    padding: 0;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
}


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 04 CONTENT BLOCK CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------------- 
------------------------------------------- 05 PAGE TEMPLATE CSS --------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ---------------------------------------------- CONTACT ------------------------------------------------ */

/* Map */
/* Show zoom controls */
#gmap div {
    position: initial;
}
/*.gm-bundled-control-on-bottom {
    bottom: 85px !important; 
}
#gmap > div > div > div:nth-last-child(3) {
    position: relative;
}
#gmap > div > div > div:last-child {
    position: relative;
}*/
/* Google Map text buttons */
.gmnoprint button, .gmnoprint a, .gmnoprint span, .gm-style-cc a {
    color: #7A7A7A !important;
}


/* -------------------------------------------- PLAIN TEXT ----------------------------------------------- */

#data-table {
    border-spacing: 0;
    width: 100%;
    margin: 0 0 1.41575em;
    border-collapse: separate;
}
#data-table thead th {
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    background: #f7f7f7;
}
#data-table th, #data-table td {
    border: 1px solid #e8e8e9;
    padding: 10px 10px;
    font-size: 15px;
}

/* ---------------------------------------------------------------------------------------------------------- 
---------------------------------------------- 06 PLUGIN CSS ------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	display: inline-flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	outline: none;
}
/*.hamburger:hover {
	opacity: 0.7;
}*/
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #FA1430;
	border-radius: 0px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

/* 3DX */
.hamburger--3dx .hamburger-box {
	perspective: 80px; 
}
.hamburger--3dx .hamburger-inner {
	transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
	transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); 
}
/* Don't show hover on touch devices */
@media (hover: hover) {
    .hamburger:not(.is-active):hover .hamburger-inner, 
    .hamburger:hover .hamburger-inner::before, 
    .hamburger:hover .hamburger-inner::after {
        background: #25B9DC;
    }
}.hamburger--3dx.is-active .hamburger-inner {
	background-color: transparent;
	transform: rotateY(180deg); 
}
.hamburger--3dx.is-active .hamburger-inner::before {
	transform: translate3d(0, 10px, 0) rotate(45deg); 
}
.hamburger--3dx.is-active .hamburger-inner::after {
	transform: translate3d(0, -10px, 0) rotate(-45deg); 
}

/* -------------------------------------------- COOKIE BAR ----------------------------------------------- */

.has-cookie-bar footer {
    padding-bottom: 40px;
}
#eu-cookie-bar {
    color: #ffffff;
    padding: 5px 15px 5px;
    background-color: #999;
    font-size: 14px;
	border-top: 1px solid 999;
	transition: all 250ms;
}
button#euCookieAcceptWP {
    background: transparent;
    color: #ffffff;
    padding: 2px 12px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

button#euCookieAcceptWP:hover,
button#euCookieAcceptWP:focus {
    background: #82A63E;
    color: #ffffff;
	border-color: #82A63E;
}
#eu-cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}
#eu-cookie-bar a:hover,
#eu-cookie-bar a:focus {
    color: #82A63E;
}


/* ---------------------------------------------------------------------------------------------------------- 
-------------------------------------- 07 MEDIA QUERIES (mobile-first) --------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 
iphone 3 - 4S   320 x 480px (372px visible, 440px when scrolling) 
iphone 5 - 5S   320 x 568px
iphone 6 - 8    375 × 667px (559??)
iphone 6+ - 8+  414 × 736px (628??)
iphone X: 		375 x 812px
ipad            768 x 1024px
ipad Pro 		1024 x 1366px
*/

/* GRID
SM = min-width: 576px
MD = min-width: 768px
LG = min-width: 992px
XL = min-width: 1200px
*/

/* 576 and up - SMALL */
@media screen and (min-width:576px) {
    
    h1 br, h2 br, h3 br {
        display: block;
    }

}

/* 768 and up - MEDIUM */
@media screen and (min-width:768px) {
    
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    #data-table th, #data-table td {
        padding: 16px 22px;
        font-size: 16px;
    }
    
    .hamburger {
        display: none;
    }
    .main-menu {
        display: block;
    }
    .mobile-menu-nav {
        display: none !important;
    }

}

/* 992 and up - LARGE */
@media screen and (min-width:992px) {
    
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }

   
}

/* 1200 and up - X-LARGE */
@media screen and (min-width:1200px) {
    
    .container {
        padding-left: 45px;
        padding-right: 45px;
    }

   
}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

}