/* CSS Document */

.virtus-title {
    font-family: "BreeSerif-Regular";
    text-transform: uppercase;
    color: #fff;
    font-size: 60px;
    line-height: 34px;
}

.virtus-link {
    font-family: "BreeSerif-Regular";
    text-transform: uppercase;
    color: #fff;
    border: 8px solid #f06422;
    letter-spacing: 0.075em;
    font-size: 24px;
    padding: 2px 19px 5px;
}

.virtus-link:hover {
    background-color: #f06422;
    color: #fff;
}

/* Hero */

#hero {
    background-repeat: no-repeat !important;
    background-position: 50% 100% !important;
    background-size: cover !important;
    height: 830px;
}

#hero .wrap {
    max-width: 82%;
    height: 100%;
}

#hero-left {
    display: table;
    float: left;
    width: 463px;
    height: 100%;
    margin-right: 103px;
}

#hero-align {
    display: table-cell;
    vertical-align: middle;
}

#hero-right {
    text-align: center;
    display: table;
    width: 400px;
    height: 100%;
    padding-bottom: 93px;
}

#hero-content {
    display: table-cell;
    vertical-align: bottom;
}

#hero-title {
    font-family: "BreeSerif-Regular";
    color: #fff;
    text-transform: unset;
    line-height: normal;
    font-size: 48px;
    margin-bottom: 124px;
}

/* Buckets */

#buckets-list li {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    float: left;
    display: table;
    width: 33.33%;
    height: 455px;
}

.buckets-align {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

#buckets-list li:nth-child(1) img {
    margin-bottom: 30px;
}

#buckets-list li:nth-child(2) img {
    margin-bottom: 54px;
}

#buckets-list li:nth-child(3) img {
    margin-bottom: 20px;
}

.buckets-title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 35px;
}

    #buckets-list li:nth-child(3) .buckets-title {
        margin-bottom: 14px;
    }

#buckets-list p {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    width: 265px;
    margin: auto;
    margin-bottom: 0;
    /* margin-bottom: 35px; */
}

#buckets-list h2 {
    color: #fff;
    display: inline;
    font-size: 14px;
    line-height: normal;
    width: fit-content;
    margin: auto;
}

    #buckets-list li:nth-child(3) p {
        margin-bottom: 20px;
    }

.buckets-link {
    display: block;
    width: 215px;
    margin: 0 auto;
    display: none;
}

/* About */

#about {
    clear: both;
    background: url('/wp-content/uploads/2021/06/about-background.png') no-repeat center;
    background-size: cover;
    padding: 63px 0px;
}

#about .wrap {
    max-width: 92.2%;
}

#about-content {
    text-align: center;
    width: 475px;
    margin: auto 125px;
}

#about-content .virtus-title {
    margin-bottom: 24px;
}

#about-content p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0; 
    display: inline;
}

#about-content h3 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    width: fit-content;
    display: inline;
    margin: 0;
}

#about-content a{
   color: #f06422;
}

#about img {
    width: 475px;
    margin: auto 150px;
}

/* CTA */

#cta {
    background-color: #6bbe45;
    text-align: center;
    padding: 59px 0px;
}

#cta-link {
    border: 8px solid #fff;
}

#cta-link:hover {
    background-color: #fff;
    color: #000;
}

/* Ammo */


.woocommerce-product-details__short-description {
    position: relative;
}

#ammo {
    background-color: #010101;
    padding-top: 108px;
}

.tab {
    border-bottom: 1px solid #121212;
    padding: 0px 71px;
}

