/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://orvis.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       John Doe
 Author URI:   http://orvis.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro');

/* ----------------------------------- IE 10+ ----------------------------------- */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.widget button, .widget input, .widget select, .widget textarea {
    line-height: normal;
}
}
/* ---- END IE 10+ ---- */


/* ----------------------------------- FORCE FEATURED IMAGES TO FULL-WIDTH ----------------------------------- */
.post-thumbnail img {
	width: 100%;
}
/* ---- END FORCE FEATURED IMAGES TO FULL-WIDTH ---- */


/* ----------------------------------- CUSTOM STYLES ----------------------------------- */

p.comment-form-url {
    display: none!Important;
}
.entry-content h2, .entry-content h2 {
    margin-top: 2em;
    margin-bottom: .75em;
}
img.avatar {
    display: none!Important;
}
.entry-title {
    font-size: 38px;
    font-size: 2.4rem;
}
.caption em {
    display: block;
}
iframe {
    margin-bottom: 1.75em!Important;
}
/* .archive .entry-content {
    display: none;
} */

.archive h1.page-title,
.search h1.page-title,
.home h1.page-title{
    font-size: 2em;
}

.archive .taxonomy-description,
.search .taxonomy-description{
    margin-bottom: 3em;
}

.archive .entry-header,
.search .entry-header,
.home .entry-header{
    margin-bottom: 11px;
}

.archive .entry-header .entry-title,
.search .entry-header .entry-title,
.home .entry-header .entry-title{
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: 600;
}

.archive .entry-header .entry-title a,
.search .entry-header .entry-title a,
.home .entry-header .entry-title a{
    color: #008080;
}

.archive .entry-header .entry-title a:hover,
.search .entry-header .entry-title a:hover,
.home .entry-header .entry-title a:hover{
    color: #686868;
}

.archive .entry-header,
.search .entry-header,
.home .entry-header{
    color: rgba(51,51,51,.6);
    font-size: 13px;
}

.archive .post-thumbnail,
.search .post-thumbnail,
.home .post-thumbnail{
    margin-bottom: 0;
}

