/*
Theme Name: G-Plex Direct Mail
Theme URI: http://www.gplexdirectmail.com/
Description: Custom theme for G-Plex Direct Mail
Author: Catch Digital Strategy
Author URI: http://www.catchdigitalstrategy.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');
@import url("https://use.typekit.net/qxf3gry.css");

html, body {
    height: 100%;
}

body {
    background: #f5f5f5;
    color: #0c0c0c;
    font-family: soleil, sans-serif;
}

h1, h2, h3, h4 {
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a, a:hover, a:focus {
    color: #2ebc55;
    text-decoration: none;
}

a, a:focus {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
}

input[type=text], input[type=email], textarea, select {
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 10px;
    background: #fff;
    color: #0c0c0c;
    font-size: inherit;
    -webkit-appearance: none;
}

input[type=submit], button, .button, input[type=submit]:focus, button:focus, .button:focus {
    display: inline-block;
    margin: 0;
    border: 1px solid #2ebc55;
    padding: 10px 30px;
    background: #2ebc55;
    color: #fff;
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

input[type=submit]:hover, button:hover, .button:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-decoration: none;
}

/* HEADER */

#header {
    background: #fff;
}

#header #menu .navbar {
    padding: 0;
}

#header #menu .navbar .navbar-toggler {
    margin-top: 0px;
    border: 0px none;
    border-radius: 0;
    padding: 5px;
    background: transparent;
    color: #0c0c0c;
    font-size: 20px;
    line-height: 20px;
}

#header #menu .navbar .navbar-toggler:focus {
    box-shadow: none;
}

#header #menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2812, 12, 12, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#header #menu .navbar .navbar-nav li a {
    display: block;
    color: #0c0c0c;
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

#header #menu .navbar .navbar-nav li a:hover {
    color: #2ebc55;
    text-decoration: none;
}

@media (min-width: 1400px) {
    #header #logo img {
        height: 100px;
    }
    #header #menu {
        padding-top: 28px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 20px 0 20px;
        font-size: 22px;
        line-height: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #header #logo img {
        height: 80px;
    }
    #header #menu {
        padding-top: 20px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 15px 0 15px;
        font-size: 20px;
        line-height: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header #logo img {
        height: 60px;
    }
    #header #menu {
        padding-top: 12px;
    }
    #header #menu .navbar .navbar-nav li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    #header {
        padding: 10px 0 10px 0;
    }
    #header #menu .navbar {
        float: right;
    }
    #header #menu .navbar .navbar-nav li ul {
        display: none;
    }
    #header #menu .navbar .navbar-nav li:hover ul {
        display: block;
        position: absolute;
        list-style: none;
        margin: 0;
        padding: 5px 0 5px 0;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .25);
        background: #fff;
    }
    #header #menu .navbar .navbar-nav li:hover ul li a {
        padding: 0 10px 0 10px;
        color: #0c0c0c;
        font-size: 14px;
        line-height: 21px;
    }
}

@media (max-width: 991px) {
    #header {
        padding: 10px 0 10px 0;
    }
    #header #logo {
        padding-left: 10px;
    }
    #header #logo img {
        height: 40px;
    }
    #header #menu .navbar {
        display: block;
        width: 100%;
        text-align: right;
    }
    #header #menu .navbar .navbar-nav {
        text-align: center;
        padding-top: 10px;
    }
    #header #menu .navbar .navbar-nav li a {
        font-size: 22px;
        line-height: 44px;
    }
    #header #menu .navbar .navbar-nav li ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 991px) {
    #header #menu {
        margin-top: -40px;
    }
}

/* BANNER */

#banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
}

#banner h1 {
    color: #fff;
}

#banner h2 {
    color: #fff;
    font-family: soleil, sans-serif;
    font-weight: 400;
    text-transform: none;
}

#banner h2 span {
    background: #2ebc55;
}