.tablinks {
    background-color: transparent;
    border: none !important;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.tablinks .tab-title {
    font-family: "BebasNeue-Regular";
    display: block;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    font-size: 60px;
    margin-bottom: 0px;
} 

.woo-variation-product-gallery {
    display: none;
}

.lines {
    background-color: #fff;
    position: absolute;
    height: 2px;
}

    /* Product 1 - .50 BMG */

    .tablinks:nth-child(1) {
        background: url('/wp-content/uploads/2021/03/50-bmg.png') no-repeat left bottom;
        background-size: contain;
        width: 148px;
        height: 649px;
    }

    .tablinks:nth-child(1):hover {
        background: url('/wp-content/uploads/2021/03/50-bmg-hover.png') no-repeat left bottom;    
        background-size: contain;
    }

    .tablinks:nth-child(1) .tab-title {
        width: 133px;
        top: -72px;
        left: 158px;
    }

    #straight1 {
        top: -19px;
        left: 134px;
        width: 17px;
    }

    #diagonal1 {
        top: 23px;
        left: 61px;
        width: 98px;
        transform: rotate(120deg);
    }

    /* Product 2 - .388 NORMA MAG */

    .tablinks:nth-child(2) {
        background: url('/wp-content/uploads/2021/03/388-norma-mag.png') no-repeat left bottom;
        background-size: contain;
        width: 115px;
        height: 451px;
    }

    .tablinks:nth-child(2):hover {
        background: url('/wp-content/uploads/2021/03/388-norma-mag-hover.png') no-repeat left bottom;
        background-size: contain;
    }

    .tablinks:nth-child(2) .tab-title {
        width: 279px;
        top: -192px;
        left: 163px;
    }

    #straight2 {
        top: -139px;
        left: 122px;
        width: 32px;
    }

    #diagonal2 {
        top: -46px;
        left: 0px;
        width: 194px;
        transform: rotate(105deg);
    }

    /* Product 3 - 7.62 NATO */

    .tablinks:nth-child(3) {
        background: url('/wp-content/uploads/2021/03/7.62-nato.png') no-repeat left bottom;
        background-size: contain;
        width: 115px;
        height: 361px;
    }

    .tablinks:nth-child(3):hover {
        background: url('/wp-content/uploads/2021/03/7.62-nato-hover.png') no-repeat left bottom;
        background-size: contain;
    }

    .tablinks:nth-child(3) .tab-title {
        width: 165px;
        top: -211px;
        left: 363px;
    }

    #straight3 {
        top: -159px;
        left: 113px;
        width: 243px;
    }

    #diagonal3 {
        top: -69px;
        left: -10px;
        width: 190px;
        transform: rotate(107deg);
    }

    /* Product 4 - .308 WIN */

    .tablinks:nth-child(4) {
        background: url('/wp-content/uploads/2021/03/308-win.png') no-repeat left bottom;
        background-size: contain;
        width: 110px;
        height: 363px;
    }

    .tablinks:nth-child(4):hover {
        background: url('/wp-content/uploads/2021/03/308-win-hover.png') no-repeat left bottom;
        background-size: contain;
    }

    .tablinks:nth-child(4) .tab-title {
        width: 145px;
        top: -149px;
        left: 430px;
    }

    #straight4 {
        top: -97px;
        left: 95px;
        width: 327px;
    }

    #diagonal4 {
        top: -33px;
        left: 10px;
        width: 134px;
        transform: rotate(106deg);
    }

    /* Product 5 - 6.8 TVCM */
   
    .tablinks:nth-child(5) {
        background: url('/wp-content/uploads/2021/03/6.8-tvcm.png') no-repeat left bottom;
        background-size: contain;
        width: 116px;
        height: 364px;
    }

    .tablinks:nth-child(5):hover {
        background: url('/wp-content/uploads/2021/03/6.8-tvcm-hover.png') no-repeat left bottom;
        background-size: contain;
    }   

    .tablinks:nth-child(5) .tab-title {
        width: 150px;
        top: -92px;
        left: 484px;
    }

    #straight5 {
        top: -39px;
        left: 90px;
        width: 385px;
    }

    #diagonal5 {
        top: -6px;
        left: 35px;
        width: 76px;
        transform: rotate(118deg);
    }

    /* Product 6 - 6.5 CREEDMOOR */

    .tablinks:nth-child(6) {
        background: url('/wp-content/uploads/2021/03/6.5-creedmoor.png') no-repeat left bottom;
        background-size: contain;
        width: 108px;
        height: 362px;
    }

    .tablinks:nth-child(6):hover {
        background: url('/wp-content/uploads/2021/03/6.5-creedmoor-hover.png') no-repeat left bottom;
        background-size: contain;
    }     

    .tablinks:nth-child(6) .tab-title {
        width: 258px;
        top: -36px;
        left: 535px;
    }

    #straight6 {
        top: 16px;
        left: 77px;
        width: 450px;
    }

    #diagonal6 {
        top: 30px;
        left: 50px;
        width: 35px;
        transform: rotate(123deg);
    }

    /* Product 7 - 5.56 NATO */

    .tablinks:nth-child(7) {
        background: url('/wp-content/uploads/2021/03/5.56-nato.png') no-repeat left bottom;
        background-size: contain;
        width: 46px;
        height: 305px;
    }

    .tablinks:nth-child(7):hover {
        background: url('/wp-content/uploads/2021/03/5.56-nato-hover.png') no-repeat left bottom;
        background-size: contain;
    }     

    .tablinks:nth-child(7) .tab-title {
        width: 165px;
        top: -35px;
        left: 715px;
    }

    #straight7 {
        top: 18px;
        left: 52px;
        width: 655px;
    }

.tabcontent {
    display: none;
    padding: 32px 0px 50px;
}

.military-spec {
    display: block;
    font-family: 'Open Sans';
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 36px;
}

.ammo-title {
    color: #fff;
    font-family: 'BreeSerif-Regular';
    text-transform: uppercase;
    font-size: 60px;
    line-height: 34px;
    margin-bottom: 19px;
}

.tab-link {
    position: relative;
    z-index: 1;
    text-align: center;
    display: block;
    clear: both;
    font-family: "BreeSerif-Regular";
    text-transform: uppercase;
    color: #fff;
    border: 8px solid #f06422;
    letter-spacing: 0.075em;
    font-size: 24px;
    width: 185px;
    margin: 0 auto;
}

.tab-link:hover {
    background-color: #f06422;
    color: #fff;
}

.woocommerce-product-gallery {
    display: none;
}

.image-link, .woocommerce {
    display: inline-block;
    vertical-align: middle;
}

.image-link {
    width: 330px;
    margin-right: 19px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

#ammo5 .image-link {
    display: none;
}

/* Blog */

#blog {
    text-align: center;
    background: url('/wp-content/uploads/2021/03/blog-background.jpg') center no-repeat;
    background-size: cover;
    padding: 43px 0px;
}

#blog .virtus-title {
    margin-bottom: 64px;
}

