/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}




/** NIGHT MODE */

body.night {
    background-color: #3f4449;
    color: #cacdd1;
}

.night input, 
.night select, 
.night textarea, 
.night button, input[type="button"],
.night input[type="reset"], .night input[type="submit"], 
.night button, 
.night .entry-content .button {
    background-color: #5a6169;
    color: #cacdd1;
    box-shadow: 1px 1px 3px #3f4449 inset;
    border-color: #3f4449;
}

.night button:focus, 
.night input:focus[type="button"], 
.night input:focus[type="reset"], 
.night input:focus[type="submit"], 
.night .button:focus, 
.night .entry-content .button:focus, 
.night button:hover, 
.night input:hover[type="button"], 
.night input:hover[type="reset"], 
.night input:hover[type="submit"], 
.night .button:hover, 
.night .entry-content .button:hover {
    border-color: #19647e;
    background-color: #3f4449;
    
}

.night .wpcf7-form-control::placeholder, :focus {
    color:#cacdd1;
}

.night .site-header {
    background-color: #3f4449;
    border-color: #5a6169;
}

.night .site-header .nav-mobile a svg {
    fill: #60abc5;
}

.night .entry-title,
.night .menu .current-menu-item > a,
.night .menu a,
.night .home-top .widget-title,
.night .pagination a, 
.night .pagination  span,
.night .pagination a:focus,
.night .pagination a:hover,
.night .pagination span.current, 
.night .bypostauthor,
.night .bypostauthor > article .comment-header,
.night .portfolio .post:hover .post-title,
.night .toolbox .post .entry-title a,
.night .sidr .menu .current-menu-item > a,
.night a, 
.night a:visited, 
.night a:hover, 
.night a:active,
.night button,
.night input[type="button"],
.night input[type="reset"],
.night input[type="submit"],
.night .button,
.night .entry-content .button,
.night h1, .night h2, .night h3, .night h4, .night h5, .night h6,
.night .entry-content h4,
.night .entry-content h4:before,
.night .entry-content h3,
.night .entry-content h2,
.night .extras .extra-item a
{
    color:#60abc5;
}

.night a, 
.night a:visited, 
.night a:hover, 
.night a:active {
    background-image: linear-gradient(transparent calc(100% - 2px), #60abc5 2px);
}

.night .entry-title a,
.night .sidebar .widget-title a,
.night .menu a {
    background-image: none;
}

.night .entry-footer .entry-time::before,
.night .entry-footer .entry-tags::before{
    color: #818181;
}

.night .before-footer:before {
    background-color:#19647E;
}

.night .site-footer {
    background-color:#3f4449;
}

.night .toolbox .post  {
    border-color:#242729;
       background-color:#242729;
}

.night .site-header .menu li:not(.current-menu-item):focus, 
.night .site-header .menu li:not(.current-menu-item):hover,
.night .extras .extra-item:hover, 
.night .extras .extra-item:focus {
    background-color:#242729;
}

.night .menu :not(.current-menu-item):focus a, 
.night .menu :not(.current-menu-item):hover a, 
.night .menu :not(.current-menu-item):focus a:before, 
.night .menu :not(.current-menu-item):hover a:before,
.night .extras .extra-item:focus a
.night .extras .extra-item:hover a {    
    color: #f5f5f5;
}

.night .site-branding .site-title a {
    background-image: url('../images/header-logo-night.png');
}


.night code, .night .code {
    border-left-color: #ccc;
    background-color: #5b6062;
     color: #ccc;
}

.night pre, .night .terminal {
    background-color: #242729;
    color: #ccc;
}

.night .portfolio .post {
    border-color:#242729;
       background-color:#434D59;
}

.night .portfolio .post-title {
    background-color: #242729;
    color: #dfe1e6;
    
}

.night .portfolio .post:hover .post-image {
    background-color:#242729;
}
.night .portfolio .post:hover .post-title {
    background-color:#434D59;
    color: #dfe1e6;
}

.night ::-moz-selection {
    background-color: #19647E;
    color: #dfe1e6;
}

.night ::selection {
    background-color: #19647E;
    color: #dfe1e6;
}

/* END NIGHT MODE */



/* Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget: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,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 72.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.6rem;
}

body {
    background-color: #FFF; /*#f4f5f5;/*#F5F6FA;*/
    color: #3f4449;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 2000px;
    margin: 0 auto;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
    outline:none;
    box-shadow:none;
    border-color:transparent;
}

::-moz-selection {
    background-color: #F2F6D0;
    color: #3f4449;
}

::selection {
    background-color: #F2F6D0;
    color: #3f4449;
}

/* Link effects */

/*a, 
a:visited, 
a:hover, 
a:active{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
    color:#19647E;
    color:#155c8e;
    width: calc(100%);  something for ie and edge  
    background-image: linear-gradient(transparent calc(100% - 1px), #5dd4fe 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.2s;
    cursor:pointer;
}*/

a {
    text-decoration: none;
    color: #121314;
    position: relative;
}

.site-inner a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 90%;
    left: -0.1em;
    right: -0.1em;
    bottom: 0;
    transition: top 400ms cubic-bezier(0, 0.8, 0.13, 1);
    background-color: #aedff0;
}

.site-inner a:hover:after {
    top: 0%;
}

.entry-meta a {
    color: #434D59;
}

.sidebar a {
    color: #3f5db5;
}


a:hover {
    background-size: 100% 100%;
}

a.imglink:hover {
    background:none;
    opacity:0.5;
}

