/*!
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: 'Proxima Nova';
    src: url('./assets/source/fonts/ProximaNova-Extrabld.woff2') format('woff2'),
    url('./assets/source/fonts/ProximaNova-Extrabld.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./assets/source/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('./assets/source/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./assets/source/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('./assets/source/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('./assets/source/fonts/ProximaNova-Bold.woff2') format('woff2'),
    url('./assets/source/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/*start:common page design */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #00396D;
    color: #fff;
    text-shadow: none;
    text-shadow: 0.3px 0.3px #FFAB49;
    transition: 0.3s;
}

::selection {
    background:#00396D;
    color: #fff;
    text-shadow: none;
    text-shadow: 0.3px 0.3px #FFAB49;
    color: #fff;
}
body{
    overflow-x:hidden;
}
body,
html {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    font-family: 'Proxima Nova' !important;
}
.ProximaNova{
     font-family: 'Proxima Nova' !important;
 }
span.elementor-icon-list-text{
     font-family: 'Proxima Nova' !important;
 }
h1, h2, h3, h4, h5, h6{
    font-family: 'Proxima Nova' !important;
    font-weight:bold;
}
h1 {
    font-size: 50px;
    line-height: 1.2;
}

h2 {
    font-size: 35px;
    line-height: 1.25;
}

h3 {
    font-size: 28px;
    line-height: 1.25;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    padding: 0;
    margin: 0 0 25px 0;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Proxima Nova' !important;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.no-padding p {
    margin: 0;
    padding: 0;
}

.no-margin p {
    margin: 0;
    padding: 0;
}

body a:hover {
    color: #00a2b1;
    text-decoration: underline;
}

a:hover,
a:focus,
a:link,
a:visited {
    outline: 0!important;
    color:#00a2b1;
    transition: 0.3s;
    text-decoration: none;
}

.entry-content a,
.entry-summary a,
.page-content a {
    color: #00529e;
}

b,
strong {
    font-weight: 700;
}

ul,
ol {
    margin: 0;
    padding: 0 0 0 22px;
    margin-left: 0px;
    font-family: 'Proxima Nova' !important;
}

ul li,
ol li {
    padding: 0;
    margin: 0 0 6px 0;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Proxima Nova' !important;
}

ul li .elementor-icon-list-icon {
    line-height: 27px;
}

blockquote {
    color: #2B2B2D;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
}

blockquote p {
    color: #2B2B2D;
    font-size: 24px;
    line-height: 35px;
    position: relative;
}

blockquote p:last-child {
    margin: 0;
}

blockquote.wp-block-quote p {}

.list_wrp hr {
    margin-bottom: 11px !important;
}

table {
    width: 100%;
    margin-bottom: 20px;
}

table th {
    background: #eee;
    font-weight: 500;
    font-family: 'Proxima Nova' !important;
}

table,
th,
td {
    text-align: left;
    border: 1px solid #d9d9d9;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Proxima Nova' !important;
    padding: 6px 15px;
}

table tr:nth-child(2n) {
    background: #f7fcff;
}

.form-group {
    margin-bottom: 2rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background:#00529E;
    padding: 10px 41px;
    font-size: 18px;
    font-weight: 700;
    color: #fff!important;
    text-decoration: none !important;
    max-width: 212px;
    text-align: center;
    font-family: 'Proxima Nova' !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #000;
    text-decoration: none !important;
    color: #fff;
    cursor:pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
optgroup,
select,
textarea {
    width: 100%!important;
    height: 48px;
    font-size: 15px;
    font-weight:400;
    border: 0.5px solid #000000;
    line-height: 22px;
    font-weight: normal;
    background-color: #f7f7f7;
    color: #000 !important;
    padding: 8px 16px !important;
    box-shadow: none !important;
    border: 0px;
    font-family: 'Proxima Nova' !important;
    outline: 0px!important;
}

input[type="text"],
input[type="password"],
input[type="email"],
optgroup,
select,
textarea:focus {
    border: 0.5px solid #000000;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}


/*placeholder start*/

::-webkit-input-placeholder {
    /* Edge */
    color:rgba(255, 255, 255, 0.49);
    font-size: 14px;
    font-weight: normal;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color:rgba(255, 255, 255, 0.49);
    font-size: 14px;
    font-weight: normal;
}

::placeholder {
    color: rgba(255, 255, 255, 0.49);
    font-size: 14px;
    font-weight: normal;
}

.bg-multiply {
    background-blend-mode: multiply !important;
}
.common-btn a {
    font-family: 'Proxima Nova' !important;
}
.common-btn .elementor-button-wrapper a {
    text-decoration: none!important;
}
.white-icon a:hover svg {
    filter: invert(50%) sepia(63%) saturate(4069%) hue-rotate(154deg) brightness(93%) contrast(101%);
}
.white-icon a svg {
    margin-top: 6px;
    display: inline-block;
}
.link-hover a{
    color: #000;
}
.link-hover a:hover{
    color: #00a2b1;
    text-decoration: none!important;
}
/*placeholder end*/
.portfolio-section .elementor-image-box-img{
    position:relative;
    width:100% !important;
    overflow: hidden;
}
.portfolio-section .elementor-image-box-wrapper{
    height:400px;
    position:relative;
    background-color:#333;
}
.portfolio-section .elementor-image-box-img img{
    height:400px;
    object-fit: cover;
    width:100%;
}

.portfolio-section .elementor-image-box-img:hover img{
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    transform: scale(1.06);
}
.portfolio-section .elementor-image-box-img a{
    display:block;
    position:relative;
}
.portfolio-section .elementor-image-box-img a:before{
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index:1;
}
.portfolio-section .elementor-image-box-img:hover a:before{
    content:'';
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index:1;
}
.portfolio-section .elementor-image-box-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    font-size: 34px;
    font-weight: 500 !important;
    z-index:2;
}
.portfolio-section .elementor-image-box-content a{
    color:#fff !important;
    text-decoration:none;
}
.portfolio-section-image-box .elementor-column{
    height:380px;
}
.test-monial-title .elementor-heading-title{
    position:relative;
}
.test-monial-title .elementor-heading-title:before{
    content: '';
    width: 82px;
    height: 5px;
    position: absolute;
    left: 50%;
    top: -33px;
    border-top: 2px solid #00a2b1;
    transform: translateX(-50%);
}

.elementor-image-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
transform: scale(1);
    transition: all ease-in-out .2s;
}
figure.gallery-item .gallery-icon {
    position: relative;
    overflow: hidden;
}
figure.gallery-item .gallery-icon:hover a:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    display: block;
    position: absolute;
}
figure.gallery-item .gallery-icon:hover a {
    cursor: zoom-in !important;
}
figure.gallery-item .gallery-icon:hover a img {
    transform: scale(1.1);
}