.blog-post {
    clear: both;
    height: 367px;
    margin-bottom: 48px;
}

.blog-post:last-of-type {
    margin-bottom: 0px;
}

.blog-left {
    float: left;
    width: 300px;
    height: 300px;
}

.blog-img {
    object-fit: cover;
    width: 300px;
    height: 300px;    
}

.blog-right {
    background-color: #58595b;
    float: right;
    display: table;
    width: 900px;
    height: 300px;
    padding: 0px 10px;
}

.blog-align {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.blog-title {
    font-family: 'BreeSerif-Regular';
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.blog-excerpt, .blog-post p {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    width: 740px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.blog-clear {
    clear: both;
    float: right;
    padding-top: 12px;
    /*margin-bottom: 47px;*/
    width: 880px;
}

.blog-link {
    display: block;
    border: 8px solid #f06422;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BreeSerif-Regular';
    letter-spacing: 0.075em;
    font-size: 24px;
    width: 185px;
    margin: 0 auto;
}

.blog-link:hover {
    background-color: #f06422;
    color: #fff;
}

/* Contact */

#contact {
    clear: both;
    background: linear-gradient(rgba(0,0,0,50%) 0%,rgba(0,0,0,50%) 100%),                 url('/wp-content/uploads/2021/09/contact-us-virtus-scaled.jpg') no-repeat center;
    background-size: cover;
    padding: 43px 0px 80px;
}

#contact-right {
    text-align: center;
    float: right;
    width: 470px;
}

#contact .virtus-title {
    line-height: 60px;
    margin-bottom: 59px;
}

.footer-widgets .gform_footer {
    margin-top: 0 !important;
    padding: 0 !important;
}

#gform_wrapper_1 {
    width: 400px;
    margin: 0 auto !important;
}

body #gform_wrapper_1 ul li.gfield {
    margin-top: 0px !important;
}

#gform_wrapper_1 ul.gform_fields li.gfield {
    padding-right: 0px !important;
    margin-bottom: 28px;
}

#gform_wrapper_1 ul.gform_fields li.gfield:last-of-type {
    margin-bottom: 52px;
}

body #gform_wrapper_1 .top_label div.ginput_container {
    margin-top: 0px !important;
}

#gform_wrapper_1 li.hidden_label input {
    margin-top: 0px !important;
}

#gform_wrapper_1 input,
#gform_wrapper_1 textarea {
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 4px solid #fff;
    padding: 0px 0px;
}

#gform_wrapper_1 textarea {
    height: 81px;
}

#gform_wrapper_1 input::placeholder,
#gform_wrapper_1 textarea::placeholder {
    color: #fff;
    font-size: 24px;
}

#gform_wrapper_1 .gform_footer {
    text-align: center;
    margin: 0px !important;
    padding: 0px !important;
}

#gform_wrapper_1 .gform_footer input {
    font-family: 'BreeSerif-Regular';
    border: 8px solid #f06422;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-size: 24px;
    padding: 6px 38px;
}

/* Dealer */

#dealer-top {
    text-align: center;
    background: linear-gradient(rgba(0,0,0,50%) 0%,rgba(0,0,0,50%) 100%), 
                url('/wp-content/uploads/2021/03/dealer-background.jpg') no-repeat center;
    background-size: cover;
    padding: 73px 0px;
}

#dealer-top .wrap {
    max-width: 762px;
}

#dealer-top .virtus-title {
    margin-bottom: 50px;
}

#dealer-top p {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 0px;
}

#dealer-bottom {
    background-color: #fff;
    text-align: center;
    padding: 52px 0px;
}

#dealer-title {
    font-family: "BreeSerif-Regular";
    text-align: left;
    color: #231f20;
    letter-spacing: 0.075em;
    font-size: 24px;
    margin-bottom: 0px;
}

#gform_wrapper_2 {
    margin: 0px !important;
    margin-bottom: 60px !important;
}

.footer-widgets .widget-area #gform_wrapper_2 li {
    margin-bottom: 10px !important;
}

body #gform_wrapper_2 ul li.gfield {
    margin-top: 0px !important;
}

body #gform_wrapper_2 .top_label div.ginput_container {
    margin-top: 12px !important;
}

#gform_wrapper_2 li.hidden_label input {
    margin-top: 0px !important;
}

#gform_wrapper_2 input  {
    border: 1px solid #231f20;
    padding: 8px 10px;
}

#gform_wrapper_2 input::placeholder {
    color: #231f20;
    letter-spacing: 0.075em;
    font-size: 16px;
}

#field_2_2, #field_2_3 {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

#gform_wrapper_2 .gform_footer {
    padding: 0px;
    margin: 13px 0px;
}

#gform_submit_button_2 {
    border: 8px solid #f06422 !important;
    font-size: 24px !important;
    padding: 6px 38px !important;
}

/* Responsive Design */

@media (max-width: 1750px) {

/* Ammo */

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) .tab-title {
            left: 263px;
        }

        #straight3 {
            width: 143px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) .tab-title {
            left: 330px;
        }

        #straight4 {
            width: 227px;
        }

        /* Product 5 - 6.8 TVCM */  

        .tablinks:nth-child(5) .tab-title {
            left: 384px;
        }

        #straight5 {
            width: 285px;
        }

        /* Product 6 - 6.5 CREEDMOOR */    

        .tablinks:nth-child(6) .tab-title {
            left: 435px;
        }

        #straight6 {
            width: 350px;
        }

        /* Product 7 - 5.56 NATO */

        .tablinks:nth-child(7) .tab-title {
            left: 615px;
        }

        #straight7 {
            width: 555px;
        }    
}

