/*
    Theme Name: Invest South
    Author: Komma Strik
    Version: 1.0
*/

body {
    font-family: Lato, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a {
  text-decoration: none;
	color: #337f9e;
}

h2 {
    font-weight: 400;
    padding-top: 20px;
}

h5 {
	font-size: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

::selection {
  background: rgba(233, 178, 69, .6); /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(233, 178, 69, .6); /* Gecko Browsers */
}

p {
    font-weight: 300;
    font-size: 110%;
    line-height: 1.7;
    font-family: Merriweather, Times New Roman, serif;
    color: #696969;
}


.read-more__link {
    text-decoration: none;
    color: #e9b245;
    font-size: 20px;
    line-height: 200%;
}

.emphasis-orange {
    color: #e9b245;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
	  padding: 4% 0;
}


.container--narrow{
  max-width: 940px;
	margin-bottom: 20px;
	padding: 2% 20%;

}

@media all and (max-width: 786px){
	.container--narrow {
		padding: 2% 15px;
	}
}

.container--extra_narrow {
	max-width: 700px;
	display: flex;
	justify-content: space-between;

}
@media (min-width: 900px){
  .narrow_section {
	   display: flex;
	   justify-content: space-between;
	   margin-bottom: 40px;
     margin-top: 20px;
     }
}

.narrow_section {
  margin: 20px 0;
   }

.container-front-page {
	padding: 8% 0;
}

.map-container {
	min-height: 300px;
	background-color: aqua;
  margin-top: 20px;
}


/* OPPORTUNITIES TABLE */



@media (min-width: 1186px){
.opportunities_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
}
@media (min-width: 1186px){
.opportunities_single {
    width: 31%;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    overflow: hidden
  }
}

.opportunities_img {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;

}

.opportunities_single{
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;

}

.opportunities_single p {
  font-family: Lato, Arial, sans-serif;
  line-height: 1.2em;
}

.opportunities_location {
  display: block;
  align-content: center;
}

.opportunities_location:before {
  display: inline-block;
  vertical-align: center;
  content: url('images/location.svg');
  padding-right: 10px;
}

.opportunities_name {
  position: absolute;
  bottom: 0px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(233,178,69,0.8);
  padding: 3%;
  font-size: 120%;
  text-align: center;
  color: white;
   transition: 0.3s;
}


.opportunities_name:hover {
  background-color: rgba(255,255,255,0.8);
  color: #145966;
}




/*
.opportunities-info {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.opportunities-info tr {
  background-color: #e5edee;
  border: 1px solid #ddd;
  padding: .35em;
}

.opportunities-info th,
.opportunities-info td {
  padding: .625em;
  text-align: center;
}

.opportunities-info th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .opportunities-info {
    border: 0;
  }

  .opportunities-info caption {
    font-size: 1.3em;
  }

  .opportunities-info thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .opportunities-info tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .opportunities-info td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }


  .opportunities-info td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */ /*
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .opportunities-info td:last-child {
    border-bottom: 0;
  }
}

.opportunities__button {
  padding: 1em;
  background-color: blue;
  color: #fff;
}

.opportunities__data{

}

.opportunities__table {
  width: auto;
}

.opportunities__header a {

}

*/



.min-list {
	padding-left: 0;
}

.min-list li {
	list-style: none;
	margin-left: 0;
}



/*  ==================
    Main Menu Styles
    ==================
*/



.site-header {
    position: fixed;
	position: -webkit-sticky;
    top: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding-left: 10%;
	padding-right: 10%;
	padding-top: 30px;
	padding-bottom: 20px;
    z-index: 4;
    backdrop-filter: blur(10px);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	transition: 0.4s ease-in-out;
}

.logo {
    content: url('images/investsouth-logo.png');
    width: 160px;
	transition: 0.4s ease-in-out;
	cursor: pointer;
	margin-right: auto;
}

/*  ==================
    MAIN NAV
    ==================
*/

.current-menu-item a{
	font-weight: bolder;
	color: #e9b245!important;
}


.main-nav {
	text-align: right;
}

.main-nav-ul {
	display: flex;
	justify-content: space-between;
	align-content: flex-end;
}

.main-nav-ul > li {
	display: inline-block;
	padding: 0px 20px;

}

.main-nav-ul li a {
	display: inline-block;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	color: #fff;
}

.main-nav-ul li a:hover {
	color: #e9b245;
}

/* DROPDOWN UL */
.dropdown {
	display: none;
	position: absolute;
	right: -9999px;
	background-color: #145966;
	padding: 0;
	z-index: 10;
}

/* DROPDOWN LI */
.dropdown li {
	text-align: left;
	font-size: 0.9em;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	list-style: none;
	right: auto;
}

.dropdown li a{
	display: block;
	padding: 15px 10px;
	color: #fff;
}

/* DISPLAY DROPDOWN */
.main-nav-ul li:hover > .dropdown {
	display: block;
	right: auto;
}

.dropdown li:hover{
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
   	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
   	box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
	background-color:  #e9b245;

}

.dropdown li a:hover {
	color: #fff;
}




/* End Main Menu Styles */

/*  ==================
    Footer Menu Styles
    ==================
*/
.nav-list ul {
	list-style: none;
	color: #fff;
	margin-left: 0;
	padding-left: 0;
}

.nav-list a {
	display: inline-block;
	padding: 5px 0;
}

.nav-list a:visited {
	color: #fff;
}
.nav-list a:hover {
	color: #e9b245;
}


.nav-list a {
    color: #fff;
    font-size: 95%;
    font-weight: 200;
    line-height: 1.5vh;
}

.nav-list a:hover {
    color: #E9B245;
}


/*  ==================
    Hamburger Menu START
    ==================
*/


.burger-navigation-container {
	margin-right: 15%;
}

.nav-toggle {
	display: none;
}

.nav-toggle-label {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 1em;
	height: 100%;
	display: flex;
	align-items: center;
}

.nav-toggle-label span,
.nav-toggle-label span:before,
.nav-toggle-label span:after {
	display: block;
	background-color: #ffffff;
	height: 2px;
	width: 2em;
	border-radius: 2px;
	position: relative;
}

.nav-toggle-label span:before,
.nav-toggle-label span:after {
	content: '';
	position: absolute;
}

.nav-toggle-label span:before {
	top: 7px;
}

.nav-toggle-label span:after {
	bottom: 7px;
}

.burger-nav {
	position: absolute;
	text-align: right;
	right: 0;
	background-color: rgba(20,89,102,0.9);
	width: 100%;
	z-index: 999;
	transform: scale(1, 0);
	transform-origin: top;
	transition: 300ms ease-in-out;
	margin-top: 26px;
}

.burger-nav ul {
	margin: 0 ;
	padding: 0;
	list-style: none;
}

.burger-nav li {
	padding: 15px;
}

.burger-nav li ul li {
  padding: 5px 0;
  font-size: 0.9em;

}

.burger-nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 100ms ease-in-out;

}

.burger-nav a:hover {
	color: #E9B245;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-toggle:checked ~ .burger-nav {
	transform: scale(1,1);
}

.nav-toggle:checked ~ .burger-nav a {
	opacity: 1;
	transition: opacity 200ms ease-in-out 150ms;
}

.burger-dropdown {
	display: none;
  padding-right: 0;
}

/* DISPLAY DROPDOWN */
.burger-nav li:hover >.burger-dropdown {
	display: block;
	right: auto;
}


/*  ==================
    Hamburger Menu END
    ==================
*/



.menu-btn div {
 position: absolute;
 left: 100%;
 top: 64%;
 padding-right: 8px;
 margin-top: -0.50em;
 line-height: 1.2;
 font-size: 18px;
 font-weight: 200;
 vertical-align: middle;
 z-index: 99;
}

.menu-btn span {
 display: block;
 width: 19px;
 height: 3px;
 margin: 4px 0;
 background: rgb(0,0,0);
 z-index: 99;
}

.responsive-menu{
 display: none;
}

.expand {
 display: block !important;
}

.open-menu-link{
 display: none;
 position: absolute;
 right: 15px;
 top:0;
 line-height: 55px;
 font-size: 30px;
 cursor: pointer;
}

li .sub-menu{
 display: none;
}

.visible {
 display: block!important;
}


/*  ==================
    Hero Page Banner
    ==================
*/

.hero-banner-container {
	min-height: 450px;
	background-color: #000;
	position: relative;
	box-sizing: border-box;
	display: flex;
	padding: 0 20%;
	justify-content: flex-start;
	align-items: center;

	}


.hero-banner-container_single-news {
	min-height: 500px;
	width: 100%;
}


.hero-banner-text-container {
	position: relative;
	z-index: 3;

}

.hero-banner-container h1,
.hero-banner-container h2,
.hero-banner-container p {
    color: #fff;
}

.hero-banner_bg-image {
    opacity: .33;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
}

.hero-banner_bg-image_no-opacity {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
}

/*  ==================
    Front Page Banner
    ================== */

.page-banner-container {
    background-color: #000;
    min-height: 100vh;
    display: block;
    align-content: center;
    z-index: 2;
    position: relative;
    overflow: hidden;
}



.page-banner-text > h1{
    font-size: 300%;
}

.page-banner-text {
    position:absolute;
    width: 45vw;
    right: 0;
    left: 0;
    top: 35%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    margin-bottom: 20%;
}

.page-banner_bg-image{
    padding-top: 95px;
    opacity: .40;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.button {
    padding: 15px 30px;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 600;
    margin-top: 50px;
    font-size: 130%;
    text-transform: uppercase;
  	-webkit-transition: -webkit-transform .3s ease-in-out;
  	transition: transform .3s ease-in-out;
}

.button:hover {
    background-color: #145966;
    color: #fff;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}



#orange-button {
    background-color: #E9B245;
}

#orange-button:hover {
    background-color: #145966;
}


#blue-button {
   background-color: #145966;
}