.archive .post-thumbnail img,
.archive .caption img,
.search .post-thumbnail img,
.search .caption img,
.home .post-thumbnail img,
.home .caption img{
    max-height: 600px;
    width: auto !important;
    height: auto;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.archive article.post,
.search article.post,
.home article.post{
    border-bottom: 4px double #eeeeee;
    padding-bottom: 24px;
    margin-bottom: 74px !important;
}

.archive article a.more-link,
.search article a.more-link,
.home article a.more-link{
    display: none !important;
}

article a.custom-more-link{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #333333;
    margin: 0 0 6px 0;
}

article a.custom-more-link:hover{
    text-decoration: underline;
}

.pagination{
    border-top: none;
    list-style: none;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.pagination::before,
.pagination::after{
    content: none;
}

.pagination li{
    margin-left: 5px;
}

.pagination li a,
.pagination li .current{
    display: inline-block;
    color: #008180;
    border: 1px solid #dddddd;
    min-width: 32px;
    height: 32px !important;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
    position: relative !important;
}

.pagination li a.prev,
.pagination li a.next{
    width: 32px !important;
    right: auto !important;
    left: auto !important;
    background-color: #ffffff;
    border: none;
}

.pagination li a.prev:before,
.pagination li a.next:before{
    width: 32px !important;
    height: 32px !important;
    line-height: 32px;
    font-size: 13px;
    color: #008180;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    cursor: pointer;
    left: auto;
    top: auto;
    right: auto;
}

.pagination li a:hover,
.pagination li .current,
.pagination li a.prev:hover:before,
.pagination li a.next:hover:before{
    color: #ffffff;
    border: 1px solid #008180;
    background-color: #008180;
}


/* .pagination:before,
.pagination:after{
    position: relative;
} */

/* ----------------------------------- END CUSTOM STYLES ----------------------------------- */


/* ----------------------------------- GLOBAL STYLES ----------------------------------- */
body {
	font-family: Source Serif Pro, serif !important;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Source Sans Pro, sans-serif !important;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

.entry-title {
	line-height: 1em;
}

.entry-content a, .textwidget a {
	box-shadow: none;
}
.entry-content a {
	font-weight:600;
}
.entry-content h4 {
	text-transform: none !important;
}

.search-submit:before {
	line-height: 38px;
}

.search-page-widget {
    margin-top: -30px;
}

a:focus {
	outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none;
}

#map { position:absolute; top:0; bottom:0; width:100%; }

.taxonomy-description {
	font-size: 16px !important;
}
/* ---- END GLOBAL STYLES ---- */

/* ---- HIDES EXCERPT FIELDS ---- */
.entry-summary {
    display: none !important;
}
/* ---- END HIDES EXCERPT FIELD ---- */

/* ----------------------------------- PLUG-IN STYLES ----------------------------------- */
.recent-post-slider .recentpost-categories ul.post-categories li:nth-child(4n+1) a {
    background: #172a24;
}

.recent-posts-customizer.rpwe-block li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.recent-posts-customizer.rpwe-block h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2em;
	padding-top: 10px;
}

.recent-posts-customizer .rpwe-summary {
    font-size: 15px !important;
}

.recent-post-slider * {
    outline: none;
}

ul.post-categories.wppsac-post-categories {
    display: none;
}

.more-link {
	margin-left: 4px;
}

.pt-cv-meta-fields {
    margin-bottom: 4px;
}

.pt-cv-ifield img {
	width: 100% !important;
}

#pt-cv-view-5afc599yu3 .pt-cv-title a {
    font-weight: 700 !important;
}

h4.pt-cv-title {
    margin-bottom: 4px !important;
	padding-top: 10px;
}

a.pt-cv-readmore {
    color: #008080 !important;
}

.youtube_channel.responsive .ytc_video_container {
    width: 48% !important;
    margin-left: 1.3333333%;
    margin-bottom: 2%;
}

h3.ytc_title.ytc_title_below {
    margin-top: 14px;
    margin-bottom: 8px;
    padding: 0 7px;
}

p.ytc_description {
    padding: 0 7px;
}

.recent-post-slider .wp-post-content a.readmorebtn {
	font-size: 14px !important;
}
/* ---- END PLUG-IN STYLES ---- */


/* ----------------------------------- SECONDARY NAVIGATION ----------------------------------- */
.secondary-nav {
    float: left;
    width: 100%;
    background-color: #055;
	color: #ffffff;
	padding: 4px 0 5px 0;
}

.secondary-nav .inner {
    max-width: 1350px;
    margin: 0 auto;
}

.secondary-nav a {
    color: #ffffff;
    font-family: Source Sans Pro, sans-serif;
    font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.secondary-nav a:hover {
	color: #d9d9d9;
	transition: color 1s;
}

.sec-nav-left {
    float: left;
}

.sec-nav-center{
display: block;
text-align: center;
}

.sec-nav-left a:first-of-type {
    margin-left: 0;
}

.sec-nav-left a {
    margin-left: 18px;
}

.sec-nav-right {
    float: right;
}

.sec-nav-right .search {
    display: none;
}

.sec-nav-right img {
    width: 20px;
}
/* ---- END SECONDARY NAVIGATION ---- */


/* ----------------------------------- MASTHEAD ----------------------------------- */
.masthead {
	float: left;
	width: 100%;
	background-color: #172a24;
	height: 124px;
}

.masthead .inner {
    max-width: 1350px;
    margin: 0 auto;
}

.logo {
	float: left;
	color: white;
	display: block;
}

#orvislogo img {
    width: 180px;
    padding-top: 36px;
}

.logo-mobile {
    display: none;
}

.main-search {
	float: right;
	padding-top: 0;
	margin-top: 18px;
}

.widget, .main-search .widget {
    border-top: 0;
}

input.search-field {
    width: 345px !important;
    margin-right: 1px;
    font-size: 0.8125rem !important;
}

.site-header-main.desktop {
    float: left;
	margin-top: 40px;
}


.site-header-main.desktop .site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}

