/*
Theme Name: Tactical Haptics Theme
Theme URI: http://tacticalhaptics.com
Author: Brandon, Alan Faz, Jhonatan Laguna, Ernesto Salazar
Description: Custom theme for Tactical Haptics
Version: 1.0
Text Domain: tacticalhaptics

*/


@font-face {
    font-family: Roboto-bold;
    src: url('fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: Roboto-light;
    src: url('fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-medium;
    src: url('fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.ttf');
}





/****************
    NORMALIZE
*****************/
/* Document
   ========================================================================== */

html {
    font-family: 'Roboto',sans-serif; /* 1 */
    line-height: 1.15; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    font-family: 'Roboto',sans-serif; /* 1 */
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}



/******************
    CUSTOM CSS
******************/

.background-black {
    background-color: black;
}

/*-----header-----*/
.header{
    padding: 3.5em 2em;
    height: 164px;
}

.logo{
    width: 200px;
    margin: 1em 0.5em 1em 1em;
}


.tactical-haptics-main-navigation{
    float: right;
    padding: 1em;
}

.tactical-haptics-main-navigation li{
    list-style-type: none;
    float: left;
}

.tactical-haptics-main-navigation a{
    text-decoration: none;
    display: block;
    padding: 0 0.5em;
    color: #000;
}

.tactical-haptics-main-navigation a:hover{
    border-bottom: 3px solid #e3513b;
}

.tactical-haptics-main-navigation .active{
    border-bottom: 3px solid #e3513b;
}

/*-----footer-----*/

.tactical-haptics-footer{
    background-color: #000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    padding-bottom: 1em;
    margin-top: 2px;
    min-height: 480px;
}

.footer-li-title {
    color: white;
}

/*.tactical-haptics-footer .footer-left,*/
/*.tactical-haptics-footer .footer-center,*/
/*.tactical-haptics-footer .footer-right,*/
/*.tactical-haptics-footer .footer-contact{*/
    /*display: inline-block;*/
    /*vertical-align: top;*/
/*}*/

/*-----footer left-----*/
/*.tactical-haptics-footer .footer-left{*/
    /*width: 35%;*/
/*}*/


.tactical-haptics-footer .footer-left li{
    list-style-type: none;
    padding: 0.2em 0;
}

.tactical-haptics-footer .footer-left li a{
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

/*-----footer center-----*/
/*.tactical-haptics-footer .footer-center{*/
    /*width: 25%;*/
/*}*/

.tactical-haptics-footer .footer-center h5{
    color: #fff;
}

.tactical-haptics-footer .footer-center li{
    list-style-type: none;
    padding: 0.2em 0;
}
.tactical-haptics-footer .footer-center li a{
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

/*-----footer right-----*/
.tactical-haptics-footer .footer-right{
    padding: 1em 0;
}

.tactical-haptics-footer .footer-right p{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
    color: #fff;
}

/*-----footer subscribe form-----*/



.tactical-haptics-footer form input{
    display: block;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    resize: none;

    font-size: 14px;
    font-weight: normal;
    color: #000;
    width: 100%;
    padding: 12px;
}

.tactical-haptics-footer form input{
    margin-bottom: 15px;
}

.tactical-haptics-footer form button{
    border-radius: 10px;
    background-color: #e3513b;
    color: #fff;
    border: 0;
    padding: 10px 70px;
}

.tactical-haptics-footer form button:hover{
    cursor: pointer;
}

.tactical-haptics-footer form button:active{
    background-color: #933a27;
    color: #727376;
}


/*-----footer contact-----*/

.tactical-haptics-footer .footer-contact li{
    display: inline-block;
    color: #fff;
    padding-right: 21em;
}

.tactical-haptics-footer .footer-contact li:nth-child(2){
    color: #e3513b;
}

.tactical-haptics-footer .footer-contact p{
    font-size: 11px;
}

.footer-copyright {
    padding-left: 40px;
}

.footer-mail {
    padding-left: 40px;
}

.tactical-haptics-footer .social-networks ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-first-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-second-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    /*flex-flow: row wrap;*/
}

.social-networks {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.child {
    width: 33%;
}


.tactical-haptics-footer .social-networks ul li img{
    width: 45px;
}

/*-----buttons-----*/

.tactical-haptics-red-button{
    background-color: #e3513b;
    color: #fff;
    border: 0;
    padding: 7px 30px;
}




/*-----Reutilizables-----*/

.tactical-haptics-banner{
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.tactical-haptics-banner-lg{
    width: 100%;
    height: 645px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tactical-haptics-banner-with-text{
    height: 460px;
    overflow: hidden;
}

.tactical-haptics-banner-image {
    background-repeat: no-repeat;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tactical-haptics-banner-image-aplications {
    background-repeat: no-repeat;
}

.tactical-haptics-banner-wa{
    width: 100%;
    height: 260px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tactical-haptics-banner .banner-tint{
    background: linear-gradient(45deg, rgba(53, 54, 57, 0.5), black);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.tactical-haptics-banner .banner-tint h1{
    transform: translate(-50%, -50%);
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    color: #fff;
}

.tactical-haptics-banner-lg .banner-tint{
    background: linear-gradient(180deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, 1));
    height: 645px;
}

.tactical-haptics-banner-lg .banner-tint h1{
    transform: translate(-49%, -17%);
    position: relative;
    float: left;
    color: #fff;
    left: 50%;
    top: 75%;
}

.tactical-haptics-text {
   color: white;
   z-index: 2;
}

.tactical-haptics-text h1 {
    margin-top: 1.3em;
}

.tactical-haptics-text p {
    font-size: 1.5em;
}

.tactical-haptics-tint-banner {
    background: linear-gradient(90deg, rgba(13, 13, 13, 0), rgba(13, 13, 13, 0.7));
    height: 645px;
}

.tactical-haptics-text-tint-banner{
    background: linear-gradient(90deg, rgba(13, 13, 13, 0.7), black);
    height: 645px;
}

.tactical-haptics-media{
    overflow: auto;
    height: 1700px;
}

.tactical-haptics-media-news{
}

.tactical-haptics-media::-webkit-scrollbar {
    display: none;
}
.tactical-haptics-media-content{
    font-size: 1em;
    margin-left: 2%;
}

.tactical-haptics-media-content-strech{
    font-size: 1em;
    margin-left: 8%;
}


.tactical-haptics-body-background{
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tactical-haptics-body-background-white{
    background-color: rgba(255,255,255,0.93)
}

.tactical-haptics-body-background-black{
    background-color: rgba(0,0,0,0.93)
}

.tactical-haptics-divider{
    border-bottom: 6px solid red;
}

.tactical-haptics-overflow .col-md-8,.col-md-4{
    padding-right: 0px;
    padding-left: 0px;
}

.space-row{
    margin: 100px 0;
}


/*-----sidebar-----*/
.tactical-haptics-sidebar{
    border-left-width: 50px;
    background-color: rgba(0,0,0,0.84);
    padding-right: 56px;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    min-height: 1700px;
    width: 100%;
}
.tactical-haptics-sidebar .widget{
    margin-left: 10%;
}

.tactical-haptics-sidebar ul{
    margin-bottom: 3em;
    padding-left: 0;
}

.tactical-haptics-sidebar ul li{
    list-style-type: none;
    margin-bottom: 1em;
}




/*********************
    PAGE: PRODUCTS
**********************/

.tactical-haptics-device-view{
    width: 66%;
}

.tactical-haptics-device-controller{
    margin-left: 26%;
    width: 25%;
    margin-top: 8em;
}

.tactical-haptics-device-image-container{
    margin-left: 8%;
    width: 55%;
}

.tactical-haptics-device-image-container img{
    margin-bottom: 2em;
}

.tactical-steam-tracker-image img{
    width: 187px;
}

.tactical-steam-tracker-image-two img{
    width: 166px;
}

.products-iframe iframe{
    width: 435px;
    height: 300px;
}


@media (max-width: 1000px){
    .tactical-haptics-text h1 {
        text-align: center;
    }

    .tactical-haptics-text p {
        font-size: 1.4em;
        padding: 0 2em;
    }

    .tactical-haptics-main-navigation {
        display: none;
    }
}

@media (max-width: 990px){
    .tactical-haptics-tint-banner {
        background: linear-gradient(180deg, rgba(13, 13, 13, 0), black);
    }

    .tactical-haptics-text-tint-banner{
        background: black;
        height: auto;
        padding-bottom: 1em;
    }

    .tactical-haptics-text p {
        font-size: 1.5em;
        padding: 0 2em;
    }

    .tactical-haptics-banner-image {
        background-position: 0% 72%;
    }

    .tactical-haptics-banner-image-aplications {
        background-position: 0% 40%;
    }

    .tactical-haptics-aplications-sidepicture-gaming{
        margin-left: 0 !important;
        margin-top: 2em !important;
    }

    .slider-products {
        display: none;
    }

    .slider-movil-pruducts{
        display: block !important;
        background-color: black;
        text-align: center;
        padding: 1em;
    }

}

@media (max-width: 760px) {
    .footer-second-row {
        flex-direction: column;
        align-items: center;
    }


    .child {
        width: 90%;
    }

    .child ul {
        padding-left: 0;
    }

    .social-networks {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .tactical-haptics-banner-image {
        background-position: -325px 0;
    }


    .tactical-haptics-footer{
        padding: 2em 0;
        text-align: center;
    }

    .footer-mail {
        padding-left: 0;
    }

    .footer-copyright {
        padding-left: 0;
    }

    .tactical-haptics-sidebar {
        height: auto;
        padding-bottom: 2em;
    }

    .slider-movil-title {
        text-align: center;
        margin-top: 0;
    }

    .slider-movil-text {
        text-align: center;
        margin-bottom: 3em;
    }

    .slider-movil-button-container {
        text-align: center;
        margin-top: 3em;
    }

    .slider-movil-text p{
        margin: 0;
    }

    .slider-movil-tint {
        background: black;
        width: 100%;
        height: 100%;
        padding: 2em;
    }

    .slider-text, .slider-title, .slider-button-container{
        display: none;
    }

    .slider-movil-title, .slider-movil-text, .slider-movil-button-container, .slider-movil-tint {
        display: block !important;
    }


    .text-mobile-center {
        text-align: center;
    }

}


/*********************
    PAGE: APLICATIONS
**********************/

.tactical-haptics-aplications-sidepicture{
    margin-top: 121px;
}

.tactical-haptics-aplications-sidepicture-gaming{
    margin-left: 8%;
    margin-top: 135px;
}

.section-vr-right p{
    color: white;
}
/*********************
    PAGE: MEDIA
**********************/
.tactical-haptics-news-content{
    margin-left: 2%;

}

.media-iframes iframe{
    width: 640px;
    height: 360px;
}

/*********************
    PAGE: BLOG
**********************/
.tactical-haptics-blog-title{
    line-height: 1;
}
.widget-calender img{
    width: 280px;
    margin-left: 35px;
}

/*********************
    PAGE: ABOUT
**********************/

.tactical-haptics-about-content-strech{
    margin-left: 16%;
}




/*********************
    PAGE: INDEX
**********************/
.tactical-haptics-index-content{
    margin-left: 3em;
}

.tactical-haptics-index-info{

}

.tactical-haptics-index-spacing{
    margin-bottom: 5em;
}

.tactical-haptics-index-info-images{
    margin: 1em 0;
}

.tactical-haptics-index-info-images img{
    float: left;
    width: 173px;
    margin-right: 7px;
}

.tactical-haptics-index-info-images img:hover{
    cursor: pointer;
}
.n-image img:hover{
    cursor: pointer;
}

.tactical-haptics-index-icon{
    width: 110px;
}
.tactical-haptics-index-icon img{

}


@media (max-width: 991px){
    /*********************
    PAGE: INDEX
    **********************/
    .col-xs-12 .tactical-haptics-index-icon{
        display: table;
        margin: 0 auto;
    }
    .col-xs-12 .tactical-haptics-index-info{
        display: table;
        margin: 0 auto;
    }
    .col-xs-12 .tactical-haptics-index-info button{
        display: table;
        margin: 0 auto;
    }

    .col-xs-12 .tactical-haptics-index-info h3{
        text-align: center;
    }

    .tactical-haptics-aplications-sidepicture{
        margin-top: 1em;
    }

    .tactical-haptics-about-content-strech {
        margin-right: 2em;
        margin-left: 2em;
    }

    .home-fan-img {
        width: 100% !important;
        margin-bottom: 1em;
    }


}

@media (min-width: 991px){
    /*********************
    PAGE: PRODUCTS
    **********************/
    .tactical-haptics-news-content{
        margin-left: 2%;
        width: 62%;
        transform: translate(30%);
    }
}


@media (max-width: 370px){

    iframe{
        width: 295.063px;
        height: 178.703px;
    }
    /*********************
    PAGE: INDEX
    **********************/
    .col-xs-12 .tactical-haptics-index-icon{

    }

    .col-xs-12 .tactical-haptics-index-info h3{
        text-align: center;
    }

    .tactical-haptics-index-info-images{
        display: table;
        margin: 0 auto;
        width: 173px;
    }

    .col-xs-12 .tactical-haptics-index-info button{
        display: table;
        margin: 0 auto;
    }

}

@media (max-width: 400px){
    h1, h2 {
        font-size: 36px !important;
    }

}


/***************
Especificaciones
****************/

body{
    max-width: 1920px;
}



.h1,.h2{
    font-family: Roboto-bold, sans-serif;
    letter-spacing: 2px;
    font-size: 38px;
    text-transform: uppercase;
}

/*h1, h2, :not(.entry-content h1, .entry-content h2) {*/
    /*font-family: Roboto-bold, sans-serif;*/
    /*letter-spacing: 2px;*/
    /*font-size: 48px;*/
    /*text-transform: uppercase;*/
/*}*/

.h1-white{
    color: #ffffff;
}

/*h1, :not(.entry-content h1){*/
    /*color: #ffffff;*/
/*}*/

.h2-black{
    color: #000000;
}
/*h2, :not(.entry-content h2){*/
    /*color: #000000;*/
/*}*/


.h3{
    font-family: Roboto-bold, sans-serif;
    letter-spacing: 2px;
    font-size: 38px;
    text-transform: capitalize;
}

.h4{
    font-family: Roboto-bold, sans-serif;
    letter-spacing: 2px;
    font-size: 28px;
    text-transform: capitalize;
}

/*h3, h4, :not(.media-iframes h4, .media-iframes h3), :not(.entry-content h3, .entry-content h4) {*/
    /*font-family: Roboto-bold, sans-serif;*/
    /*letter-spacing: 2px;*/
    /*font-size: 38px;*/
    /*text-transform: capitalize;*/
/*}*/

.h3-white{
    color: #ffffff;
}
/*h3, :not(.media-iframes h3), :not(.entry-content h3){*/
    /*color: #ffffff;*/
/*}*/
.h4-black{
    color: #000000;
}

/*h4, :not(.media-iframes h4), :not(.entry-content h3) {*/
    /*color: #000000;*/
/*}*/

.h5{
    font-family: Roboto-bold, sans-serif;
    font-size: 25px;
    color: #000;
}

/*h5, :not(.entry-content h5) {*/
    /*font-family: Roboto-bold, sans-serif;*/
    /*font-size: 25px;*/
    /*color: #000;*/
/*}*/

.h6{
    font-family: Roboto-bold, sans-serif;
    font-size: 18px;
    color: #000000;
}

/*h6, :not(.media-iframes h6, .media-iframes h6) {*/
    /*font-family: Roboto-bold, sans-serif;*/
    /*font-size: 18px;*/
    /*color: #000000;*/
/*}*/

.h7 {
    font-family: Roboto-bold, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.h8 {
    font-family: Roboto-bold, sans-serif;
    font-size: 18px;
    color: #e45139;
}

.h9 {
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
}

.h10 {
    font-family: Roboto-bold, sans-serif;
    text-transform: capitalize;
    font-size: 28px;
    color: #e45139;
}

.Banner-text {
    font-family: Roboto-light, sans-serif;
    font-size: 25px;
    color: #ffffff;
}

.NavBarText {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #000000;
}

.B1 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    color: #000000;
}

.B2, .cat-item a {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.widget_recent_entries ul li a , .widget_archive ul li a, .widget_meta ul li a, .comment-author-link, .recentcomments{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.cat-item a{
    color: #ffffff !important;
}

.widget_categories ul{
    padding-left: 0;
}

.tactical-haptics-sidebar aside {
    padding-left: 40px;
}

.B3 {
    font-family: Roboto-light, sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.links, .recentcomments a {
    font-family: Roboto, sans-serif;
    color: #e45139;
}

.section-devices{
    height: 2600px;
}

.banner {
    height: 645px;
}

.section-vr {
    padding-top: 4em;
    padding-bottom: 7em;
}

.section-reactive-doc {
    padding-top: 2em;
}

.section-reactive-h6{
    margin: 0;
}

.product-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.slider-title {
    position:absolute;
    text-align: center;
    width: 100%;
    bottom: 30%;
}

.slider-text {
    position:absolute;
    text-align: center;
    width: 100%;
    bottom: 20%;
}

.slider-button-container {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 12%;
}

.slider-text p{
    margin: 0;
}

.slider-tint {
    position: absolute;
    background: linear-gradient(180deg, rgba(13, 13, 13, 0), black);
    width: 100%;
    height: 100%;
}

.slider-tint-0deg{
    position: absolute;
    background: linear-gradient(0deg, rgba(13, 13, 13, 0), black);
    width: 100%;
    height: 100%;
}

.tactical-haptics-index-info h5,h6{
    margin: 0;
}

.tactical-haptics-about-info h5,h6{
    margin: 1em 0;
}


.product-slider-info{
    width: 700px;
    transform: translate(21%,13%);
}

.product-slider-info p.B2{
    font-size: 23px !important;
}

@media (min-width: 990px){
    .section-vr-left {
        padding-left: 15%;
    }

    .section-vr-right {
        padding-right: 15%;
    }

    .section-products-left {
        padding-left: 15%;
    }

    .section-products-right {
        padding-right: 15%;
    }

    .product-left {
        padding-left: 15%;
    }

    .product-right {
        padding-right: 15%;
    }
    .product-row {
        margin-bottom: 3em;
    }

}


/*-----font colors and text-----*/

.tactical-haptics-font-red{
    color: #e3513b;
}

.tactical-haptics-font-white{
    color: #fff;
}

.tactical-haptics-font-black{
    color: #333;
}

.text-center{
    text-align: center;
}

.text-bold{
    font-weight: bold;
}

@media (max-width: 990px){
    .section-vr-left, .section-vr-right, .section-products-left, .section-products-right, .product-left, .product-right {
        padding-left: 10%;
        padding-right: 10%;
    }

    .product-right, .product-left {
        margin-bottom: 6em;
    }
    .product-center{
        padding-left: 5%;
    }

}


.blog-entry p{
    font-size: 16px;
}

.news-entry{
    padding: 0 55px;
}
.news-entry a{
    color: #e3513b;
}
.news-entry p{
    font-size: 16px;
}

@media (max-width: 400px){
    .B1{
        font-family: Roboto, sans-serif;
        font-size: 14px;
        color: #000000;
    }
    .B2{
        font-family: Roboto, sans-serif;
        font-size: 14px;
        color: #ffffff;
    }

    .home-slider p{
        font-size: 14px;
    }

    .blog-entry p{
        font-size: 14px;
    }
    .news-entry p{
        font-size: 14px;
    }
}



.tactical-haptics-row-fix .row{
    margin-right: 0;
}

@media (min-width: 1921px){

    html {
      background-color: #ededed;
    }

    body {
        margin: auto;
    }

}

.footer-navigation, .footer-navigation ul{
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.footer-navigation .sub-menu{
    display: none !important;
}

.past-news-btn{
    margin: 2em 0;
}

.tactical-haptics-about-content-strech p {
  margin-top: 0;
  margin-bottom: 0;
}

.products-section {
  margin-bottom: 5em;
}

.tactical-haptics-about-info {
    padding-left: 2em;
    padding-right: 1em;
}

.news-post-img{
    width: 189px !important;
}

/*************
************** NAVBAR MOBILE
*************/

/* El logo sera flotado a la izquierda */


/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu {
    float: right;
    background-color: #ffffff;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 65%;
    max-width: 400px;
    height: 100%;
    border-left: 5px solid #e45139;
    display: none;
}

.menu-item{
    position: relative;
    display:inline;
}

.sub-menu {
    background-color: #ffffff;
    border-left: 3px solid #e45139;
    position: absolute;
    padding: 1em !important;
    width: 230px;
    flex-direction: column;
    z-index: 99;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
}

.sub-menu-active{
    border-bottom: 3px solid #e3513b;
}

.sub-menu > li.active{
    border-bottom: none !important;
}

.sub-menu .menu-item{
    margin-bottom: 1em;
}

.sub-menu .menu-item a{
    font-size: 16px;
}


@media (max-width: 990px){
    .sub-menu {
        display: none !important;
    }
}

/* Show the dropdown menu on hover */
.menu-item:hover .sub-menu {
    display: flex;
}

/* Quitamos estilos por defecto de el tag UL */
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

/* Centramos y ponemos los textos en mayuscula */
#menu li {
    display: block;
    float: left;
    text-transform: uppercase;
}

/* Damos estilo a nuestros enlaces */
#menu li a {
    display: block;
    color: #000000;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    padding: 0 2em;
    width: 100%;
}
#menu li a:hover, #menu li.active a, #sub-menu li.active {
    background: #e45139;
    color: #ffffff;
}

/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile{
    background: url(images/menu.png) no-repeat center center;
    float: right;
    width: 32px;
    height: 32px;
    margin: 1em 0 1em 1em;
}

#menu-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    display: none;
}

/* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
.open-menu{
    display: block !important;
    transition: display .4s;
}



@media (min-width: 1000px){

    #nav-mobile {
        display: none;
    }

    #menu {
        display: none;
    }

    #menu-tint {
        display: none;
    }

}

/*-----classes for posts-----*/

.slider-movil-title, .slider-movil-text, .slider-movil-button-container, .slider-movil-tint {
    display: none;
}

.slider-movil-pruducts{
    display: none;
}



/******************
******************* NIMBUS FIX
******************/

@media (max-width: 1320px) {
    .one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        float: none !important;
    }
    .three_fourth > p > img, .three_fourth > p > a >img {
        width: 100% !important;
        height: auto;
    }

    .three_fourth {
        width: 100% !important;
    }

    .wp-image-850 {
        width: 100%;
        height: auto;
    }

    .three_fourth > p > iframe {
        display: none;

    }
}