@media (max-width: 1650px) {

/* Hero */

    #hero {
        background-position: 50% 70% !important;
        height: 700px;
    }

    #hero .wrap {
        max-width: 84%;
    }

    #hero-left {
        margin-right: 25px;
    }

    #hero-right {
        padding-bottom: 35px;
    }

/* Ammo */

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) .tab-title {
            left: 120px;
        }

        #straight2 {
            left: 104px;
            width: 10px;
        }

        #diagonal2 {
            top: -44px;
            left: -10px;
            transform: rotate(100deg);
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) .tab-title {
            left: 163px;
        }

        #straight3 {
            width: 43px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) .tab-title {
            left: 230px;
        }

        #straight4 {
            width: 127px;
        }

        /* Product 5 - 6.8 TVCM */ 

        .tablinks:nth-child(5) .tab-title {
            left: 284px;
        }

        #straight5 {
            width: 185px;
        }

        /* Product 6 - 6.5 CREEDMOOR */    

        .tablinks:nth-child(6) .tab-title {
            left: 335px;
        }

        #straight6 {
            width: 250px;
        }

        /* Product 7 - 5.56 NATO */

        .tablinks:nth-child(7) .tab-title {
            left: 515px;
        }

        #straight7 {
            width: 455px;
        }
}

@media (max-width: 1550px) {

/* Hero */

    #hero {
        background-position: 50% 100% !important;
    }

    #hero .wrap {
        max-width: 90%;
    }

    #hero-left {
        width: 34%;
    }

/* Ammo */

        /* Product 6 - 6.5 CREEDMOOR */   

        .tablinks:nth-child(6) .tab-title {
            width: 258px;
            left: 265px;
        }

        #straight6 {
            width: 180px;
        }

        /* Product 7 - 5.56 NATO */

        .tablinks:nth-child(7) .tab-title {
            left: 415px;
        }

        #straight7 {
            width: 355px;
        }     
}

@media (max-width: 1440px) {

/* Hero */

    #hero-left {
        width: 32%;
    }

/* Ammo */

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 118px;
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 85px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 85px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 80px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 86px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 88px;
        }

        /* Product 7 - 5.56 NATO */  

        .tablinks:nth-child(7) .tab-title {
            left: 395px;
        }

        #straight7 {
            width: 335px;
        }       
}

@media (max-width: 1350px) {

/* Hero */

    #hero {
        height: 600px;
    }

    #hero .wrap {
        max-width: 92%;
    }

    #hero-right {
        width: 380px;
        padding-bottom: 40px;
    }

    #hero-title {
        font-size: 44px;
    }   

/* Buckets */

    #buckets-list li {
        height: 425px;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 28px;
            line-height: 30px;
        }

    .buckets-link {
        font-size: 22px;
    }

/* Ammo */

    .tabcontent .wrap {
        max-width: 1100px;
    }

    .image-link {
        width: 130px;
        height: 500px;
        margin-right: 119px;
    }

    .image-link img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

/* Blog */

    #blog .wrap {
        max-width: 1100px;
    }

    .blog-right {
        width: 800px;
    }    

/* Contact */

    #contact .wrap {
        max-width: 1100px;
    }  

/* Dealer */

    #dealer-bottom .wrap {
        max-width: 1100px;
    }     
}

@media (max-width: 1250px) {

/* Hero */

    #hero .wrap {
        max-width: 93%;
    }

    #hero-left {
        width: 30%;
    }

    #hero-right {
        padding-bottom: 0px;
    }

    #hero-content {
        vertical-align: middle;
    }

    #hero-title {
        margin-bottom: 90px;
    }

/* Ammo */

    .tab {
        padding: 0px 51px;
    }

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 108px;
        }

        .tablinks:nth-child(1) .tab-title {
            left: 135px;
        }

        #straight1 {
            left: 111px;
            width: 17px;
        }

        #diagonal1 {
            top: 28px;
            left: 50px;
            transform: rotate(105deg);
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) .tab-title {
            left: 114px;
        }

        #straight2 {
            left: 97px;
        }

        #diagonal2 {
            top: -44px;
            left: -17px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) .tab-title {
            left: 123px;
        }

        #straight3 {
            width: 10px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) .tab-title {
            left: 130px;
        }

        #straight4 {
            width: 27px;
        }

        /* Product 5 - 6.8 TVCM */ 

        .tablinks:nth-child(5) .tab-title {
            left: 184px;
        }

        #straight5 {
            width: 85px;
        }

        /* Product 6 - 6.5 CREEDMOOR */    

        .tablinks:nth-child(6) .tab-title {
            left: 165px;
        }

        #straight6 {
            width: 80px;
        }

        /* Product 7 - 5.56 NATO */

        .tablinks:nth-child(7) .tab-title {
            left: 340px;
        }

        #straight7 {
            width: 280px;
        } 

    .tabcontent {
        padding: 32px 0px 0px;
    }
        
    .tabcontent .wrap {
        max-width: 1000px;
    }