@media (min-width: 576px) {
    #banner {
        position: relative;
        padding-top: 0px;
        padding-bottom: 37.5%;
        height: 0;
        overflow: hidden;
        background: #0c0c0c;
    }
    #banner video {
        left: 50%;
        top: 50%;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        z-index: 1;
        -webkit-filter: opacity(75%);
        filter: opacity(75%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #banner #title {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media (max-width: 575px) {
    #banner {
        position: relative;
        padding-top: 0px;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        background: #0c0c0c;
    }
    #banner video {
        left: 50%;
        top: 50%;
        min-width: 101%;
        min-height: 101%;
        position: absolute;
        z-index: 1;
        -webkit-filter: opacity(75%);
        filter: opacity(75%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    #banner #title {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: 100%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media (min-width: 1400px) {
    #banner #title h1 {
        font-size: 72px;
        line-height: 78px;
    }
    #banner #title h2 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #banner #title h1 {
        font-size: 60px;
        line-height: 66px;
    }
    #banner #title h2 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #banner #title h1 {
        font-size: 48px;
        line-height: 52px;
    }
    #banner #title h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #banner #title h1 {
        font-size: 36px;
        line-height: 42px;
    }
    #banner #title h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #banner #title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    #banner #title h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    #banner #title h1 {
        font-size: 22px;
        line-height: 28px;
    }
    #banner #title h2 {
        font-size: 14px;
        line-height: 20px;
    }
}

/* INDUSTRIES */

#industries {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #2ebc55;
    color: #fff;
    text-align: center;
}

.industry {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    vertical-align: top;
}

.industry img {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .industry {
        display: inline-block;
        width: 20%;
        font-size: 24px;
        line-height: 24px;
    }
    .industry img {
        height: 100px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .industry {
        display: inline-block;
        width: 33.3%;
        font-size: 18px;
        line-height: 18px;
    }
    .industry img {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .industry {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        line-height: 18px;
    }
    .industry img {
        height: 50px;
    }
}

/* SERVICES */

#services {
    background: #0c0c0c;
}

.service {
    position: relative;
    display: table;
    line-height: 100%;
}

.service img {
    width: 100%;
    opacity: 1.0;
    transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.service:hover img {
    opacity: 0.5;
}

.service .span1 {
    position: absolute;
    z-index: 100;
    display: table-cell;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    font-family: urw-din-semi-condensed, sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.service .span2 {
    display: table;
    width: 100%;
    height: 100%;
}

.service .span3 {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .service {
        display: inline-block;
        width: 33.33%;
    }
}

@media (max-width: 991px) and (min-width: 576px) {
    .service {
        display: inline-block;
        width: 33.33%;
    }
}

@media (max-width: 575px) {
    .service {
        display: inline-block;
        width: 100%;
    }
}

/* PANE */

@media (min-width: 1400px) {
    .pane {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .spacer {
        height: 80px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pane {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .spacer {
        height: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pane {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .spacer {
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pane {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .spacer {
        height: 50px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pane {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .spacer {
        height: 40px;
    }
}

@media (max-width: 575px) {
    .pane {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .spacer {
        height: 30px;
    }
}

/* INTRO */

#intro .post {
    padding: 0;
}

@media (min-width: 1400px) {
    #intro .entry {
        font-size: 24px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #intro .entry {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #intro .entry {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #intro .entry {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #intro .entry {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    #intro .entry {
        font-size: 20px;
    }
}

/* FOOTER */

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #0c0c0c;
    color: #fff;
    text-align: center;
}

#footer a {
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#footer a:hover {
    color: #2ebc55;
    text-decoration: none;
}

#footer #links {
    padding-top: 20px;
}

#footer #links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer #links ul li {
    margin: 0;
    padding: 0;
}

#footer #links ul li a {
    display: block;
    color: #fff;
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

#footer #links ul li a:hover {
    color: #2ebc55;
    text-decoration: none;
}

#footer #social {
    padding-top: 20px;
}

#footer #social a {
    display: inline-block;
    margin: 3px;
    border: 2px solid #fff;
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
}

#footer #social a img {
    width: 36px;
    height: 36px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#footer #social a:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

#footer .info {
    padding-top: 20px;
    font-family: urw-din-semi-condensed, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

@media (min-width: 1400px) {
    #footer #logo img {
        height: 100px;
    }
    #footer #links ul li a {
        padding: 0 20px 0 20px;
        font-size: 22px;
        line-height: 44px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #footer #logo img {
        height: 80px;
    }
    #footer #links ul li a {
        padding: 0 15px 0 15px;
        font-size: 20px;
        line-height: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #footer #logo img {
        height: 60px;
    }
    #footer #links ul li a {
        padding: 0 10px 0 10px;
        font-size: 18px;
        line-height: 36px;
    }
}

