




:root{

}
.hubspot-link__container.sproket {
    display: none;
}
/*** Promo banner **/
.woocommerce-store-notice,
p.demo_store {
    padding: 10px 20px;
    background: #0dbd40;
    z-index: 9;
    top: inherit;
    bottom: 0;
    position: fixed;
    font-size: 0.9em;
}
/**Global styles**/
html {
    scroll-behavior: smooth;
}code {
    margin-bottom: 20px;
    display: inline-block;
    background: #636363;
    border-radius: 4px;
    color: #dedede;
    white-space: nowrap;
    max-width: 100%;
    padding: 15px;
    overflow: auto;
    overflow-y: hidden;
}h1 {
    color: #000000;
    font-family: 'Archivo Black', sans-serif;
    font-size: 2.5em;
    line-height: 1.2;
    margin: 15px 0;
}h2 {
    color: #000000;
    font-family: 'Archivo Black', sans-serif;
    font-size: 2.1em;
    line-height: 1.2;
    margin: 15px 0;
}h3 {
    color: #000000;
    font-family: 'Archivo Black', sans-serif;
    font-size: 1.6em;
    line-height: 1.2;
    margin: 15px 0;
}p {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.6;
}a {
    color: #3f61ac;
}.row.full-width {
    max-width: 100%;
}.row {
    max-width: 95rem;
}/** Animate scroll **/
.animate-scroll {
    opacity: 0;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}.animate-scroll.done {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}.from-left.animate-scroll {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}.from-right.animate-scroll {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}.from-bottom.animate-scroll {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}.from-left.animate-scroll.done {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}.from-right.animate-scroll.done {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}.from-bottom.animate-scroll.done {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
/**Utility classes**/
.padded {
    padding: 120px 60px;
}.vertical-padding-large {
    padding-top: 70px;
    padding-bottom: 70px;
}.vertical-padding-medium {
    padding: 25px 0px;
}.vertical-padding-small {
    padding: 15px 0px;
}.padding-bottom-large{
    padding-bottom:70px;
}.padding-top-large{
    padding-top:70px;
}.overflow-hidden {
    overflow: hidden;
}.overflow-hidden-y {
    overflow-y: hidden;
}.equal-height-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}.vertical-center-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}.vertical-center-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-wrapper h1 {
    margin: 0;
}
/**Top Bar**/
.top-bar {
    background: none;
    display: inline-block;
}.top-bar .top-bar-section ul li {
    background: none;
    position: relative;
}.top-bar .top-bar-section ul li a {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}.top-bar .top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    color: #000000;
}.top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: none;
    color: var(--color1);
}.top-bar .top-bar-section li::after {
    content: "";
    position: absolute;
    width: 0%;
    display: block;
    height: 2px;
    background: var(--color1);
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.top-bar .top-bar-section li:hover::after {
    width: 100%;
}.top-bar .top-bar-section li.active::after {
    content: "";
    width: 100%;
}.top-bar .top-bar-section .has-dropdown>a{
    padding-right:15px !important;
}.top-bar .top-bar-section .has-dropdown>a::after{
    border-color: #3f61ac transparent transparent transparent;
    left: 0;
    margin: auto;
    right: 0;
    top: 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}.top-bar .top-bar-section .has-dropdown:hover>a:after {
    border-color: #3f61ac transparent transparent transparent;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}.top-bar .top-bar-section .dropdown {
    background: #3f61ac;
    left: 50%;
    margin-top: 0px;
    opacity: 0;
    padding: 15px 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}.top-bar-section .has-dropdown:hover>.dropdown {
    box-shadow: -1px 6px 20px 0px rgb(52 51 51 / 71%);
    opacity: 1;
}.top-bar .top-bar-section .dropdown li:not(.has-form) a:not(.button){
    color:#ffffff;
    text-align:left;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
    background: none;
    color: black;
}.header-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}.top-bar-section li:not(.has-form) a:not(.button):hover{
    color:grey
}.top-bar li.slider-menu a::before{    
    content:"\f03e";
    font-family:fontAwesome;
    font-size:13px;
    margin-right:10px;
}.top-bar li.gallery-menu a::before{    
    content:"\f00a";
    font-family:fontAwesome;
    font-size:13px;
    margin-right:10px;
}.top-bar li.layout-demo-menu a::before{
    content: "\f0db";
    font-family: fontAwesome;
    font-size: 13px;
    margin-right: 10px;
}.top-bar li.account-menu{
    margin-left:80px;
 }.top-bar li.cart-menu{
    margin-left:20px;
}.top-bar li.account-menu a {
    font-size:15px !important;
}.top-bar li.cart-menu a{
    font-size:15px !important;
}.top-bar li.account-menu a::before{    
    content:"\f2bd";
    font-family:fontAwesome;
    font-size:23px;
    color:#3f61ac;
    margin-right:10px;
}.top-bar li.cart-menu a::before{
    content:"\f218";
    font-family:fontAwesome;
    font-size:23px;
    margin-right:10px;
    color:#3f61ac;
}.top-bar li.gallery-menu a::before{    
    content:"\f00a";
    font-family:fontAwesome;
    font-size:13px;
    margin-right:10px;
}.top-bar-section .dropdown li:not(.has-form):hover>a:not(.button) {
    background: none;
    color: #cecece;
}.top-bar .top-bar-section ul li.cart-menu, 
.top-bar .top-bar-section ul li.account-menu {
    background: white;
    border-radius: 4px;
    border: 1px solid #3f61ac36;
}.homepage-slider-section::before {
    content:"";
    background-image: url(https://nyvoweb.com/wp-content/themes/nyvoweb/images/background.png);
    background-size: cover;
    height: 95%;
    float: left;
    width: 100%;
    position: absolute;
    top:0;
    left:0;
   z-index:-1;
}.slider-background-1 {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 95rem;
    margin: 0 auto;
}#nyvo-slider-1 {
    position: relative;
    right: 4vw;
    z-index: 0;
    max-width: 100%;
    width: 50%;
    padding: 40px 0px;
}.slider-overlay {
    position: relative;
    width: 50%;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding: 15px 0px 0px 50px;
    z-index: 1;
}.slider-overlay h2 {
    font-size: 35px;
    color: #3f61ac;
    top: 0;
    position: relative;
}.slider-overlay h2 span {
    display: block;
    font-size: 60px;
    color: #000000;
    line-height:1;
}.slick-slider {
    opacity: 0;
}.slick-slider.slick-initialized{
    opacity:1;
}.slick-slide {
    outline: none;
}.slider-overlay a.btn-1 {
    display: inline-block;
    background: black;
    color: #ffffff;
    float: none;
    position: relative;
    width: inherit;
    font-size: 18px;
    padding: 13px 10px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 100px;
    max-width: 300px;
}.slider-overlay a.btn-1:hover {
    background: #3f61ab;
}.social-icons-slider {
    position: absolute;
    bottom: 100px;
    display: block;
    width: 100%;
    text-align: left;
}.social-icons-slider .fa {
    color: #3f61ac;
    font-size: 2.2em;
    margin-right: 27px;
}.intro-section {
   background:white;
}.intro-section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}img.home-image-layout {
    max-height: 410px;
}.feature-section {
    background: #3f61ac;
}.feature-section h2 {
    color: #ffffff;
}.feature-section p {
    color: #ffffff;
}.feature-wrapper > div {
/*  flex: 33.33333% 0 0; */
    padding-right: 50px;
    padding-left: 50px;
}.feature-wrapper h3 {
    font-size: 23px;
    margin: 10px 0;
    color: #ffffff;
    text-align:center;
}.feature-wrapper p {
    color: #ffffff;
}.feature-wrapper img {
    max-width: 80px;
    max-height: 53px;
    margin: 0 auto;
    display: block;
    opacity: 0.8;
    filter: invert(1);
}.latest-sites h2{
    margin-bottom: 40px;
}.cta-section {
    padding-top: 200px;
    padding-bottom: 200px;
    background: #3f61ac;
}.cta-section h2 {
    color: #ffffff;
}.cta-section p {
    color: #ffffff;
}.footer-wrapper {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    overflow:hidden;
}.footer-wrapper p.payment-methods .fa {
    font-size: 30px;
    margin: 0px 10px;
    color: #929292;
}.footer-wrapper p {
    margin: 0;
    color: #000000;
    font-size: 12px;
}a.btn-1 {
    font-size: 18px;
    font-family: 'Archivo Black', sans-serif;
    background: #ffffff;
    padding: 15px 28px;
    margin: 3px;
    border-radius: 5px;
    color: #000000;
    display: inline-block;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}a.btn-1:hover {
    background: #000000;
    color: #ffffff;
}a.btn-2{
    font-size: 18px;
    font-family: 'Archivo Black', sans-serif;
    background: #3f61ac;
    padding: 15px 28px;
    margin: 0 auto 0 1px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
    transition: all 1200ms ease;
}a.btn-2:hover {
    background: #000000;
}.faq .btn-1 {
    background: #3f61ac;
    color:#fff;
    margin-bottom:30px;
}
/**Gallery **/
.single-img-masonry-container img {
    border: 1px solid #e7e7e7;
}.gallery-img .image-caption  {
    opacity: 1;
    font-family:'Archivo Black', sans-serif;
    position: relative;
    bottom: 0;
    left: 0;
    float:left;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffffc7;
    padding: 10px;
    color: #000000;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}.gallery-img {
    padding: 20px;
    float:left;
}.gallery-img:hover .image-caption {
    opacity: 0.9;
}.image-caption a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    position: relative;
    background: #000000;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 5px;
}.image-caption a:hover {
    color: white;
    background: #272727;
}
/** Demos **/
ul.features-list {
    list-style-type: none;
    margin: 0;
}ul.features-list li {
    background: #3f61ac;
    padding: 5px 14px;
    margin: 2px 3px;
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    font-family: 'Lato';
}ul.features-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    margin-right: 8px;
    margin-left: 2px;
}.top-bar li.blog-demo-menu a::before {
    content: "\f14b";
    font-family: fontAwesome;
    font-size: 13px;
    margin-right: 10px;
}.demos .gallery-grid-type .gallery-img .image-caption {
    position: absolute;
    width: calc(100% - 10px);
    left: 0;
}.demos .gallery-img .image-caption {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    height: auto;
    background: #2b4c7a;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 auto;
}.demo-slider {
    width: 100%;
    display: block;
}.demo-slider p{
   display:none;
}.demo-slider .slick-nyvo-slider {
    width: 100% !important;
    right: 0 !important;
}.demo-slider-wrapper {
    padding: 0px 30px;
}.demo-with-captions .slick-slide p {
    color: white;
    position: absolute;
    top: 50%;
    font-size: 30px;
    transform: translateY(-50%);
    background: #314b88c7;
    padding: 0px 40px;
    border-bottom: 2px solid;
    display:block !important;
    left: 0;
}.demo-with-captions .slick-slide::before {
    content: "";
    background: #00000052;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.custom-demo-overlay {
    position: absolute;
}.demo-overlay .slider-overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: #00000096;
}.demo-overlay p {
    display: none;
}.custom-demo-overlay h2 {
    color: white;
    text-transform: capitalize;
}.custom-demo-overlay h2 span {
    color: #8fff7b;
}.custom-demo-overlay button {
    background: #8fff7b;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 80px;
    border-radius: 5px;
    margin-top: 10px;
}.layout-builder-demo-slider-wrapper {
    max-width: 100%;
   z-index:-1;
    display: block;
}.layout-builder-demo-slider-wrapper #nyvo-slider-1 {
    right: 0;
    width: 100%;
    padding: 0;
}.layout-builder-features li {
    background: #3f61ac;
    margin: 5px 0;
    display: table;
    color: #ffffff;
    padding: 9px;
    border-radius: 4px;
    cursor:pointer;
}.layout-builder-features li:hover, 
.layout-builder-features li.active {
    background: black;
}.layout-builder-features li::before {
    content: "\f25a";
    font-family:"FontAwesome";
    margin-right:10px;
}
/**Inner pages**/
.inner-header::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url('https://nyvoweb.com/wp-content/themes/nyvoweb/images/background.png');
    background-size: cover;
    z-index:-1;
}
/** Contact Form **/
.contactform {
    margin-left: 0;
}.contactform li {
    list-style-type: none;
}.contactform label {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}.contactform input, 
.contactform textarea,
.wpcf7 input, 
.wpcf7 textarea {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}.contactform input[type="submit"], 
.wpcf7 input[type="submit"] {
    background: #000000;
    color: #ffffff !important;
    cursor:pointer;
    padding: 20px 60px;
}.contactform input::-webkit-input-placeholder, 
.contactform textarea::-webkit-input-placeholder,
.wpcf7 input::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder{
    color: #000000 !important;
}.contactform input:not(.button), 
.contactform textarea:not(.button),
.wpcf7 input:not(.button), 
.wpcf7 textarea:not(.button) {
    color: black;
}.contactform input::-webkit-input-placeholder, 
.contactform textarea::-webkit-input-placeholder,
.wpcf7 input::-webkit-input-placeholder, 
.wpcf7 textarea::-webkit-input-placeholder {
    color: #000000 !important;
}.contactform input::-moz-placeholder, 
.contactform textarea::-moz-placeholder,
.wpcf7 input::-moz-placeholder, 
.wpcf7 textarea::-moz-placeholder {
    color: #000000;
    opacity: 1;
}.contactform input:-ms-input-placeholder, 
.contactform textarea:-ms-input-placeholder,
.wpcf7 input:-ms-input-placeholder, 
.wpcf7 textarea:-ms-input-placeholder {
    color: #000000;
}
/* Woocommerce */
.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: #3f61ac;
    padding: 0;
    text-align: left;
    width: 25%;
}.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-bottom:0;
    list-style-type:none;
    margin-left: 0px;
 }.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color:#ffffff;
    padding: 9px 20px;
    display:block;
    background:black;
}.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0 0px;
}.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
 .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #3f61ac;
}.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 26px;
    text-align: center;
    padding:0;
}.woocommerce ul.products li.product .price{
    font-size:1.2em;
    text-align:center;
}.woocommerce ul.products li.product .button {
    display: block;
    text-align: center;
    width: 48%;
    float: left;
    margin: 0 2px;
   font-size:14px;
}.woocommerce-cart .return-to-shop { 
   display: none !important; 
}.woocommerce-MyAccount-content .woocommerce-Button.button {
   display:none;
}.woocommerce a.button.alt {
    background-color: #3f61ac;
}.woocommerce a.button.alt:hover {
    background: #000000;
}.woocommerce input.button.alt {
    background-color: #3f61ac;
}.woocommerce input.button.alt:hover {
    background-color: #000000;
}.woocommerce div.product form.cart div.quantity {
    float: none;
}.quantity-txt p {
    color: #000000;
    margin-right: 10px;
    font-size: 20px;
}.quantity-txt {
    margin-right: 5px;
    line-height: 2.2;
}.woocommerce div.product p.price span.amount {
   font-size: 29px;
    background: whitesmoke;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 8px;
}.quantity-txt {
    margin-right: 5px;
    line-height: 2.4;
    background: whitesmoke;
    padding: 0px 18px;
    margin: 0;
    border-radius: 4px 0 0 4px;
}.woocommerce div.product form.cart .button {
    margin: 0 9px 0 0px;
    padding: 18px;
}.woocommerce button.button.alt {
    background: #3f61ac;
}.woocommerce button.button.alt:hover {
    background: #000000;
}.woocommerce div.product form.cart {
    border-top: 1px solid whitesmoke;
    padding-top: 20px;
}.woocommerce div.product div.summary {
    padding: 0px 20px;
    border-left: 1px solid whitesmoke;
}.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
  width:50%;
}nav.woocommerce-breadcrumb {
    padding: 4px 15px !important;
    display: block;
    border: 1px solid #e4e4e482;
    border-radius: 2px;
    margin-bottom: 26px !important;
}nav.woocommerce-breadcrumb a {
    color:#3f61ac !important;
}#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 44%;
    border-radius: 5px;
}#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
}#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    text-align: center;
    margin: 0 auto;
}.woocommerce div.product div.images .flex-control-thumbs li {
    width: 13.2%;
    float: none;
    margin:1.6%;
    text-align: center;
    display: inline-block;
}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: none;
}.woocommerce div.product div.images .flex-control-thumbs {
    text-align: center;
    display: block;
    margin: 0 auto;
}.woocommerce-tabs h2 {
    margin: 10px 0 !important;
    font-size: 25px;
}.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
}.woocommerce-tabs code {
    padding: 5px 19px;
}.woocommerce table.shop_attributes td p {
    font-style: initial !important;
    font-weight: bold !important;
    font-size: 14px !important;
}.product .woocommerce-tabs .panel img {
    width: 35vw;
}#tab-installation-instructions {
    text-align: center;
    max-height: 420px;
    overflow-y: scroll;
}.pswp__caption__center {
    display: none;
}span.tagged_as {
    display: block;
}#post-404 {
    padding-top: 110px;
    padding-bottom: 110px;
}.grecaptcha-badge{
    display:none !important;
}