p {
    margin: 0 0 26px;
    padding: 0;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol {
    margin-left: 20px;
}

li {
    list-style-type: none;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 0;
    padding: 24px 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

code {
    background-color: #f6f6f8;
    border-color: #9e9e9f;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #3b5999;
    font-family: monospace;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 2px 5px;
    margin: 0 3px;
    vertical-align: middle;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

pre, .code, .terminal {
    background: #fdfdfd;
    border: 1px solid #ddd;
    border-left: 3px solid #434D59;
    color: #434D59;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    white-space: pre;
}

pre.terminal, .terminal {
    background: #051e30;
    border: 1px solid #3b93b1;
    border-left: 3px solid #3b93b1;
    color: #f5f5f5;
    white-space: pre;
}

pre.terminal::selection, ul.terminal li::selection, .code::selection {
    background-color:#3b8dbd;
    color:white;
}

pre.terminal::-moz-selection, ul.terminal li::-moz-selection, .code::-moz-selection {
    background-color:#3b8dbd;
    color:white;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f4449;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
    letter-spacing:-0.3px;
    font-family: 'Poppins',Arial,sans-serif;
}


h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}


h5:before {
    content: "\f139";
    font-family: Dashicons;
    vertical-align: bottom;
    display: inline-block;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

h6:before {
    content: "\f147";
    font-family: Dashicons;
    vertical-align: bottom;
    display: inline-block;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}
.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #eee inset;
    color: #222;
    padding: 16px;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    /*	background-color: #FF5A5F;
            border: 1px solid #FF5A5F;
            border-radius: 5px;
            box-shadow: none;
            color: #fff;
            cursor: pointer;
            padding: 16px 20px;
            white-space: normal;
            width: auto;*/
    /* white-space: normal;
     width: auto;
     color: #FF5A5F;
     background-color: #fff;
     border: 2px solid #FF5A5F;
     border-radius: 10px;
     box-shadow: none;
     cursor: pointer;
     padding: 5px 24px;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 18px; */

    background: #FFFFFF;
    border: 1px solid #19647E;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #19647E;
    cursor: pointer;
    font-size: 16px;
    font-size: 2.0rem;
    line-height: 22px;
    padding: 12px 24px;
    text-decoration: none;
    width: auto;
    -webkit-appearance: none; 
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    /*	background-color: #f7f7f8;
            border: 1px solid #595e6f;
            color:#595e6f;
            text-decoration: none;   */
    /*background-color: #19647E;*/
    background-color: #19647E;
    border: 1px solid #19647E;
    color: #fdfdfd;

}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}

.button {
    border-radius: 5px;
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-width: 0;
    color: #565656;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

.home-cta a.button {
    display: inline-block;
    margin-top: -30px;
    text-align: center;
}

.form-textarea {
    resize: none;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    color: #3f4449;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    margin: 0 auto;
    /*	max-width: 1400px;*/
}

.site-container .wrap {
    max-width: 850px;
    margin: 0 auto;
}

.msicknick-landing .site-container {
    max-width: 800px;
}

.site-inner {
    /*background-color: #F5F6FA;*/
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 60px;
}

.error404 .site-container {
    max-width: 1400px;
    margin-top:62px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
    /*float: right;*/
    /*width: 950px;*/
    max-width: 850px;
    padding: 40px 30px 10px;
    overflow:auto;
}

.page .content {
    max-width:850px;
}

.content-sidebar .content {
    float: left;
    width: 70%;
    /*max-width: 1500px;*/
}

.full-width-content .content {
    width: 100%;
    /*max-width:1200px;*/
    margin: 0 auto;
}

.genesis-pro-portfolio .content {
    padding: 40px 30px 0;
}

/* Primary Sidebar */

.sidebar-primary {
    background-color: #f8f8f8;
    float: right;
    width: 350px;
}

.sidebar-content .sidebar-primary {
    float: left;
}

/* alternate backgrounds here */
.sidebar section:nth-child(even) {
    background-color: #dfe1e6;
}
.sidebar section:nth-child(odd) {
    background-color: #ccced6;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}



/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border: 1px solid #fff;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
    position: relative;
    max-width: 600px;
}

.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;
}

.widget_search input[type="submit"]:focus {
    border-radius: 0;
    box-shadow: none;
    right: 0;
    top: 0;
}

.search-form input[type="search"] {
    background: #fff url(../images/icon-search.png) no-repeat right;
    background-size: 36px 16px;
    color: #888;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}

.error404 .content .search-form {
    margin-bottom: 40px;
}

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

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

a.alignnone img,
img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px #fff inset;
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
    margin: -40px -60px 30px;
    padding: 20px;
}

.archive-description,
.author-box {
    margin-bottom: 30px;
    padding: 30px;
}

.archive-description {
    padding: 16px 20px;
}

.author-box {
    background-color: #f5f5f5;
}

.author-box-title {
    margin-bottom: 4px;
}

.author-box p {
    margin: 0;
}

.author-box .avatar {
    margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    margin: 10px 0 30px;
    color: #19647E;
    font-weight:bold;
}

.entry-title a,
.sidebar .widget-title a {
    color: #fff;
    background-image: none;
}

.footer-widgets .entry-title a {
    color: #909090;
}

.entry-title a:focus,
.entry-title a:hover,
.footer-widgets .entry-title a:focus,
.footer-widgets .entry-title a:hover {
    color: #fff;
    text-decoration: none;
}

.archive-title,
.widget-title,
.genesis-pro-portfolio .pro-portfolio.entry .entry-header .entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px;
    text-align: left;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 12px;
    padding: 0;
}

.featured-content .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
}

/* Display outline on focus */
:focus {
    color: #3f4449;
    outline: #ccc solid 1px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    margin: 0 auto;
    width: 100%;
    /*background: rgba(63, 68, 73, 0.75);*/
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
    border-bottom: 2px solid #eee;
}

/*.scroll .site-header {
    background: #3f4449;
    border-color: #3f4449;
}*/

/* Title Area
--------------------------------------------- */

.title-area .wrap {
    padding: 0 2%;
    max-width: 1200px;
    margin: 0 auto;
}

.site-branding h1.site-title, .site-branding p.site-title {
    margin: 0;
    line-height: 1;
}


.site-branding {
    float: left;
    padding: 15px 0
}

.site-branding h1.site-title,
.site-branding p.site-title {
    margin: 0;
    line-height: 1
}