.site-header-main.desktop a {
    color: #ffffff;
}

.site-header-main.desktop a:hover {
    color: #d9d9d9;
}

.main-navigation a {
	font-size: 18px;
	font-family: Source Sans Pro, sans-serif;
}

.main-navigation .menu-item-has-children > a:after {
	top: 0.98888em;
}

.main-navigation .current-menu-item > a {
	font-weight: 400;
}

.menu-toggle {
    margin: 20px auto 0 auto;
}


/* ----------------------------------- Alt header styles ----------------------------------- */

.secondary-nav.alt-header{
    background-color: #008081;
    padding: 10px 0 10px 0;
    float: none;
}

.secondary-nav.alt-header a{
    font-size: 15px;
}

.secondary-nav.alt-header a span.right-arrow{
display: -webkit-inline-flex;
    display: inline-flex;
-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
        align-items: center;
    width: 17px;
    height: 17px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    margin-left: 0.25rem;
    position: relative;
    top: -3px;
}

.secondary-nav.alt-header a span.right-arrow:after{
        content: '';
    display: inline-block;
    position: relative;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -1px;
    top: 0px;
}

.main-orvis-nav{
    background-color: #172a24;
    padding: 18px;
    color: #ffffff;
}

    

.main-nav-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    -webkit-align-items: center;
        align-items: center;
}