#blue-button:hover {
    background-color: #E9B245;
}

/*
==================
Three column layout
==================
*/


.three-column-layout{
	max-width: 940px;
	margin-bottom: 20px;
	padding: 2% 20%;
}


.three-column__flexbox{
	margin-top: 2%;
}

.category_3column {
  	border: 1px solid #90baca;
    margin: 5px;
    overflow: hidden;
}

.category-infrastructure {
	flex-basis: 48%;
}


.category_3column h2 {
	  color: #E9B245;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 120%;
    text-align: center;
}

.category_3column img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.category_3column p {
	   font-family: Lato, Arial, sans-serif;
}


.two-col {
	flex-basis: 67%;
}

.one-col {
	flex-basis: 30%;

}

/*SIDEBAR NAVIGATION */

.sidebar-nav ul {
	background-color: #616161;
	list-style: none;
	padding: 0;
}

.sidebar-nav ul li {
	padding: 15px 20px;
}

.sidebar-nav a {
	color: #fff;
}


.one-col li:hover {
	background-color: #6f6f6f;
	transition: 0.3s;
}

.page-links__active,
  .one-col .current_page_item {
	  background-color: #E9B245;
	  font-weight: bold;
}

/*
==================
Sidebar info
==================
*/
.sidebar_facts{
  background-color: #145966;
  margin-top: 1em;
  padding: 1em;
  color: #fff;

}
.sidebar_images{
  margin-top: 1em;
  padding: 1em;

}