@media (min-width: 992px) {
    #footer #links ul li {
        display: inline-block;
    }
    #footer #links ul li ul {
        display: none;
    }
}

@media (max-width: 991px) {
    #footer #logo img {
        height: 40px;
    }
    #footer #links ul li a {
        font-size: 22px;
        line-height: 44px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (max-width: 575px) {

}

/* VIDEO */

div.video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

div.video.vimeo {
	padding-top: 0;
}

div.video iframe,
div.video object,
div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	div.video { padding-top: 0; }
}

/* GRAVITY FORMS */

.gform_wrapper.gravity-theme form .gfield_label {
    margin-bottom: 4px;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

.gform_wrapper.gravity-theme .gform_footer input {
    margin: 0px auto;
}

.gform_wrapper.gravity-theme form .gfield_required {
    color: #2ebc55;
    font-size: inherit;
}

.gform_required_legend {
    display: none;
}

#gf_form_focus:focus-visible, .gform_validation_errors:focus-visible, .gform_fields:focus-visible {
    outline: 0;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff !important;
    margin-bottom: 20px !important;
    border: 1px solid #2ebc55 !important;
    box-shadow: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    color: #2ebc55 !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.gform_wrapper.gravity-theme form .description, .gform_wrapper.gravity-theme form .gfield_description, .gform_wrapper.gravity-theme form .gsection_description, .gform_wrapper.gravity-theme form .instruction {
    padding: 2px 0;
    font-size: 12px;
}

.gform_wrapper.gravity-theme form .gform_body .gfield_error label {
    color: inherit;
}

.gform_wrapper.gravity-theme form .gfield_error [aria-invalid="true"] {
    border: 1px solid #e5e5e5;
}

.gform_wrapper.gravity-theme form .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme form .gfield_error label, .gform_wrapper.gravity-theme form .gfield_error legend, .gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message, .gform_wrapper.gravity-theme form [aria-invalid="true"] + label, .gform_wrapper.gravity-theme form label + [aria-invalid="true"] {
    color: #2ebc55;
}

.gform_wrapper.gravity-theme form .gfield_validation_message, .gform_wrapper.gravity-theme form .validation_message {
    margin: 0;
    border: 0px none;
    padding: 0;
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.wpcf7-form-control .captcha-image {
    width: 100%;
    border: 0px none;
}

.wpcf7-form-control .captcha-image .captcha_instructions span {
    text-transform: lowercase;
}

/* WORDPRESS */

.post {
    padding-bottom: 30px;
}

.date {
    position: relative;
    color: #999;
    top: -8px;
    text-transform: uppercase;
}

.entry, .entry ul li {
    line-height: 150%;
}

.entry p, .entry ul {
    margin-bottom: 20px;
}

.gform_body .fgfic-style1 {
    width: 100%;
    border: 0px none;
}

.gform_footer {
    text-align: center;
}

@media (min-width: 1400px) {
    .entry {
        font-size: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .entry {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .entry {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .entry {
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .entry {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .entry {
        font-size: 16px;
    }
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

@media (min-width: 992px) {
    .entry .wp-block-image .alignleft {
        margin: 15px 20px 10px 0;
    }
    .entry .wp-block-image .alignright {
        margin: 15px 0 10px 20px;
    }
	img.alignleft {
        margin: 10px 20px 10px 0;
    }
	img.alignright {
        margin: 10px 0 10px 20px;
    }
}

@media (max-width: 991px) {
    .entry .wp-block-image .alignleft {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .entry .wp-block-image .alignright {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
	img.alignleft {
        float: none;
        display: block;
        margin: 10px auto;
    }
	img.alignright {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

img.aligncenter {
    display: block;
    margin: 0px auto;
}

.clear {
    clear: both;
}