/*
 Theme Name:   Laycon Theme 2020
 Theme URI:    https://nonemoreblack.com.au/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://nonemoreblack.com.au
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

body,
.entry-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.screen-height,
.admin-bar .screen-height {
	min-height: 100vw;

}

h1, h2, h3, h4, h5, h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.singular .entry-header h1 {
    font-size: 2.25em;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.entry-content > * {
    margin-bottom: 4em;
}

.entry-content > p{
    margin-bottom: 1.5em;
}

.entry-content > #services-section {
    margin-top:80px;
    margin-bottom:-100px;
}

.entry-content::after {
    display:block;
    height:100px;
}

.button {
    display:inline-block;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    border-radius: 5px;
    padding: 0.7em 2em;
    border: 2px solid #666;
    text-decoration: none;
    transition-duration: 400ms;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
    color:#fff;
}

.button.greybutton {
    background-color:#666;
}

.button.greybutton:hover {
    background-color:#555;
    border-color:#555;
}

.button.whitebutton {
    background-color:#fff;
    border-color:#fff;
    color:#2a2a2a;
}

.button.orangebutton {
    background-color:#ff7e25;
    border-color:#ff7e25;
}

.button.orangebutton:hover {
    background-color:#ff6800;
    border-color:#ff6800;
}

.button.greybutton.outline {
    background:none;
    border-color: #666;
    color: #666;
}

.button.whitebutton.outline {
    background:none;
    border-color:#fff;
    color:#fff;
}

.button.whitebutton.outline:hover {
    background:#fff;
    border-color:#fff;
    color:#ff7e25;
}

.button.orangebutton.outline {
    background:#fff;
    border-color:#ff7e25;
    color: #ff7e25;
}

body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #ff7e25 !important;
}

.toggle-inner .toggle-text {
    font-family: 'Titillium Web';
    text-transform: uppercase;
    text-decoration: none;
}

/** Header Bar **/

#site-header,
.overlay-header #site-header {
   box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   position:sticky;
   top:0;
   z-index: 999;
   background-color: #fff;
}

.overlay-header .header-inner {
    color: #333;
}

.site-logo img {
  max-width: 320px;
  height: auto;
}

ul.primary-menu {
    margin: 0!important;
}

ul.primary-menu > li {
    margin: 0;
}

ul.primary-menu > li a,
body:not(.overlay-header) .primary-menu > li > a,
.header-footer-group .color-accent-hover:hover,
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
    position:relative;
    font-family:'Titillium Web', sans-serif;
    color:#2a2a2a !important;
    text-decoration: none !important;
}

ul.primary-menu > li a {
    font-size: 0.75em;
    padding: 30px 10px;
}

ul.primary-menu > li.menu-item-has-children a {
    padding-right: 20px;
}

.primary-menu > li > .icon {
    right:0;
}

.primary-menu .icon::before, .primary-menu .icon::after {
    background-color: #ff7e25;
}

ul.primary-menu > li > a::before {
    content: '';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    height: 4px;
    background-color: #ff7e25;
    opacity:0;
    transition-duration: 400ms;
    transform: scaleX(0);
}

ul.primary-menu > li > a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

ul.primary-menu > li ul.sub-menu {
    background-color: #3a3a3a;
    padding: 0;
}

ul.primary-menu > li ul.sub-menu > li {
    border-bottom: 1px solid #6a6a6a;
}

ul.primary-menu > li ul.sub-menu > li:last-child {
    border-bottom: none;
}

ul.primary-menu > li ul.sub-menu a {
    padding: 10px;
    color: #fafafa !important;
}

ul.primary-menu > li ul.sub-menu a:hover {
    background-color: #4a4a4a;
}

.primary-menu > li > ul:after {
    border-bottom-color: #3a3a3a !important;
}

ul.primary-menu li.featured-link a {
    padding: 10px;
    border:2px solid #ff7e25;
    color: #ff7e25 !important;
    text-transform:uppercase;
    margin-top: 18px;
    margin-left: 15px;
    border-radius: 6px;
    font-weight: 700;
    transition-duration: 200ms;
    cursor: pointer;
}

ul.primary-menu li.featured-link a:hover {
    background-color: #ff7e25;
    color: #fff !important;
}

ul.primary-menu li.featured-link a::before {
    display: none;
}


/** Homepage Hero Section **/

.site-logo img {
  max-width: 250px;
  height: auto;
}

.primary-menu {}

.hero-background {
    position:relative;
}

.hero-background > picture >img {
    margin-bottom: 120px;
}

.hero-content {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.hero-content .container {
    position:relative;
    height: 100%;
    width: 80%;
    padding:0;
    top:0;
    margin-top:0;
}

.hero-foreground {
    width: 55%;
    position:absolute;
    right:0;
    bottom:120px;
}

.hero-foreground img {
    width: 100%;
    height: auto;
}

.hero-foreground,
.hero-foreground img {
    pointer-events:none !important
}

.hero-text-box {
    position:absolute;
    background: rgba(0,0,0,0.8);
    width: 40%;
    color:#fff;
    padding: 30px;
    top:40%;
    top: calc(50% - 60px);
    transform: translateY(-50%);
}

.hero-text-box h2 {
    margin:0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1em;
    margin-bottom: 10px;
}

.hero-text-box .buttons {
    display:flex;
    justify-content: space-between;
}

.hero-text-box .buttons .button {
    font-size: 0.875em;
    padding: 10px;
    width: 47%;
    width: calc(50% - 15px);
}

#hero-section .slick-arrow {
    top:40%;
    top: calc(50% - 60px);
    width: 40px;
    height: 40px;
}

