/*
Theme Name: Nextex
Theme URI: http://shtheme.com/demosd/nextex
Author: Shtheme
Author URI: http://shtheme.com
Description: Nextex is a fully responsive theme with a modern design suitable for all creative fields. The theme is featuring a powerful fullscreen background video and imagery making it a perfect choice for photographers, artists and designers who want to showcase their work.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: nextex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/




p.comment-form-cookies-consent{
    display: none;
}
span.ajax-loader{
    display: none!important;
}
div.wpcf7-response-output{
    color: #111;
    margin:10px 0 0 0;
}
.search-custom form input{
    width: 100%;
    padding: 9px 12px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
}
.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 18px;
    height: 44px;
    position: relative;
    width: 44px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -44px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px;
}

h3.comment-reply-title{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #111;
    width: 100%;
    line-height: 1.5;
    text-shadow: none;
    margin-left: 15px;
}

.comments article> h4{
    font-family: 'Montserrat', sans-serif;
    color: #111!important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
}

.form-submit input.submit{
    width: 130px!important;
    border:1.5px solid #111!important;
    margin-top: 30px!important;
    height: 45px;
}

li.recentcomments{
    font-weight: 600;
}

@media (min-width: 768px){
.navbar-nav.menu_left {
    left: -50%;
}
.navbar-nav.menu_left li{
    left: 0;
}
.navbar-nav.menu_right {
    right: 0;
    left: -50%;
}
.navbar-nav.menu_right li{
    left: 0;
}
}

#form input.wpcf7-submit{
    font-weight: 700;
    display: block;
    border:1px solid #111;
    font-size: 14px;
    height: 50px;
}

.hero-fullscreen.hero-page{
    height: 100vh!important;
    position: relative;
}

.intro-all.white{
    color: #fff!important;
}

@media(max-width: 767px){
    .nav.navbar-nav.menu{
        margin:0;
    }
}