.site-branding .site-title a {
    display: block;
    text-indent: -9999px;
    background-size: contain !important;
    float: left;
    margin: 0;
    min-width: 200px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    background-image: url('../images/header-logo.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Different logo on scroll */
/*.scroll .site-branding .site-title a {
    background-image: url(../images/logo-full-2.png);
}*/

.site-branding .site-title a .icon-logo {
    float: left;
    font-size: 32px;
    margin-right: 16px
}

.site-branding .site-title a:hover {
    color: #fff;
    text-decoration: none
}


/* Header Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    width: 820px;
}

.site-header .widget {
    padding: 28px 0 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
    width: 50%;
}


/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary-container {    
    overflow: auto;
    clear: both;
    display:inline;
}
.extras {
    margin: 5px;
    float: right;
}
.extras .extra-item {
    display: inline-block;
    padding: 5px;
     border-radius: 5px;
}
.extras .extra-item:hover,
.extras .extra-item:focus {
    background-color: #d9f0f8;
}

.extras .extra-item a {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
    background-image:none;
    color: #666;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    
.menu {
    color: #434D59;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu .menu-item{
    display: inline-block;
    margin: 8px 0;
    padding: 0;
    text-align: left;
    cursor:pointer;
    border-radius: 5px;
}

 .menu a {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:relative;
    transition:0.5s color ease;
    text-decoration:none;
    background-image:none;
    color: #666;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/*.scroll .menu a {
    color: #ccc;
}*/
 
/* hover effect for all except current menu item */
.menu :not(.current-menu-item):focus a,
.menu :not(.current-menu-item):hover a,
.menu :not(.current-menu-item):focus a:before,
.menu :not(.current-menu-item):hover a:before {
    color: #333;
    text-decoration: none;
/*    transform: scale(1.1);
    -o-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1);        */
}


.site-header .menu li:not(.current-menu-item):focus,
.site-header .menu li:not(.current-menu-item):hover {
    background-color: #d9f0f8;
}

/* hover effect for all except current menu item */
/*.scroll .menu :not(.current-menu-item) a:focus,
.scroll .menu :not(.current-menu-item) a:hover,
.scroll .menu :not(.current-menu-item):focus a:before,
.scroll .menu :not(.current-menu-item):hover a:before  {
    color: #f5f5f5;
    text-decoration: none;
    transform: scale(1.1);
    -o-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1);        
}


.scroll .site-header .menu li:not(.current-menu-item):focus,
.scroll .site-header .menu li:not(.current-menu-item):hover {
    background-color: #19647E;
}*/

.menu .current-menu-item > a {
    background-color: transparent;
    color: #19647E;
    font-weight: bold;
/*    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);*/
}


/*.scroll .menu .current-menu-item > a { 
    color: #FFF;
}*/

.menu :not(.current-menu-item) li a:after,
:not(.sidr) .menu li a:after {
    content: "";
    transition:0.5s all ease;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    position:absolute;
    height:2px;
    width:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom: 1em;
    max-width:70%;      
    background:#f5f5f5;
}

.menu a:after{
    bottom: 2.5em;
}


.menu .sub-menu{
    left: -9999px;
    line-height: 1;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 148px;
    z-index: 999;
}

.menu a:hover:after{
    width:100%;
}

.menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-top: none;
    color: #434D59;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 18px;
    position: relative;
    width: 148px;
}

.menu .sub-menu a:focus,
.menu .sub-menu a:hover {
    background-color: #f5f5f5;
    color: #222;
}

.menu .sub-menu .sub-menu {
    margin: -37px 0 0 147px;
}

.menu .menu-item:hover {
    position: static;
}

.menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.menu > .first > a {
    padding-left: 0;
}

.menu > .last > a {
    padding-right: 0;
}

.menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 16px 20px;
}

.menu > .right > a {
    display: inline;
    padding: 0;
}


/* Menu Icon Substitutions
--------------------------------------------- */
/*
.menu  li > a:before {
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    vertical-align: middle;
    padding-right: 4px;
    display: inline-block;
    font-size: 1.8rem;
}

.menu li.menu-portfolio > a:before {
	content: "\f0b1";
        visibility: visible;
        position: absolute;
}


.menu li.menu-toolbox > a:before {
	content: "\f0f6";
        visibility: visible;
        position: absolute;
}

.menu li.menu-contact > a:before {
	content: "\f1d8";
        visibility: visible;
        position: absolute;
}

.menu li.menu-portfolio > a,
.menu li.menu-toolbox > a,
.menu li.menu-contact > a {
    visibility: hidden;
    position: relative;
    width: 55px;
}*/

/* Accessible Menu
--------------------------------------------- */

.site-container .menu .menu-item:focus {
    position: static;
}

.site-container .menu .menu-item > a:focus + ul.sub-menu,
.site-container .menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
    padding: 0;
}

.site-header .menu {
    float: right;
    width: auto;
}

.site-header .menu a {
    padding: 15px;
}

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .menu .sub-menu a {
    padding: 12px 18px;
}

.site-header .sub-menu .sub-menu {
    margin-top: -38px;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
    text-align:center;   
    background-color: #3f4449;
}


/* Category Navigation
--------------------------------------------- */

.nav-categories {
    text-align:center;    
}

.nav-categories li {
    color:#434D59;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    text-align: left;
    cursor:pointer;
    border-bottom:1px dotted #155c8e;
    letter-spacing: 1px;
    line-height:1.2em;
}

.nav-categories li.current-menu-item,
.nav-categories li.current-menu-item:focus,
.nav-categories li.current-menu-item:hover{
    color: #595e6f;
/*    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);*/
    border-bottom:none;
}

.nav-categories li:focus,
.nav-categories li:hover {
    color: #9ea1ab;

}

