/*
Theme Name: Skelementor Child
Theme URI: https://mousebuilt.com.au/skelementor-theme/
Template: skelementor
Author: Mousebuilt (Konker)
Author URI: https://mousebuilt.com.au/
Description: Ultra-minimal theme specifically for Elementor and to be as lightweight as possible.
Tags: custom-logo,one-column,two-columns,translation-ready
Version: 1.0.7.1552954421
Updated: 2019-03-19 00:13:41

*/
#logo {margin:1rem;}


.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.section-navigation .current_page_item > a,
.section-navigation .current-menu-item > a,
.section-navigation .current_page_ancestor > a,
.section-navigation .current-menu-ancestor > a {
	color:#EF0700 !important;
}
body {
	line-height:130%;
    font-size: 18px;
color: #000000;
        font-family: "Avenir Next W01 Medium", Sans-serif;
    font-weight: 400;
}
/*
a { color:#244A9F
}
a:hover, a:active {color: #E74240}
.container {
	max-width:1400px;
	width:auto;
	margin: 0 auto;
}
*/

.elementor-nav-menu--dropdown{
    background-color: #3466b7 !important;
    border-style: none !important;
}

.elementor-nav-menu--dropdown .elementor-sub-item{
   text-transform: none !important;
    color: #ffffff !important;
    font-weight: normal !important;
    border-bottom: 1px solid #072e6d;
}

h2 {
    color: #1c449b;
     font-family: "Avenir Next W01 Medium", Sans-serif;
    font-size: 24px;
    line-height: 1.4em !important;
}
h3 {
    color: #E74240;
     font-family: "Avenir Next W01 Medium", Sans-serif;
     font-size: 22px
}
h4 {
    color: #334353;
}
#sub-navigation {
	position:relative;
    top:5px;

}

.section-navigation {
    clear: none;
    display: flex;
    float: left;
    width: 90%;
    justify-content: flex-start;
	position:relative;
	z-index:100;
    font-size: 13px;
}
.section-navigation li a, .main-navigation li a {
	color:#294fa0;
	 /*border-right: 1px solid #fff;*/
}
.section-navigation li:last-child  a, .main-navigation li:last-child a {
    border-right: 0;
    border-bottom: 0 !important;
}
.section-navigation a:hover {
	color:red !important;
}
li.current_page_item a {
    color:#EF0700 !important;
}
.custom-logo {
    width:160px !important;
    height:70px !important;
}
time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
}
time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #304050;
  border-bottom: 1px dashed #cccccc;
  box-shadow: 0 2px 0 #666666;
}
time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #304050;
}
time.icon span
{
  font-size: 2.3em;
  letter-spacing: -0.05em;
  padding-top: 1.4em;
  color: #304050;
}
#logo {
    margin: 0 20px;
	float:left;
	padding:10px;
	z-index:200;
	position:relative;
}
.site-header {
	min-height:95px;
	height:auto;
	z-index:100;
	background-color:rgba(255,255,255, .8) !important;
	width:100%;
	margin:0 auto;
	color:#1C449B;
	position:relative
}
.site-header-home {
	min-height:75px;
	height:auto;
	z-index:100;
background-color:#fff !important;
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.social-icons {
	float:right;
	padding-right:30px;
	max-width: 120px;
}
.social-icons img {
padding-left:10px;
}
.top .search-field {
    background-color: transparent;
    background-image: url(/wp-content/uploads/2019/07/search.svg);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: -8px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 0;
}

.top .search-field:focus {
    background-color: #fff;
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 230px;
}
.search-form
.search-submit {
display:none;
}

.top {
	width:auto;
	float:right;
	margin: 30px 0 0 0;
}
.container-top {
	width:80%;
	float:left;
}
.section-navigation a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: red;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.section-navigation a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.section-open {
    text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
.container-top {
    width: 70%;
    float: left;
}
	#site-header {
		display:none
	}
}
@media only screen and (max-width: 769px) {
.container-top {
    width: 60%;
    float: left;
}
	#site-header {
		display:none
	}
}
@media only screen and (max-width: 600px) {
.container-top {
    width: 100%;
    float: left;
}
	#site-header {
		display:none
	}
}
