/*
Theme Name: Red Strike
Author: The Big Dot Company
Description: Red Strike Web Experience
Version: 3.1.1.3
Theme URI: http://thebig.co/
Author URI: http://thebig.co/
Text Domain: rs
*/
.redstrikenav.dark li a {
    font-size: 12px !important;
    font-family: sans-serif;
    font-style: italic;
    font-style: italic;
    text-transform: uppercase;
}

.redstrikenav.dark.desktop {
    font-size: 12px !important;
    font-family: sans-serif;
    font-style: italic;
    font-style: italic;
    text-transform: uppercase;
}

.redstrikenav > ul > li > a {
    padding: 12px 25px 12px 25px !important;
}

.redstrikenav li.has-sub > a:after {
    width: 10px;
    margin-left: 10px !important;
}

html body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word !important;
    font-weight: 300;
    color: #333333;
    background-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.smooth,
.smooth a {

    color: #ffffff !important;
    text-align: center;
    text-decoration: underline;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

@media (max-width: 1250px) {
    html {
        margin-top: -25px !important;
    }
}

@media (min-width: 1251px) {
    html {
        margin-top: 0 !important;
    }
}

.h1header {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    padding: 20px;
    font-size: 60px;
    margin-top: 25px;
}

@media only screen and (max-width: 1251px) {
    .h1header {
        margin-top: -35px;
    }
}

@media only screen and (max-width: 800px) {
    .h1header {
        margin-top: 20px;
    }
}

.primary {
    color: #e61f2e;
}

.primary:hover {
    color: #e61f2e;
}

.primary:visited {
    color: #e61f2e;
}

.secondary {
    color: #333333;
}

.secondary:hover {
    color: #333333;
}

.secondary:visited {
    color: #333333;
}

.white {
    color: #ffffff;
}

.whiteback,
tbody tr:nth-child(odd) .whiteback {
    background-color: #ffffff;
}

#whiteback tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

#whiteback td {
    padding: 0;
}

a.white {
    color: #ffffff !important;
    text-decoration: underline;
}


.lighten:hover {
    opacity: .7;
}

.pointer {
    cursor: pointer;
}

/* General */

strong,
b {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #e61f2e;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-style: italic;
}

h1 {
    font-size: 40px;
    font-style: italic;
    text-transform: uppercase;
}

h2 {
    font-size: 32px;
    margin-top: 30px;
}

