/*
Theme Name: HNK Theme
Description: A simple & lightweight Genesis child-theme for HNK Project Management website.
Author: Whitespace Marketing
Author URI: http://www.whitespacemarketing.com.au/
Version: 1.0
License: GPL-2.0+
License URI: http://www.opensource.org/licenses/gpl-license.php

Template: genesis
*/


/*
- Fonts
- Normalize
- Clear Floats
    - Box Sizing
- Defaults
    - Typography
    - Headings
    - Objects
    - Tables
- Forms
    - Search Form
    - Footer Widget Form
- Accessibilty
    - Screen Reader Text
    - Skip Links
- WordPress
    - Defaults
    - Gallery
    - Avatar
- Structure and Layout
    - Site Containers
    - Site Header
    - Content
    - Columns
    - Widgets
- Titles
    - Site Header
    - Widgets
    - Author Box
    - Archive Description
- Navigation
    - Primary Navigation
    - Secondary Navigation
    - Menu Toggle
- Content Areas
    - Entries
    - Entry Meta
    - Comments
    - Pagination
- Sidebars
    - Primary Sidebar
    - Secondary Sidebar
- Widgets
    - Header Widget Area
- Common Classes
    - Archive/Author Box
    - Breadcrumbs
- Common Plugins
    - Jetpack
    - Genesis eNews Extended
- Footer
    - Widgets
- Media Queries
    - Retina (2x)
    - 768
    - 1200
    - 1600
*/


/*=================================
=              Fonts              =
=================================*/

@font-face {
    font-family: 'Ultramagnetic';
    src: url('assets/fonts/ufonts.com_ultramagnetic-webfont.woff2') format('woff2'), url('assets/fonts/ufonts.com_ultramagnetic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*=================================
=            Normalize            =
=================================*/


/* normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*====================================
=            Clear Floats            =
====================================*/

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*----------  Box Sizing  ----------*/

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/*================================
=            Defaults            =
================================*/


/*----------  Typography  ----------*/

html {
    font-size: 62.5%;
    /* Set the default browser size to 10px */
}

body > div {
    font-size: 1.9rem;
    /* Chrome fix for REM values */
}

body {
    background-color: #fff;
    color: #777;
    font-family: Calibri, Tahoma, Arial, sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

body.nav-visible {
    overflow: hidden;
}

a {
    color: #111;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #592c5f;
    text-decoration: underline;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

p {
    margin: 0 0 1.3em 0;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.entry-content ol,
.entry-content ul,
.footer-widgets ol,
.footer-widgets ul {
    margin-bottom: 28px;
    margin-left: 40px;
}

.entry-content ol > li,
.footer-widgets ol > li {
    list-style-type: decimal;
}

.entry-content ul > li,
.footer-widgets ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.footer-widgets ol ol,
.footer-widgets ul ul {
      margin-bottom: 15px;
    margin-top: 15px;

}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 3px solid #000;
    color: #000;
    margin: 1.3em 0;
    padding-left: 10px;
}

small,
cite {
    font-size: 0.75em;
}


/*----------  Headings  ----------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    /*margin: 1.414em 0 0.5em;*/
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
    font-size: 3.2rem;
}

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.15em;
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.13em;
}

h4,
h5,
h6 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1em;
}

.entry-title {
    text-transform: uppercase;
}

.section-title .fl-heading:after,
.entry-title:after {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    margin-top: 11px;
    width: 218px;
}


/*----------  Objects  ----------*/

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

.wp-caption {
    margin: 0;
}


/*----------  Tables  ----------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 400;
}


/*=============================
=            Forms            =
=============================*/

input,
select,
textarea {
    background-color: #f8f9f9;
    border-radius: 0;
    border: 0;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px;
    width: 100%;
}

input:focus,
textarea:focus {
    background-color: #f1f1f1;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:not( [type="checkbox"]),
input:not( [type="image"]),
input:not( [type="radio"]) {
    -webkit-appearance: none;
    /* Remove iOS styles */
}

::-moz-placeholder {
    color: #b2b2b3;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #b2b2b3;
    font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #000;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    min-width: 292px;
    /*    padding: 10px 30px;
    */
    padding: 12px 20px;
    text-transform: uppercase;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #592c5f;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.button {
    display: inline-block;
}


/*----------  Search Form  ----------*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: right;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*=====================================
=            Accessibility            =
=====================================*/


/*----------  Screen Reader Text  ----------*/

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    /* Above WP toolbar. */
    text-decoration: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .7);
}