.nav-categories .current-menu-item > a {
    background-color: transparent;
    color: #434D59;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
/*.home {    
    margin-top: 30px;
}*/

.home .entry-header {
    display:none;
}

.home-slider {
    
}

.home-top {
/*    background-color: #fff;
    color: #19647E;*/
    clear: both;
    overflow: hidden;
    padding: 50px 30px 0;
    text-align:left;
}

.home-top .widget-title {
    font-size:2.5rem;
    font-family:'Poppins',Arial,sans-serif;    
    font-weight:600;
    color: #19647e;

}

.home-b4-cta {
    background-color: #fff;
    color: #434D59;
    clear: both;
    overflow: hidden;
    padding: 30px 30px 0;
}


.home-top .one-third {
    padding: 0 3% 10px 3%;
}

.home-middle {
    /*background-color: #f5f6fa;*/
    color: #434D59;
    clear: both;
    overflow: hidden;
    padding: 30px 30px 0;
}

.home-middle-1 .widget-title, 
.home-middle-2 .widget-title, 
.home-middle-3 .widget-title,
.home-middle-1 .textwidget, 
.home-middle-2 .textwidget, 
.home-middle-3 .textwidget {
    text-align:center;
}

.home-middle-1 .widget-title, 
.home-middle-2 .widget-title, 
.home-middle-3 .widget-title {
    font-size: 20px;
    font-size: 2rem;
}

.home-middle .widget {
    float: left;
    padding: 0 2.8%;
    width: 100%;
}

.home-middle .widget:nth-of-type(3n+1),
.home-b4-cta .widget:nth-of-type(3n+1) {
    clear: left;
}

.home-top,
.home-middle,
.home-cta,
.home-b4-cta {
    max-width: 850px;
    margin: 0 auto;
}


/* Post Hero
--------------------------------------------- */

.blog .post-hero{    
    height: 250px;    
    padding: 75px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ccced6;
}

.single .post-hero {       
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}

.blog .post-hero .entry-title,
.single .post-hero .entry-title {
    margin-bottom: 0;
    color: #fff;
    background-color: rgba(51,55,59,.75);
    padding: 15px;
    text-transform: uppercase;
    max-width: 75%;
}

/* Page Hero
--------------------------------------------- */

.page-hero {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 100px;
}

.page-hero .overlay {
    min-height: 100px;
    padding-top: 200px;
}

.page-hero .page-title {
    margin-bottom: 0;
    color: #f5f5f5;
    padding: 15px 50px 15px;
    font-weight: bold;
    font-size: 3.75rem;
    text-align: center;
    letter-spacing:2px;
    text-shadow: 2px 2px #000;
}

.page-subtitle {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 60px;
    background-color: #e5e6eb;
    margin-bottom: 0;
    color: #595e6f;
    padding: 15px 50px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .post-hero .entry-title,
    .blog .post-hero .entry-title{
        max-width: none;
    }
}

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.msicknick-portfolio .entry,
.single-portfolio .entry {
    margin-bottom: 20px;
}

.page .entry {
    max-width: 982px;
    margin: 0 auto;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol > li {
    list-style: none;
}
.entry-content ol li {
    counter-increment: item;
    margin-bottom: 5px;
    margin-left:30px;
}
.entry-content ol li:before {
    margin-right: 10px;
    margin-left: -35px;
    content: counter(item);
    border-radius: 100%;
    color: #888;
    width: 25px;
    height: 23px;
    text-align: center;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    border: 1px solid #888;
}

.entry-content ul li {
    margin-left: 40px;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}

.entry-content h2 {
    color: #155c8e;
    font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: -0.3px;
}

.entry-content h3 {
    color: #155c8e;
    /*font-size: 2.7rem;*/
    font-weight: 400;
    letter-spacing: -0.3px;
    border-bottom: 1px dashed #ccced6;
    padding: 20px 0 2px 0;
}

.entry-content h4 {
    color: #155c8e;
    /*font-size: 2.1rem;*/
    font-weight: 400;
    letter-spacing: -0.3px;
    padding: 10px 0 2px 0;
    margin-left: -7px;
}

.entry-content h4:before {
    content: "\f139";
    font-family: Dashicons;
    vertical-align: bottom;
    display: inline-block;
    color: #155c8e;
    -webkit-font-smoothing: antialiased;
}

.single .entry-content img {
    border:1px solid #dfe1e6;
}

/*.single .site-inner {
    max-width: 1350px;
    margin-top: 60px;
}*/

.content .entry-header .entry-meta {
    clear: both;
    color: #595e6f;
    font-size: 12px;
    font-size: 1.2rem;
    overflow: hidden;
    padding-left: 60px;
    text-align: right;
    height: 24px;
    margin-bottom: 24px;
}

.content .entry-header .entry-meta a {
    color: #777;
    font-weight: 700;
}

.content .entry-header .entry-meta .entry-comments-link {
    background-color: #434D59;
    color: #fff;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a::before {
    color: #fff;
    content: "\f101";
    font-family: "Dashicons";
    font-size: 18px;
    font-size: 1.8rem;
    left: 25px;
    line-height: 1;
    position: absolute;
    top: 23px;
}

.content .entry-header .entry-meta .entry-comments-link a:focus::before,
.content .entry-header .entry-meta .entry-comments-link a:hover::before {
    text-decoration: none;
}

.content .entry-header .entry-meta .entry-comments-link a {
    color: #fff;
    padding-left: 32px;
}

.entry-footer .entry-meta {
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
    margin-bottom:0;
}

.entry-footer .entry-meta:before {
    content: "";
    background: #595e6f;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 50px;
}

.entry-footer .entry-tags,
.entry-footer .entry-time {
    font-size: 1.2rem;
}

.entry-footer .entry-time::before {
    content: "\f073";
    font-family: FontAwesome;
    color: #666;
    padding-right: 5px;
}

.entry-footer .entry-tags::before {
    content: '\f02c';
    font-family: FontAwesome;
    color: #666;
    padding-right: 5px;
}

.entry-footer .comments-area {
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-top: 20px;
    border-radius: 5px;
    background-color:#e5e6eb;
}


/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
    padding: 30px 0;
    clear:both;
    text-align: center;
}
.pagination a {    
    cursor: pointer;
}

.pagination a, 
.pagination  span {
    background: #FFFFFF;
    border: 1px solid #19647E;
    border-radius: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #19647E;
    cursor: pointer;
    font-size: 16px;
    font-size: 2.0rem;
    line-height: 22px;
    padding: 12px 24px;
    text-decoration: none;
    width: auto;
    -webkit-appearance: none;    

}

.pagination a:focus,
.pagination a:hover,
.pagination span.current{
    background-color: #19647E;
    color:#fff;
    text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
    overflow: hidden;
}

.comment-respond {
    border-top:1px dashed #ddd;
    padding-top: 10px;
}

.entry-comments .comment-author {
    font-weight: 700;
    margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin: 30px;
    overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
    margin: 30px 0;
}

.comment-list li li {
    margin-right: 2px;
}

.comment {	
    border: 1px solid #ddd;
}

.comment-header,
.ping-list .comment-meta {
    float: left;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    border-bottom:1px solid #ddd;
}

.comment-list cite,
.ping-list cite,
.says {
    display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #666a6f;
}

.comment-content {
    clear: both;
    padding: 20px;
}

.comment-content p,
.comment-header p.comment-meta {
    margin: 0;
}

.comments-area article header {
    margin: 0 0 48px;
    overflow: hidden;
    position: relative;
    background-color:#55737D;
    color:#FFFFFF;
    padding: 10px;
}

.comment .avatar {
    margin-right: 10px;
}

.alt,
.even {
    background-color: #fff;	
}

.comment-reply {
    text-align: right;
    padding: 0 20px 10px ;
}

.comment-reply:after {
    content: '\f175';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0px 0px 0px 5px;
    text-decoration:none;
    font-size: 12px;
    font-size: 0.85em;
}

.entry-pings .reply {
    display: none;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

.bypostauthor {
    background-color: #eff9fc;
    border-color: #19647e;
    border-top: 10px solid #19647e;
}

.bypostauthor .comment-header,
.bypostauthor .ping-list .comment-meta {
    border-bottom:1px solid #ccced6;
}
.bypostauthor > article .comment-header{
    background-color: #19647e;
    color:#eff9fc;
}

.bypostauthor > article .comment-header a {
    color:#fff;

}

.bypostauthor > article .comment-meta a {
    color:#eff9fc;

}


/* Posts and Pages 
---------------------------------------------------------------------------------------------------- */

/* Blog 
--------------------------------------------- */
.blog .post {
    border: 1px solid #ccced6;
    background-color: white;
    margin-bottom: 40px;
    height: 450px;
}

.blog .post-hero {
    padding:100px 0;
    cursor:pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

.blog .post-hero:hover {
    opacity:0.85;
}

.blog .post-hero .entry-title {
    max-width:75%;
    font-size:2.5rem;
}

.blog .post-hero:focus .entry-title,
.blog .post-hero:hover .entry-title {
    background-color: rgba(51,55,59,0.95);
}

.blog .post-content {
    padding: 20px 40px;
}

.blog .post-excerpt {
    margin-bottom:20px;
}

.blog .post-meta:before {
    content: "";
    background: #595e6f;
    position: absolute;
    height: 1px;
    width: 50px;
}

/* Portfolio 
--------------------------------------------- */

.portfolio .post {
    border: 1px solid #dfe1e6;
    margin-bottom: 40px;
    cursor:pointer;
    background-color: #FFF;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

.portfolio .post:hover .post-image {
    background-color:#dfe1e6;
}
.portfolio .post:hover .post-title {
    background-color:#19647E;
    color: #FFF;
}

.portfolio .post-title{
    color: #434D59;
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size:25px;
    font-size:2.5rem;
    background-color:#dfe1e6;
    font-family: "Poppins";
}

.portfolio .post-hero:focus .entry-title,
.portfolio .post-hero:hover .entry-title {
    background-color: rgba(51,55,59,0.95);
}

.portfolio .post-image {
    text-align: center;
}

/* Portfolio - Single Post 
--------------------------------------------- */

/*.single-portfolio .post-title {

    color: #434D59;
    display: block;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    font-size:25px;
    font-size:2.5em;
    bottom: 30px;
    position: relative;
    background-color:#ccced6;

}

.single-portfolio .post-image {
    background-color:#dfe1e6;
    border: 1px solid #dfe1e6;

}*/

/* Toolbox 
--------------------------------------------- */

.toolbox .content {
    width: 100%;
    max-width: 850px;
}

.toolbox .archive-title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}
.toolbox .post {
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    height: 280px;
    border: 1px solid #666;
    margin-bottom:20px;
    overflow: hidden;
    width: 31.623931623931625%;
}
.toolbox article .entry-title {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 20px;
    margin-bottom:0;    
    height: 60px;   
    line-height: 1.25;
}

.toolbox article .entry-header .entry-meta {
    color: #666;
    font-size: 10px;
    font-size: 1rem;
    text-align: right;
    font-weight: 400;
    padding-right: 10px;
    padding-bottom: 5px;
    margin-bottom:0 !important;
}

.toolbox .post-excerpt {
    padding: 0 20px;
    margin-top: 30px;
    line-height:1.2;
    font-size:1.3rem;
}

.toolbox .entry-image {
    background-size: cover;
    background-position: center;
    height: 150px;
    margin-bottom: 10px;
}

.toolbox .post .entry-title a {
    color:#19647E;
}

@media only screen and (min-width: 1024px) {
    .toolbox .post:nth-of-type(3n+1) {
        float: left;
        margin: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 600px) {
    .toolbox .post {
        width: 48.717948717948715%;
        margin-left: 2.564102564102564%;
        height:275px;
        margin-bottom: 5%;
    }

    .toolbox .post:nth-of-type(2n+1) {
        float: left;
        margin: 0;
    }
    .toolbox article .entry-title {
        font-size: 18px;
        font-size: 1.8rem;
        height: 65px;
    }

}

@media only screen and (min-width: 600px) {

    .toolbox .post:hover {
        -webkit-box-shadow: 0 2px 10px rgba(0,0,0, 0.25);
        box-shadow: 0 2px 10px rgba(0,0,0, 0.25);
    }

    .toolbox .post:hover .post-excerpt {
        margin-top:5px;
        -webkit-transition: margin 0.3s;
        -moz-transition: margin 0.3s;
        transition: margin 0.3s;
    }

    .toolbox .post:not( :hover ) .post-excerpt {
        margin-top:45px;
        -webkit-transition: margin 0.3s;
        -moz-transition: margin 0.3s;
        transition: margin 0.3s;
    }

    .toolbox .post:hover .entry-header {
        margin-top:-10px;
        -webkit-transition: margin 0.5s;
        -moz-transition: margin 0.5s;
        transition: margin 0.5s;
    }

    .toolbox .post:not( :hover ) .entry-header {
        margin-top:0px;
        -webkit-transition: margin 0.5s;
        -moz-transition: margin 0.5s;
        transition: margin 0.5s;
    }

    .toolbox .post:hover .entry-image {
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        transition: height 0.5s;
        height:60px;
    }

    .toolbox .post:not( :hover ) .entry-image {
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        transition: height 0.5s;
    }

    .toolbox .post:hover .entry-title {
        line-height: 1;
        -webkit-transition: line-height 0.5s;
        -moz-transition: line-height 0.5s;
        transition: line-height 0.5s;
        margin: 0;
    }
    .toolbox .post:not(hover) .entry-title {
        -webkit-transition: line-height 0.5s;
        -moz-transition: line-height 0.5s;
        transition: line-height 0.5s;
        margin: 5px 0 30px;
    }

}

@media only screen and (max-width: 600px) {
    .toolbox .post {
        width:100%;
        height:auto !important;
    }
    .toolbox article .entry-title {
        height:auto !important;
        margin:10px 0;
    }
    .toolbox .post-excerpt {
        margin:0;
    }

}

/* Search Results 
--------------------------------------------- */

.search .site-inner {
    max-width: 100%;
    padding-top: 60px;
}

.search .entry {
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
}

.search .entry-title {
    font-size: 29px;
    font-size: 2.9rem;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: left;
}

.widget ol > li {
    background-image: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    text-indent: 0;
}

.widget ul > li {
    list-style-position: outside;
    padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.widget_calendar caption {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    padding: 2px 6px 0 0;
    text-align: right;
}


/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    box-shadow: 0 0 0 1px #fff inset;
    display: inline;
    padding-bottom: 0px;
}

.sidebar p {
    margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
    margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
    background: url(../images/icon-li.png) no-repeat 0 7px;
    background-size: 8px 8px;
    margin-bottom: 6px;
    padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
    padding-top: 6px;
}

.sidebar .widget {
    margin-bottom: 0;
    padding: 30px 40px;
    word-wrap: break-word;
}

.sidebar a:hover{
    color:#595e6f;
}

.sidebar .search-form {
    width: 100%;
}

/* Before Footer 
---------------------------------------------------------------------------------------------------- */

.before-footer {
/*    clear:both;
    overflow: hidden;*/
    /*color: #333;*/
    position:relative;
    /*background-color: #d9f0f8; #19647E;*/
    margin-top: 70px;
    /*z-index: -9;*/
    padding: 0px 20px 60px;
}

.before-footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d9f0f8;
    z-index: -1;
    bottom: 0;
    left: 0;
    top: -60px;
    transform-origin: left bottom;
    transform: skewY(1.5deg);
}
/*
.before-footer:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #d9f0f8;
    z-index: -1;
    bottom: 0;
    top: -30px;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(-1.5deg);
    display: block;
}*/


.before-footer .wrap {
    clear: both;
    margin: 0 auto;
    padding: 0;
}

/*.before-footer h2 {
    color: #FFFFFF;
}*/

.before-footer .one-half.first {
    padding: 0 3% 0 0;
}

.before-footer .widget {
    float: left;
    padding: 0 2.8%;
    width: 100%;
}

.before-footer .widget:nth-of-type(3n+1) {
    clear: left;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
/*    clear:both;
    overflow: hidden;*/
    /*color: ;*/
    position:relative;
    background-color: #fff; /*#3f4449;*/
    margin-top: 20px;
    padding: 0px 30px;
}

/*.footer-widgets:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    top: -30px;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(-1.5deg);
    display: block;
}*/

/*
.footer-widgets {
    color:#909090;
    clear: both;
    font-size:14px;
    font-size:1.4rem;
    margin-top:100px;
}

.footer-widgets:before {
    background: #3f4449;
    content: "";
    display: block;
    float: none;
    height: 600px;
    overflow:auto;
    margin: 0 0 -550px;
    position: relative;
    -ms-transform: skewY(1.5deg);
    -webkit-transform: skewY(1.5deg);
    transform: skewY(1.5deg);
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    width: 100%;
    z-index: -1;
}
*/
.footer-widgets .wrap {
    overflow: hidden;
    /*padding: 0px 30px;*/
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 0 2.8%;
    width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.footer-widgets .widget-title {
    color: #909090;
}

.footer-widgets a, 
.footer-widgets a:visited, 
.footer-widgets a:hover, 
.footer-widgets a:active {
    color: #f5f5f5;
    
}

.footer-widgets li {
    background: url(../images/icon-li-footer.png) no-repeat 0 7px;
    background-size: 8px 8px;
}

.footer-widgets .search-form,
.footer-widgets .search-form input[type="search"]{
    width: 100%;
}

/* Contact Form
---------------------------------------------------------------------------------------------------- */

/*.page-id-17 .content {
    width:600px;
    float: none;
    margin: 0 auto;

}*/

#contact-page-form {
    max-width:500px;
    margin: 0 auto;
}

.wpcf7-form-control::placeholder {
    color:#222;
}
#contact-page-form input, 
#contact-page-form select, 
#contact-page-form textarea {
    /*padding: 5px 10px;*/
    margin-top:5px;
}

#footer-contact-form {
    text-align:left;
    font-size: 1.4rem;
}

.wpcf7-form-control {
    padding: 5px 10px;
}

#footer-contact-form .ajax-loader, #sidebar-contact-form .ajax-loader {
    display:none;
}
#footer-contact-form span.wpcf7-not-valid-tip {
    color: #d6d4d3;
}

