/*
 Theme Name:   Twenty Twenty One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twentym One WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwentyone
 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("../twentytwentyone/style.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;900&display=swap');


body{
    background: #fff!important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    
}

.col-centered{
    margin: 0 auto;
    float: none
}


/* 
BUTTONS
*/
a.btn-green-large{
    font-size: 22px;
    color: #fff;
    background-color: #01abab;
    padding: 20px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin: 30px 0 0 0;
    display: block;
    text-align: center;
}
a.btn-green-large:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 0}



a.btn-black{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    fill: #ffffff;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.3s ease;
    padding: 15px 25px
}
a.btn-black:first-of-type{
    margin-right: 15px;
}
a.btn-black:hover{
    background: #ffec1a;
    color: #000;
border: 0;
text-decoration: none}





    

/* 
HEADER
*/

header.atrium-header{
    background: #01abab;
    padding: 30px
}

.header-logo{
    text-align: center
}
.logo{
    display: flex;
    justify-content: center
}
.site-logo img{
    max-width: 270px;
}

.custom-logo-link img{
    margin-bottom: 15px;
    
}

.header-contact{
    display: none
}

.hc-item{
    display: flex;
    align-items: center
}

.hc-item i{
    margin-right: 5px;
}
.hc-item i, .hc-item a, .hc-item span{ 
    color: #fff;
    font-size: 16px;
}

.hc-item a:hover{
    color: #fff;
}





/* 
HEADER BANNER
*/
.service-banner{
    
    background: #ffec1a;
    padding: 30px 15px;
}


.service-text h3{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    outline: #000;
}



.assessment-header-container {
  position: relative;
  text-align: center;
  color: white;
}

.assessment-banner{
	min-height: 345px;
}

.assessment-header-container h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	    font-weight: 900;
	color: #fff;
    font-size: 60px;
	width: 100%;
}

.assessment-header-bg{
	background-color: rgba(86, 62, 124, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.assessment-intro{
    padding: 100px 15px;
}

.assessment-intro h2{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
}


.assessment-intro p{
    margin-bottom: 30px
}
.assessment-intro p:last-of-type{
    margin-bottom: 0
}






/* 
HOMEPAGE BOXES - TEMP
*/


   .qu-wrapper{
        background: #f3f3f3
    }
    
   .qu-intro h3{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 30px;
}

    .qu-items{
    display: flex;
        justify-content: center;
        flex-wrap: wrap
        
        
    }
    
    
    a .qu-item{
        width: 330px;
        border-top: 5px solid #01abab;
        padding: 30px;
        background: #fff;
        transition: all 0.3s ease;
        margin: 15px 15px 30px 15px
    }
    
    a .qu-item:hover{
            -webkit-box-shadow: 2px 2px 19px 0px rgb(189 189 189 / 50%);
    -moz-box-shadow: 2px 2px 19px 0px rgba(189,189,189,.5);
    box-shadow: 2px 2px 19px 0px rgb(189 189 189 / 50%);
        
    }



    
    a .qu-item h2 {
        font-size: 36px;
        color: #01abab;
        line-height: 46px;
        font-weight: 400;
    margin: 0 0 15px 0;
border: 0!important}


    
    a .qu-item p{
        color: #333;
        font-size: 16px;
        line-height: 24px;
    }
    .qu-item  .btn-green{
        background: #01abab;
        padding: 10px 30px;
        color: #fff;
        font-size: 18px;
        font-weight: 18px;
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid #01abab;
        border-radius: 3px;
        margin-top: 15px;
        display: inline-block
    }
   .qu-item .btn-green:hover{
        background: #fff;
        color: #01abab
    }


.footer-wrapper{
    background: #333;
}
.footer{
    background: #333;
    padding: 100px 30px;
}
.footer p{
    color: #fff
}

ul.footer-navigation-wrapper li.menu-item a {
    color: #fff
}



/* 
INDIVIDUAL ASSESSMENT TEST PAGE STYLES
*/


.iframe-wrapper{
max-width: 100%!important
}


iframe.assessment-frame {
    overflow: hidden;
     width: 100%;
    min-height: 2100px;
    padding-top: 100px
}

iframe#asserativeness{
width: 100%!important;
height: 600px!important;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%!important;
}

/* PER PAGE STYLES */
.post-1092{
background: #01abab!important
}


.post-1092.entry-header{
background: #01abab!important;
    padding: 8rem 0 2em 0;
}

article#post-1092 .post-inner{
padding-top: 0!important
}

main.post-1092 h1.entry-title{
color: #fff!important;
text-align: center;
font-size: 70px;
    font-weight: 800;
    line-height: 1.138888889;
margin: 0 auto 15px auto;
letter-spacing: -2px;
padding: 70px 15px 0 15px
}













/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
 
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
 
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .header-contact{
    display: block
}
.logo{
    display: flex;
    justify-content: flex-start
}
    
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
 