/* Blog */

    #blog .wrap {
        max-width: 1000px;
    }

    .blog-post {
        height: 417px;
    }

    .blog-left {
        height: 350px;
    }

    .blog-img {
        height: 350px;
    }

    .blog-right {
        width: 700px;
        height: 350px;
    }

    .blog-title {
        margin-bottom: 20px;
    }

    .blog-excerpt, .blog-post p {
        width: 640px;
    } 

/* Contact */

    #contact .wrap {
        max-width: 1000px;
    } 

/* Dealer */

    #dealer-bottom .wrap {
        max-width: 1000px;
    }                         
}

@media (max-width: 1200px) {

/* Hero */

    #hero-left {
        width: 29%;
    }    
}

@media (max-width: 1150px) {

/* Hero */

    #hero {
        padding: 37px 0px;
    }

    #hero .wrap {
        max-width: 85%;
    }

    #hero-left {
        text-align: center;
        display: block;
        float: none;
        width: 380px;
        height: auto;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    #hero-align {
        display: block;
    }

    #hero-left img {
        height: 230px;
    }

    #hero-right {
        text-align: center;
        display: block;
        width: 380px;
        height: auto;
        padding-bottom: 0px;
    }

    #hero-content {
        display: block;
    }

    #hero-title {
        margin-bottom: 20px;
    }

/* Buckets */

    #buckets-list li {
        height: 405px;
    }

    #buckets-list li:nth-child(1) img {
        margin-bottom: 25px;
    }

    #buckets-list li:nth-child(2) img {
        margin-bottom: 48px;
    }

    #buckets-list li:nth-child(3) img {
        margin-bottom: 15px;
    }

    .buckets-title {
        margin-bottom: 25px;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 24px;
            line-height: 26px;
        }

    #buckets-list p {
        /* margin-bottom: 25px; */
    }

        #buckets-list li:nth-child(3) p {
            margin-bottom: 15px;
        }

    .buckets-link {
        font-size: 20px;
    }

/* About */

    #about {
        text-align: center;
    }

    #about .wrap {
        max-width: 100%;
    }

    #about-content {
        margin: 0 auto;
    }

    #about img {
        width: auto;
        margin: 0 auto;
    }

/* Ammo */

    .tablinks .tab-title {
        font-size: 50px;
    } 

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 125px;
        }

        .tablinks:nth-child(1) .tab-title {
            width: 111px;
            top: -65px;
            left: 108px;
        }

        #straight1 {
            top: -19px;
            left: 111px;
            width: 0px;
        }

        #diagonal1 {
            top: 28px;
            left: 43px;
            transform: rotate(100deg);
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 115px;
        }

        .tablinks:nth-child(2) .tab-title {
            width: 233px;
            top: -185px;
            left: 105px;
        }

        #straight2 {
            top: -139px;
            left: 97px;
            width: 0px;
        }

        #diagonal2 {
            top: -44px;
            left: -17px;
            transform: rotate(100deg);
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 115px;
        }

        .tablinks:nth-child(3) .tab-title {
            width: 137px;
            top: -208px;
            left: 93px;
        }

        #straight3 {
            top: -159px;
            left: 108px;
            width: 0px;
        }

        #diagonal3 {
            top: -69px;
            left: -25px;
            transform: rotate(100deg);
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 110px;
        }

        .tablinks:nth-child(4) .tab-title {
            width: 121px;
            top: -140px;
            left: 115px;
        }

        #straight4 {
            top: -97px;
            left: 79px;
            width: 27px;
        }

        #diagonal4 {
            top: -32px;
            left: 0px;
            transform: rotate(100deg);
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 116px;
        }

        .tablinks:nth-child(5) .tab-title {
            width: 125px;
            top: -83px;
            left: 155px;
        }

        #straight5 {
            top: -39px;
            left: 59px;
            width: 85px;
        }

        #diagonal5 {
            top: -2px;
            left: 15px;
            transform: rotate(100deg);
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 108px;
        }

        .tablinks:nth-child(6) .tab-title {
            width: 215px;
            top: -26px;
            left: 108px;
        }

        #straight6 {
            top: 17px;
            left: 60px;
            width: 40px;
        }

        #diagonal6 {
            top: 33px;
            left: 40px;
            width: 35px;
            transform: rotate(100deg);
        }

        /* Product 7 - 5.56 NATO */ 

        .tablinks:nth-child(7) .tab-title {
            width: 137px;
            top: -23px;
            left: 160px;
        }

        #straight7 {
            top: 18px;
            left: 40px;
            width: 110px;
        }

    .tabcontent {
        padding: 32px 0px 30px;
    }

    .tabcontent .wrap {
        max-width: 900px;
    }

    .image-link {
        width: 60px;
        height: 420px;
        margin-right: 90px;
    }

/* Blog */

    #blog .wrap {
        max-width: 900px;
    }

    .blog-right {
        width: 600px;
    }

    .blog-excerpt, .blog-post p {
        width: 540px;
    }

    .blog-clear {
        width: 900px;
    }

/* Contact */

    #contact {
        padding: 43px 0px 45px;
    }

    #contact .wrap {
        max-width: 900px;
    }

    #contact-right {
        float: none;
        width: 470px;
        margin: 0 auto;
    } 