.sidebar_links {
  min-height: 100px;
  margin-top: 1em;
  padding: 1em;
  background-color: #145966;
  color: #fff;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: .3s ease-in-out;

}

.sidebar_links h2 {
  padding: 0;
}

.sidebar_links:hover {
    background-color: #E9B245;


}

.sidebar_links p {
  font-family: sans-serif;
  font-size: 14px;
  color: #f0fefe;
  text-align: center;
}

#sidebar_link_text {
  text-align: center;
}


/*
==================
Four column layout
==================
*/


.four-column__column {
	flex-basis: 24%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}


.four-column__column h2 {
    color: #E9B245;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 120%;
	text-align: center;
}

h1.content-heading2 {
    font-size: 200%;
    font-weight: bold;
    font-family: Lato, Arial, sans-serif;
    color: #145966;
    text-decoration: none;
    text-align: center;
}

.reason-icon {
    background-repeat: no-repeat;
    background-position: center center;
    max-height: 220px;
  	-webkit-transition: -webkit-transform .3s ease-in-out;
  	transition: transform .3s ease-in-out;
}


.reason-icon:hover {
	 -webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.reason-icon-static {
  background-repeat: no-repeat;
  background-position: center;
  max-width: auto;
  height: 220px;
}


/*  ==================
    Banner Section
    ================== */

.banner-section-container {
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
}

.banner-section-container:after{
    content:'';
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100;
    background:#fff;
}


.banner-section-content {
      width: 940px;
      margin: auto;
  	  position: relative;
}

.banner-section-container > * {
	position: relative;
	z-index: 2;
}

.section-container h1{
    color: #fff;
    text-shadow: 0 0 5px #696969;
    text-align: center;
}

img .reason-icon{
    width: 50px;
    height: 50px;
    background-color: #E9B245;
}



.section-container{
	padding: 20px;
	display: flex;
  flex-direction: column;
	height: 30vh;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
  }


.section-container > * {
	position: relative;
	z-index: 2;
}


.section-container:after {
	content: '';
	position: absolute;
	left:0; right:0;
	height: 100%; width: 100%;
	background: rgba( 233, 178, 69, .5);
}

.municipalities-map {
	height: 200px;
	background-color: aliceblue;
}


/*  ==================
    Top tags on page
    ==================
*/

.page-content-tag-links a{
    color: #696969;
	font-size: 80%;
}

.current-item {
    color: #E9B245;
	font-size: 80%;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.page-content-tags {
    padding-top: 30px;
}

.page-content-tags a {
    margin-top: 30px;
    padding: 5px 15px;
    border: solid 1px #E9B245;
}

.page-content h1 {
    color: #145966;
    margin-top: 40px;
}


/*  ==================
    Municipalities page
    ==================
*/

.municipality-image,
.news-image{
    content: '';
	  background-color: aquamarine;
}

.page-content__municipalities {
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
}

.sidebar-info {
    box-sizing: border-box;
    background-color: #6f99a1;
    padding: 10px;
    height: auto;
	  flex-basis: 48%;
}


.sidebar-info a,
.sidebar-info a:visited{
    color: #fff;
    text-decoration: none;

}



.info-table {
    text-align: left;
    color: #fff;
}

.info-table th {
    vertical-align: top;
    padding: 5px 10px 5px 5px;

}

.info-table td {
    vertical-align: bottom;
    padding: 5px;
}

/* 3 column layout */

.column {
    width: 33%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.c2,
.c3,
{
    padding-left: 30px;
}

.column a{
    text-decoration: none;
    color: #696969;
    font-weight: 200;
}
.column a:hover{
    text-decoration: none;
    color: #145966;
    font-weight: 600;
}

.news-thumbnail_img {
    width: 35%;
    float: left;
	display: inline-block;
}

.read-more__link{
	display: inline-block;
	margin: 10px 0px;
}

.archive__excerpt {
    width: 60%;
    float: left;
	margin-right: 20px;
	margin: 0px 20px 0px 0px;
}

.news-single-element {
	margin-bottom: 20px;

}

/*clearfix */
.group:before,
.group:after {
    content:"";
    display: table;
}

.group:after {
    clear:both;
}
.group {
    zoom: 1;
}
/* Clearfix ENDS */

/*==============
 RELATED NEWS
================ */


@media (min-width: 1186px){
.related_news_container{
  display: flex;
  justify-content: space-between;
}
}
@media (min-width: 1186px){
.related_news_single {
  width: 31%;
  box-sizing: border-box;
  height: 25%;
  background-color: black;
  position: relative;
  }
}

.related_news_single_img {
  width: 100%;
  height: 100%;
}

.related_news_single{
  height: 200px;
  background-color: black;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;;
}

.related_news_single a {
  position: absolute;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(233,178,69,0.8);
  padding: 3%;
  font-size: 120%;
  text-align: center;
  color: white;
}


/* Footer Design */

.footer-background {
    padding: 20px 0;
    background: rgb(16,73,81);
background: linear-gradient(0deg, rgba(16,73,81,1) 0%, rgba(20,89,102,1) 100%);
    min-height: 30vh;
    position: relative;
}

.footer-container {
    top: 0;
    left: 0;
    right: 0;
    margin: 20px auto;
  	display: flex;

}

.footer-content {
  margin: 10%;
	color: white;
}


.footer {
	flex-basis: 30%;
	padding-left: 20px;
  padding-bottom: 20px;
	box-sizing: border-box;
}



.footer1 h3,
.footer2 h3,
.footer3 h3 {
    color: #fff;
    font-weight: 400;
    font-size: 120%
}

.copyright {
  padding: 20px 0;
  text-align: center;

}

.copyright p {
  color: rgba(255,255,255,0.4);
}

/*Latest News in Footer*/
.footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.footer ul li a {
	color: #fff;
}

.footer ul li a:hover {
	color: #E9B245;

}


/*Footer Ends*/


/*Smaller text on small screens*/
@media (max-width: 900px) {
	p{
    font-size: 90%;
    line-height: 1.7;
	}
}

@media (max-width: 768px) {
  h1,
  .content-heading2 {
    font-size: 2.4em!important;
  }
  h2, h3 {
    font-size: 1.2em;
  }
  button {
    font-size: 1em!important;
  }
}


@media (max-width: 768px) {
  .page-banner-text {
    position: absolute;
    width: 80vw;
    right: 0;
    left: 0;
    top: 20%;
    bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
  }
}

@media (max-width: 1184px){
	.main-nav {
		display: none!important;
	}
}


@media (min-width: 1186px) {
	.burger-navigation-container {
		display: none;
	}
}

@media (max-width: 768px) {
	.hero-banner-container  {
		min-height: 450px;
		background-color: #000;
		position: relative;
		display: flex;
		padding: 0 20%;
	}
}



@media (min-width: 1186px) {
	.three-column__flexbox {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.three-column-layout
	{
		padding: 5%;
	}
}

@media only screen and (max-width: 768px) {
	.two-one__flexbox {
	display: flex;
	flex-direction: column-reverse;
	}
}


@media only screen and (min-width: 768px) {
	.two-one__flexbox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	}
}


@media (min-width: 768px) {
	.four-column-layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}


@media (min-width: 768px){
	.footer-content {
		display: flex;
		justify-content: space-between;
		min-width: 940px;
		margin:auto;

	}
}

@media (min-width: 768px){
	.footer{
		border-right: 1px rgba(255,255,255,0.2) solid;
	}
}

@media (min-width: 768px){
	.footer:last-child {
		border-right: none;
	}
}