.more-link {
    position: relative;
}


/*----------  Skip Links  ----------*/

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

.genesis-skip-link a {
    border-bottom: 0;
}

.genesis-skip-link a:hover {
    background: #f5f5f5;
}


/* Display outline on focus */

:focus {
    color: #222;
    box-shadow: 0;
    outline: rgba(0, 0, 0, .2) solid 2px;
}


/*=================================
=            WordPress            =
=================================*/


/*----------  Defaults  ----------*/

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.sticky {}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}

#wpadminbar {
    position: fixed !important;
}


/*----------  Gallery  ----------*/

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #ddd;
}


/*----------  Avatar  ----------*/

.avatar {
    float: right;
}

.alignleft .avatar {
    margin-left: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}


/*=================================
=            Structure            =
=================================*/


/*----------  Site Containers  ----------*/

.site-container {
    max-width: 100%;
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.site-inner {
    clear: both;
    margin-top: 107px;
    /* Height of header */
    padding: 20px 10px;
}


/*----------  Site Header  ----------*/

.site-header {
    background: #5a2b5f;
    border-bottom: 2px solid #fffff5;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.admin-bar .site-header {
    top: 46px;
}

.site-header > .wrap {
    padding: 17px 10px 12px;
}

.title-area {
    float: left;
    max-width: 70%;
    position: relative;
    z-index: 99;
}

.header-widget-area {
    display: none;
    float: right;
}

.header-image .site-title a {
    background: url("assets/img/logo.png") no-repeat;
    display: block;
    height: 76px;
    outline: none;
    text-indent: -9999px;
    width: 137px;
}


/*----------  Widgets  ----------*/

.widget {
    word-wrap: break-word;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/*==============================
=            Titles            =
==============================*/


/*----------  Site Header  ----------*/

.site-title {
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.site-title a {
    color: #fffff5;
    text-decoration: none;
}

.site-description {
    display: none;
    font-size: 1em;
}


/*----------  Widgets  ----------*/

.widget-title,
.footer-widgets .widget-title,
.sidebar .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 0;
}

.footer-widgets .widget-title {
    margin-top: 0;
}


/*----------  Author Box  ----------*/

.author-box-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 0;
}


/*----------  Archive Description  ----------*/

.archive-title {
    margin: 0;
}


/*==================================
=            Navigation            =
==================================*/

.genesis-nav-menu {
    clear: both;
    line-height: 1;
}

.genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: right;
}

.genesis-nav-menu a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 10px;
    text-align: left;
}

.genesis-nav-menu .menu-item.menu-item-has-children > a {
    padding-right: 50px;
}

.genesis-nav-menu > .menu-item > a {
    color: #fff;
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 20px 10px;
}

.genesis-nav-menu > .menu-item > a:hover,
.genesis-nav-menu > .menu-item > a:focus {
    color: #aea299;
    text-decoration: none;
}


/* Sub Menu */

.genesis-nav-menu .sub-menu {
    display: none;
}

.genesis-nav-menu .sub-menu a {
    color: #fff;
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 40px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
    color: #aea299;
    text-decoration: none;
}

.genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 60px;
}


/*----------  Primary Navigation  ----------*/

.nav-primary,
.nav-primary .genesis-nav-menu {
    width: 100%;
}

.nav-primary {
    background-color: #5a2b5f;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 107px;
    z-index: 99;
}

.admin-bar .nav-primary {
    padding-top: 111px;
}


/*----------  Secondary Navigation  ----------*/

.nav-secondary {
    display: none;
    height: 0;
    /*font-size: 18px;
    font-size: 1.8rem;*/
}


/*----------  Menu Toggle  ----------*/

.menu-toggle {
    background: transparent;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    color: #fff;
    float: right;
    margin-top: 20px;
    min-width: auto;
    outline: none;
    padding: 0;
    text-align: right;
    text-transform: none;
}

.menu-toggle:focus,
.menu-toggle:active,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:active,
.sub-menu-toggle:hover {
    background: transparent;
    color: #fff;
}