/* Dealer */

    #dealer-bottom .wrap {
        max-width: 900px;
    }                  
}

@media (max-width: 1100px) {

/* Ammo */

        /* Product 7 - 5.56 NATO */

        .tablinks:nth-child(7) .tab-title {
            left: 105px;
        }

        #straight7 {
            width: 60px;
        }    
}

@media (max-width: 1050px) {

/* Buckets */

    #buckets-list li:nth-child(2) img {
        width: 250px;
    }

/* Ammo */  

        .tablinks:nth-child(5) .tab-title {
            left: 110px;
        }

        #straight5 {
            width: 45px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) .tab-title {
            left: 87px;
        }

        #straight6 {
            width: 25px;
        }

        /* Product 7 - 5.56 NATO */   

        .tablinks:nth-child(7) .tab-title {
            left: 75px;
        }

        #straight7 {
            width: 30px;
        }

    .image-link {
        width: 11%;
        margin-right: 51px;
    }                  
}

@media (max-width: 1024px) {

/* Ammo */

    .tablinks .tab-title {
        font-size: 40px;
    } 

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 125px;
        }

        .tablinks:nth-child(1) .tab-title {
            width: 89px;
            top: -55px;
            left: 106px;
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 105px;
        }

        .tablinks:nth-child(2) .tab-title {
            width: 186px;
            top: -175px;
            left: 105px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 105px;
        }

        .tablinks:nth-child(3) .tab-title {
            width: 110px;
            top: -200px;
            left: 92px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 105px;
        }

        .tablinks:nth-child(4) .tab-title {
            width: 97px;
            top: -132px;
            left: 100px;
        }

        #straight4 {
            width: 15px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 105px;
        }

        .tablinks:nth-child(5) .tab-title {
            width: 100px;
            top: -73px;
            left: 92px;
        }

        #straight5 {
            width: 25px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 105px;
        }

        .tablinks:nth-child(6) .tab-title {
            width: 172px;
            top: -17px;
            left: 79px;
        }

        #straight6 {
            width: 15px;
        }

        /* Product 7 - 5.56 NATO */  

        .tablinks:nth-child(7) .tab-title {
            width: 110px;
            top: -15px;
            left: 75px;
        }

        #straight7 {
            width: 30px;
        }
        
    .tabcontent .wrap {
        max-width: 800px;
    }  

    .image-link {
        height: 380px;
        margin-right: 62px;
    }

/* Blog */

    #blog .virtus-title {
        margin-bottom: 44px;
    }

    #blog .wrap {
        max-width: 800px;
    }

    .blog-post {
        height: auto;
    }

    .blog-left {
        float: none;
        width: 100%;
        height: 450px;
    }

    .blog-img {
        width: 100%;
        height: 450px;
    }

    .blog-right {
        float: none;
        width: 100%;
    }

    .blog-title {
        margin-bottom: 30px;
    }

    .blog-excerpt, .blog-post p {
        width: 640px;
    }

    .blog-clear {
        float: none;
        width: 100%;
    }

/* Dealer */

    #dealer-top .virtus-title {
        margin-bottom: 40px;
    }

    #dealer-bottom .wrap {
        max-width: 800px;
    }                               
}

@media (max-width: 960px) {

/* Hero */

    #hero {
        height: 500px;
        padding: 28px 0px;
    }

    #hero .wrap {
        max-width: 90%;
    }

    #hero-left {
        width: 420px;
    }

    #hero-right {
        width: 420px;
    }

    #hero-title {
        font-size: 35px;
    }  

/* Buckets */

    #buckets-list li {
        width: 50%;
        height: 425px;
    }

        #buckets-list li:nth-child(3) {
            width: 100%;
        }

/* About */

    #about {
        background-position: 65% 100%;
    }

/* Ammo */

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) .tab-title {
            top: -65px;
            left: 67px;
        }

        #diagonal1 {
            transform: rotate(100deg);
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) .tab-title {
            top: -185px;
            left: 15px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) .tab-title {
            width: 110px;
            top: -209px;
            left: 37px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) .tab-title {
            top: -143px;
            left: 30px;
        }

        #straight4 {
            width: 0px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) .tab-title {
            top: -85px;
            left: 20px;
        }

        #straight5 {
            width: 0px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) .tab-title {
            top: -45px;
            left: -15px;
        }

        #straight6 {
            width: 0px;
        }

        #diagonal6 {
            left: 27px;
            width: 65px;
        }

        /* Product 7 - 5.56 NATO */  

        .tablinks:nth-child(7) .tab-title {
            top: -44px;
            left: -5px;
        }

        #straight7 {
            left: 25px;
            width: 40px;
            transform: rotate(100deg);
        }                
}

@media (max-width: 900px) {

/* Ammo */

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 115px;
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 95px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 95px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 95px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 95px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 95px;
        }

    .tabcontent .wrap {
        max-width: 750px;
    }  

    .image-link, .woocommerce {
        vertical-align: top;
    }

    .image-link {
        width: 8%;
        margin-right: 40px;
    }

/* Blog */

    #blog .wrap {
        max-width: 750px;
    } 

/* Dealer */

    #dealer-top .wrap {
        max-width: 662px;
    }

    #dealer-bottom .wrap {
        max-width: 750px;
    }         
}