@media (min-width: 1200px){
    .main-nav-inner{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.main-nav-inner .cell {
    padding: 0 20px;
}
@media (max-width: 1200px){
    .main-nav-inner .cell.logo,
    .main-nav-inner .cell.mobile-nav,
    .main-nav-inner .cell.search {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .main-nav-inner .cell.mobile-nav {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .main-nav-inner .cell.search {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.main-nav-inner .hide-for-mobile{
    display: none;
}

@media (min-width: 1200px){
    .main-nav-inner .show-for-mobile{
        display: none;
    }
    .main-nav-inner .hide-for-mobile{
        display: block;
    }
}

.main-nav-inner .mobile-nav button{
    background: transparent;
    border: 2px solid #005456;
    padding: 7px;
    font-size: 13px;
    border-radius: 3px;
}

.main-nav-inner .logo{
    text-align: center;
}

.main-nav-inner .logo img{
    max-width: 120px;
}

@media (min-width: 1200px){
    .main-nav-inner .logo{
        text-align: left;
    }
    .main-nav-inner .logo img{
        max-width: 180px;
    }
}

.main-nav-inner .desktop-nav{
    flex: 1;
}

.main-nav-inner .site-header-menu{
    margin: 0;
}

.main-nav-inner .main-navigation{
    margin: 0;
}

.main-nav-inner .main-navigation a{
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.main-nav-inner .main-search{
    margin-top: 0;
}

.main-nav-inner .main-search .widget{
    padding: 0;
    margin: 0 !important;
}

.main-nav-inner .main-search .search-submit{
    background-color: #172a24;
}

.alt-site-header-mobile-menu{
    position: relative;
    z-index: 2;
}

.mobile-menu-content{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid #005456;
    padding: 0 2rem 1.25rem;
    z-index: 2;
}

.mobile-main-navigation ul{
    list-style: none;
    margin: 0;
}

.mobile-main-navigation ul li{
    border-bottom: 2px solid #e6e6e6;
}

.mobile-main-navigation ul li:last-child{
    border-bottom: 0;
}

.mobile-main-navigation ul li a{
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0;
    font-size: 18px;
    font-family: Source Sans Pro, sans-serif;
}

.mobile-main-navigation ul li a:hover{
    color: #008080;
}

.close-toggle{
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    background: #f7f7f7;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #d1d1d1;
    font-size: 2rem;
    font-weight: normal;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding: 0 3px;
}

/* ---- END MASTHEAD ---- */


/* ----------------------------------- BODY CONTENT ----------------------------------- */
.site {
    margin: 0;
    float: left;
    width: 100%;
}

.site-main > article {
	margin-bottom: 0 !important;
}

.site-header {
	padding-top: 0;
	padding-bottom: 18px;
}

.site-content {
    margin-top: 24px;
}

.page-header {
    border-top: none;
    padding-top: 0;
	margin-bottom: 16px;
}

#custom_html-3 h2 {
    margin-bottom: 7px;
}

.breadcrumbs {
    float: left;
    margin-top: 24px;
	font-size: 14px;
	font-family: Source Sans Pro, sans-serif !important;
}

.entry-footer {
	font-family: Source Sans Pro, sans-serif !important;
}

.display-cat-name {
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2.5rem;
    margin-bottom: 1.05em;
    font-weight: 700;
    font-family: Source Sans Pro, sans-serif !important;
}

h1.hp-header {
    margin: 0 0 1.05em 0;
    line-height: 1em;
    font-size: 2rem;
    font-weight: 700;
    font-family: Source Sans Pro, sans-serif !important;
}

.media-kit-item {
    float: left;
    width: 45%;
    margin-right: 5%;
	margin-bottom: 34px;
}

.media-kit-item img {
    margin-bottom: 10px;
}

footer.entry-footer {
    margin-bottom: 18px;
    margin-top: 18px !important;
}

h1.entry-title.custom {
    margin-bottom: -11px;
}

span.cat-links {
    display: inline-block !important;
}

span.tags-links {
    display: inline-block !important;
}

.top-of-post .byline img {
    display: none !important;
}

.top-of-post .cat-links {
    display: inline-block !important;
}

.top-of-post .tags-links {
    display: none !important;
}


/* ---- END BODY CONTENT ---- */


/* ----------------------------------- SIDEBAR WIDGETS ----------------------------------- */
.widget .widget-title {
	font-size: 18px;
	text-transform: none;
	margin-bottom: .83em;
}

.widget {
    margin-bottom: 24px !important;
	font-size: 16px;
}

input#searchsubmit {
    margin-top: 7px;
}

#custom_html-6 h2 {
    margin-bottom: 6px;
}

#custom_html-6 p {
    margin-bottom: 18px;
}

section#a2a_share_save_widget-3 h2 {
    margin-bottom: 11px;
}
/* ---- END SIDEBAR WIDGETS ---- */


/* ----------------------------------- FOOTER ----------------------------------- */
.pressroom-footer {
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 24px 0 36px 0;
}

.orvis-guarantee {
    border: 1px solid #666666;
    border-radius: 3px;
    float: left;
    margin: 30px 1% 25px 1%;
    padding: 18px 4% 18px 4%;
    width: 98%;
}

span.footer-guarantee-icon {
    width: 57px;
    display: flex;
    height: 44px;
    left: 48%;
    position: absolute;
    align-items: center;
    fill: #ffffff;
    background-color: #333333;
    margin-top: -40px;
}

.orvis-guarantee .header {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 700;
	margin-top: 18px;
	line-height: 1.1em;
}

.orvis-guarantee .desc {
    font-size: 14px;
    font-family: Source Sans Pro,sans-serif;
    font-style: italic;
    line-height: 1.42857143;
    margin: 4px 0 13px 0;
}

.orvis-guarantee .tagline {
    font-size: 14px;
    font-family: Source Sans Pro,sans-serif;
    line-height: 1.42857143;
    font-style: italic;
    font-weight: 700;
}

.follow-orvis .social-title {
    text-transform: uppercase;
    line-height: 1em;
    font-size: 16px;
    font-weight: 700;
    font-family: Source Sans Pro,sans-serif;
    margin-bottom: 10px;
	color: #ffffff;
	margin-top: 30px;
}

.social-icons {
    margin-top: 24px;
    margin-bottom: 21px;
}

svg.social-icon.first {
    fill: #ffffff;
    width: 24px;
    height: 25px;
    border-radius: 3px;
	margin-left: 0;
}

svg.social-icon {
    fill: #ffffff;
    width: 24px;
    height: 25px;
    border-radius: 3px;
	margin-left: 24px;
}

a:hover svg.social-icon {
    fill: #70b3af;
}

.pressroom-footer .copyright {
    color: #dbdbdb;
    font-size: 12px;
	line-height: 1.42857143;
	font-family: Source Sans Pro,sans-serif;
	margin-bottom: -20px;
}

#mc_embed_signup {
    background: transparent !important;
}

#mc_embed_signup .button {
    background-color: teal !important;
	font-family: Source Sans Pro,sans-serif !important;
	font-size: 14px !important;
}