.sub-menu-toggle {
    background: transparent;
    border: 0;
    min-width: auto;
    outline: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.sub-menu-toggle:before {
    color: #fff;
    content: "\f347";
    display: block;
    font-family: "dashicons";
    font-size: inherit;
    line-height: inherit;
}

.sub-menu-toggle.activated {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*=====================================
=            Content Areas            =
=====================================*/


/*----------  Hero Section  ----------*/

.hero-heading .fl-heading-text {
    background-color: rgba(88, 44, 95, 0.6);
    padding: 5px 30px;
	    line-height: 49px;
}


/*----------  Entries  ----------*/

.content .entry:first-of-type .entry-title {
    margin-top: 0;
}

.entry {
    text-rendering: optimizeLegibility;
}

.entry-content code {
    background-color: #ddd;
}


/*----------  Entry Meta  ----------*/

p.entry-meta {
    font-size: .8em;
    font-style: italic;
}


/*----------  Comments  ----------*/

.comment-header {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-author {
    margin: 0;
}

.comment .avatar {
    float: left;
    margin: 0 10px 0 0;
}

.says,
.comment-meta,
.comment-edit-link {
    font-size: .8em;
    font-style: italic;
    margin: 0;
}

.comment-reply {
    clear: both;
}

li.pingback,
li.comment > article {
    margin-bottom: 40px;
}

ul.children {
    margin-left: 10px;
}

.comment-reply-title > small,
.logged-in-as {
    font-family: Georgia, serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: normal;
}


/*----------  Pagination  ----------*/

.pagination {
    overflow: hidden;
    padding: 40px 0;
}

.pagination ul {
    text-align: center;
}

.pagination li {
    display: inline-block;
}

.pagination li.active a {
    border: 0;
    font-weight: bold;
}

.pagination a {
    font-style: italic;
    margin: 0 10px;
}

.pagination .pagination-next,
.pagination .pagination-previous {
    display: block;
    width: 100%;
}


/*================================
=            Sidebars            =
================================*/

.sidebar {
    display: none;
}


/*===============================
=            Widgets            =
===============================*/


/*----------  Header Widget Area  ----------*/

.header-widget-area {
    display: none;
    max-width: 600px;
    width: 100%;
}


/*----------  Sidebar Widgets  ----------*/

.sidebar .widget {
    margin-bottom: 40px;
}


/*======================================
=            Common Classes            =
======================================*/


/*----------  Archive/Author Box  ----------*/

.archive-description,
.author-box {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 40px 0 40px;
}

.author-box {
    font-size: .8em;
    margin: 20px 0 40px;
}

.archive-description {
    margin: 0 0 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

.author-box .avatar {
    margin: 0 0 24px 24px;
    max-width: 70px;
}


/*----------  Breadcrumbs  ----------*/

.breadcrumb {
    font-size: .8em;
    font-style: italic;
    margin-bottom: 20px;
}


/*======================================
=            Common Plugins            =
======================================*/


/*----------  Jetpack  ----------*/

#wpstats {
    display: none;
}


/*----------  Genesis eNews Widget  ----------*/

.enews input {
    margin-bottom: 20px;
}


/*----------  Beaver Builder  ----------*/

.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary,
.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset,
.wp-switch-editor {
    min-width: auto;
}


/*----------  Gravity Forms  ----------*/

body .gform_wrapper.gf_browser_chrome input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]),
body .gform_wrapper.gf_browser_chrome textarea,
body .gform_wrapper.gf_browser_gecko input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]),
body .gform_wrapper.gf_browser_gecko textarea,
body .gform_wrapper.gf_browser_safari input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="file"]),
body .gform_wrapper.gf_browser_safari textarea {
    border: 0;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px;
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
}

body .gform_wrapper .top_label li.gfield.gf_left_third,
body .gform_wrapper .top_label li.gfield.gf_middle_third,
body .gform_wrapper .top_label li.gfield.gf_right_third {
    margin-bottom: 0;
}

body .gform_wrapper textarea.large {
    height: 204px;
}


/*==============================
=            Footer            =
==============================*/

.site-footer {
    border-top: 2px solid #000;
    clear: both;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    overflow: hidden;
    padding: 10px;
}

.site-footer p {
    margin-bottom: 0;
}


/*----------  Widgets  ----------*/

.footer-widgets {
    clear: both;
    overflow: hidden;
    padding: 40px 10px;
}

.footer-widgets .widget {
    margin-bottom: 40px;
}

.footer-widget a {
    text-decoration: none;
}


/* Phone & Social Links Widget */

.phone-social-links li {
    display: inline-block;
}

.phone-social-links li a {
    display: inline-block;
    font-family: "Ultramagnetic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    outline: none;
    text-align: left;
}

