/**handles:mobile**/
@media (max-width: 768px) {
    
    .show-in-mobile {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    /* Site Header & Footer */

    .site-wrapper {
        padding-top: 43px;
    }

    .site-header {
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
        left: 0;
    }

    .site-header .inner-wrapper {
        padding: 15px 10px;
        align-items: stretch;
    }

    .site-header .inner-wrapper .flex-item:first-child {
        margin-bottom: 0;
    }

    .site-header .logo-image {
        width: 157px;
        height: 13px;
    }

    .site-header .logo-text {
        display: none;
    }

	.blog-listing .listing-item {
		width: 100%;
	}

    .services-listing .item-image, .services-listing .item-text {
        width: 100%;
    }

    .services-listing .listing-item .content-list-columns {
        flex-direction: column;
    }

    .services-listing .listing-item .content-list-column:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .back-to-top {
        font-size: 0;
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .back-to-top:before {
        top: 50%;
        left: 50%;
        margin-top: -11px;
        margin-left: -11px;
    }

}

@media (max-width: 900px) {

    /* Site Footer */

    .site-footer .flex-wrapper {
        align-items: normal;
    }

    .site-footer .inside {
        text-align: left;
        padding: 35px 20px;   
    }

    .site-footer .footer-top {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .site-footer .logo-image {
        width: 100%;
        /*height: 25px;*/
    }

    .site-footer .logo-text {
        font-size: 11px;
    }

    .site-footer .footer-bottom .flex-item {
        margin-bottom: 30px;
    }

    .site-footer .footer-bottom .flex-item:first-child {
        margin-bottom: 0;
        order: 3;
    }

    .site-footer .footer-text {
        font-size: 15px;
        line-height: 20px;
    }

    .site-footer .footer-text br {
        display: block;
    }

    .site-footer .nav-button {
        width: 40px;
        height: 40px;
        margin: 10px 10px 0 0;
        /*margin-top: 13px;*/
    }

    .site-footer .nav-button:last-child {
        margin-right: 0;
    }

    .site-footer .nav-subscribe {
        display: block;
        width: 107px;
        height: 29px;
        margin: 0 0 15px;
    }

}

    /* Site Header & Footer */

@media (max-width: 768px) {

    /* Nav */

    .site-header .nav-bars {
        display: block;
    }

    .site-header .nav-buttons,
    .site-header .nav {
        display: none;
    }

    .site-header.nav-is-open {
        background: #1682c6;
    }

    .site-header.nav-is-open .nav-bars {
        background-image: url('https://www.tronviggroup.com/wp-content/themes/tronvig/img/nav-bars-active.svg');
    }

    .site-header.nav-is-open .logo-image {
        background-image: url('https://www.tronviggroup.com/wp-content/themes/tronvig/img/logo-active.svg');
    }

    .site-header .nav {
        text-align: left;
        padding: 25px;
        height: 100vh;
    }

    .site-header #menu-main-menu {
        display: block;
        text-align: left;
    }

    .site-header .nav ul.main-menu > li {
        display: block;
        margin: 0 0 10px;
        padding: 10px 0;
    }

    .site-header .nav ul.main-menu > li:last-child {
        margin: 0;
    }

    .site-header .nav ul.main-menu > li > a {
        font-size: 24px;
        color: #fff;
    }

    .site-header .nav ul.main-menu > li > a:before,
    .site-header .nav ul.main-menu > li > a:after {
        display: none;
        background-color: transparent;
    }

    .site-header .nav ul.sub-menu {
        background: transparent;
        padding: 15px 0 0;
        position: static;
        transform: none;
        visibility: visible;
        opacity: 1;
        display: none;
        transition-property: none;
    }

    .site-header .nav ul.sub-menu > li > a {
        font-size: 20px;
        text-transform: capitalize;
        white-space: normal;
    }

    .site-header .nav ul.main-menu > li.menu-item-has-children {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 35px;
    }

    .site-header .nav ul.main-menu > li.menu-item-has-children:hover > ul.sub-menu {
        display: none;
    }

    .site-header .nav ul.main-menu > li.menu-item-has-children > a {
        position: relative;
        padding-right: 35px;
    }

    .site-header .nav ul.main-menu > li.menu-item-has-children > a:after {
        content: '';
        display: block;
        background: url('https://www.tronviggroup.com/wp-content/themes/tronvig/img/nav-plus.svg') no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px;
    }

    .site-header .nav ul.main-menu > li.sub-menu-is-open {
        background: #009fc5;
    }

    .site-header .nav ul.main-menu > li.sub-menu-is-open > a:after {
        background: url('https://www.tronviggroup.com/wp-content/themes/tronvig/img/nav-minus.svg') no-repeat;
        width: 24px;
        height: 3px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

}

@media (max-width: 860px) {

    .site-footer .nav ul li {
        display: block;
        margin: 0 0 10px;
    }

    .site-footer .nav ul li:last-child {
        margin-bottom: 0;
    }

    .site-footer .nav ul li a {
        font-size: 18px;
    }

    .nav-main-search-wrapper {
        margin-left: 0;
    }

    .site-header .nav-main-search {
        background-image: url('https://www.tronviggroup.com/wp-content/themes/tronvig/img/nav-search-white.svg');
        width: 30px;
        height: 30px;
    }

    /* Nav */


    /* Footer Callout */

    .footer-callout {
        /*background: #1682c6;*/
        text-align: center;
    }

    .footer-callout .inside {
        padding: 45px 30px 30px;
    }

    .footer-callout .heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .footer-callout .description {
        font-size: 18px;
        line-height: 24px;
    }

}

    /* Footer Callout */


    /* Hero */
@media (max-width: 768px) {
    
    .hero .inner-wrapper,
    .hero.-page .inner-wrapper,
    .hero.-front-page .inner-wrapper {
        min-height: auto;
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero .inner-wrapper2,
    .hero.-page .inner-wrapper2,
    .hero.-front-page .inner-wrapper2 {
        min-height: auto;
        height: auto;
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .hero.-front-page .heading br {
        display: block;
    }

    .hero.-page .heading br {
        content: ' ';
        display: inline-block;
        width: 10px;
    }

    .hero .heading,
    .hero.-page .heading,
    .hero.-front-page .heading {
        font-size: 24px;
        line-height: 35px;
        /*max-width: 290px;*/
    }

    .hero.-map,
    .hero.-map .google-map iframe  {
    	display: none;
        height: 200px;
    }

    /* Hero */


    /* Case Studies Listing */

    .case-studies-listing .item-title {
        font-size: 18px;
        line-height: 1;
    }

    .case-studies-listing .item-excerpt {
        font-size: 15px;
    }

    .case-studies-listing .item-link a {
        font-size: 14px;
        padding: 10px;
    }

    /* Case Studies Listing */


    /* Our Thinking Listing */

    .our-thinking-listing .listing-heading {
        font-size: 24px;
    }
    
    /* Our Thinking Listing */


    /* About Callout */

    .about-callout .callout-title {
        font-size: 24px;
    }

    .about-callout .callout-description p {
        font-size: 15px;
        line-height: 25px;
    }

    .about-callout .callout-link a {
        font-size: 14px;
        padding: 10px;
    }

    /* About Callout */


    /* Blog Listing */

    .blog-listing.-home .listing-heading {
        font-size: 24px;
    }

    /* Blog Listing */


    /* Introduction */

    .introduction-section .heading,
    .postid-30642 .introduction-section .heading {
        font-size: 30px;
    }

    .introduction-section .description {
        font-size: 15px;
        line-height: 20px;
    }

    /* Introduction */


    /* Services */

    .services-listing .item-text .heading {
        font-size: 30px;
    }

    .services-listing .item-text .subheading {
        font-size: 18px;
    }

    .services-listing .item-text .description {
        font-size: 15px;
        line-height: 20px;
    }

    /* Services */


    /* Content Listing */

    .content-listing .listing-item.-wywsig h3 {
        font-size: 15px;
    }

    .content-listing .listing-item.-wywsig p,
    .content-listing .listing-item.-wywsig li {
        font-size: 15px;
        line-height: 20px;
    }

    /* Content Listing */


    /* Content Section */

    .content-section .inner-wrapper {
        padding: 45px 30px;
    }

    .content-section h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .content-section h3,
    .content-section.-with-sidebar h3 {
        font-size: 15px;
    }

    .content-section p,
    .content-section.-with-sidebar p {
        font-size: 15px;
        line-height: 20px;
    }

    .tweet-blockquote,
    .testimonial-blockquote,
    .testimonial-quote-listing .listing-item {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-blockquote-author,
    .testimonial-quote-listing .item-author {
        font-size: 15px;
    }

    .content-section.-team-bio .bio-name,
    .content-section.-clients .listing-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .content-section.-team-bio .bio-position {
        font-size: 18px;
    }

    .content-section.-team-bio .bio-image {
        margin-left: -30px;
        margin-right: -30px;
    }

    .content-section.-team-bio .bio-image img {
        width: 100%;
    }

    .content-section.-clients .listing-wrapper h3 {
        margin-bottom: 15px;
    }

    /* Content Section */


    /* Articles Listing */

    .articles-listing.-boxed .item-title {
        font-size: 24px;
        line-height: 30px;
    }

    .articles-listing.-boxed .item-description {
        font-size: 15px;
        line-height: 20px;
    }

    /* Articles Listing */


    /* Team Listing */

    .team-listing .listing-heading {
        text-align: center;
    }

    .team-listing .listing-item {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    /* Team Listing */


    /* Form */

    .form-section h2,
    .form-template h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .form-section p,
    .form-template p {
        font-size: 15px;
        line-height: 20px;
    }

    /* Form */


    /* Testimonials */

    .testimonial-listing .listing-heading {
        font-size: 30px;
    }

    .testimonial-view .testimonial-image {
        max-height: 120px;
    }

    .testimonial-view .testimonial-item {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial-view .testimonial-author {
        font-size: 15px;
        line-height: 20px;
    }

    .testimonial-quote-listing .listing-heading {
        font-size: 30px;
    }

    /* Testimonials */


    /* FAQ */

    .faq-listing .listing-heading {
        font-size: 30px;
    }

    .faq-listing .item-control {
        font-size: 15px;
    }

    .faq-listing .item-content {
        font-size: 15px;
        line-height: 20px;
    }

    /* FAQ */


    /* Library */

    .library-listing .listing-heading {
        font-size: 30px;
    }

    .library-listing .listing-description,
    .library-listing .item-description {
        font-size: 15px;
        line-height: 20px;
    }

    .library-listing .item-title {
        font-size: 24px;
        line-height: 30px;
    }

    /* Library */


    /* Callout Section */


    .callout-section .section-heading {
        font-size: 24px;
        margin-bottom: 25px; 
    }

    .callout-section .section-subheading {
        font-size: 18px;
    }

    /* Callout Section */

    .search-results .heading {
        font-size: 40px;
        margin-bottom: 1em;
    }

    .team-listing.-partners .listing-heading {
        margin-left: 0;
    }

    .hero.-front-page .inner-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hero.-front-page .heading-end {
        display: block;
        max-width: 355px;
        min-height: auto;
        margin: 0 auto;
    }

    .hero.-front-page .heading span:not(.show-in-mobile) {
        display: none;
        min-height: auto;
    }

    .hero.-front-page .heading span.show-in-mobile {
        display: block;
    }

    .content-listing .listing-item.-quote .inner-wrapper {
        padding: 0 45px;
    }

    .content-listing .listing-item.-quote .item-quote {
        padding: 0 30px;
    }

    .content-listing .listing-item.-quote .item-quote,
    .content-listing .listing-item.-quote .item-quote span {
        font-size: 20px;
        line-height: 25px;
    }

    .content-listing .listing-item.-quote .item-quote span {
        margin-top: 20px;
    }

    .site-footer .nav-search-form {
        display: block;
        margin-top: 30px;
    }

    .site-footer .nav-search-form .form-textbox {
        margin-left: 0;
    }

    .alm-filter--checkbox a:hover {
        background: transparent;
        color: #fff
    }

    .alm-filter--checkbox a:hover:before {
        opacity: 0;
    }

    .alm-filter--checkbox a.active {
        background: #fff;
        color: #1682c6;
    }

    .alm-filter--checkbox a.active:before {
        opacity: 1;
    }

    .content-listing .listing-item.-inline-images:last-child,
    .content-listing .listing-item.-image:last-child {
        margin-bottom: 30px;
    }

    .post-password-form label {
        display: block;
        max-width: 300px;
    }

    .post-password-form input[type="password"] {
        width: 100%;
        margin: 20px 0;
    }


    /* 404 */

    .pnf-top {
        font-size: 60px;
        padding: 31px 10px;
        margin-bottom: 20px;
    }

    .pnf-heading {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .pnf-button {
        width: auto;
        margin-bottom: 20px;
    }

    .pnf-button a,
    .pnf-rp-heading,
    .pnf-message {
        font-size: 16px;
    }

    .pnf-rp-item {
        margin: 0 20px;
    }

    /* 404 */

}

@media (max-width: 480px) {
    .client-listing .inner-wrapper {
        padding: 20px;
    }

/*    .callout-section .button-boxed,
    .callout-section .button-boxed a {
        display: block;
    }
*/
    .client-listing .jcarousel-nav.-prev {
        left: 15px;
    }

    .client-listing .jcarousel-nav.-next {
        right: 15px;
    }

    .library-listing .column-wrapper.-image {
        flex-direction: column;
    }

    .library-listing .item-image,
    .library-listing .item-title {
        width: auto;
    }

    .library-listing .item-title {
        margin: 20px 0 0;
    }

    .team-listing .item-name {
        width: calc( 100% - 30px );
    }

}
@media (max-width: 426px) {
    .newsletter-signup {
        margin: 0 30px 30px;
        max-width: 85%;
    }
    .newsletter-signup .newsletter-signup-inner,
    .newsletter-signup .newsletter-signup-form {
        display: block;
    }
    .newsletter-signup .newsletter-signup-inner {
        padding: 40px 40px 15px;
    }
    .newsletter-signup .newsletter-signup-form .form-textbox,
    .newsletter-signup .newsletter-signup-form .form-submit {
        width: 100%;
        margin: 0 0 10px;
        max-width: 100%;
    }
    .newsletter-signup .newsletter-signup-close {    
        top: 22px;
        right: 15px;
    }
    .newsletter-signup .newsletter-signup-heading {
        margin: 0 0 20px;
        font-weight: normal;
        position: relative;
        top: 0;
        left: 0;
    }
    .page-template-product .testimonial-quote-section {
        padding-bottom: 50px;
    }
}

@media (max-width: 375px) {
    .hero .heading,
    .hero.-page .heading,
    .hero.-front-page .heading {
        font-size: 16px;
        line-height: 24px;
        /*max-width: 290px;*/
    }
    .page-template-product .introduction-bts-section .button-boxed, .page-template-product .button-boxed.-white a {
        margin-bottom: -15px;
}
    .hero .buttons-main .button-boxed a, .hero .button-top .button-boxed a {
        font-size: 12px;
    }
    }