/*
 Theme Name:   Simply Light Child
 Theme URI:    https://simplycomputing.com.au/
 Description:  Simply Light Child Theme
 Author:       Alan Coggins
 Author URI:   https://simplycomputing.com.au
 Template:     simply-light
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* General syling of the website
-------------------------------*/

body {
   background-color: #fff;
}

body .content-area {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-widgets {
    background-color: #fff;
}

body, input, select, textarea {
		color: #333;
		font-family: 'Questrial', sans-serif;
		font-size: 14pt;
		font-weight: 400 !important;
		/*letter-spacing: 0.6px;*/
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
		color: #294C7B;
		text-decoration: none;
		border-bottom: dotted 1px;
		font-weight: 600;
	}

		a:hover {
			color: #294C7B;
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 20px 0 5px 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.75em;
		margin-bottom: 15px;
		letter-spacing: 0.8px;
		margin-top:30px;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
		font-style: normal;
		font-weight: 300;
	}

	h1 {
		font-size: 1.5em;
	}	

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
		/*letter-spacing: -0.025em;*/
		margin-top:40px;
	}

.center-text {
	text-align: center;
}

.page-header {
	margin-bottom: 0;
	margin-top: 30px;
}

/*.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1200px;
}*/

.page-header-image-single {
	padding-top: 20px;
}


/*Hide page title on home page and change background to match footer
-----------------------*/

.home .entry-title {
	display:none !important;
}

.page-id-15 .entry-title {
 display: none;
}

.home-text {
	 font-size: 18px;
	 color:#333;
	 text-align:center;
	 padding:50px 20% 50px 20%;
	 margin: 0;
}

@media all and (max-width: 980px) { 

	.home-text {
		 padding:50px 10% 50px 10%;
	}

}

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

	.home-text {
		 padding:40px 5% 40px 5%;
	}

}

/* styling for the menu items 
---------------------------*/

.main-navigation {
	background-color: #333;
	height: 80px;
	border-bottom: 15px #294B7B solid;
	
}

.main-navigation .navigation-search input[type="search"], 
.main-navigation .navigation-search input[type="search"]:active {
	color: #c0c0c0;
	background-color: #333;
}

.main-navigation .navigation-search input[type="search"]:focus {
	color: #FFFFFF;
	background-color: #333;
}

.main-navigation .main-nav ul li a, 
.main-navigation .menu-toggle {
	color: #c0c0c0;
	/*height: 53px;*/
	font-size: 16px;
	text-decoration: none;
	letter-spacing: 1.1px;
	padding: 12px 30px 10px 30px;
	border: 0;
	background-color: #333;
}

@media all and (max-width: 768px) { 
	.main-navigation .main-nav ul li a {
		border-top: dotted 1px #fff;
	}
}

@media all and (min-width: 769px) { 
	.main-navigation .main-nav ul li a, 
	.main-navigation .menu-toggle {
		height: 53px;
	}
}

/* SUB-NAVIGATION */

.main-navigation .main-nav ul ul li a {
	background: #3F3F3F;
	color: #FFFFFF;
	height: 15px;
	border-bottom: dotted 1px #fff;
	padding-top: 12px;
	width: 250px;
}

/* MENU ITEM HOVER */

.main-navigation .main-nav ul li:hover > a, 
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
	color: #efefef;
	background-color: #333;
}

/* SUB-NAVIGATION HOVER */

.main-navigation .main-nav ul ul li:hover > a, 
.main-navigation .main-nav ul ul li:focus > a,
.main-navigation .main-nav ul ul li.sfHover > a {
	background: #3F3F3F;
	color: #FFFFFF;
	height: 15px;
	border-bottom: dotted 1px #fff;
	padding-top: 12px;
}

/* CURRENT ITEMS */

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
	border-bottom: 3px white solid;
}

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

	.main-navigation .main-nav ul li[class*="current-menu-"] > a {
		border-bottom: 0;
	}

}

.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a, 
.main-navigation .main-nav ul li[class*="current-menu-"]:focus > a, 
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
	color: #FFFFFF;
}

/* SUB-NAVIGATION CURRENT ITEMS */

.main-navigation .main-nav ul ul li[class*="current-menu-"] > a {
	background: #3F3F3F;
	color: #FFFFFF;
	height: 15px;
	border-bottom: dotted 1px #fff;
	padding-top: 12px;
}

.main-navigation .main-nav ul ul li[class*="current-menu-"]:hover > a, 
.main-navigation .main-nav ul ul li[class*="current-menu-"]:focus > a, 
.main-navigation .main-nav ul ul li[class*="current-menu-"].sfHover > a {
	background: #3F3F3F;
	color: #FFFFFF;
	height: 15px;
	border-bottom: dotted 1px #fff;
	padding-top: 12px;
}

/*CSS for half page display as defined by shortcodes
--------------------------------------------------*/

.left_half {
	width: 48%;
	float: left;
}

.right_half {
	width: 48%;
	float: right;
}

/*@media all and (min-width: 769px) { 
	.full-width {
	  width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	}
}*/

@media all and (max-width: 980px) { 

	.left_half {
	width: 100%;
	padding-right: 0;
	}

	.right_half {
	width: 100%;
	padding-top: 20px;
	}

}

.inside-header {
	 padding : 0;
}


@media all and (min-width: 769px) { 

		nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
    }

    nav .main-nav .mega-menu > ul > li > a {
        /*font-weight: bold;*/
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: #fff;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }

}    