.phone-social-links .social-icon a {
    height: 27px;
    line-height: 27px;
    text-indent: -9999px;
    width: 27px;
}

.phone-social-links .social-icon a:hover,
.phone-social-links .social-icon a:focus {
    opacity: 0.5;
}

.phone-social-links .instagram a {
    background: url("assets/img/instagram.png") no-repeat;
    margin-left: 12px;
}

.phone-social-links .facebook a {
    background: url("assets/img/facebook.png") no-repeat;
    margin-left: 5px;
}

.phone-social-links .linkedin a {
    background: url("assets/img/linkedin.png") no-repeat;
    margin-left: 5px;
}

.footer-widget .phone-social-links .instagram a {
    background: url("assets/img/instagram-black.png") no-repeat;
    margin-left: 12px;
}


/* Footer widget area */

.footer-widget .phone-social-links .facebook a {
    background: url("assets/img/facebook-black.png") no-repeat;
    margin-left: 5px;
}

.footer-widget .phone-social-links .linkedin a {
    background: url("assets/img/linkedin-black.png") no-repeat;
    margin-left: 5px;
}


/* WP Core */

.wp-core-ui .attachment .check {
    min-width: auto;
}


/*=====================================
=            Media Queries            =
=====================================*/


/*----------  Retina (2x)  ----------*/

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {}


/*----------  768  ----------*/

@media screen and (min-width: 768px) {
    /* Typography */
    body,
    body > div,
    .author-box {
        font-size: 19px;
        font-size: 1.9rem;
    }
    h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.25em;
    }
    h2,
    .entry-title {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25em;
    }
    h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.25em;
    }
    h4,
    h5,
    h6 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.22em;
    }
    blockquote {
        font-size: 1.3em;
        padding-left: 40px;
    }
    /* Structure */
    .site-inner {
        padding: 40px;
    }
    .site-footer {
        padding: 30px 40px 27px;
    }
    .footer-widgets,
    .site-header > .wrap {
        padding-left: 40px;
        padding-right: 40px;
    }
    /* Navigation */
    .genesis-nav-menu > .menu-item > a {
        padding: 20px 40px;
    }
    /* Media */
    .author-box .avatar {
        max-width: 100%;
    }
    /* Comments */
    .comment .avatar {
        margin-right: 24px;
    }
    ul.children {
        margin-left: 40px;
    }
    /* Pagination */
    .pagination .pagination-next,
    .pagination .pagination-previous {
        display: inline-block;
        width: auto;
    }
    .pagination .pagination-next {
        float: right;
    }
    .pagination .pagination-previous {
        float: left;
    }
    /* Footer Widgets */
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        float: left;
        margin-left: 2.564102564102564%;
        width: 31.623931623931625%;
    }
    .footer-widgets-1 {
        margin-left: 0;
    }
}


/*----------  783  ----------*/

@media screen and (min-width: 783px) {
    .admin-bar .site-header {
        top: 32px;
    }
}


/*----------  1024  ----------*/

@media screen and (min-width: 1024px) {
    /* Widget Areas */
    .footer-widget {
        float: right;
        margin-top: -5px;
    }

	
}
@media screen and (max-width: 1024px) {
	/*header widget*/
	.header-widget-area a{
		color: #fff;
	}
	.header-widget-area{
		max-width: 100%;
    		width: 100%;
		text-align: right;
    		display: block;
    		float: none;
	}

	/*.nav-primary{
		    margin-top: 35px;
	}*/
}
@media screen and (max-width: 768px) {
	/*.nav-primary{
		    margin-top: 49px;
	}*/
}
@media screen and (max-width: 375px) {
	/*.nav-primary{
		    margin-top: 77px;
	}*/
}


/*----------  1200  ----------*/

