/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty-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");

html {
    height:100%;
}
body {
    margin:0;
    height:100%;
}

body{
    overflow: hidden;
}

#main {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, #B1E1DA 0%, #9DDCE2 50%, #E7F2D4 100%);
    padding: 0;
}

#super_island{
    background-image: url(img/SUPER-worldV4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

.super_link {
	position: absolute;
	top: calc(50% - 130px);
	left: calc(50% + 100px);
	width: 9%;
	background-color: red;
	height: 21%;
    border-radius: 50%;
    opacity: 0.5;
}

#pages_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 2;
}
    #pages_wrapper .left_column {
        position: absolute;
        left: 0;
        width: 35%;
        top: 0;
        height: 100%;
        padding: 60px;
        background: linear-gradient(180deg, #BEDC66 0%, #EBE666 50%, #EBE666 100%);
        transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s;
    }
        #pages_wrapper .left_column .navigation {
            position: absolute;
            bottom: 20px;
            right: 60px;
            left: 60px;
        }
            #pages_wrapper .left_column .navigation .previous_page {
                float: left;
                width: 50%;
                line-height: 18px;
            }
                #pages_wrapper .left_column .navigation .previous_page img {
                    float: left;
                    margin-right: 10px;
                }

            #pages_wrapper .left_column .navigation .next_page {
                float: right;
                width: 50%;
                text-align: right;
                line-height: 18px;
            }
                #pages_wrapper .left_column .navigation .next_page img {
                    float: right;
                    margin-left: 10px;
                }

            #pages_wrapper .left_column .navigation a {
                font-family: 'Dosis', sans-serif;
                color: #2A346F;
                font-size: 16px;
                font-weight: 500;
            }
                #pages_wrapper .left_column .navigation a:focus {
                    background-color: transparent;
                }
                #pages_wrapper .left_column .navigation a:hover {
                    text-decoration: none !important;
                }
            #pages_wrapper .left_column .navigation img {
                vertical-align: middle;
                width: 35px;
            }
    #pages_wrapper .right_column {
        position: absolute;
        right: 0;
        width: 65%;
        top: 0;
        height: 100%;
        box-shadow: -15px 0 20px rgba(0,0,0,.3);
        overflow: auto;
        -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) 0s;
        background-color: #fff;
    }
        #pages_wrapper .right_column .content_wrapper{
            padding: 60px 180px;
        }     
            
        

.close_wrapper {
    position: relative;
    padding-left: 40px;
    margin: 25px;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.close_wrapper:focus {
	text-decoration: none !important;
}
.close_wrapper .line_wrapper {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
}
.close_wrapper .line_wrapper .line1 {
	height: 1.5px;
    top: 0;
    right: -3px;
    bottom: 0;
    left: -3px;
}
.close_wrapper .line_wrapper .line2 {
    width: 1.5px;
    top: -3px;
    right: 0;
    bottom: -3px;
    left: 0;
}
.close_wrapper .line_wrapper .line1,
.close_wrapper .line_wrapper .line2 {
    position: absolute;
    margin: auto;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    background-color: #00D6DF;
}
.close_wrapper .text {
    font-family: 'Dosis', sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .3em;
	color: #00D6DF;
	font-weight: 700;
	white-space: nowrap;
	-webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
	transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#pages_wrapper h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #2A346F;
    margin-bottom: 4rem;
}
#pages_wrapper h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    color: #00D6DF;
    text-transform: uppercase;
}
#pages_wrapper h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: #2A346F;
}
#pages_wrapper h4, #pages_wrapper h5, #pages_wrapper h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    color: #00D6DF;
}
.content_wrapper p,
.content_wrapper ul li {
	font-family: 'Dosis', sans-serif;
}

.featured_image_wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 60px center;
	background-size: 70%;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color) {
	border-color: #00D6DF !important;
	color: #00D6DF !important;
}
.content_wrapper .wp-block-button.is-style-outline .wp-block-button__link:active, .content_wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color: white !important;
	background: #00D6DF !important
}

@media only screen and (max-width: 800px) {
body {
	overflow: visible;
}
    #pages_wrapper {
        height: auto;
    }
    #pages_wrapper .right_column,
    #pages_wrapper .left_column {
        position: relative;
        width: 100%;
    }
        #pages_wrapper .left_column {
            padding: 20px;
            min-height: 325px;
        }
            .featured_image_wrapper {
                background-position: center 50%;
            }
            #pages_wrapper .left_column .navigation {
                display: none;
            }
        #pages_wrapper .right_column .content_wrapper {
            padding: 20px;
        }
    
    #pages_wrapper .left_column .navigation {
        right: 20px;
        left: 20px;
    }
    #pages_wrapper h3 {
        font-size: 2rem;
    }
}