#mc_embed_signup .button:hover {
	background-color: #70b3af !important;
}
/* ---- END FOOTER ---- */


/* ----------------------------------- VIDEO ------------------------------- */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 16px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---- END VIDEO ----*/


/* ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/* ----------------------------------- RESPONSIVE STYLES ----------------------------------- */
/* ----------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------- */
@media (min-width: 1400px) {
.site-content {
	padding: 0;
}
}

@media (max-width:1400px) {
.secondary-nav .inner, .masthead .inner {
	padding: 0 15px;
}
}

@media (min-width: 900px) and (max-width: 1300px) {
.youtube_channel.responsive .ytc_video_container {
    min-height: 460px;
}
}

@media (max-width:1200px) {
.site-header-main.desktop {
    float: right;
}

.site-header-main.desktop .main-navigation {
    margin-right: 0;
}

.main-search {
    display: none;
}

.sec-nav-right .search {
    display: inline-block;
	padding-bottom: 6px;
}

.sec-nav-left {
    padding-top: 2px;
}
}

@media (max-width:909px) {
.logo {
    width: 100%;
}

#orvislogo {
    text-align: center;
	max-width: none;
}

div#orvislogo img {
    width: 180px;
}

.logo-mobile {
    display: block;
}

.logo-desktop {
	display: none;
}

.entry-content {
	margin-right: 7.6923%;
}

.sidebar {
	padding-right: 7.6923%;
}

.breadcrumbs {
	margin: 24px 7.6923% 0 7.6923%;
}

.custom-category-layout {
	margin: 0 7.6923% 0 7.6923%;
}

.media-kit-item {
    width: 48%;
    margin-right: 2%;
}

.youtube_channel.responsive .ytc_video_container {
    width: 100% !important;
    margin-left: 0;
	margin-bottom: 4%;
}
}

@media (max-width: 767px) {
.sec-nav-right .desktop {
    display: none;
}

#mc_embed_signup input.email {
	text-align: center;
}
}

@media (max-width: 479px) {
.main-search {
    display: none;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    display: none !important;
}

.media-kit-item {
    width: 100%;
    margin-right: 0;
}

h1.hp-header {
    font-size: 2rem;
}

.orvis-guarantee .header {
	padding: 0 30px;
}
}

/* ----------- RESPONSIVE STYLES FOR 2017 BASE THEME ----------- */
@media screen and (min-width: 61.5625em) {
.site-header-menu {
    margin-top: 4px;
}

body:not(.search-results) article:not(.sticky) .posted-on {
	display: inline !important;
}

.single .byline {
	display: inline !important;
}

.single.post-template-template-no-sidebar .content-area{
float: none;
display: block;
margin: 0 auto;
}

body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    content: "\002f";
    display: inline-block !important;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
}

@media screen and (min-width: 56.875em) {
.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination,.no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
	margin-left: 0px;
}

.main-navigation {
    margin: 0 2.4em;
}

.site-header-main.mobile {
    display: none;
}

.entry-content {
	float: left;
	width: 100% !important;
}

footer.entry-footer {
    width: 100% !important;
}
}

@media screen and (min-width: 48.9375em) {
body:not(.custom-background-image).admin-bar:before {
	top: 0px;
	margin-left: 0;
}
}

@media screen and (min-width: 44.375em){
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 0px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
    margin-left: 0;
}

.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 34px;
}

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


/* ----------- SINGLE POST NAVIGATION STYLES ----------- */

.post-navigation{
	border: none;
	margin-bottom: 2em;
}

.post-navigation .meta-nav {
	color: #055;
	font-weight: bold;
}

.nav-links{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nav-links div + div{
	border: none;
}