.docs-template-default #main {
    max-width: 95em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}.wedocs-single-wrap {
    padding-top: 70px;
}.wedocs-single-wrap .wedocs-sidebar {
    float: left;
}li.wedocs-docs-single .wedocs-doc-sections li a {
    margin: 8px 0 !important;
    background: #f5f5f5;
    width: 100%;
    display: block;
    padding: 5px 25px;
    font-size: 16px;
    border-radius: 5px;
}.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li {
    list-style: none;
}.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
    margin: 0;
    text-align: center;
}.wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections li::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    float: left;
    font-size: 23px;
    color: #38439b;
}.wedocs-shortcode-wrap ul.wedocs-docs-list li.wedocs-docs-single h3 {
    font-size: 20px;
    text-align: center;
}.wedocs-single-wrap .wedocs-single-content article .entry-content img {
    padding: 0;
}

@media screen and (min-width:1024px){
  .homepage-slider-section {
    min-height: 30vw;
   }.homepage-slider-section #nyvo-slider-1 {
    min-height: 32.5vw;
    }
}
@media screen and (max-width:1366px){
    .slider-overlay h2 span {
        font-size: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .slider-background-1 {
        height: auto;
    }
}
@media screen and (max-width: 1024px) {
    .navigation-wrapper {
        position: absolute;
        top: 0px;
    }.top-bar .title-area{
        display:none;
    }.fullscreen-menu-active {
        overflow: hidden;
    }.top-bar .top-bar-section .dropdown {
        left: 100%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }.top-bar .top-bar-section .has-dropdown:hover>a:after,
    .top-bar .top-bar-section .has-dropdown>a:after{
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        left: initial;
        top: 46%;
    }.top-bar .top-bar-section .dropdown{
        background:#ffffff00;
    }.top-bar-section .has-dropdown:hover>.dropdown{
        box-shadow:none;
    }.top-bar .top-bar-section .demos-dropdown .dropdown .parent-link{
        display:none;
    }.top-bar .top-bar-section .dropdown li:not(.has-form) a:not(.button)  {
        text-align: center;
    }#hamburger-menu .top-bar {
        display: none;
    }.hamburger-wrapper {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        padding: 15px;
        cursor: pointer;
        -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: .15s;
        -o-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        -o-transition-property: opacity, filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        float:right;
    }.hamburger-wrapper.is-active {
        z-index: 999;
        position: relative;
        opacity: 1;
    }.hamburger-wrapper.is-active:hover,.hamburger:hover {
        opacity: .7
    }.hamburger-wrapper .hamburger-inner {
        top: 5px
    }.hamburger-wrapper .hamburger-inner:before {
        top: 10px;
        -webkit-transition-timing-function: ease;
           -o-transition-timing-function: ease;
              transition-timing-function: ease;
        -webkit-transition-duration: .15s;
           -o-transition-duration: .15s;
              transition-duration: .15s;
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        -o-transition-property: transform,opacity;
        transition-property: transform,opacity;
        transition-property: transform,opacity,-webkit-transform
    }.hamburger-wrapper .hamburger-inner:after {
        top: 20px
    }.hamburger-wrapper.is-active .hamburger-inner {
        -webkit-transform: translate3d(0,10px,0) rotate(45deg);
        transform: translate3d(0,10px,0) rotate(45deg)
    }.hamburger-wrapper.is-active .hamburger-inner:before {
        -webkit-transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
        transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
        opacity: 0
    }.hamburger-wrapper.is-active .hamburger-inner:after {
        -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
        transform: translate3d(0,-20px,0) rotate(-90deg)
    }.hamburger-box {
        position: relative;
        display: inline-block;
        width: 45px;
        height: 24px;
    }.hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px
    }.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
        position: absolute;
        width: 45px;
        height: 4px;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-transition-duration: .15s;
        -o-transition-duration: .15s;
        transition-duration: .15s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        border-radius: 4px;
        background-color: #000000;
    }.hamburger-inner:after,.hamburger-inner:before {
        display: block;
        content: ""
    }.hamburger-inner:before {
        top: -10px
    }.hamburger-inner:after {
        bottom: -10px
    }#hamburger-menu .top-bar.is-active {
        display: block;
        position:fixed;
        width:100%;
        height:100% !important;
        background-size:cover;
        background: #ffffff;
        left:0;
        top:0;
        z-index: 99;
    }#hamburger-menu .top-bar.is-active .top-bar-section {
        top:50%;
        -webkit-transform:translateY(-50%);
          -ms-transform:translateY(-50%);
              transform:translateY(-50%);
        text-align:center;
        margin:0 auto;
    }#hamburger-menu .top-bar.is-active .top-bar-section .menu {
        max-width: 68vw;
        margin: 0 auto;
        width: 100%;
    }#hamburger-menu .top-bar.is-active .top-bar-section ul li {
        float: inherit;
        display: block;
    }#hamburger-menu .top-bar.is-active .top-bar-section ul li a{
        margin:0;
        color:#000000;
        background:none;
        padding-right:15px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }.top-bar {
        background:black;
    }.top-bar li.account-menu,
       .top-bar li.cart-menu{
        margin:0;
    }.top-bar .title-area a span {
        color: white;
    }.equal-height-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: initial;
        flex-direction: initial;
        flex-wrap: nowrap;
        flex: 1;
    }.vertical-center-flex {
        display: block;
    }.equal-height-flex {
        display: block;
    }.top-bar {
        width: 100%;
    }.slider-overlay h2 span {
        font-size: 41px;
    }.slider-overlay h2 {
        font-size: 31px;
    }.social-icons-slider {
        bottom: 40px;
    }.woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
        float: none;
    }.woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100%;
        text-align: center;
    }.woocommerce div.product form.cart {
        text-align: center;
        display: inline-block;
    }.quantity-txt {
        width: 70%;
    }.woocommerce .quantity .qty {
        width: 26%;
    }ul.disc.layout-builder-features {
        margin-left: 0;
    }.layout-builder-features li {
        display: inline-block;
    }.layout-builder-demo-slider-wrapper {
        display: block !important;
    }.layout-builder-demo-slider-wrapper #nyvo-slider-1 {
        position: relative;
        margin: 0;
        max-width: 100%;
        top: 0;
    }.layout-builder-demo-slider-wrapper .slick-slide img {
        width: 100%;
    }.woocommerce-product-details__short-description ul {
        margin: 0;
        list-style-position: inside;
    }.product .woocommerce-tabs .panel img {
        width: 64vw;
    }footer {
       padding-bottom: 70px !important;
    }
}
@media screen and (max-width:768px){
    .slider-overlay .animate-scroll {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
    .woocommerce div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
    .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        float: left;
        display: block !important;
        clear: none;
        width: 50%;
        font-size: 13px;
        padding: 2px 18px;
    }ul.disc.layout-builder-features {
        margin-left: 0;
        height: 210px;
        overflow-x: scroll;
    }ul.disc.layout-builder-features li {
        display: block;
    }.home-slider-wrapper #nyvo-slider-1 {
        height: 70vw;
    }.slider-background-1{
        display: flex;
    }#nyvo-slider-1 {
        right:0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        max-width: 50%;
        margin: 0 auto;
        position: absolute;
        top: 130px;
        z-index: 9;
    }.slider-overlay {
        width: 100%;
        display: block;
        background: #3f61ac;
        padding: 40px 0 0 40px;
        overflow: hidden;
    }.slider-overlay h2{
        color:#f7b702;
        font-size: 31px;
    }.slider-overlay h2 span{
        color:#ffffff;
        font-size: 44px;
    }.social-icons-slider .fa {
        color: #ffffff;
    }.slider-overlay a.btn-1 {
        margin-top: 10px;
    }.intro-section {
       background: none;
    }ul.features-list {
        height: 130px;
        overflow-y: scroll;
    }ul.features-list li {
        font-size: 15px;
        display: block;
        text-align: left;
        border-radius: 0;
        background: #292929;
    }ul.features-list::-webkit-scrollbar, 
    ul.features-list::-webkit-scrollbar:horizontal {
        width: 10px;
        height:10px;
    }ul.features-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #989898; 
        border-radius: 5px;
        background:#d4d4d4;
    }/* Handle */
    ul.features-list::-webkit-scrollbar-thumb {
        background: #3f61ac; 
        border-radius: 10px;
    }ul.features-list::-webkit-scrollbar-thumb:hover {
        background: #696969; 
    }ul.features-list::-webkit-scrollbar-corner {
        background:transparent;
    }.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom:5px;
        background: none;
        overflow: auto;
        white-space: nowrap;
    }.woocommerce-account .woocommerce-MyAccount-navigation li {
        display: inline-block;
    }.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar, 
    .woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar:horizontal {
        width: 10px;
        height:5px;
    }.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar-track {
        box-shadow: inset 0 0 1px #989898; 
        border-radius: 5px;
        background:#d4d4d4;
    }
    /* Handle */
    .woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar-thumb {
        background: #3f61ac; 
        border-radius: 10px;
    }.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar-thumb:hover {
        background: #696969; 
    }.woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar-corner {
        background:transparent;
    }.contact-us .padded {
        padding: 13px 16px;
   }
}
@media screen and (max-width:624px){
    .header-wrapper{
        padding: 9px 0;
    }#nyvo-slider-1 {
        position: relative;
         max-width: 100%;
        top: 50px;
        margin-top: -50px;
    }.slider-background-1 {
        flex-direction: column;
    }.vertical-padding-large {
        padding-top: 25px;
        padding-bottom: 25px;
    }.slider-overlay h2 span {
        font-size: 32px;
    }.slider-overlay h2 {
        font-size: 23px;
    }.slider-overlay a.btn-1 {
        display: block;
        float: left;
        width: 100%;
        max-width: 100%;
        margin: 20px 0 0 0;
    }.social-icons-slider {
        bottom: 0;
        position: relative;
        padding-top: 30px;
        padding-bottom: 5px;
        text-align: center;
    }.slider-overlay {
        padding: 20px 20px;
    }.intro-section-wrapper {
        padding: 10px;
    }a.btn-2 {
        display: block;
        font-size: 21px;
        margin: 10px auto;
    }.demo-with-captions .slick-slide p {
        font-size: 19px;
    }.custom-demo-overlay h2 span {
        font-size: 21px;
    }.custom-demo-overlay h2 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 5px;
    }.custom-demo-overlay button {
        font-size: 14px;
        padding: 8px 24px;
        margin: 0px;
    }.product .woocommerce-tabs .panel img {
       width: 100%;
   }.woocommerce[class*=columns-] ul.products li.product, 
   .woocommerce ul.products[class*=columns-] li.product, 
   .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}