/*
 Theme Name:   RealVNC Theme
 Theme URI:    https://generatepress.com
 Description:  RealVNC Child Theme
 Author:       Flicker Leap
 Author URI:   https://flickerleap.com
 Template:     generatepress
 Version:      1.6
*/

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h2 {
    margin: 0 0 1rem;
}

h2.elementor-heading-title{
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.no-margin h2.elementor-heading-title{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;		
}

.elementor-widget p:last-child{
    margin-bottom: 0px !important;
}

/* Section fixed column height */ 
.equal-columns .elementor-column .elementor-element{
    height: 100%;
    display: flex;
}

/* Hero styling */
.hero h1{
    font-weight: 900 !important;
    font-size: 3rem !important;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

.hero h2{
    font-weight: 500 !important;
}

/* Chevon styling */
.chevon{
    position: absolute;
    top: 200px;
    margin-top: -2rem;
    padding: 0 0.75rem;
    background-color: #000;
    background-color: rgba(0,0,0,.25);
    color: #fff;
    font-size: 2rem;
    line-height: 4rem;
}

/* Column underline */
.underline .elementor-widget-wrap{
    border-bottom: 1px solid #d0d9ea;
    padding: 0 !important;
}

.underline-active{
    border-bottom: 3px solid #288CF4;
}

/* Lightbox styling */
@media (min-width: 1025px){
.elementor-lightbox .elementor-video-container {
    width: 50% !important;
}
}

/* Block quote styling */

.elementor-blockquote::before {
    content: "" !important;
}
.elementor-blockquote__content::before, .elementor-blockquote__content::after  {
    content: " ";
    display: inline-block;
    width: 11px;
    height: 8px;
    vertical-align: top;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.elementor-blockquote__content::before {
    margin: 0 5px 0 -16px;
    background-image: url("assets/icons/quotation-start.svg");
}
.elementor-blockquote__content::after {
    margin: 0 -16px 0 5px;
    background-image: url("assets/icons/quotation-end.svg");
}

/* Accordion styling */

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item {
    border: none;
}
.elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title::before {
    font-size: 1.2em;
	font-family: "Font Awesome 5 Free";
    content: "\f0d7  ";
	color: #288CF4;
    display: inline-block;
    min-width: 15px;
    font-weight: 700;
}
.elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title:not(.elementor-active)::before {
    content: "\f0da  ";
}
.elementor-active {
    border: none !important;
}
.elementor-widget-container > .elementor-accordion > .elementor-accordion-item > .elementor-tab-title {
    font-weight: 400;
    padding: 0.5em 0;
}
.elementor-accordion-item, .elementor-accordion-item > .elementor-tab-title, .elementor-accordion-item > .elementor-active, .elementor-accordion-item > .elementor-tab-content  {
    border: none !important;
}

/* Form styling */
div.input > input.hs-input, div.input > textarea.hs-input, 
div.input > select.hs-input {
    background-color: #fff;
    font-weight: 400;
    font-size: 1em;
    color: #333333;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
    border-radius: 0px;
    line-height: 20px;
    border-color: rgb(204, 204, 204);
}
div.input > input.hs-input:focus, div.input > textarea.hs-input:focus, 
div.input > select.hs-input:focus {
    border-color:  rgb(204, 204, 204);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px inset;
}
div.input > input.hs-input {
    min-height: 40px;
    padding-bottom: 0;
    padding-top: 0;
}
div.input > select.hs-input {
    height: 40px;
    width: 97% !important;
}
.hs-form-field > label >span {
    font-weight: 400;
    font-size: 16px;
}

span.hs-form-required {
    color: #FF0000;
    font-size: 16px;
}

label.hs-error-msg {
     color: #FF0000;
      font-size: 16px;
      font-weight: 300;
      margin-top: 1em;
}
div.hs_gdpr_consent_email {
    background-color: #F8F8F8;
    padding: 15px;
}
div.hs_gdpr_consent_email > legend.hs-field-desc {
    font-size: 16px;
    color: #4D4D4D;
    font-weight: 400;
    line-height: 24px;
}
div.hs_gdpr_consent_email > label > span {
    font-size: 16px;
    font-weight: 700;
    color: #4D4D4D;
}
ul.inputs-list {
    display: flex;
    justify-content: start;
}
ul.inputs-list > li.hs-form-radio {
    width: auto !important;
    padding-right: 5px;
}
ul.inputs-list > li.hs-form-radio > label > span{
    font-size: 16px;
    font-weight: 400;
}
div.hs_gdpr_form_privacy_statement {
    background-color: #F8F8F8;
    padding: 15px;
}
div.hs_gdpr_form_privacy_statement > legend.hs-field-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
div.hs_gdpr_consent_email > ul.hs-error-msgs {
    display: none;
}
div.hs_submit > div.actions > input.hs-button.primary.large {
    background-color: #3D96F5; 
    background-image: none;
    box-shadow: none;
    border: none;
    padding: 16px 32px 17px 32px;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
div.hs_error_rollup > ul >li >label {
    color: #FF0000;
    font-size: 16px;
    font-weight: 300;
}

.hbspt-form  .hs_gdpr_form_privacy_statement input {
    display: none !important; 
}

/* Newsletter form styling*/
.newsletter-form > .elementor-widget-container > .elementor-shortcode > div > form > .hs-form-field > .input > input{
    width: 100%;
}
.newsletter-form > .elementor-widget-container > .elementor-shortcode > div > form > .hs-form-field > ul{
    list-style-type: none;
    margin-left: 0;
}
.newsletter-form > .elementor-widget-container > .elementor-shortcode > div > form > .hs-form-field > ul > li > label{
    font-weight: 400
}
.newsletter-form > .elementor-widget-container > .elementor-shortcode > div > form > .hs-submit > .actions > input {
    float: right;
}

/* Bullet list styling */
ol, ul {
    margin: 0 0 1.5em 1.1em;
}
li {
    margin-bottom: 5px;
}

/* Image block - card styling */

.card-image-section .elementor-image-box-content{
    min-height:275px;
}

.card-image-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-image-box-wrapper > .elementor-image-box-img{
    background-color: inherit;
    z-index: 1;
    background-color: #fff;
    height: 88px;
    width: 88px;
    border-radius: 50px;
    border: 1px solid #d0d9ea;
}
.card-image-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-image-box-wrapper > .elementor-image-box-img > img {
    background-color: #fff;
    height: 45px;
    width: 45px;
	margin-top: 21px;
}

.card-image-section > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > .elementor-image-box-wrapper > .elementor-image-box-content{
    padding: calc(1.125rem + 24px + 1.125rem) 24px 20px 24px ;
    border: 1px solid #d0d9ea;
    border-radius: 1rem;
    background-color: #fff;
    margin-top: -44px;
}
.elementor-image-box-description {
    padding-bottom: 20px;
}

/* Table Styling */
tr:nth-child(even) {
    background-color: #F9F9F9;
}
table { 
    background: #FFF;
    border: 1px solid #DDD !important;
}
th,td {
    text-align: left;
    border-style : hidden!important;
}

/* Button styling */

.elementor-button.elementor-size-sm {
    font-size: .875rem;
    line-height: normal;
    font-weight: 400 !important;
    padding: 0.5rem 1rem !important;	
    background: #288CF4;
}

.elementor-button.elementor-size-lg {
    font-size: 1rem;
    line-height: normal;
    font-weight: 400 !important;
    padding: 1rem 2rem 1.0625rem !important;
    background: #288cf4;
}

/* Blue Solid */

.btn-solid-blue > .elementor-widget-container > .elementor-button-wrapper > .elementor-button{
    background: #288CF4;
}

.btn-solid-blue > .elementor-widget-container > .elementor-button-wrapper > .elementor-button:hover {
    background: #3D96F5;
}

/* Blue Outline */

.btn-outline-blue > .elementor-widget-container > .elementor-button-wrapper > .elementor-button{
    border: 1px solid #288cf4;
    background: #ffffff !important;
    color: #288cf4;	
}	

.btn-outline-blue > .elementor-widget-container > .elementor-button-wrapper > .elementor-button:hover{
    border: 1px solid #3D96F5;
    background: #ffffff !important;
    color: #3D96F5;
}

/* Green Solid */

.btn-solid-green > .elementor-widget-container > .elementor-button-wrapper > .elementor-button,
.btn-solid-green > .elementor-widget-container > .elementor-button-wrapper > .elementor-button:hover {
    background: #91CA2F;
}

/* Green Outline */

.btn-outline-green > .elementor-widget-container > .elementor-button-wrapper > .elementor-button,
.btn-outline-green > .elementor-widget-container > .elementor-button-wrapper > .elementor-button:hover {
    border: 1px solid #91CA2F;
    background: #ffffff !important;
    color: #84BC28;
}

/* Mega Manu Styling */
.mega-menu{
    position:absolute !important;
    width:100%;
    z-index: 999 !important;
    min-height: 400px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
}

.mega-menu a{
    display: block !important;
    color: #222;
    padding: 10px 20px !important;
}

.mega-menu-description{
    font-size:0.75em;
    color:#777;
}
/* End Mega Manu Styling */

/* Sub menu */

@media (max-width: 1280px){
.connect-menu-section,.developer-menu-section{
    padding: 0 4rem !important;
}
}

/* Price styling */
.price-prefix {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
}
.price-price {
    font-size: 3.875rem;
    line-height: 3.875rem;
}
.price-multiple {
    margin: 0;
    padding: 1.25rem 0;
    font-size: 2.75rem;
    font-weight: 300;
    line-height: 2rem;
    background-color: inherit;
}
.price-hidden {
    display: none !important;
}
.price-upper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: .5rem;
}
/* End price styling */

/* Expanded image box styling */
.expanded-container-hidden {
    display: none !important;
}
.expanded-container {
    display: block;
    margin-bottom: 40px !important;
}
.expanded-container-anchor {
    cursor: pointer;
}
.expanded-container-anchor {
    position: absolute;
    bottom: 20px;
    left: calc(100%/2 - 32px);
}
.img-box-anchor:hover {
    cursor: pointer;
}
/* End image box styling */

/* Expandable table styling*/
.comparison-table {
    overflow-wrap: break-word;;
    border: none;
}
.comparison-table > tbody > tr > td > i {
    color: #288cf4;
    text-align: center;
    width: 100%;
}
.comparison-table > tbody > tr > td {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 10px;
    padding-top: 16px
}
.comparison-table > thead > tr > th {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
}
.comparison-table > tbody > tr.heading-row > td > h3 {
    font-size: 19px;
    font-weight: 300;
    line-height: 30.4px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.comparison-row:nth-child(odd) {
    background-color: white !important;
}
.comparison-row:nth-child(even) {
    background-color: #F8F8F8 !important;
}
.comparison-description-hide {
    display: none !important;
}
.comparison-description-control:hover {
    cursor: pointer;
    color: #288CF4;
}
.comparison-description > td {
    min-width: 100%
}
.comparison-row:nth-child(even) {
    background-color: #F8F8F8 !important;
}
.comparison-row > td:not(:first-child) {
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .comparison-row  {
        text-align: center;
        display: grid;
        grid-template-columns: 1fr 1fr ;
    }
    
    .comparison-row > td:first-child {
        text-align: center;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row: 1 / 2;
    }
    .comparison-row > td:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
    }
    .comparison-row > td:nth-child(3) {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
    }
    .comparison-row {
        overflow:hidden;
    }
    .comparison-table > thead {
        min-width: 100%;
       
    }
    .comparison-table > tbody {
        min-width: 100%;
        display: block;
        text-align: center;
    }
    .comparison-table > thead > tr > th:first-child {
        display:none;
    }
    .comparison-table > thead > tr {
        min-width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 
    }
    .comparison-table > thead > tr > th {
        text-align: center;
    }
    .comparison-description-control {
        display: none;
    }
}
/* End expandable table styling*/
/* Data tabs styling*/
.data-tab-section:hover {
    cursor: pointer;
}
.data-tab-section-hide {
    display: none;
}
.active-tab {
    border-bottom: rgb(40, 140, 244) solid 3px;
}
/* End data tabs styling*/

/* Posts element styling */
.elementor-post__card .elementor-post__text{
    text-align: center;
}

.elementor-post__card .elementor-post__excerpt elementor-blockquote__content{
    margin-bottom: 20px;
}

.elementor-post__card .elementor-post__read-more{
    border-radius: 50px 50px 50px 50px;
    border: solid 1px #288CF4;
    font-size: .875rem;
    line-height: normal;
    font-weight: 400 !important;
    padding: 0.5rem 1rem !important;
}

/* Posts pre styling */
.single-post pre{
    white-space: pre-wrap;
    margin-bottom: 1.5rem;
    font-family: monospace,monospace;
    font-size: 1em;
    padding: 0px !important;
    line-height: 1.6;
    color: #6f6f6f;
    background: none !important;
}

.single-post blockquote{
    padding: 0px 20px !important;
}

/* Code Styling */
code{
    background-color: #f8f8f8;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 1px;
    color: #333;
    font-family: Consolas,"Liberation Mono",Courier,monospace;
    font-weight: 400;
    padding: 0.125rem 0.3125rem 0.0625rem;	
}


/* Mobile Menus for Connect and Developer */

.mobile-nav-menu .sub-arrow{
    right:20px;
    position:fixed;
}

.connect-menu-section .mobile-nav-menu .elementor-menu-toggle .eicon-menu-bar:before, .developer-menu-section .mobile-nav-menu .elementor-menu-toggle .eicon-menu-bar:before{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
}
.connect-menu-section .mobile-nav-menu, .developer-menu-section .mobile-nav-menu{
    position: absolute;
}
.connect-menu-section .mobile-nav-menu .elementor-menu-toggle, .developer-menu-section .mobile-nav-menu .elementor-menu-toggle{
    width:100%;
    height:60px;
}

.connect-menu-section .elementor-menu-toggle i, .developer-menu-section .elementor-menu-toggle i{
    margin-top:40px;
}
.connect-menu-section .elementor-menu-toggle .elementor-active, .developer-menu-section .elementor-menu-toggle .elementor-active{
    background: none;
}

/* End Mobile Menus for Connect and Developer */

/* Tabs */
.hover:hover {
    cursor: pointer;
}
.pricing-table-section > .elementor-container > .elementor-column > .elementor-widget-wrap > 
.elementor-element > .elementor-widget-container > h3 {
    font-size: 1.7em;
}

@media only screen and (max-width: 600px) {
    .pricing-table-section > .elementor-container > .elementor-column > .elementor-widget-wrap > 
    .elementor-element > .elementor-widget-container > h3 {
        font-size: 1em;
    }
    .pricing-table-section > .elementor-container > .elementor-column:first-child {
        display: none;
    }
    .pricing-table-section > .elementor-container > .elementor-column:last-child {
        display: none;
    }
    .pricing-table-section > .elementor-container > .elementor-column {
        width: 50% !important;
    }
}

/* Alignment - Elementor widgets*/
/* Mobile Vertical alignments*/
@media only screen and (max-width: 700px) {
    .mav-1 > .elementor-container > .elementor-column {
        max-width: 100% !important;
        min-width: 100% !important;
    }
    .mav-2 > .elementor-container > .elementor-column {
        max-width: 50% !important;
        min-width: 50% !important;
    }
    .mav-3 > .elementor-container > .elementor-column {
        max-width: 33.33% !important;
        min-width: 33.33% !important;
    }
    .mav-4 > .elementor-container > .elementor-column {
        max-width: 25% !important;
        min-width: 25% !important;
    }
    .mav-5 > .elementor-container > .elementor-column {
        max-width: 20% !important;
        min-width: 20% !important;
    }
}

/* Ol steps styling*/
ol.steps {
    counter-reset: steps;
    margin: 0 0 0 2.5rem;
    list-style-type: none;
}
ol.steps > li:not(:last-child) {
    margin-bottom: 3rem;
}
ol.steps > li:not(:last-child).with-order-summary {
    margin-bottom: 1.9rem;
}
ol.steps > li::before {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.2rem 0 0 -2.5rem;
    background-color: #288cf4;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 50px;
    counter-increment: steps;
    content: counter(steps);
}
ol.steps > li:nth-child(3):before {
    background-color: #ffffff !important;
}
.input-link {
    margin-top: -1.3rem;
    font-size: 0.9rem;
    text-align: right;
}
#auth-email{
    width: 100%;
}
.trial-form input[type=checkbox]+label, input[type=radio]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
.hide {
    display: none !important;
}
ul.fyi {
    border: 1px solid #288CF4;
    margin-top: 1rem;
    margin-left: 0;
    display: block;
}
ul.fyi li:first-child {
    margin-top: .5rem;
}
ul.fyi li {
    margin-left: 2rem;
    margin-bottom: .5rem;
}
/* Ol steps end styling*/
.site-footer .mega-menu-description, .mobile-nav-menu .mega-menu-description {
    display: none;
}
/* Loader styling*/
.price-loader-container, .popup-price-loader-container {
    text-align: center;
    color: #3D96F5;
}
.price-loader {
    line-height: 32px;
}

/*Connect tabs styling */
.tab-heading h3{
    position: relative;
}
.tab-heading h3 a {
    position: absolute;
    height: 75px;
    width: 100%;
    left: 0;
    z-index: 100 !important;
}

/* Combined download */
.combined-download-wrapper{
    margin-top:10px;
    text-align: center;
}

.combined-download-wrapper a.elementor-button {
    margin-top:30px;
    background-color: #F8C000;
    color:#000;
    border:none;
}
.combined-download-wrapper a.elementor-button:hover {
    background-color: #F8C000;
    color:#000;
}

.combined-download{
    display:none;
}

/* Related downloads for combined download */
.related-downloads{
    display:none;
}

.related-downloads .elementor-column{
    text-align: center;
    padding-bottom:40px;
}

.related-downloads .elementor-column a{
    font-weight: bold;
    text-decoration: underline;
}

.related-downloads .elementor-container{
    justify-content: center;
    margin-top:40px;
}

/* VNC - Viewer and Server Download */
a.download-link-path {
    margin-top:20px;
    background-color: #F8C000 !important;
    color:#000 !important;
    border:none !important;
}
a.download-link-path:hover {
    background-color: #F8C000 !important;
    color:#000 !important;
}

#related-server-viewer-section .related-selected-downloads{
    display:none;
}

.related-selected-downloads a{
    font-weight: bold;
    text-decoration: underline !important;
}

.related-selected-downloads, .related-downloads{
    text-align: center;
}

#os-server-viewer-section .os-selection-wrapper{
    display:none;
}

.os-selection-wrapper select{
    margin-top:20px;
}

/* Footer Styling */
.site-footer .elementor-image-carousel-wrapper span{
    font-size:14px;
}

@media (min-width: 1025px){
.site-footer .swiper-pagination{
    display:none !important;
}
}