@media screen and (min-width: 1200px) {
    /* Structure */
    .site-inner {
        /*margin-top: 0;*/
        padding: 100px;
    }
    .site-header {
        /*position: static;*/
    }
    .site-header > .wrap {
        padding: 17px 0 12px;
    }
    /*----------  Columns  ----------*/
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        float: left;
        margin-left: 2.564102564102564%;
    }
    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }
    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }
    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }
    .one-fourth {
        width: 23.076923076923077%;
    }
    .three-fourths {
        width: 74.35897435897436%;
    }
    .one-sixth {
        width: 14.52991452991453%;
    }
    .five-sixths {
        width: 82.90598290598291%;
    }
    .first {
        clear: both;
        margin-left: 0;
    }
    /* Typography */
    h1 {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 1.05em;
    }
    h2,
    .entry-title {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.25em;
    }
    h3 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.25em;
    }
    h4,
    h5,
    h6 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.25em;
    }
    .site-title {
        font-size: 30px;
        font-size: 3rem;
    }
    /* Navigation */
    .genesis-nav-menu {
        clear: both;
        line-height: 1;
        text-align: left;
    }
    .genesis-nav-menu .menu-item {
        display: inline-block;
        position: relative;
        text-align: left;
    }
    .genesis-nav-menu a {
        border-bottom: 0;
        display: block;
        padding: 20px;
    }
    .genesis-nav-menu > .menu-item > a {
        padding: 0;
    }
    /* Sub Menu */
    .genesis-nav-menu .sub-menu {
        display: none;
        left: 0;
        margin-left: 0;
        padding-top: 18px;
        position: absolute;
        width: 200px;
        z-index: 99;
    }
    .genesis-nav-menu .sub-menu a {
        background: #592c5f;
        border-bottom: 1px solid #fff;
        border-top: 0;
        padding: 20px;
        word-wrap: break-word;
    }
    .genesis-nav-menu .sub-menu .sub-menu {
        margin: -1px 0 0 198px;
        top: 0;
    }
    .genesis-nav-menu .sub-menu .sub-menu a {
        padding: 20px;
    }
    .genesis-nav-menu .sub-menu a,
    .genesis-nav-menu .sub-menu .menu-item {
        display: block;
    }
    .genesis-nav-menu .menu-item-has-children:hover > .sub-menu {
        display: block;
        left: auto;
    }
    /* Genesis Navigation */
    .nav-primary {
        background-color: transparent;
        left: auto;
        margin-left: 180px;
        top: 70px;
        width: 1000px;
        z-index: 100;
    }
    .admin-bar .nav-primary {
        top: 103px;
    }
    .menu-primary {
        text-align: right;
    }
    .menu-primary > .menu-item {
        border-left: 1px solid #fff;
        margin-left: 24px;
        padding-left: 28px;
    }
    .menu-primary > .menu-item:first-child,
    .menu-primary > .menu-item:only-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .nav-primary,
    .nav-primary .genesis-nav-menu {
        /*        width: 100%;*/
        /*        width: 70%;*/
    }
    .nav-primary,
    .admin-bar .nav-primary {
        display: block;
        float: right;
        height: auto;
        overflow: visible;
        padding: 0;
        /*        position: static;*/
        position: fixed;
    }
    .nav-primary > .wrap,
    .nav-secondary > .wrap {
        max-width: 1180px;
        /*padding: 0 40px;*/
        padding: 0;
    }
    /* Secondary Navigation */
    .nav-secondary {
        display: block;
    }
    /* Mobile Navigation */
    .menu-toggle,
    .sub-menu-toggle {
        display: none;
    }
    .genesis-nav-menu .menu-item.menu-item-has-children > a {
        padding-right: 0;
    }
    /* Layout Wrappers */
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 980px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }
    .content {
        float: right;
        width: 760px;
    }
    .content-sidebar .content,
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content {
        float: left;
    }
    .content-sidebar-sidebar .content,
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content {
        width: 580px;
    }
    .full-width-content .content {
        width: 100%;
    }
    /* Primary Sidebar */
    .sidebar-primary {
        float: right;
        width: 320px;
    }
    .sidebar-content .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary {
        float: left;
    }
    /* Secondary Sidebar */
    .sidebar-secondary {
        float: left;
        width: 180px;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
    }
    /* Widget Areas */
    .header-widget-area {
        color: #fff;
        display: block;
        margin-top: 7px;
        text-align: right;
    }
    .header-widget-area a {
        color: #fff;
    }
    .header-widget-area a:hover,
    .header-widget-area a:focus {
        color: #d8d1ca;
        text-decoration: none;
    }
    .sidebar {
        display: block;
    }
    .footer-widgets {
        margin-top: 40px;
    }
    .footer-widget a {
        color: #000;
    }
    .footer-widget a:hover,
    .footer-widget a:focus {
        color: #7f7f7f;
        text-decoration: none;
    }
    /* Gravity Forms */
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 28%;
    }
    body .gform_wrapper ul #field_1_4 {
        width: 84%;
    }
}


/*----------  1600  ----------*/

@media only screen and ( max-width: 1600px) {}