.h2blog {
    margin-top: 10px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

.rounded {
    margin-bottom: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 15px;
    font-weight: 600;
}

p {
    line-height: 28px;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.txtcen {
    text-align: center;
}

.hppara {
    margin-bottom: 30px;
}

.icontxt {
    font-size: 23px;
}


a.linkwhite,
a.linkwhite:hover,
a.linkwhite:visited {
    color: #ffffff;
}

a.acopy,
a.acopy:hover,
a.acopy:visited {
    color: #333333;
    text-decoration: underline;
}

a.bloglink,
a.bloglink:hover,
a.bloglink:visited {
    color: #333333;
    text-decoration: none;
}

a,
a:hover,
a:visited {
    color: #e61f2e;
    text-decoration: none;
}



.white {
    color: #ffffff;
}


.normalimage {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
}

.rsblog {
    width: 100%;
    height: auto;
    margin: 30px 0 10px 0;
}

.center {
    text-align: center;
}

.nodec {
    text-decoration: none !important;
}

.nopadding {
    padding: 0;
}

.imgauto {
    width: 100%;
    height: auto;
}

.techimg {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 100px 0 0;
    float: right;

}

@media (max-width: 1450px) {

    .techimg {
        margin: 0 auto;
        float: left;

    }
}

a[href^=tel] {
    text-decoration: inherit;
    color: inherit;
}


/* Call to Actions */

.cta,
.cta2 {
    width: 100%;
    height: 45px;
    background-color: #e61f2e;
    float: left;
    background-repeat: no-repeat;
    background-position: right;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 44px;
    margin: 35px 0;
}




.cta:hover {
    background-color: #333333;

}

.cta2:hover {
    background-color: #ffffff;
    color: #e61f2e;

}


/* Header start */

.header {
    width: 100%;
    height: auto;
    background-color: #333333;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 8px;
    float: left;
    position: relative;
    margin-bottom: 15px;
    z-index: 999;
}

.headercont {
    width: calc(32% - 20px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 20px 12px 0px;
    text-align: left;
    float: left;
}

.headercont2 {
    width: calc(68% - 20px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 12px 0px 12px 20px;
    text-align: right;
    float: right;
}



@media (max-width: 1450px) {


    .headercont {
        padding-left: 20px;
        width: calc(40% - 40px);

    }

    .headercont2 {
        padding-right: 20px;
        width: calc(60% - 40px);
    }
}


@media (max-width: 1250px) {

    .header {
        margin-bottom: 30px;
    }


}

@media (max-width: 650px) {

    .headercont,
    .headercont2 {
        width: calc(100% - 40px);
        text-align: center;
    }

    .headercont2 {
        padding-top: 0;
    }

}



@media (max-width: 400px) {


    .headercont2 {
        font-size: 10px;
    }

}



/* Main Wrapper start */

.mainwrap {
    max-width: 1400px;
    margin: -3px auto 0 auto;
    padding: 0 30px;
}




.navigation {
    width: 100%;
    max-width: 1400px;
    margin: 25px auto 40px auto;
    height: 101px;
}


@media (max-width: 400px) {

    .navwrapper {
        height: 179px;
    }
}


/* Main containers start */

.fullwidth {
    float: left;
    width: 100%;
    margin: 40px 0px;
}

.fullwidth2 {
    float: left;
    width: 100%;
    margin: 0px 0px -40px 0;
}


.halfwidthleft {
    width: calc(50% - 30px);
    float: left;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}


.halfwidthright {
    width: calc(50% - 30px);
    float: right;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.quarterwidthleft {
    width: calc(50% - 20px);
    max-width: 500px;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.quarterwidthright {
    width: calc(50% - 20px);
    max-width: 500px;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}

.sixthwidth {
    width: calc(16.66% - 20px);
    max-width: 500px;
    float: left;
    margin: 20px 10px 0 10px;
    text-align: center;
}




@media (max-width: 850px) {
    .sixthwidth {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 500px) {
    .sixthwidth {
        width: calc(50% - 20px);
    }
}

@media (max-width: 340px) {
    .sixthwidth {
        width: calc(100% - 20px);
    }
}

.pagemain {
    width: calc(67% - 20px);
    float: left;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 20px;
    min-height: 520px;
}

.pagesidebar {
    width: calc(28% - 20px);
    float: right;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

@media (max-width: 1050px) {
    .pagesidebar {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .pagemain {
        width: 100%;
        margin-right: 0;
    }

}

@media screen and (max-width:1250px) {
    .quarterwidthleft {
        width: 100%;

    }

    .quarterwidthright {
        width: 100%;
        float: left;
    }
}


@media (max-width: 750px) {
    .halfwidthleft {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }

    .halfwidthright {
        width: 100%;
        max-width: 1000px;
        margin-right: 0%;
    }

}

@media (max-width: 520px) {




    .demoadj2 {
        margin-top: 40px !important;
    }

}


.featurecircle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}


/* Footer start */

.footer {
    width: 100%;
    float: left;
    margin-top: 0px;
}

.footerbottom {
    width: calc(100% - 20px);
    height: auto;
    background: #000000;
    color: #D0D0D0;
    font-weight: 300;
    font-size: 14px;
    float: left;
    margin-top: 0px;
    padding: 10px;
}


.footertagline {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.footerborder {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 0px 0 40px 0;

}

.footerthird1,
.footerthird2,
.footerthird3 {

    float: left;
    min-height: 300px;
}

.footerthird1 {
    width: calc(33.3333333% - 20px);
    margin: 20px 20px 20px 0;

}

.footerthird2 {
    width: calc(33.3333333% - 40px);
    margin: 20px 20px 20px 20px;
}


.footerthird3 {
    width: calc(33.3333333% - 20px);
    margin: 20px 0 20px 20px;
}


@media (max-width: 850px) {

    .footerthird1,
    .footerthird2,
    .footerthird3 {
        width: 100%;
        margin: 0;
    }


}


.footertrio {
    width: 100%;
    height: auto;
    float: left;

}

.ftrio {
    width: 25%;
    height: auto;
    float: left;
    margin-bottom: -4px;
    margin-top: 30px;
}

.trioimage {
    margin: 0;
    width: 100%;
    height: auto;
}

@media (max-width: 650px) {


    .ftrio {
        width: 100%;
    }

}

@media (max-width: 550px) {


    .linebreak {
        display: block;
    }

}


/* Contact start */

.cthird1,
.cthird2,
.cthird3 {

    float: left;
    min-height: 520px;
}

.cthird1 {
    width: calc(33.3333333% - 20px);
    margin: 20px 20px 20px 0;

}

.cthird2 {
    width: calc(33.3333333% - 40px);
    margin: 20px 20px 20px 20px;
}


.cthird3 {
    width: calc(33.3333333% - 20px);
    margin: 20px 0 20px 20px;
}

.cthirdfinner {
    width: calc(100% - 64px);
    float: left;
    padding: 0 30px 20px 30px;
    border: 1px solid #ffffff;
    background-color: #222222;
}

.cthirdinner {
    width: 100%;
    min-height: 520px;
    float: left;
    background-color: #474747;
    margin-bottom: -1px;
}


.cthirdcontent,
.cthirdcontent2 {
    width: calc(100% - 40px);
    float: left;
}

.cthirdcontent {
    margin: 20px;
}

.cthirdcontent2 {
    margin: 10px 20px 10px 20px;
}



.cthirdoffice,
.cthirdofficesmall {
    width: 100%;
    float: left;

    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 40px;

}

.cthirdofficesmall {
    min-height: 420px;
    background-image: url(https://redstrike.com/images/red-back.jpg);

}

.cthirdoffice {
    min-height: 520px;
    background-image: url(https://redstrike.com/images/office.jpg);
}

.cthirdoffice p {
    color: #ffffff;
    font-size: 20px;
}

.carow {
    width: 70px;
    height: auto;
    float: none;
    margin: 0 auto;
}

.cq1,
.cq2,
.cq3,
.cq4 {
    float: left;
    min-height: 420px;
    background-color: #ffffff;
}

.cq1,
.cq2 {
    width: calc(25% - 20px);
    margin: 20px 20px 20px 0;
}

.cq2 {
    width: calc(25% - 25px);
    margin: 20px 15px 20px 10px;
}

.cq3 {
    width: calc(25% - 25px);
    margin: 20px 10px 20px 15px;
}

.cq4 {
    width: calc(25% - 20px);
    margin: 20px 0 20px 20px;
}

.cqinner {
    width: 100%;
    min-height: 420px;
    float: left;
    background-color: #474747;
}

.cqinner p {
    color: #ffffff;
}

@media (max-width: 1070px) {

    .cq1,
    .cq3 {
        width: calc(50% - 20px);
        margin: 20px 20px 20px 0;

    }

    .cq2,
    .cq4 {
        width: calc(50% - 20px);
        margin: 20px 0 20px 20px;

    }
}

@media (max-width: 600px) {

    .cq1,
    .cq2,
    .cq3,
    .cq4 {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 1000px) {


    .cthird1,
    .cthird2,
    .cthird3 {
        width: calc(100% - 00px);
        margin: 0px;
    }



}


div.wpcf7 .ajax-loader {
    display: none;
}

.rstext {
    height: 31px;
    margin: 0 0 10px 0;

}

.rstextarea {
    margin: 0 0 0px 0;

    height: 120px;

}

.rstext,
.rstextarea {
    width: calc(100% - 20px);
    padding: 10px;
    background: #ffffff;
    border: none;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.rssubmit {
    width: 100%;
    height: 50px;
    background-color: #e61f2e;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}


.rssubmit:hover {
    background-color: #000000;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333;
}


/* WordPres Various */

.wp-caption {
    background: none;
    border: none;
    max-width: 100%;
    padding: 0;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 30px;
}

.wp-caption img {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.main-content--m-plus .wp-caption {
    margin-top: 45px;
    margin-bottom: 45px;
}

.wp-caption-text,
.gallery-caption {
    margin: 0 !important;
    font-style: italic;
    color: #3f3f53;
    font-size: 0.875em;
    /* 16px : 14pxÂ */
}

.loop-container .post.sticky {
    display: block;
}

.stick {
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.comment__list .comment .bypostauthor {
    position: relative;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
    display: block;
    margin: 5px auto 30px;
}

.main-content--m-plus .alignnone {
    display: initial;
}

.main-content--m-plus .alignleft {
    float: left;
    margin-right: 45px;
}

.main-content--m-plus .alignright {
    float: right;
    margin-left: 45px;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

.blogmain nav a {
    display: inline;
    padding: 0;
    color: inherit;
    font-size: 14px;
}

.blogmain nav a:hover {
    background: none;
    text-decoration: underline;
}

li.comment {
    list-style: none;
}

.imageframe2 {
    position: relative;
}

.imageframe2:after {
    background: url(img/photo-shadow.png) no-repeat;
    position: absolute;
    content: " ";
    height: 25px;
    bottom: -26px;
    width: 100%;
    left: 0;
    background-size: 100%;
}

.blogcaption {
    margin-top: 40px;
}

.blog-post.sticky {
    padding: 0 20px 20px 20px;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius: 13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
    border: 2px dashed #999999;
}

blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 3px solid #ccc;
}

table {
    border-collapse: collapse;
}

tbody tr:nth-child(odd) {
    background-color: #dbf2ff;
}

td,
th {
    padding: 10px 4px;
}

tbody tr:nth-child(odd) th {
    background-color: #d1eeff;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.blog-post iframe {
    max-width: 100%;
}

li.comment {
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(68, 152, 200, 0.12);
    background: #f5fbff;
    margin-bottom: 5px;
}

li.comment > ul > li.comment,
li.comment > ul > li.comment > ul > li.comment > ul > li.comment {
    background: #fff;
}

li.comment > ul > li.comment > ul > li.comment,
li.comment > ul > li.comment > ul > li.comment > ul > li.comment > ul > li.comment {
    background: #f5fbff;
}

li.comment.bypostauthor {
    background: #9bdaff;
}




#s {
    background-color: #ffffff;
    border: 1px solid #333333;
    color: #333333;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 5px;
    max-width: 100%;
    padding: 8px;
    resize: none;
    text-align: left;
    width: calc(70% - 20px);
}

#searchsubmit {
    background-color: #333333;
    border: medium none;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;
    max-width: 100%;
    padding: 8px;
    resize: none;
    cursor: pointer;
}



#comments ul li {
    list-style: none;
    margin-left: -40px;
}

.avatar {
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border-radius: 200px 200px 200px 200px;
    border: 1px solid #ffffff;
}

.blog-post.format-aside {
    padding: 20px 0;
    font-size: 20px;
    font-style: italic;
}

.format-quote {
    padding: 20px 0;
}

.pagination {
    margin-top: 30px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}



/* Map. */

.wpgmp_map_container {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;


}




/*REDSTRIKE NAV*/

/*.redstrikenav.dark.desktop {
    width: auto;
    float: left;
	position: relative;
    top: 37px;
	background: #484848;
}
.redstrikenav.dark, .redstrikenav.dark ul ul {
		background: #474747 !important;
}
li.current_page_item {
    background: #E71C2C !important;
}
.navwrapper {
    width: 30% !important;
    max-width: none !important;
    height: 150px !important;
    float: left;
}*/
.mainwrap1 {
    padding: 0 30px;
}

.redstrikenav,
.redstrikenav li {
    position: relative;
    line-height: normal
}

.redstrikenav {
    width: 100%;
    z-index: 9900
}

.redstrikenav ul {
    margin: 0;
    padding: 0;
    text-align: center
}

.redstrikenav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.redstrikenav li a {
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #777;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.redstrikenav > ul > li {
    display: inline-block;
    margin-right: -4px;
}

.redstrikenav > ul > li > a {
    padding: 12px 40px
}

.redstrikenav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd
}

.redstrikenav li li {
    display: block
}

.redstrikenav ul ul ul {
    top: 0;
    left: 220px
}

.redstrikenav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0
}

.redstrikenav > ul > li.drop-left > ul {
    right: 0
}

.redstrikenav li.drop-left ul ul {
    left: auto;
    right: 220px
}

.redstrikenav.light,
.redstrikenav.light ul ul {
    background: rgba(255, 255, 255, 1)
}

.redstrikenav.light li a {
    color: #000
}

.redstrikenav.light .call-btn-mobile,
.redstrikenav.light .close-menu,
.redstrikenav.light .location-btn-mobile,
.redstrikenav.light .menu-toggle {
    color: rgba(0, 0, 0, 1)
}

.redstrikenav.dark,
.redstrikenav.dark ul ul {
    background: rgba(0, 0, 0, 1)
}

.redstrikenav.dark li a {
    color: #FFF
}

.redstrikenav.dark .call-btn-mobile,
.redstrikenav.dark .close-menu,
.redstrikenav.dark .location-btn-mobile,
.redstrikenav.dark .menu-toggle {
    color: rgba(255, 255, 255, 1)
}

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

body.redstrikenav-noscroll-x {
    overflow-x: hidden
}

.redstrikenav li.has-sub > a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    margin-left: 10px
}

.redstrikenav li li.has-sub > a:after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 10px
}

.redstrikenav li.drop-left li.has-sub > a:after {
    float: left;
    content: '\f104';
    font-family: FontAwesome;
    margin-right: 10px
}

.redstrikenav.hide-arrows li li.has-sub > a:after,
.redstrikenav.hide-arrows li.drop-left li.has-sub > a:after,
.redstrikenav.hide-arrows li.has-sub > a:after {
    display: none
}

.redstrikenav .dd-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    z-index: 9999;
    border: 0
}

.redstrikenav .dd-toggle i {
    position: absolute;
    margin: auto;
    top: 33%;
    left: 0;
    right: 0;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out
}

.redstrikenav.mobile > ul > li > a.dd-toggle {
    padding: 0
}

.redstrikenav li.call-btn-mobile,
.redstrikenav li.location-btn-mobile {
    display: none
}

.redstrikenav li.open > a.dd-toggle i {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.redstrikenav .call-btn-mobile,
.redstrikenav .close-menu,
.redstrikenav .location-btn-mobile,
.redstrikenav .menu-toggle {
    display: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #777;
    padding: 15px;
    box-sizing: border-box
}

.redstrikenav .full {
    width: 100%
}

.redstrikenav .half {
    width: 50%
}

.redstrikenav .third {
    width: 33%;
    text-align: center
}

.redstrikenav .location-btn-mobile.third {
    text-align: center
}

.redstrikenav .location-btn-mobile.half {
    text-align: right
}

.redstrikenav.light .half,
.redstrikenav.light .third {
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.redstrikenav.light.left .half,
.redstrikenav.light.left .third,
.redstrikenav.light.right .half,
.redstrikenav.light.right .third {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.redstrikenav.light .half:first-child,
.redstrikenav.light .third:first-child {
    border-left: 0
}

.redstrikenav.dark .half,
.redstrikenav.dark .third {
    border-left: 1px solid rgba(255, 255, 255, .15)
}

.redstrikenav.dark.left .half,
.redstrikenav.dark.left .third,
.redstrikenav.dark.right .half,
.redstrikenav.dark.right .third {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.redstrikenav.dark.left .menu-toggle,
.redstrikenav.dark.right .menu-toggle,
.redstrikenav.light.left .menu-toggle,
.redstrikenav.light.right .menu-toggle {
    border-bottom: 0
}

.redstrikenav.dark .half:first-child,
.redstrikenav.dark .third:first-child {
    border-left: 0
}

.redstrikenav.mobile,
.redstrikenav.mobile.fixed {
    position: static
}

.redstrikenav.mobile ul {
    position: relative;
    display: none;
    text-align: left;
    background: rgba(221, 221, 221, 1)
}

.redstrikenav.mobile.active > ul,
.redstrikenav.mobile > ul > li {
    display: block
}

.redstrikenav.mobile.active {
    padding-bottom: 0
}

.redstrikenav.mobile > ul > li > a {
    padding: 15px
}

.redstrikenav.mobile ul ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
    display: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none
}

.redstrikenav.mobile ul ul ul {
    left: auto;
    top: auto
}

.redstrikenav.mobile li.drop-left ul ul {
    right: auto
}

.redstrikenav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15)
}

.redstrikenav.mobile li.has-sub a {
    padding-right: 50px
}

.redstrikenav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.redstrikenav.mobile.light li a {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.redstrikenav.mobile.light > ul {
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.redstrikenav.mobile li a.dd-toggle,
.redstrikenav.mobile.light li a.dd-toggle {
    border: 0
}

.redstrikenav.mobile .call-btn-mobile,
.redstrikenav.mobile .close-menu,
.redstrikenav.mobile .dd-toggle,
.redstrikenav.mobile .location-btn-mobile,
.redstrikenav.mobile .menu-toggle {
    display: inline-block
}

.redstrikenav.mobile li.call-btn-mobile {
    border-right: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box
}

.redstrikenav.mobile li.call-btn-mobile,
.redstrikenav.mobile li.location-btn-mobile {
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    text-align: center
}

.redstrikenav.mobile li.call-btn-mobile.full,
.redstrikenav.mobile li.location-btn-mobile.full {
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-right: 0;
    text-align: left
}

.redstrikenav.mobile li.call-btn-mobile i,
.redstrikenav.mobile li.location-btn-mobile i {
    margin-right: 5px
}

.redstrikenav.mobile.light ul {
    background: rgba(255, 255, 255, 1)
}

.redstrikenav.mobile.dark ul {
    background: rgba(0, 0, 0, 1)
}

.redstrikenav.mobile.dark ul ul {
    background: rgba(255, 255, 255, .08)
}

.redstrikenav.mobile.light li.call-btn-mobile {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.redstrikenav.mobile.top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999
}

.redstrikenav.mobile li li.has-sub > a:after,
.redstrikenav.mobile li.drop-left li.has-sub > a:after,
.redstrikenav.mobile li.has-sub > a:after {
    display: none
}

.redstrikenav.mobile.left > ul,
.redstrikenav.mobile.right > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.redstrikenav.mobile.right > ul {
    right: 0
}

.redstrikenav.mobile.left .close-menu,
.redstrikenav.mobile.right .close-menu {
    display: inline-block;
    text-align: right
}

.redstrikenav.mobile.left > ul {
    left: 0
}

.redstrikenav.mobile.left .call-btn-mobile.half,
.redstrikenav.mobile.left .call-btn-mobile.third,
.redstrikenav.mobile.left .close-menu.half,
.redstrikenav.mobile.left .close-menu.third,
.redstrikenav.mobile.left .location-btn-mobile.half,
.redstrikenav.mobile.left .location-btn-mobile.third,
.redstrikenav.mobile.right .call-btn-mobile.half,
.redstrikenav.mobile.right .call-btn-mobile.third,
.redstrikenav.mobile.right .close-menu.half,
.redstrikenav.mobile.right .close-menu.third,
.redstrikenav.mobile.right .location-btn-mobile.half,
.redstrikenav.mobile.right .location-btn-mobile.third {
    text-align: center
}

.redstrikenav.mobile.left .menu-toggle.half,
.redstrikenav.mobile.left .menu-toggle.third,
.redstrikenav.mobile.right .menu-toggle.half,
.redstrikenav.mobile.right .menu-toggle.third {
    text-align: left
}

.redstrikenav.mobile.left .close-menu.third span,
.redstrikenav.mobile.right .close-menu.third span {
    display: none
}

.redstrikenav.desktop li.mega li {
    display: inline-block;
    vertical-align: top;
    margin-left: -4px
}

.redstrikenav.desktop li.mega li li {
    display: block;
    margin-left: 0
}

.redstrikenav.desktop li.mega ul ul {
    width: auto
}

.redstrikenav.desktop > ul > li.mega {
    position: inherit
}

.redstrikenav.desktop > ul > li.mega > ul {
    width: 100%
}

.redstrikenav.desktop > ul > li.mega > ul li.has-sub ul {
    display: block;
    position: relative;
    left: auto
}

.redstrikenav.desktop > ul > li.mega > ul > li {
    padding-bottom: 15px;
    box-sizing: border-box
}

.redstrikenav.desktop li.mega li li a {
    padding: 5px 15px
}

.redstrikenav.desktop li.mega li.has-sub a:after {
    display: none
}

.redstrikenav.desktop > ul > li.mega > ul > li > a {
    color: #ff0
}

@media only screen and (max-width:768px) {
    .redstrikenav {
        overflow: hidden;
        display: block
    }

    .redstrikenav ul {
        position: relative;
        display: none
    }
}

@media only screen and (max-width:420px) {

    .redstrikenav.mobile .call-btn-mobile.third span,
    .redstrikenav.mobile .location-btn-mobile.third span {
        display: none
    }
}


@media only screen and (min-width: 1251px) {
    .mainwrap1 {
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }

    .navwrapper {
        width: 20% !important;
        height: 101px;
        float: left;
        height: 100px !important;
        z-index: 2;
        position: relative;
    }

    .redstrikenav {
        width: auto !important;
        z-index: 9900;
        float: left;
        top: 25px;
        left: 250px;
        background: #484848;
        transform: skew(39deg);
    }


    li.current_page_item {
        background: #E71C2C !important;
    }

    .redstrikenav.dark,
    .redstrikenav.dark ul ul {
        background: #474747 !important;
    }

    .redstrikenav > ul > li > a,
    .redstrikenav li a {
        transform: skew(-39deg) !important;
    }

    .redstrikenav li:hover {
        background: #333333 !important;
    }

    .redstrikenav li li.has-sub > a:after {
        display: none;
    }
}

@media screen and (max-width: 1350px) and (min-width: 769px) {
    .tp-bgimg.defaultimg {
        position: relative;
        top: 50px;
    }

    .redstrikenav > ul > li > a {
        padding: 12px 25px 12px 25px !important;
    }

    .redstrikenav.dark.desktop {
        width: 683px;
        margin-left: auto;
        margin-right: auto;
        transform: skew(39deg);
    }

    .redstrikenav > ul > li > a,
    .redstrikenav li a {
        transform: skew(-39deg) !important;
    }

    .redstrikenav li:hover {
        background: #E71C2C !important;
    }

    li.current_page_item {
        background: #E71C2C !important;
    }

    .redstrikenav.dark,
    .redstrikenav.dark ul ul {
        background: #474747 !important;
    }

    .redstrikenav {
        background: #484848;
    }

    .redstrikenav li li.has-sub > a:after {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    a.menu-toggle.full {
        text-align: center;
    }

    .redstrikenav li:hover {
        background: #E71C2C !important;
    }

    li.current_page_item {
        background: #E71C2C !important;
    }

    .redstrikenav.dark,
    .redstrikenav.dark ul ul {
        background: #474747 !important;
    }

    .redstrikenav {
        background: #484848;
    }
}

@media (min-width: 1251px) {
    .tp-bgimg.defaultimg {
        position: relative;
        top: 150px;
    }

    .redstrikenav.dark.desktop {
        left: 250px;
        top: 25px;
        font-family: sans-serif;
        font-style: italic;
        font-style: italic;
        text-transform: uppercase;
        font-size: 12px;

    }
}

.navlogo {
    width: 300px;
    height: auto;
    float: left;
    margin: 17px 0 0 0px;
}



@media (max-width: 1250px) {

    .navlogo {
        float: none;
        margin: 25px auto;
        display: block;
    }
}

.redstrikenav li.has-sub > a:after {
    background: url("https://redstrike.com/dev/wp-content/uploads/2018/05/rs-arrow.svg") no-repeat center;
    color: transparent;
}

/*CSS FOR BANNER*/

p,
a,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 1081px) {
    .bannerouter {
        margin-bottom: 340px;
    }

    .image-holder1 {
        background-position: center center;
        height: 300px;
        width: 85%;
        float: left;
        position: absolute;
        left: -289px;
        background-size: 130%;
    }

    .image-holder2 {
        background-size: cover;
        background-position: center center;
        height: 300px;
        width: 75%;
        float: left;
        position: absolute;
        right: 0;
    }

    .holdertext h3 {
        color: white;
        font-size: 25px;
    }

    .holdertext p {
        color: white;
        font-size: 20px;
        line-height: 1.6;
    }

    .holdertext {
        text-align: center;
        padding-left: 400px;
        padding-right: 200px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        height: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .image-holder1 {

        background-size: cover;
        background-position: center center;
        width: 100%;
    }

    .image-holder2 {
        background-image: url(https://redstrike.com/images/ffcrowd.jpg) !important;
        background-size: cover;
        background-position: center center;
        width: 100%;

    }

    .holdertext h3 {
        color: white;
        font-size: 25px;
    }

    .holdertext p {
        color: white;
        font-size: 20px;
        line-height: 1.6;
    }

    .holdertext {
        text-align: center;
        padding: 40px 40px 80px 40px;
    }

    .image-holder1 {
        display: none;
    }
}





/*Team Page*/

.teamheaderouter {
    width: 100%;
    height: auto;
    float: left;
    background: -moz-linear-gradient(left, #000000 0%, #e61f2e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #e61f2e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #e61f2e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#e61f2e', GradientType=1);
    /* IE6-9 */
}

.teamheader {
    width: calc(100% - 40px);
    min-height: 25px;
    height: auto;




    background-image: url("https://redstrike.com/dev/wp-content/uploads/2018/05/corner2.svg");
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 20px;
}

.teamprofile {
    width: calc(15% - 40px);
    height: auto;
    float: left;
    padding: 20px;

}

.round {
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.teambio {
    width: calc(70% - 40px);
    height: auto;
    float: left;
    padding: 20px;

}

.teamholder {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 50px;
    background-color: #ffffff;

}

.teambio li {
    margin-bottom: 20px;
}

@media only screen and (max-width: 850px) {
    .teamprofile {
        width: calc(50% - 60px);
        padding: 30px;

    }

    .teambio {
        width: calc(100% - 40px);
    }

}


@media only screen and (max-width: 470px) {
    .teamprofile {
        width: calc(100% - 40px);
        padding: 20px;

    }
}

.ttsection,
.ttsection2 {
    width: calc(100% - 40px);
    height: auto;
    float: left;
    margin: 0 0 0 0;
    padding: 35px 20px 0 20px;
    background-image: url(https://redstrike.com/images/office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.ttsection2 {
    padding-bottom: 40px;
}

@media only screen and (max-width: 650px) {
    .ttsection2 {

        background-image: url(https://redstrike.com/images/office-blur.jpg);
    }


}


.ttlrholder {
    width: 100%;
    max-width: 1000px;
    float: none;
    margin: 0 auto;
}

.ttleft,
.ttright {
    width: 100%;
    float: left;
    margin: 10px auto 40px auto;
}



.ttholder {
    width: calc(25% - 20px);
    height: auto;
    float: left;
    margin: 10px;
}

.ttholder2 {
    width: calc(16.66666% - 20px);
    height: auto;
    float: left;
    margin: 10px;

}

.ttprofile,
.ttprofile2 {
    width: 100%;
    height: auto;
    float: none;
    margin: 20px auto 0 auto;
}



.ttbio {
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    color: #ffffff;
}


.ttsmall {
    font-size: 12px;
}

@media only screen and (max-width: 1000px) {

    .ttleft,
    .ttright {
        width: 100%;
    }

    /* BDC
    .ttprofile2{
                float: none;
            margin: 0 auto 20px auto;
    width: 180px !important;
    height: 180px !important;

    }*/
}

@media only screen and (max-width: 750px) {

    .ttholder {
        width: calc(50% - 20px);
        height: 280px;

    }



    .ttlrholder {
        max-width: 400px;

    }

}

@media only screen and (max-width: 550px) {

    .ttholder {
        height: 320px;
        width: calc(100% - 20px);

    }

    .ttprofile,
    .ttprofile2 {
        margin: 0 auto 20px auto;
        float: none;
    }

}

@media only screen and (max-width: 450px) {

    .ttholder {
        height: 280px;
    }

}

@media only screen and (max-width: 350px) {

    .ttholder,
    .ttholder2 {
        height: 260px;
    }

}


.nedholder {
    width: calc(49% - 42px);
    height: auto;
    min-height: 265px;
    border: 1px solid #565656;
    float: left;
    padding: 0 20px;
    margin-bottom: 0;
    background-color: rgb(0, 0, 0, 0.4);
}

.nedspacer {
    width: 2%;
    height: auto;
    min-height: 260px;
    float: left;

}

.ttholder2 {
    width: 140px;
}

.nedbio p {
    width: calc(100% - 180px);
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding: 25px 0 20px 20px;
    color: #e1e1e1;
    margin-top: 0;
}

.neddouble {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}



@media only screen and (max-width: 820px) {
    .ttholder2 {
        float: none;
        margin: 30px auto 0 auto;
        width: 140px;

    }

    .ttprofile2 {
        width: 200px;
        height: 200px;
    }

    .nedholder {
        width: calc(100% - 42px);
        margin-bottom: 22px;
    }

    .nedbio p {
        width: calc(100% - 40px);
        margin: 10px 0;
    }

    .nedspacer {
        display: none;
    }

    .neddouble {
        margin-bottom: 0;
    }

}


@media only screen and (max-width: 1050px) {

    .nedholder {
        min-height: 280px;
    }


}

@media only screen and (max-width: 920px) {

    .nedholder {
        min-height: 320px;
    }


}

@media only screen and (max-width: 870px) {

    .nedholder {
        min-height: 370px;
    }
}

@media only screen and (max-width: 820px) {

    .nedholder {
        min-height: 100px;
    }

}

/*Sticky Header*/

@media only screen and (min-width: 1251px) {
    .sticky {
        position: fixed;
        top: 0;
        z-index: 2;
        background: white;
        width: 100%;
        height: 100px;
        box-shadow: 0 0px 29px 0 #aaaaaa;
    }
}

.sticky {
    opacity: 0.9;
}

/*TEAM PAGE ANGLES*/

.teamheader {}

@media only screen and (max-width: 480px) {
    .teamheader {
        background-image: none;
    }
}


.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}



.fve-video-wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    background-color: transparent;
    padding-bottom: 56.25% !important;
    margin: 70px 0.5em 0;
}

.dynav {
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    height: 170px;
    position: absolute;
}

.rs-background-video-layer {
    top: 85px !important;
}

@media only screen and (max-width: 1250px) {
    .dynav {
        display: none;
    }

    .rs-background-video-layer {
        top: 0 !important;
    }
}



.intmap {
    margin: 50px auto;
    float: none;
    width: 100%;
    height: auto;
}


a.white {
    text-decoration: none;

}



.appcta {
    width: 200px;
    height: auto;
    margin-right: 20px;
    margin-top: 30px;
}

@media only screen and (max-width: 1050px) {
    .appcta {
        width: 150px;
    }

}

@media only screen and (max-width: 1050px) {
    .appcta {
        width: 130px;
    }

}

@media only screen and (max-width: 600px) {
    .appcta {
        width: 100px;
    }

}

.imgadj {
    margin-top: 100px;
}

.adjnotop {
    margin-top: 0;
}

@media only screen and (max-width: 750px) {
    .imgadj {
        margin-top: 10px;
    }

}

.adj70x0 {
    margin: 70px 0 0 0;
}

img.alignnone.size-full.wp-image-257 {
    width: 100%;
    max-width: 550px;
    margin: 20px auto;
}

.mobshow {
    display: none;
}

.mobhide {
    display: inline;
}

@media only screen and (max-width: 727px) {
    .mobhide {
        display: none;
    }

    .mobshow {
        display: inline;
    }
}

.qcode {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 70px auto 40px auto;
    float: right;

}



@media only screen and (min-width: 1251px) {
    .sticky {
        height: 70px !important;
    }

    .sticky .navlogo {
        width: 200px !important;
        margin: 11px 0 0 0px;
    }

    .sticky .redstrikenav.dark.desktop {
        top: 12px;
    }
}

/**HOVER EFFECT TEAM PAGE**/
.ttprofile {
    position: relative;
    text-align: center;
    display: block;
    border-radius: 105px;
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

.ttprofile2 {
    position: relative;
    text-align: center;
    display: block;
    border-radius: 105px;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin-bottom: 20px;

}

.ttprofile .round {
    border-radius: 50%;
    width: 100%;
}

.ttprofile2 .round {
    border-radius: 50%;
    width: 100%;
}


.img-content,
.img-content2 {

    background: #750306ab;
    position: absolute;
    bottom: -200px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    height: 100%;
}

.img-content {
    padding: 45px 63px 63px 63px;
}

.img-content2 {
    padding: 10px 40px 40px 40px;
    line-height: 45px;
}

.ttprofile:hover .img-content,
.ttprofile2:hover .img-content2 {

    border-radius: 105px;
    bottom: 0px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

i.far.fa-envelope {
    font-family: FontAwesome;
    font-style: normal;
    color: white;
    font-size: 35px;
}

i.fab.fa-linkedin {
    font-family: FontAwesome;
    font-style: normal;
    color: white;
    font-size: 35px;
}

.img-content .far,
.img-content2 .far {
    top: 10px;
    position: relative;
}

.img-content .fab,
.img-content2 .far {
    top: 20px;
    position: relative;
}

@media only screen and (max-width: 1000px) and (min-width: 900px) {
    i.far.fa-envelope {
        font-family: FontAwesome;
        font-style: normal;
        color: white;
        font-size: 30px;

    }


    i.fab.fa-linkedin {
        font-family: FontAwesome;
        font-style: normal;
        color: white;
        font-size: 30px;
    }

    .img-content .far,
    .img-content2 .far {
        top: 10px;
        position: relative;
    }

    .img-content .fab,
    .img-content2 .fab {
        top: 20px;
        position: relative;
    }
}




@media only screen and (max-width: 899px) and (min-width: 751px) {
    i.far.fa-envelope {
        font-family: FontAwesome;
        font-style: normal;
        color: white;
        font-size: 35px;
    }

    i.fab.fa-linkedin {
        font-family: FontAwesome;
        font-style: normal;
        color: white;
        font-size: 35px;
    }

    .img-content .far,
    .img-content2 .far {
        top: 5px;
        position: relative;
    }

    .img-content .fab,
    .img-content2 .fab {
        top: 10px;
        position: relative;
    }

    .img-content {
        padding: 49px 63px 63px 63px
    }

    .img-content2 {
        padding: 30px 40px 40px 40px;
        line-height: 30px;



    }
}

@media only screen and (max-width: 700px) {

    .img-content2 {
        padding: 10px 40px 40px 40px;
        line-height: 50px;
    }
}



i.far.fa-envelope:hover {
    opacity: 0.8;
}

i.fab.fa-linkedin:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 980px) and (min-width: 800px) {
    .ttholder {
        width: calc(25% - 20px) !important;
    }
}

@media only screen and (max-width: 799px) and (min-width: 751px) {
    .ttholder {
        width: calc(33.3% - 20px) !important;
    }
}

@media only screen and (max-width: 1450px) and (min-width: 1251px) {
    .navlogo {
        margin: 17px 0 0 30px !important;
    }
}

@media screen and (max-width: 1450px) and (min-width: 1351px) {
    .redstrikenav > ul > li > a {
        padding: 12px 40px 12px 25px !important;
    }
}

.redstrikenav .dd-toggle i {
    left: auto !important;
    right: 15px !important;
}

.redstrikenav .dd-toggle {
    width: 100%;
}




/* New Social start */

.socialholder {
    width: 120px;
    height: 35px;
    float: left;
    margin: 5px 0;
}


.footersocialholder {
    width: 120px;
    height: 35px;
    float: none;
    margin: 0px auto 4px auto;
}

.socialicon {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    float: left;
}

.socialicon img:last-child {
    display: none;
}

.socialicon:hover img:last-child {
    display: inline;
}

.socialicon:hover img:first-child {
    display: none;
}

.cpfirst {
    margin-left: 0 !important;
}



@media (max-width: 700px) {
    .socialholder {
        margin: 0 0 5px 0;
    }

}

ul.rsb {
    padding-left: 30px;
}


ul.rsb li {
    color: #3c3c3c;
    list-style: none;
}

ul.rsb li::before {
    color: #e61f2e;
    content: "\2022";
    font-size: 2em;
    padding-right: 10px;
    position: relative;
    top: 0.222em;
}





.greydivide {
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    float: left;

}

.imgtitle {
    margin-top: 30px;
}

.imgnotitle {
    margin-top: 20px;
}


.rlist li {
    margin: 30px;
}


.rsbg {
    width: 100%;
    height: 100%;
    float: left;

    color: #ffffff;

}

.rsbg p,
.rsbg ul li {
    color: #ffffff;
}

.bgvst {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/vst-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgrugby {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/rugbybg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgrugbyignite {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/Ignite-Rugby-Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.bgpvf {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/pvfbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgfootball {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/footballbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bggolf {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/golfbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.bgtech {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/techbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.bgmotorsports {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/motorsportsbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgmacron {
    background-image: url(https://redstrike.com/wp-content/themes/redstrike/img/Macron-Balls.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bgnews {
    background-color: #333333;
}

a.blogtitlelink {
    color: #ffffff;
}



@media only screen and (max-width: 650px) {

    .bgrugby,
    .bgfootball,
    .bggolf,
    .bgtech,
    .bgmotorsport,
    .bgpvf {

        background-image: url(https://redstrike.com/images/office-blur.jpg);

    }


}


h3.h3sub {
    margin-top: -15px;
    color: #ffffff;
}

.rp1 {
    margin-top: 90px;
}


@media only screen and (max-width: 650px) {


    .rp1 {
        margin-top: 70px;
    }

}

@media only screen and (max-width: 980px) {


    .rp1 {
        margin-top: 50px;
    }

}


@media only screen and (max-width: 800px) {


    .rp1 {
        margin-top: 30px;
    }

}


.esg-grid .mainul li.eg-ofs3-wrapper {
    background: transparent !important;
}

.eg-ofs3-content {
    background-color: rgba(0, 0, 0, 0.31) !important;
    border-width: 0 !important;
}


.intholder {
    width: 100%;
    max-width: 900px;
    float: none;
    margin: 50px auto;
}

.intsingle {
    width: 100%;
    height: auto;
    float: left;
}

.intflag {
    width: 90px;
    height: 100%;
    float: left;
}

.inttxt {
    width: calc(100% - 120px);
    margin: 20px 0 0px 30px;
    float: left;

}

.intdivider {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: .5;
    float: left;
    margin: 30px 0;

}


@media only screen and (max-width: 750px) {
    .intflag {
        width: 70px;

    }

    .inttxt {
        margin: -5px 0 0px 30px;


    }

}

.news-single {
    width: 100%;
    max-width: 600px;
    height: auto;
    float: none;
    margin: 55px auto;
}

.news-single img {
    margin: 35px 0;
}

#normalvid .fve-video-wrapper {
    margin: 20px 0 30px 0;
}


.redbox {
    background-color: #e61f2e;
    padding: 10px 20px 20px 20px;
    float: left;
    margin-top: -5px;
    min-height: 270px;
    width: calc(100% - 40px);
}

.client-title {
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}



.bgfootball2 {
    background-image: url(https://redstrike.com/wp-content/uploads/2019/01/footballbg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    float: left;
}

.fcsocialholder {
    width: 220px;
    height: 35px;
    float: none;
    margin: -10px auto 20px;
}

.fcsocial {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 10px 0 10px;
}

.fcsocial:hover {
    opacity: .9;
}

p.rsfeatured {
    font-size: 20px;
    text-align: center;
    font-style: italic;
    margin: 0 0 20px;
}

.rssemifeatured {
    font-size: 18px;
    font-style: italic;
    font-family: sans-serif;

}

.rsservices {
    background-color: #474747;
    width: auto;
    height: auto;
    padding: 10px 20px;
    transform: skew(39deg) !important;
    float: left;
    color: #ffffff;

    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px;

}

.rsservicecorrect {
    transform: skew(-39deg) !important;

}



        .g-wrap {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: auto;
            min-height: 200px;
            background-color: rgba(0, 0, 0, 0.4);
            max-width: 1400px;
            margin: 0 auto;
            flex-wrap: wrap;
        }

        .g-profilebox {
            display: flex;
            flex: calc(33.333% - 40px);
            margin: 20px;
            background-color: #e61f2e;
            flex-direction: column;
            flex-flow: column;
            max-width: 33.333%;
        }



.g-blank {
    visibility: hidden;
}

.g-duo {
    display: flex;
    flex: 1;
}

.g-bio {
    color: #ffffff;
    padding: 20px;
    flex: 1;
    flex-direction: column;
    display: flex;
}

.g-social {
    width: 75px;
    height: 35px;
    margin: auto auto 0 auto;
}

.g-bio ul {
    margin-bottom: 30px;
    margin-top: 0;
    padding-left: 20px;
}

.g-bio ul li {
    font-size: 14px;
    margin: 0 0 10px;
}

.g-social1 {
    width: 26px;
    height: 35px;
    float: left;
}

.g-social2 {
    width: 26px;
    height: 35px;
    float: right;
}

.g-social1:hover,
.g-social2:hover {
    opacity: .8;
}

        @media screen and (max-width:1040px) {
            .g-profilebox {
                flex: calc(50% - 40px);
                max-width: 50%;
            }

            @media screen and (max-width:700px) {
                .g-profilebox {
                    flex: calc(100% - 40px);
                    max-width: 100%;
                }

            }

.g-profilebox img {
    width: 100%;
    height: auto;
}


.rc-wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.redcircle {
    flex: 0 0 16.66%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0.9rem;
    box-sizing: border-box;

}

.redcircle:before {
    content: '';
    display: table;
    padding-top: 100%;
}

.rc-item {
flex-grow: 1;
    background: #e61f2e;
    color: white;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;

}

@media screen and (max-width:1150px) {
    .redcircle {
        flex: 0 0 33.33%;

    }

    .rc-item {
        font-size: 18px;
    }

}

@media screen and (max-width:760px) {
    .redcircle {
        flex: 0 0 50%;
    }

}