#footer-contact-form div {
    padding-bottom:10px;
}

#sidebar-contact-form + div.wpcf7-validation-errors,
#footer-contact-form + div.wpcf7-validation-errors {
    border-color: #FF5A5F;
    color:#FF5A5F;
    padding: 10px;
    border-radius: 15px;
}

#sidebar-contact-form .wpcf7-response-output,
#footer-contact-form .wpcf7-response-output {
    margin:0;
    color:#d6d4d3;
    border:2px solid #d6d4d3;
    border-radius:5px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    /*color: #909090;*/
    font-size: 1.2rem;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
}

.site-footer a {
    color: #587ba7;
    text-decoration: none;
    background-image: linear-gradient(transparent calc(100% - 2px), #60abc5 2px);
}

.site-footer a:hover, .site-footer a:active {
    color: black;
    background-image: linear-gradient(#60abc5 calc(0%), #60abc5 100%);
} 

.site-footer p {
    margin: 30px 0 10px;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

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

    .site-header .widget-area {
        width: 700px;
    }

    .content {
        width: 660px;
    }

    .sidebar-primary {
        width: 300px;
    }

    .breadcrumb {
        margin: -30px -40px 30px;
    }

    .content {
        padding: 30px 40px 10px;
    }

    .content #genesis-responsive-slider .flex-control-nav,
    .content #genesis-responsive-slider .flex-direction-nav li a,
    .content #genesis-responsive-slider .flex-direction-nav li a.prev {
        display: none;
    }

}

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

    .content,
    .sidebar-primary,
    .sidebar-secondary,
    .site-header .widget-area,
    .title-area,
    .wrap {
        width: 100%;
    }

    .header-image .title-area,
    .header-image .site-title,
    .header-image .site-title a {
        background-position: center !important;
        float: none;
        margin: 0 auto;
    }

    .menu li,
    .site-header ul.menu,
    .site-header .search-form {
        float: none;
    }

    .menu,
    .site-header .search-form,
    .site-header hgroup,
    .site-title {
        text-align: center;
    }

    .menu a,
    .menu > .first > a,
    .menu > .last > a,
    .site-header .menu a {
        padding: 16px;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .menu li.right {
        display: none;
    }

    .content #genesis-responsive-slider .slide-excerpt {
        display: none;
    }

    .single .post-hero {       
        padding: 100px 0;
    }

    .sidebar .widget {
        padding: 30px;
    }

    .comment-list li.depth-1,
    .ping-list li.depth-1 {
        margin: 30px 0;
    }

    .footer-widgets .widget-area {
        padding: 0;
    }

    .site-footer p {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-header .menu a:after {
        bottom: 1em;
    }

    .portfolio .post-title {
        font-size:15px;
        font-size:1.5em;
    }

}

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

    .five-sixths,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .four-sixths,
    .before-footer .widget,
    .home-top .widget,
    .home-middle .widget,
    .home-b4-cta .widget,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .msicknick-portfolio .portfolio,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .site-title {
        margin-bottom: 20px;
    }
    
    .site-inner {
        margin-top: 140px;
    }

    /* Genesis Responsive Menus */
    .js .site-header nav .wrap {
        padding: 0;
    }

    nav.genesis-responsive-menu {
        background: #e5e6eb;
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-radius: 0;
        border-width: 0;
        color: #ccced6;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
        padding: 10px;
        text-transform:uppercase;
    }

    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: #595e6f;
        color: #ccced6;
        border-width: 0;
    }

    .menu-toggle:focus,
    .sub-menu-toggle:focus {
        outline: none;
    }

    .menu-toggle {
        background-color: #595e6f;
        line-height: 20px;
        margin-bottom: 1px;
        position: relative;
        z-index: 1000;
        width: 100%;
    }

    .menu-toggle::before {
        margin-right: 10px;
        text-rendering: auto;
    }

    .sub-menu-toggle {
        background-color: transparent;
        float: right;
        padding: 14px 10px 13px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu .sub-menu-toggle {
        padding: 9px 10px;
    }

    .sub-menu-toggle::before {
        display: inline-block;
        margin-top: 5px;
        text-rendering: auto;
        -webkit-transform: rotate( 0 );
        -ms-transform:     rotate( 0 );
        transform:         rotate( 0 );
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition:     transform .25s ease-in-out;
        transition:         transform .25s ease-in-out;
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg );
        -ms-transform:     rotate( 180deg );
        transform:         rotate( 180deg );
    }

    /*.genesis-responsive-menu ul {
            border-bottom: 2px solid #f2f2f2;
    }*/

    .genesis-responsive-menu .menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

    .genesis-responsive-menu .menu .menu-item:focus,
    .genesis-responsive-menu .menu .menu-item:hover {
        background: transparent;
        position: relative;
    }

    .genesis-responsive-menu .menu a:focus,
    .genesis-responsive-menu .menu a:hover {
        color: #434D59;
    }

    .genesis-responsive-menu .menu .menu-item a {
        background: transparent;
        border: none;
        color: #595e6f;
        margin-bottom: 1px;
        padding: 10px 20px;
        width: 100%;
    }        

    .genesis-responsive-menu .menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .genesis-responsive-menu .menu .sub-menu .sub-menu {
        margin: 0;
    }        

    .genesis-responsive-menu .menu .current-menu-item a {
        color: #3f4449;
    }
    .genesis-responsive-menu .menu .current-menu-item a:before {
        font-family: FontAwesome;
        content: "\f105";
        padding-right:5px;
        padding-left: 15px;
    }

    .before-footer,    
    .home-b4-cta
    .genesis-pro-portfolio .pro-portfolio.entry .entry-header .entry-title {
        text-align: center;
    }

    .home-cta .button.alignright {
        float: none;
        margin: 16px 0 0;
    }

    .blog .post-hero .entry-title, .single .post-hero .entry-title {
        max-width:90%;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .nav-header .menu a:after {
        display:none;
    }
    .menu a:focus, .menu a:hover, 
    .menu li:focus, .menu li:hover, 
    .menu li:focus a, .menu li:hover a, 
    .menu .current-menu-item > a:focus, 
    .menu .current-menu-item > a:hover {
        transform: none; 
        -o-transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    
    .menu a:after {
        display:none;
    }

    .nav-secondary .menu a {
        font-size:0.75em;
    }

    .portfolio .post-title {
        font-size:12px;
        font-size:1.2em;
    }

    .site-footer {
        padding-top:10px;
        font-size:0.5em;
    }
}

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

    .site-inner {
        margin-top: 100px;
    }
    
    .entry-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .content .entry-header .entry-meta .entry-comments-link {
        display: none;
    }

    .page-hero .page-title {
        font-size:2.5rem;
    }

    .blog .post-content {
        padding:20px;
    }

    .blog .post-hero {
        padding: 50px 0;
        height:auto;
    }

    .blog .post-hero .entry-title {
        font-size:2rem;
    }

    .nav-secondary .menu a {
        font-size:0.6em;
        padding: 2px 2px 0 2px;
    }

    .menu a, .menu > .first > a, 
    .menu > .last > a, 
    .site-header .menu a {
        padding: 5px 10px;
    }
    
    .site-branding {
        padding: 10px 0 0;
    }
    
    .extras .extra-item {
        padding: 0;
    }
    
    .extras .extra-item a {
        padding-bottom: 0;
    }
    
    .portfolio .post-title {
        font-size:15px;
        font-size:0.8em;
    }

}

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

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
        font-size: 2.6rem;
    }

}


