/*!
Theme Name: Webalive
Theme URI: https://webalive.com.au
Author: Webalive Team
Author URI: https://webalive.com.au/team
Description: A modern WordPress starter theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: webalive
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-Regular.eot');
    src: local('Axiforma Regular'), local('Axiforma-Regular'),
    url('assets/source/fonts/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-Regular.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-Regular.woff') format('woff'),
    url('assets/source/fonts/Axiforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-Medium.eot');
    src: local('Axiforma Medium'), local('Axiforma-Medium'),
    url('assets/source/fonts/Axiforma-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-Medium.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-Medium.woff') format('woff'),
    url('assets/source/fonts/Axiforma-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-SemiBold.eot');
    src: local('Axiforma SemiBold'), local('Axiforma-SemiBold'),
    url('assets/source/fonts/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-SemiBold.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-SemiBold.woff') format('woff'),
    url('assets/source/fonts/Axiforma-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-Book.eot');
    src: local('Axiforma Book'), local('Axiforma-Book'),
    url('assets/source/fonts/Axiforma-Book.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-Book.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-Book.woff') format('woff'),
    url('assets/source/fonts/Axiforma-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-SemiBold.eot');
    src: local('Axiforma SemiBold'), local('Axiforma-SemiBold'),
    url('assets/source/fonts/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-SemiBold.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-SemiBold.woff') format('woff'),
    url('assets/source/fonts/Axiforma-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('assets/source/fonts/Axiforma-Bold.eot');
    src: local('assets/source/fonts/Axiforma Bold'), local('Axiforma-Bold'),
    url('assets/source/fonts/Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Axiforma-Bold.woff2') format('woff2'),
    url('assets/source/fonts/Axiforma-Bold.woff') format('woff'),
    url('assets/source/fonts/Axiforma-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('assets/source/fonts/Graphik-Regular.eot');
    src: url('assets/source/fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Graphik-Regular.woff2') format('woff2'),
    url('assets/source/fonts/Graphik-Regular.woff') format('woff'),
    url('assets/source/fonts/Graphik-Regular.ttf') format('truetype'),
    url('assets/source/fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('assets/source/fonts/Graphik-Medium.eot');
    src: url('assets/source/fonts/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Graphik-Medium.woff2') format('woff2'),
    url('assets/source/fonts/Graphik-Medium.woff') format('woff'),
    url('assets/source/fonts/Graphik-Medium.ttf') format('truetype'),
    url('assets/source/fonts/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('assets/source/fonts/Poppins-Regular.eot');
    src: url('assets/source/fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/source/fonts/Poppins-Regular.woff2') format('woff2'),
    url('assets/source/fonts/Poppins-Regular.woff') format('woff'),
    url('assets/source/fonts/Poppins-Regular.ttf') format('truetype'),
    url('assets/source/fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*fonts end*/

body{
    font-family: 'Axiforma' !important;
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #ffffff;
    text-shadow: none;
}
a{
    font-family: 'Axiforma';
    color: #000;
}
a:hover{
    text-decoration: underline;
}

@media (min-width: 1600px){
    .container{
        max-width: 1400px !important;
    }
}

b, strong {
    font-weight: bolder;
    font-size: 16px;
    color: #383838;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: bold;
    font-family: 'Axiforma'!important;
    padding-top:25px;
}

h1{
    font-size:60px;
    line-height:60px;
}
h2{
    font-size:56px;
    line-height:56px;
}
h3{
    font-size:38px;
    line-height: 32px;
}
h4{
    font-size: 28px;
}
h5{
    font-size: 24px;
}
h6{
    font-size: 18px;
}
p {
    line-height: 24px;
    font-family: 'Axiforma';
    font-size: 16px;
}
ul, ol {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 20px;
}
.elementor-text-editor ul li{
    list-style: none;
    position: relative;
    font-size: 16px;
    color: #000;
    font-family: Graphik;
}
.elementor-text-editor ul li:before{
    content: "";
    background: #383838;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: -20px;
    top: 9px;
}
ul li, ol li {
    line-height:30px;
    padding: 0;
    list-style-type:inherit;
}
.list_wrp ol{
    padding-left: 14px;
    margin-top:15px;
}
.list_wrp ol li {
    line-height: 30px;
}

.wp-block-quote {
    border-left: 2px solid #196382;
    padding: 20px 15px;
    padding-left: 1em;
    background: #f2f6f9;
    margin: 0 0 15px 0;
}
.wp-block-quote p {
    padding: 0;
    margin: 0;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    background: #eee;
    font-weight: 500;
    font-family: 'Axiforma';
}

table, th, td {
    text-align: left;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 18px;
    line-height: 29px;
    font-weight: normal;
    font-family: 'Graphik';
    padding: 5px;
}
table tr:nth-child(2n) {
    background:#f5f5f5;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 0px;
    background-color:#383838;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 13px 51px 13px 51px;
    border: 1px solid #383838;
    cursor: pointer;
}

/*end:common page design*/
@media only screen and (max-width: 767px) {
    .elementor-inner .inner-banner-content::before {
        width: 100%;
        height: 280px;
        background-size: 65%;
    }
    .breadcum-details-new .elementor-row{
        align-items: center;
        justify-content: center;
    }
    .type-of-roll .elementor-row{
        align-items: center;
        justify-content: center;
    }
    .download-sheet .elementor-button-wrapper{
        text-align: center;
    }
    .include-list-blind ul{
        max-width: 300px !important;
        margin:0 auto !important;
    }
    #page .newsletter{
        padding-left: 15px;
        padding-right: 15px;
    }
    #page .newsletter h4 {
        font-size: 23px;
        line-height: 35px;
    }




}

@media only screen and (max-width: 420px) {
    .elementor-inner .inner-banner-content::before{
        background-size: 100%;
    }
    .color-box-bg {
        margin-right: auto;
        margin: 0 auto;
        width: 230px !important;
        display: block !important;
    }

}