#hero-section .slick-prev {
    left: 25px;
    z-index: 1;
}

#hero-section .slick-next {
   right: 25px;
}

#hero-section .slick-prev:before {
    content: url('images/arrow-left.png');
}

#hero-section .slick-next:before {
    content: url('images/arrow-right.png');
}

.cover-header-inner-wrapper {
	justify-content: center;
}

.cover-header-inner {
    padding: 8rem 0;
}

.to-the-content-wrapper {
    position:absolute;
    top: unset;
    bottom:30px;
    height:50px;
}

.to-the-content {
    fill: #dadada;
    color: #dadada;
}

.to-the-content:hover {
    fill: #ffffff;
    color: #ffffff;
}

/** Intro Section **/

#intro-section {
  margin-bottom: 60px;
}

#intro-section h1 {
    font-size:2em;
    text-transform: uppercase;
    margin-top:0;
    letter-spacing: 0.5px;
}

#intro-section h1 span {
    font-size:0.41667em;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #707070;
    letter-spacing: 0;
    margin-top: 0.5em;
}

#main-content .post-meta-wrapper {
    max-width: unset;
    margin-top:0;
}

/** Services Homepage Block **/

#services-section {
    background-color: #f4f4f4;
    padding: 60px 0;
    width: 100%;
    max-width: none;
}

#services-section  h2 {
    margin-top:0;
    text-align: center;
    color: #2a2a2a;
}

.service {
    text-align:center;
}

.service a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 0.8889em;
}

.service a h3 {
    font-size: 1.375em;
    margin: 15px 0;;
}

.service-image {
    position:relative;
    display:block;
    width:100%;
    background-color:#000000;
    overflow:hidden;
}

.service-image img {
    display:block;
    width:100%;
    height:auto;
    opacity: 1;
    transform:scale(1);
    transition-duration: 400ms;
}

.service a:hover .service-image img {
    opacity: 0.6;
    transform:scale(1.1);
}

.service-image .more-text {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    position:absolute;
    left:50%;
    top:50%;
    z-index:1;
    color:#fff;
    display:block;
    padding: 6px 20px;
    border: 2px solid #fff;
    transform: translate(-50%, -50%);
    opacity:0;
    transition-duration: 500ms;
}

.service a:hover .service-image .more-text {
    opacity:1;
}

#additional-text-section {
    padding: 60px 0;
    text-align: center;
}

#additional-text-section h2 {
    margin-top:0;
}

/** Footer CTA **/

#footer-cta {
    background-color: #ff7e25;
    color:#fff;
    padding: 40px 0;
}

#footer-cta p {
    font-size: 1em;
    text-align: center;
}

#footer-cta .buttons {
    display: flex;
    justify-content: center;
}

#footer-cta .buttons .button {
    margin: 0 10px 15px;
}

/** Footer Styling **/

.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer {
    margin-top: 0;
    background-color: #4a4a4a;
    color: #fff;
    border:none;
}

.widget h2.widget-title {
    font-size:1em;
    color:#ff7e25;
    padding-bottom:15px;
    margin-bottom:15px;
    position:relative;
}

.widget h2.widget-title::after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:1px;
    background-color:#666;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
    font-weight: 400;
}

.footer-nav-widgets-wrapper ul.menu li,
.footer-nav-widgets-wrapper .custom-html-widget table,
#menu-footer-services > li {
    font-size: 0.88889em;
    font-weight: 400;
    margin: 0 0 15px;
}

.footer-nav-widgets-wrapper ul.menu li a,
.footer-nav-widgets-wrapper .custom-html-widget table a,
#menu-footer-services > li a {
    color:#bbb;
    text-decoration: none;
    font-size: 1em;
    line-height: 1em;
    display:block;
}

.footer-nav-widgets-wrapper ul.menu li a:hover,
.footer-nav-widgets-wrapper .custom-html-widget table a:hover {
    color: #eee;
}

.footer-nav-widgets-wrapper .custom-html-widget table {
    border:none;
}

.footer-nav-widgets-wrapper .custom-html-widget table td {
    padding:0 10px 10px 0;
    border:none;
}

.footer-widgets-outer-wrapper {
    border:none;
}

#menu-footer-services {
    display:flex;
    flex-wrap: wrap;
}

#menu-footer-services > li {
    display:block;
    width: 50%;
}
#site-footer {
    background-color: #3a3a3a !important;
    color: #777;
    padding: 15px 0;
}

.footer-credits {
    align-items:center;
}

.footer-credits p,
.nmb-branding {
    font-size: 0.7778em;
    margin: 0 10px 0 ;
}

.nmb-branding a {
    display: inline-block;
}

.footer-credits p a:hover,
.nmb-branding a:hover {
    color:#ff7e25;
}

/** Contact Form Styling **/

.modal-title {
    margin:0;
}

.frm_submit {
    display:none;
}

.modal-header {
    padding: 10px 20px;
}

.modal-body {
    padding: 20px 20px 0;
}

.modal-footer {
    padding: 20px;
}

.modal-body .with_frm_style .frm_form_fields > fieldset {
    padding-bottom: 0;
}

/** Single Page Banner **/

.singular .featured-media-inner {
    max-width: unset;
}

.singular .entry-header {
    padding-bottom: 3rem;
}

.post-inner {
    padding-top: 3rem;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.section-inner.medium {
    width: 90%;
    max-width: 800px;
}

.post-meta-wrapper {
    margin: 2rem auto;
	max-width: 800px;
	width: 90%;
}

.hero-background:focus {
    outline: #ffffff auto 1px;
}