@media (max-width: 850px) {

/* Ammo */
 
    .tabcontent .wrap {
        max-width: 700px;
    } 

    .military-spec {
        margin-bottom: 20px;
    }

    .image-link, .woocommerce {
        display: block;
    }

    .image-link {
        text-align: center;
        width: auto;
        height: auto;
        margin: 0 auto 20px;
    }

    .image-link img {
        object-fit: scale-down;
        width: auto;
        height: 380px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 700px;
    }

    .blog-left {
        height: 400px;
    }

    .blog-img {
        height: 400px;
    }

    .blog-right {
        height: auto;
        padding: 40px 0px;
    }

    .blog-excerpt, .blog-post p {
        width: 540px;
    } 

/* Dealer */

    #dealer-bottom .wrap {
        max-width: 700px;
    }         
}

@media (max-width: 800px) {

/* Ammo */

    #ammo {
        padding-top: 30px;
    }

    .tablinks .tab-title {
        color: #010101;
        transform: rotate(90deg);
        font-size: 40px;
    } 

    .tablinks:hover .tab-title {
        color: #fff;
    }

    .lines {
        display: none;
    }

        /* Product 1 - .50 BMG */

        .tablinks:nth-child(1) {
            width: 105px;
        }

        .tablinks:nth-child(1) .tab-title {
            top: 380px;
            left: 0px;
        }

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 85px;
        }

        .tablinks:nth-child(2) .tab-title {
            top: 255px;
            left: -60px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 85px;
        }

        .tablinks:nth-child(3) .tab-title {
            top: 190px;
            left: -28px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 85px;
        }

        .tablinks:nth-child(4) .tab-title {
            top: 190px;
            left: -20px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 85px;
        }

        .tablinks:nth-child(5) .tab-title {
            top: 190px;
            left: -25px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 85px;
        }

        .tablinks:nth-child(6) .tab-title {
            font-size: 35px;
            top: 192px;
            left: -60px;
        }

        /* Product 7 - 5.56 NATO */  

        .tablinks:nth-child(7) .tab-title {
            top: 145px;
            left: -35px;
        }

    .tabcontent .wrap {
        max-width: 600px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 600px;
    }

    .blog-left {
        height: 350px;
    }

    .blog-img {
        height: 350px;
    }

    .blog-excerpt, .blog-post p {
        width: 80%;
    } 

/* Dealer */

    #dealer-bottom .wrap {
        max-width: 600px;
    }                 
}

@media (max-width: 768px) {

/* Hero */

    #hero {
        height: 450px;
        padding: 37px 0px;
    }

    #hero-left {
        width: 395px;
    }

    #hero-left img {
        height: 180px;
    }

    #hero-right {
        width: 395px;
    }

    #hero-title {
        font-size: 30px;
    }

/* Buckets */

    #buckets-list li {
        width: 100%;
    }

    #buckets-list li:nth-child(2) img {
        width: 290px;
        margin-bottom: 44px;
    }

    .buckets-title {
        margin-bottom: 30px !important;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 32px;
            line-height: 34px;
            margin-bottom: 14px !important;
        }

    #buckets-list p {
        width: 265px;
    }

/* About */

    #about .wrap {
        max-width: 90%;
    }

/* Contact */

    #contact .wrap {
        max-width: 90%;
    } 

/* Dealer */

    #dealer-top .wrap {
        max-width: 90%;
    }

    #dealer-bottom .wrap {
        max-width: 90%;
    }

    #gform_wrapper_2 ul.gform_fields li.gfield {
        padding-right: 0px;
    }

    #field_2_2 {
        padding-right: 16px !important;
    }              
}

@media (max-width: 730px) {

/* Ammo */

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 85px;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 75px;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 75px;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 75px;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 75px;
        }   
}

@media (max-width: 700px) {

/* Ammo */

        /* Product 2 - .388 NORMA MAG */

        .tablinks:nth-child(2) {
            width: 14%;
        }

        /* Product 3 - 7.62 NATO */

        .tablinks:nth-child(3) {
            width: 13%;
        }

        /* Product 4 - .308 WIN */

        .tablinks:nth-child(4) {
            width: 13%;
        }

        /* Product 5 - 6.8 TVCM */

        .tablinks:nth-child(5) {
            width: 12%;
        }

        /* Product 6 - 6.5 CREEDMOOR */

        .tablinks:nth-child(6) {
            width: 12%;
        }

    .tabcontent .wrap {
        max-width: 500px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 500px;
    }     
}

@media (max-width: 660px) {

/* Hero */

    #hero {
        background-position: 60% 100% !important;
        height: auto;
        padding: 0px 0px;
    }

    #hero .wrap {
        background: linear-gradient(rgba(0,0,0,30%) 0%,rgba(0,0,0,30%) 100%);
        max-width: 100%;
        padding: 40px 0px 50px;
    }

    #hero-left {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #hero-left img {
        height: 200px;
    }

    #hero-right {
        margin: 0 auto;
    }

    #hero-title {
        font-size: 35px;
    } 

/* Ammo */

    .tab {
        padding: 0px 41px;
    }        
}

@media (max-width: 640px) {

/* Dealer */

    #dealer-top .virtus-title {
        line-height: 60px;
    }

    #dealer-title {
        text-align: center;
    }

    #field_2_2, #field_2_3 {
        width: 100%;
    }

    #field_2_2 {
        padding-right: 0px !important;
    }
}