/* menu */

/* Adding a responsive side menu in Genesis */
/*
.mobile-menu-toggle {
    text-align: center;
    display: none;
    font-size: 3rem;
    font-weight: 100;
    color:#f5f5f5;
}

.mobile-menu-toggle:focus {
    outline: none;
}*/

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

    .nav-primary-container {
        display: block;
    }
/*
    .mobile-menu-toggle {
        display: block;
    }

    .site-header {
        min-height: 64px;
    }*/

}

/* SIDR */
/*body.sidr-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999998
}

.sidr-menu-close {
    background: #ff5a5f;
    color: #fff;
    display: none;
    position: fixed;
    right: 300px;
    line-height: 72px;
    height: 72px;
    text-align: center;
    width: 72px;
    z-index: 999999
}

.sidr-menu-close svg {
    fill: #fff;
    width: 16px;
    height: 16px
}

.sidr-open .sidr-menu-close {
    display: block
}

.sidr-menu-close:hover {
    text-decoration: none
}

.sidr {
    background: #f5f5f5;
    display: block;
    position: fixed;
    top: 0;
    right: -600px;
    height: 100%;
    z-index: 999999;
    width: calc(100% - 64px);
    max-width: 300px;
    overflow-y: scroll
}

.sidr .menu {
    margin: 0
}

.sidr .menu li {
    list-style-type: none;
    padding: 0;
    position: relative;
    display:block;
}

.sidr .menu li {
    background: #f5f5f5;
    border-bottom: 1px solid #838589;
    color: #3f4449;
    display: block;
    letter-spacing: 2px;
    line-height: 44px;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    text-transform: uppercase
}

.sidr .menu li a {
    padding:0;
    color: #3f4449;
}

.sidr .menu li a:hover,
.sidr .menu li a:active {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    background:none;
}
.sidr .menu .current-menu-item > a {
    color: #19647E;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.sidr .menu li.menu-item-has-children>.submenu-toggle {
    background: #5F6167 url(../icons/angle-right.svg) no-repeat center center;
    background-size: 16px;
    color: #fff;
    fill: white;
    cursor: pointer;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99
}

.sidr .menu li.menu-item-has-children>.submenu-toggle:hover {
    background-color: #4A90E2
}

.sidr .menu li.menu-item-has-children.submenu-active>.submenu-toggle {
    background: #4A90E2 url(../icons/angle-down.svg) no-repeat center center;
    background-size: 16px;
    color: #fff
}

.sidr .menu li.menu-item-has-children.submenu-active>.submenu-toggle:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block
}

.sidr .menu li ul {
    display: none;
    border-left: 16px solid #5F6167;
    margin: 0
}

.sidr .menu li.submenu-active>ul {
    display: block
}

.sidr .socials {
    overflow: hidden;
    margin: 0;
    width: 100%
}

.sidr .socials a {
    display: block;
    float: left;
    line-height: 72px;
    width: 72px;
    height: 72px;
    text-align: center
}

.sidr .socials a svg {
    fill: #A8A8AA;
    width: 16px;
    height: 16px
}

.sidr .socials a:hover {
    background: #4A90E2;
    text-decoration: none
}

.sidr .socials a:hover svg {
    fill: #fff
}


.site-header .nav-mobile {
    float: right;
    width: auto
}

@media (min-width: 800px) {
    .site-header .nav-mobile {
        display: none
    }
}

.site-header .nav-mobile a {
    display: block;
    float: left;
    width: 72px;
    height: 72px;
    line-height: 65px;
    text-align: center
}

@media (max-width: 329px) {
    .site-header .nav-mobile a {
        width: 50px
    }
}

.scroll .site-header .nav-mobile a svg {
    fill: #fff;    
}

.site-header .nav-mobile a svg {
    fill:#19647e; 
    width: 18px;
    height: 18px
}

.site-header .nav-mobile a:hover,
.site-header .nav-mobile a.active {
    background: #3f4449;
    text-decoration: none
}

.nav-header {
    float: right;
    width: auto
}

@media (max-width: 1075px) {
    .nav-header {
        display: none
    }
}

.nav-header .menu-item.home {
    display: none
}*/