/*Styles for header - These are critical by default */

.super-header .message,
.super-footer .message{
	display: flex;
}

.super-footer .message .icon-alert-circle,
.super-header .message .icon-alert-circle{
	margin-right: 11px;
	font-size: 26px;
    vertical-align: text-top;
}

.super-header .v-center-line,
.super-footer .v-center-line{
	padding-right: 12px;
	margin-left:-84%;
	max-width: 83%;
}

.super-header .buttons{
	display: flex;
	padding-right: 20%;
	justify-content: flex-end;
}

.super-header .buttons ul{
	display: flex;
	padding: 0;
	margin:0;
}

.super-header .buttons ul li{
	display: flex;
	list-style: none;
	margin:0;
	padding: 0;
}

.super-header .buttons ul li a{
	margin:0;
	padding: 30px 20px;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
}

.super-header .buttons li.residents a:before,
.super-header .buttons li.schedule-a-tour a:before,
.super-header .buttons li.phone-number a:before,
.super-header .buttons li.irio-button a:before
{
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:10px;
    font-size: 1.25em;
}

.super-header .buttons li.residents a:before{
	content: '\e90d';
}

.super-header .buttons li.schedule-a-tour a:before{
	content: '\e903';
}

.super-header .buttons li.phone-number a:before{
	content: "\e91b";
}

.super-header .buttons li.irio-button a:before{
	content: "\e959";
}
.super-header .buttons li.residents a:before,
.super-header .buttons li.schedule-a-tour a:before,
.super-header .buttons li.phone-number a:before,
.super-header .buttons li.irio-button a:before
{
	font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right:10px;
    font-size: 1.25em;
}

.super-header .buttons li.residents a:before{
	content: '\e90d';
}

.super-header .buttons li.schedule-a-tour a:before{
	content: '\e903';
}

.super-header .buttons li.phone-number a:before{
	content: "\e91b";
}

.super-header .buttons li.irio-button a:before{
	content: "\e959";
}

.main-header{
	position: relative;
	padding:0;
	margin:0;
}

.main-header > .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
}



.site-title {
	text-align: center;
	padding: 0;
}

.site-title img {
    width: auto!important;
    max-width: 100%!important;
    max-height: 40px;
}

.main-header .menu-main-menu-container > ul.menu{
	display: flex;
	justify-content: flex-end;
}

.gallery-menu ul.menu {
	display: flex;
    justify-content: center;
    padding: 40px 0;
}

.main-header .menu-main-menu-container > ul > li,
.gallery-menu ul.menu > li{
	list-style: none;
	padding: 1% ;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}

.main-header .menu-main-menu-container > ul > li a,
.gallery-menu ul.menu > li a{
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	padding-bottom:4px;
}

/*#site_navigation ul.menu > li:hover a, */
#site_navigation ul.menu > li.current-menu-item a,
.gallery-menu ul.menu > li.current-menu-item a {
    border-bottom: solid 1px;
    font-weight: 600;
}

#site_navigation.white ul.menu > li a {
	color: #fff!important;
}
#site_navigation ul.menu > li a {
	white-space: nowrap;
}

.main-header .menu-main-menu-container > ul > li a:hover,
.gallery-menu ul.menu > li a:hover {
    opacity:1;
}

/***********************/
/* Responsive styles */
/***********************/
@media (max-width: 768px){

	footer .footer-section {
	    margin-bottom: 20px;
	}

	footer .row.sub-footer div {
    	text-align: center;
	}

	footer .sub-footer ul.menu li {
	    display: block;
	    text-align: center;
	    width: 100%;
	    padding: 0;
	    margin-bottom: 20px;
	}

	footer ul.social-icons {
	    columns: 2;
	}

	.super-header .v-center-line, 
	.super-footer .v-center-line{
		display: none;
	}

	.super-header .message {
	    text-align: center;
	    padding-top: 10px;
	}

	.super-header .buttons{
		padding: 0!important;
    	width: 100%!important;
	}

	.menu-super-header-container {
	    width: 100%;
	}

	ul#menu-super-header{
		flex-direction: column;
		width: 100%!important;
	}

	.super-header .buttons ul li a {
	    padding: 10px;
	    text-align: center;
	    width: 100%;
	}

	.gallery-menu ul.menu {
		flex-direction: column;
		padding:0;
		margin:0 0 40px;
	}

	.gallery-menu ul.menu > li{
		display: inline-block;
		text-align: center;
		margin:auto;
		padding:12px 0;
	}

	/*Mobile Nav*/

	.main-header .menu-main-menu-container > ul > li {
		text-align: left;
	}

	.main-header .nav-wrapper {
	    position: fixed!important;
	    top: 0;
	    bottom: 0;
	    right: -120%;
	    width: 100%;
	    z-index: 100;
	    -webkit-transition: right 500ms ease;
		-moz-transition: right 500ms ease;
		-ms-transition: right 500ms ease;
		-o-transition: right 500ms ease;
		transition: right 500ms ease;
	}

	body.admin-bar .main-header .nav-wrapper {
	    top: 32px;
	}

	body.menu-active .main-header .nav-wrapper{
		right: 0%;
	}

	.main-header .close-button{
		position: absolute;
	    right: 24px;
	    top: 24px;
	}

	.main-header .close-button span{
		font-size: 32px;
	}

	.main-header .mobile-nav{
	    text-align: center;
	}

	.main-header .logo {
	    padding: 35px 0;
	}

	.main-header .navbar-toggle {
	    border: none;
	    box-shadow: none;
	    margin: 0;
	    padding: 0;
	    vertical-align: bottom;
	    float: none;
	    -webkit-appearance: none;
	    border-radius: 0;
	    display: inline-flex;
	    position: relative;
	    flex-direction: column;
	    justify-content: space-between;
	    background: transparent;
	    cursor:pointer;
	}

	.main-header .navbar-toggle .icon-bar {
		margin: auto;
	    display: block;
	    width: 35px;
	    height: 5px;
	    border-radius: 3px;
	    margin-bottom: 7px;
	}

	.main-header .menu-main-menu-container > ul.menu {
	    flex-direction: column;
	}

	.main-header .menu-main-menu-container > ul{
		margin-top:74px;
	}

	.main-header .menu-main-menu-container > ul > li a, .gallery-menu ul.menu > li a {
	    font-size: 24px;
	}

}

@media (min-width: 768px) and (max-width: 992px){

	header .logo {
	    padding-top: 30px;
	}

	footer .footer-section {
	    margin-bottom: 80px;
	}

	.main-header .menu-main-menu-container > ul.menu {
	    margin: 0;
	    justify-content: center;
	}

}


/***** IMPORTANT -> Change for Smaller screens *****/


@media(max-width: 560px){
	.bootstrap-wrapper .super-header .container {
        max-width: none !important;
	}
}


@media (min-width: 561px) and (max-width: 1200px){

	.bootstrap-wrapper .super-header .container {
	    max-width: 80%!important;
	}

}

/* changing the width of the gallery menu tabs + resize font -j 

.main-header .menu-main-menu-container > ul > li,
.gallery-menu ul.menu > li{
	padding: 20px 70px 65px 10px ;


}

.main-header .menu-main-menu-container > ul > li,
.gallery-menu ul.menu > li a{
	font-size: 1.15rem;

*/
	


  /* Changing the height of the Logo */
  .site-title img {
    width: auto !important;
    max-width: 100% !important;
    max-height: 60px;
  }