@media (max-width: 600px) {

/* Hero */

    #hero {
        background-position: 70% 100% !important;
    } 

/* About */

    #about {
        background-position: 75% 100%;
    }

    #about-content {
        width: 90%;
    }

/* Ammo */

    #ammo {
        padding-top: 0px;
    }

    .tab {
        display: none;
    }

    .tabcontent {
        display: block !important;
    }

    .tabcontent .wrap {
        max-width: 90%;
    } 

/* Blog */

    #blog .wrap {
        max-width: 90%;
    }              
}

@media (max-width: 550px) {

/* Contact */

    #contact-right {
        width: 100%;
    }

    #gform_wrapper_1 {
        width: 90%;
    }    
}

@media (max-width: 500px) {

.virtus-title {
    font-size: 55px;
    line-height: 50px;
}

/* Buckets */

    .buckets-title {
        font-size: 32px;
        line-height: 34px;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 24px;
            line-height: 26px;
        }

/* About */

    #about-content p {
        font-size: 20px;
    }

/* Ammo */

    .ammo-title {
        font-size: 55px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .military-spec {
        font-size: 25px;
    } 

/* Dealer */

    #dealer-top {
        padding: 43px 0px;
    }

    #dealer-top p {
        font-size: 20px;
    }        
}

@media (max-width: 450px) {

/* Hero */

    #hero .wrap {
        padding: 35px 0px 45px;
    }

    #hero-left {
        width: 285px;
    }

    #hero-left img {
        height: 180px;
    }

    #hero-right {
        width: 285px;
    }

    #hero-title {
        font-size: 33px;
    } 

/* CTA */

    #cta-link {
        display: block;
        width: 85%;
        margin: 0 auto;
        padding: 4px 5px 6px;
        line-height: 30px;
    }      
}

@media (max-width: 400px) {

.virtus-title {
    font-size: 50px;
    line-height: 45px;
}

/* Buckets */

    .buckets-title {
        font-size: 32px;
        line-height: 34px;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 24px;
            line-height: 26px;
        }

/* About */

    #about {
        padding: 43px 0px;
    }

    #about .wrap {
        max-width: 85%;
    }

    #about-content {
        width: 100%;
    }

    #about-content p {
        font-size: 18px;
    } 

/* CTA */

    #cta {
        padding: 39px 0px;
    }

/* Ammo */

    .tabcontent .wrap {
        max-width: 85%;
    } 

    .ammo-title {
        font-size: 50px;
        line-height: 45px;
    }

    .military-spec {
        font-size: 20px;
    }

/* Blog */

    #blog .wrap {
        max-width: 85%;
    }

    .blog-left {
        height: 300px;
    }

    .blog-img {
        height: 300px;
    }

    .blog-title {
        margin-bottom: 20px;
    } 

/* Contact */

    #contact .wrap {
        max-width: 85%;
    }

    #contact .virtus-title {
        margin-bottom: 39px;
    }

/* Dealer */

    #dealer-top p {
        font-size: 18px;
    }                        
}

@media (max-width: 350px) {

.virtus-title {
    font-size: 45px;
    line-height: 40px;
}

/* Hero */

    #hero .wrap {
        padding: 30px 0px 45px;
    }

    #hero-left {
        width: 240px;
    }

    #hero-left img {
        height: 150px;
    }

    #hero-right {
        width: 240px;
    }

    #hero-title {
        font-size: 28px;
    }  

/* Buckets */

    #buckets-list li:nth-child(2) img {
        width: 85%;
    }

    .buckets-title {
        font-size: 32px;
        line-height: 34px;
    }

        #buckets-list li:nth-child(3) .buckets-title {
            font-size: 26px;
            line-height: 28px;
        }

    #buckets-list p {
        width: 235px;
    } 

/* About */

    #about .wrap {
        max-width: 80%;
    }

    #about-content p {
        font-size: 16px;
    }

/* Ammo */

    .tabcontent .wrap {
        max-width: 80%;
    } 
   
    .ammo-title {
        font-size: 45px;
        line-height: 40px;
    }

    .image-link img {
        height: 320px;
    } 

/* Blog */

    #blog .wrap {
        max-width: 80%;
    }

    .blog-left {
        height: 250px;
    }

    .blog-img {
        height: 250px;
    }

    .blog-right {
        padding: 30px 0px;
    }

    .blog-excerpt, .blog-post p {
        width: 75%;
    } 

/* Contact */

    #contact {
        padding: 33px 0px 33px;
    }

    #contact .wrap {
        max-width: 80%;
    }

    #contact .virtus-title {
        font-size: 40px;
        line-height: 35px;
    }

    #gform_wrapper_1 {
        width: 100%;
    } 

/* Dealer */

    #dealer-top .wrap {
        max-width: 80%;
    }

    #dealer-top p {
        font-size: 16px;
    }

    #dealer-bottom .wrap {
        max-width: 80%;
    }                     
}

@media (max-width: 300px) {

/* Blog */

    .blog-left {
        height: 200px;
    }

    .blog-img {
        height: 200px;
    }

    .blog-title {
        font-size: 25px;
    }

    .blog-excerpt, .blog-post p {
        line-height: 18px;
    }   
}