aside#secondary {
    background: #fff;
    padding: 50px 60px;
    /*border-top: 4px solid #00a2b1;
    border-bottom: 4px solid #00a2b1;*/
    margin-bottom: 80px;
}
body.category aside#secondary,
body.blog aside#secondary,
body.single-post aside#secondary {
    margin-top: 50px;
}

aside#secondary h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e6e6;
    padding-bottom:10px;
}
aside#secondary ul  {
    padding: 0;
    margin:  0 ;
}
aside#secondary ul li {
    list-style: none;
}
aside#secondary ul li a {
    font-size: 18px;
    color: #333;
    padding: 4px 0;
    display: block;
    line-height: 24px;
}
/*start:*/
.request-quote.send-form .get-quote-title{
  display: none;
}
.request-quote.send-form  .wpcf7{
    padding: 0;
}
.post-content p img{
    width:100%;
    height:auto;
}
@media only screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .webalive-site  .request-quote .phone-email {
        flex-direction: column;
    }
    .webalive-site  .request-quote .phone-email .phone-id {
        padding-top: 0;
        padding-left: 0;
    }
    .webalive-site  .ourservice .owl-nav button.owl-next,
    .webalive-site  .ourservice .owl-nav button.owl-prev{
        margin: 0 20px;
    }


}
/*end:*/

.service-number a{
    text-decoration:none !important;
}
.service-number a:hover{
    opacity:0.5;
}

.service-box-colume{
    height:100%;
}
.service-box-colume .elementor-container{
    height:100%;
}
.archive .vb-latest-news img{
    width:100%;
    height:auto;
    margin-bottom:20px;
}
.category-news .vb-latest-news img,
.category .vb-latest-news img{
    margin-bottom:0px;
}
.wp-block-archives-dropdown label{
    display:none;
}
.wp-block-archives-dropdown select{
    border:.5px solid rgba(0,0,0,.5)!important;
    background-color:#fff !important;
    padding-left: 5px !important;
}
.slider-opacity-color{
    position:relative;
}
.slider-opacity-color:before{
    content:'';
    width:100%;
    background-color:#000;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0.3;
}

.innerservice-box-colume .elementor-widget-container{
    height:100%;
}
.innerservice-box-colume .elementor-widget-wrap>.elementor-element {
    width: 100%;
    height: 100%;
}
.gallery-section img{
    height:333px !important;
}

.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin-top: 14px !important;
}

/*accordin faq end*/

.contact-right.name-email {
    margin-top: 0;
    margin-bottom: 25px;
}
/*.webalive-main-menu li .mb-toggle.js-hide-mb-nav i {
    transform: rotate(-180deg);
}*/
.featured-post-category a{
    display:none;
}
.category .featured-post-category,
.single .featured-post-category,
body.blog .sticky-post-section .featured-post-category {
    display: none !important;
}
body.blog .featured-post-category{
    display: none !important;
}
.single .sticky-post-section .text-part,
.category .sticky-post-section .text-part,
body.blog .sticky-post-section .text-part {
    padding-top:20px;
}


.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.read-more-button {
    display: flex;
    border: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px 5px;
    background-color: #ffffff;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000 !important;
}

button.read-more-button .button-text{
    padding-bottom: 14px;
}