/*
Theme Name:  One ARK
Author: Benjamin Lu
Description: One Ark is a fully functional mobile friendly WordPress theme that allows you to create amazing things.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-header, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog
Text Domain: one-ark
Tested up to: 5.0
Requires PHP: 5.6
Version: 0.0.6

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
===========================================================================================================
Table of Content
===========================================================================================================
 1.0 - Typography
 2.0 - Elements
 3.0 - Forms
 4.0 - Alignments
 5.0 - Accessibility
 6.0 - Clearings
 7.0 - Basic Structure
 8.0 - Navigation (Links)
 9.0 - Navigation (Primary Navigation)
10.0 - Navigation (Secondary Navigation)
11.0 - Navigation (Pagination Navigation)
12.0 - Navigation (Social Navigation)
13.0 - Header Area (Header Image)
14.0 - Content Area (Posts and Pages)
15.0 - Content Area (Archives)
16.0 - Content Area (Comments)
17.0 - Content Area (Error 404)
18.0 - Content Area (Search)
19.0 - Content Area (Post Formats)
20.0 - Widget Area
21.0 - Footer Area
22.0 - Media Area (Captions)
23.0 - Media Area (Galleries)
24.0 - Media Queries (Mobile Medium 37.50em (600px))
25.0 - Media Queries (Mobile Large 41.688em (667px))
26.0 - Media Queries (Mobile Extra Large 46em (736px))
27.0 - Media Queries (Tablet Small 48em (768px))
28.0 - Media Queries (Tablet Medium 64em (1024px))
29.0 - Media Queries (Desktop Large 75.375em (1206px))
30.0 - Media Queries (Desktop Extra Large 80em (1280px))
===========================================================================================================
*/

/*
===========================================================================================================
 1.0 - Typography
===========================================================================================================
*/
body {
    background: #ffffff;
    font-family: 'Merriweather', serif;
}

h1 { 
    display: block;
    font-family: 'Sanchez', serif;
    font-size: 2em;
    font-weight: 700;
    margin: 0.67em 0;
}

h2 {
    display: block;
    font-family: 'Sanchez', serif;
    font-size: 1.5em;
    font-weight: 700;
    margin: 0.83em 0;
}

h3 { 
    display: block;
    font-family: 'Sanchez', serif;
    font-size: 1.17em;
    font-weight: 700;
    margin: 1em 0;
}

h4 { 
    display: block;
    font-family: 'Sanchez', serif;
    font-size: 1em;
    font-weight: 700;
    margin: 1.33em 0;
}

h5 { 
    display: block;
    font-family: 'Sanchez', serif;
    font-size: .83em;
    font-weight: 700;
    margin: 1.67em 0;
}

h6 { 
    display: block;
    font-family: 'Sanchez', serif;
    font-size: .67em;
    font-weight: 700;
    margin: 2.33em 0;
}

/*
===========================================================================================================
 2.0 - Elements
===========================================================================================================
*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

figure,
img {
    height: auto;
    max-width: 100%;
    margin: 0;
}

/*
===========================================================================================================
 3.0 - Forms
===========================================================================================================
*/

/*
===========================================================================================================
 4.0 - Alignments
===========================================================================================================
*/
.alignleft {
	display: inline;
    float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*
===========================================================================================================
 5.0 - Accessibility
===========================================================================================================
*/
.screen-reader-text {
    clip: rect(0.063em, 0.063em, 0.063em, 0.063em);
    height: 0.063em;
    overflow: hidden;
    position: absolute !important;
    width: 0.063em;
}

.screen-reader-text:focus {
    background: #f1f1f1;
    border-radius: 0.188em;
    box-shadow: 0 0 0.125em 0.125em;
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    height: auto;
    left: 0.313em;
    line-height: normal;
    padding: 0.938em 1.438em 0.875em;
    text-decoration: none;
    top: 0.313em;
    width: auto;
    z-index: 100000; 
}

/*
===========================================================================================================
 6.0 - Clearings
===========================================================================================================
*/
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.post-navigation:before,
.post-navigation:after,
.entry-content:before,
.entry-content:after,
.entry-excerpt:before,
.entry-excerpt:after,
.left-sidebar:before,
.left-sidebar:after,
.right-sidebar:before,
.right-sidebar:after {
    clear: both;
    content: "";
    display: table;
}

/*
===========================================================================================================
 7.0 - Basic Structure
===========================================================================================================
*/
.site-content {
    margin: 1.125em auto;
    max-width: 75.375em;
    padding: 1.125em;
}

/*
===========================================================================================================
 8.0 - Navigation (Links)
===========================================================================================================
*/
a {
    color: #111111;
    text-decoration: underline;
}

a:hover,
a:focus {
    color: #6c6c8c;
}

/*
===========================================================================================================
 9.0 - Navigation (Primary Navigation)
===========================================================================================================
*/

.primary-navigation {
	display: block;
    margin: 0;
}

/* Styling the links */
.primary-navigation a {
	display: block;
	font-size: 1.125rem;
	padding: 1.25em 0.75em;
	color: #fff;
	background-color: #000000;
	text-decoration: none;
	box-sizing: border-box;
	width: 100%;
}

/* Background color change on Hover */
.primary-navigation .menu a:hover,
.primary-navigation .menu a:focus { 
	background-color: #606060;
}

/* Set menu item's width to 100% */
.primary-navigation .menu li {
	display: block;
	width: 100%;
	border-top: 1px solid #bbb;
}

/* Esto capaz que no hace falta */
.primary-navigation .menu li ul li:hover,
.primary-navigation .menu li ul li:focus {
	background-color: #606060;
}

/* Styling the toggle buttons */
.menu-toggle {
	background-color: #000000;
	padding: 0.75em 0.625em 0.625em 0.75em;
	color: #fff;
	text-decoration: none;
	border: 1px solid #cc0058;
	border-radius: 4px;
	display: block;
    margin: 0 auto 1.125em auto;
}

.menu-toggle .dashicons {
	vertical-align: text-bottom;
}

.menu-toggle .dashicons:before {
	content: '\f228';
}

.toggled .menu-toggle {
	background-color: #606060;
}

.toggled .menu-toggle .dashicons:before {
	content: '\f158';
}

.dropdown-toggle {
	background-color: transparent;
	padding: 1.1em;
	position: absolute;
	top: 1em;
	right: 0.5em;
	border: 1px solid transparent;
	border-left: 1px solid #bbb;
	border-radius: 0;
	color: #fff;
	text-align: center;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	border: 1px dashed;
}

.dropdown-toggle .dashicons {
	font-size: 1.25rem;
}

.dropdown-toggle .dashicons:before {
	content: '\f347';
}

.toggled-on > .dropdown-toggle .dashicons:before {
	content: '\f343';
}

/* Hide Submenus by default using absolute positioning instead of display:none;. */
.primary-navigation .menu,
.primary-navigation .menu li,
.primary-navigation .menu ul,
.primary-navigation .menu li:hover > ul,
.primary-navigation .menu li:focus > ul {
	position: absolute;
	top: 100%;
	left: -9999em;
	color: #ff00ff;
	padding: 0;
	margin: 0;
}

/* Display the menu when clicked on Menu Toggle */
.toggled .menu {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.toggled .menu li {
	position: relative;
	left: unset;
}

.toggled .menu li > .sub-menu {
	display: none;
}

.toggled .menu .toggled-on > .sub-menu {
	display: block;
	position: relative;
	left: 0;
	top: 100%;
}

.primary-navigation .menu ul a,
.primary-navigation .menu ul ul a {
	padding: 1.25em 0.75em;
}

.primary-navigation .menu ul a {
	padding: 1.25em 1.25em;
}

.primary-navigation .menu ul ul a {
	padding: 1.25em 1.75em;
}

.primary-navigation .menu ul a,
.primary-navigation .menu ul ul a {
	background-color: #444; 
}
	
/* Second and following tiers submenus */
.primary-navigation .menu ul li {
}

.menu .current_page_item > a,
.menu .current_page_ancestor > a,
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a { 
	font-weight: 900;
}

/*
===========================================================================================================
10.0 - Navigation (Secondary Navigation)
===========================================================================================================
*/

/*
===========================================================================================================
11.0 - Navigation (Pagination Navigation)
===========================================================================================================
*/
.pagination {
    text-align: center;
}

.page-numbers {
    background: #ffffff;
    border: 0.063em solid #c3c3c3;
    color: #333333;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
}

.page-numbers:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.page-number:hover a {
    color: #ffffff;
}

.page-numbers.current {
    background: #000000;
    color: #ffffff;
}

.page-links > a {
    border: 0.063em solid #999999;
    padding: 0.5em 1em;
    text-decoration: none;
}

.page-links > a:hover {
    background: #000000;
    color: #ffffff;
}

.page-links > span {
    background: #000000;
    border: 0.063em solid #666666;
    color: #ffffff;
    padding: 0.5em 1em;
}

.posts-navigation,
.post-navigation {
    clear: both;
    margin: 1.125em 0;
}

.posts-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-previous {
    float: left;
    margin: 0.5em 0;
}

.posts-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-next {
    float: right;
    margin: 0.5em 0;
}

.posts-navigation .nav-links .nav-previous .post-previous,
.post-navigation .nav-links .nav-previous .post-previous {
    display: block;
    font-size: 0.9375em;
    font-weight: 700;
    text-align: left;
}

.posts-navigation .nav-links .nav-next .post-next,
.post-navigation .nav-links .nav-next .post-next {
    display: block;
    font-size: 0.9375em;
    font-weight: 700;
    text-align: right
}

.posts-navigation .nav-links .nav-previous .post-title,
.post-navigation .nav-links .nav-previous .post-title {
    font-size: 0.813em;
}

.posts-navigation .nav-links .nav-next .post-title,
.post-navigation .nav-links .nav-next .post-title {
    font-size: 0.813em;
}

.link-pages {
    text-align: center; 
}

/*
===========================================================================================================
12.0 - Navigation (Social Navigation)
===========================================================================================================
*/

/*
===========================================================================================================
13.0 - Header Area (Header Image)
===========================================================================================================
*/
.site-branding {
    margin: 1.125em auto 0 auto;
    padding: 1.125em;
    text-align: center;
}

.site-branding .site-title,
.site-branding .site-description {
    margin: 0;
    padding: 0;
}

.site-branding .site-title a {
    font-size: 1.250em;
}

.site-header-image {
    background: url(images/header-image.jpg);
    padding: 15em;
}

/*
===========================================================================================================
14.0 - Content Area (Posts and Pages)
===========================================================================================================
*/
.left-sidebar .content-area {
    background: #ffffff;
    float: right;
    margin-top: -8em;
    padding: 1.125em;
    width: 70.76923076923077%;
}

.right-sidebar .content-area {
    background: #ffffff;
    float: left;
    margin-top: -8em;
    padding: 1.125em;
    width: 70.76923076923077%;

}

.no-sidebar .content-area {
    background: #ffffff;
    margin-top: -8em;
    padding: 1.125em;
}

.no-sidebar .widget-area {
    flex-wrap: wrap;
    margin: 1.250em;
}

.no-sidebar .widget-area .widget {
    float: left;
    padding: 1.125em;
    width: 22%;
}

.content-area .entry-header {
    margin-bottom: 2.5em;
}

.content-area .entry-header .entry-title {
    margin: 0;
    padding: 0;
} 

.content-area .entry-header .entry-title:after {
    border-bottom: 0.063em solid #111111;
    content: "";
    display: block;
    margin: 0.188em 0;
}

.content-area .entry-content,
.content-area .entry-excerpt {
    line-height: 1.6em;
}

.content-area .post .entry-excerpt .continue-reading a,
.section-blog .entry-content .continue-reading a {
    border: 0.125em solid #111111;
    display: inline-block;
    line-height: 1.6em;
    margin-bottom: 3em;
    padding: 0.5em 1em;
}

.content-area .entry-post-thumbnail {
    margin-bottom: 0.5em;
}

.updated:not(.published) {
    display: none;
}

.entry-taxonomies {
    margin: 2.250em 0;
}

.cat-link,
.tag-link {
    display: block;
    font-size: 0.875em;
    margin-bottom: 0.313em;
}

.tag-link .fa-tags {
    margin: 0;
}

.tag-list,
.cat-list {
    font-size: 0.750em;
}

.sticky::before {
    content: "\f08d";
    float: left;
    font-family: 'FontAwesome';
    font-size: 2.125em;
    margin-right: 0.4em;
}

/*
===========================================================================================================
15.0 - Content Area (Archives)
===========================================================================================================
*/

/*
===========================================================================================================
16.0 - Content Area (Comments)
===========================================================================================================
*/
.comments-area {
    margin: 0.938em 0;   
}

.comments-title {
    color: #111111;
    margin: 0 0 1.125em 0;
    text-align: center;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-body {
    border: 0.063em solid #cccccc;
    color: #111111;
    margin-bottom: 1.250em;
    padding: 0.625em;
}

.comments-area > ol  {
    list-style-type: none;
}

.comment-author .avatar {
    border: 0.250em solid #cccccc;
    border-radius: 50%;
    float: left; 
    display: block;
    margin-right: 0.8em;
}

.comment-author .fn {
    font-size: 1.3125em;
    margin: 0;
    font-weight: bold;
    font-style: normal;
    padding: 0;
}

.comment-meta {
    font-size: 0.750em;
}

.comment-content {
    display: block;
    margin: 2.5em 0.5em 0 0.5em;
}


.comments-area .says {
    display: none;
}

.reply {
	margin-bottom: 1.5em;
	text-align: right;
}

.reply a {
    background: #ffffff;
    border: 0.063em solid #cccccc;
    color: #373737;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
}

.reply a:hover,
.reply a:focus {
	color: #373737;
    text-decoration: underline;
}

.comment-list ol {
    margin-top: 1.250em;
    margin-left: 1.250em;
}

ol.children {
    list-style-type: none;
    margin-left: 0;
}

.content-meta {
    margin-left: 4.375em;
}

.comment-navigation {
    border-top: 0.063 solid #999;
    border-bottom: 0.063em solid #999;
}

.comment-navigation i {
    padding: 0.625em;
}

.comment-previous {
    float: left;
}
.comment-next {
    float: right;
}

.bypostauthor > .comment-body {
    background: #f0f0f0; 
    padding: 0.625em;
    position: relative;
}

.comment-reply-title {
    color: #111111;
    font-size: 1.250em;
    margin: 0;
    padding: 0;
    padding-top: 0.625em;
}

.comment-form p {
    margin-left: 0;
}

.required {
    color: #FF0000;
}

.comment-awaiting-moderation {
    background: #84BD68;
    color: #111111;
    font-size: 0.750em;
    padding: 0.188em 0.250em;
}

.form-allowed-tags {
    font-size: 0.813em;
    width: 37.5em;
}

.comment-form .comment-form-comment label,
.comment-form .comment-form-author label,
.comment-form .comment-form-email label,
.comment-form .comment-form-url label {
    color: #111111;
    display: block;
    font-weight: 700;
    margin-bottom: 0.2em
}

.comment-form .comment-form-comment textarea {
    border: 0.063em solid #cccccc;
    font-family: 'Merriewather', serif;
    font-size: 1em;
    min-height: 12.375em;
    width: 100%;
}

.comment-form .comment-form-author input[type="text"],
.comment-form .comment-form-email input[type="email"],
.comment-form .comment-form-url input[type="url"] {
    border: 0.063em solid #cccccc;
    font-family: 'Merriewather', serif;
    font-size: 1em;
    padding: 0.6em;
    width: 20em;
}

.comment-form .comment-notes {
    font-size: 0.875em;
}

p.comment-awaiting-moderation {
    margin: 0.125em 0 0 4.063em;
    padding: 0.188em 0.313em;
}

.comment-subscription-form .subscribe-label {
    display: inline !important;
    font-size: 0.875em;
}

/*
===========================================================================================================
17.0 - Content Area (Error 404)
===========================================================================================================
*/

/*
===========================================================================================================
18.0 - Content Area (Search)
===========================================================================================================
*/

/*
===========================================================================================================
19.0 - Content Area (Post Formats)
===========================================================================================================
*/

/*
===========================================================================================================
20.0 - Widget Area
===========================================================================================================
*/
.left-sidebar .widget-area {
    float: left;
    width: 24.61538461538462%;
}

.right-sidebar .widget-area {
    float: right;
    width: 24.61538461538462%;
}

.widget-area .search-form:before,
.widget-area .search-form:after {
    clear: both;
    content: "";
    display: table;
}

.widget-area .search-form {
    padding: 0.938em;
    background: #555;
    max-width: 100%;
}

.widget-area .search-field {
    border: none;
    float: left;
    font-family: 'Merriweather', serif;
    font-size: 1em;
    padding: 0.563em;
    width: 100%;
}

.widget-area .search-submit {
    border: none;
    background: #d88f3c;
    color: #111111;
    float: right;
    font-family: 'Merriweather', serif;
    font-size: 1em;
    display: none;
    padding: 0.5em;
    position: relative;
    width: 30%;
}

.widget-area .widget {
    color: #111111;
    margin-bottom: 2.250em;
    font-size: 0.875em;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    margin: 0.4em 0 0 0;
}

.widget li li {
    margin-left: 1.125em;
}

.widget select {
    font-family: 'Merriweather', serif;
    margin: 0.625em 0;
    padding: 0.5em;
    width: 100%;
}

.widget.widget_post_thumbnail {
    padding-bottom: 0;
}

.widget-title {
    border-bottom: 0.094em solid #111111;
    color: #111111;
    display: inline-block;
    margin: 0 0 0.5em 0;
}

.rss-widget-icon {
    display: none;
}

.rsswidget {
    display: block;
}

.widget_rss cite {
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    margin-bottom: 1.125em;
}

.widget-area table {
    border-collapse: collapse;
    width: 100%;
}

.widget-area tr:nth-of-type(odd) {
    background: #eeeeee;
}

.widget-area th {
    background: #333333;
    color: #ffffff;
    font-weight: 700;
}

.widget-area th, td {
    border: 0.063em solid #cccccc;
    text-align: left;
    padding: 0.438em;
}

.rss-date {
    font-size: 0.875em;
}

.rssSummary {
    margin-top: 0.625em;
}

#wp-calendar table {
    border-collapse: collapse;
    width: 100%;
}

#wp-calendar tr:nth-of-type(odd) {
    background: #eeeeee;
}

#wp-calendar th {
    background: #999999;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}

#wp-calendar th,
#wp-calendar td {
    border: 0.063em solid #cccccc;
    padding: 0.438em;
    text-align: center;
}

#wp-calendar {
    border: 0.063em solid #cccccc;
    margin: 0;
    margin-bottom: 1.250em;
    text-align: center;
    width: 100%;
}

#wp-calendar a {
    color: #1d1d1d;
    font-weight: 700;
}

#wp-calendar caption {
    font-weight: 700;
    margin: 0.313em 0;
    text-align: center;
}

#wp-calendar #today {
    background: #cccccc;
    font-weight: 700;
}

/*
===========================================================================================================
21.0 - Footer Area
===========================================================================================================
*/
.site-footer {
    background: #000000;
    padding: 1.125em;
    text-align: center;
}

.site-footer,
.site-footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer-title {
    display: block;
    font-family: 'Sanchez', serif;
    font-size: 1.125em;
}

.site-info {
    font-size: 0.938em;
}

.site-info .power-by {
    display: block;
}

/*
===========================================================================================================
22.0 - Media Area (Captions)
===========================================================================================================
*/
.wp-caption {
    max-width: 100%;
    margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.wp-caption-text { 
    text-align: center; 
}

.wp-caption .wp-caption-text,
.gallery-caption {
    background: #999999;
    color: #111111;
    font-size: 0.875em;
    padding: 0.313em;
    text-align: center;
}

.wp-caption p {
    margin: 0;
    padding: 0;
}

/*
===========================================================================================================
23.0 - Media Area (Galleries)
===========================================================================================================
*/

/*
===========================================================================================================
24.0 - Media Queries (Mobile Medium 37.50em (600px))
===========================================================================================================
*/
@media screen and (min-height: 30.063em) and (max-width: 37.50em) {
    .site-branding {
        margin: 1.125em auto 0 auto;
        padding: 1.125em;
        text-align: center;
        width: 100%;
    }
    
    .site-branding .site-title,
    .site-branding .site-description {
        margin: 0;
        padding: 0;
    }
    
    .site-branding .site-title a {
        font-size: 1.250em;
    }

    .menu-toggle,
    .primary-navigation.toggled ul {
        display: block;
    }
    
	.primary-navigation ul {
		display: none;
	}
    
    .primary-navigation.toggled {
        padding: 0.1em;
    }
    
    .nav-menu {
        margin-bottom: 3.6em;
    }
    
    .primary-navigation .nav-menu {
        display: none;
    }
    
    .primary-navigation.toggled .nav-menu {
        display: block;
        margin: 1em 1em 3.6em 1em;
    }
    
    .left-sidebar .content-area,
    .right-sidebar .content-area {
        float: none;
        width: 100%;
    }
    
    .right-sidebar .widget-area {
        float: none;
        margin-top: 1.125em;
        width: 100%;
    }
}

/*
===========================================================================================================
25.0 - Media Queries (Mobile Large 41.688em (667px))
===========================================================================================================
*/
@media screen and (min-height: 37.563em) and (max-width: 41.688em) {
    .site-branding {
        margin: 1.125em auto 0 auto;
        padding: 1.125em;
        text-align: center;
        width: 100%;
    }
    
    .site-branding .site-title,
    .site-branding .site-description {
        margin: 0;
        padding: 0;
    }
    
    .site-branding .site-title a {
        font-size: 1.250em;
    }

    .menu-toggle,
    .primary-navigation.toggled ul {
        display: block;
    }
    
	.primary-navigation ul {
		display: none;
	}
    
    .primary-navigation.toggled {
        padding: 0.1em;
    }
    
    .nav-menu {
        margin-bottom: 3.6em;
    }
    
    .primary-navigation .nav-menu {
        display: none;
    }
    
    .primary-navigation.toggled .nav-menu {
        display: block;
        margin: 1em 1em 3.6em 1em;
    }
    
    .left-sidebar .content-area,
    .right-sidebar .content-area {
        float: none;
        width: 100%;
    }
    
    .right-sidebar .widget-area {
        float: none;
        margin-top: 1.125em;
        width: 100%;
    }
}

/*
===========================================================================================================
26.0 - Media Queries (Mobile Extra Large 46em (736px))
===========================================================================================================
*/
@media screen and (min-height: 41.750em) and (max-width: 46em) {
    .site-branding {
        margin: 1.125em auto 0 auto;
        padding: 1.125em;
        text-align: center;
        width: 100%;
    }
    
    .site-branding .site-title,
    .site-branding .site-description {
        margin: 0;
        padding: 0;
    }
    
    .site-branding .site-title a {
        font-size: 1.250em;
    }

    .menu-toggle,
    .primary-navigation.toggled ul {
        display: block;
    }
    
	.primary-navigation ul {
		display: none;
	}
    
    .primary-navigation.toggled {
        padding: 0.1em;
    }
    
    .nav-menu {
        margin-bottom: 3.6em;
    }
    
    .primary-navigation .nav-menu {
        display: none;
    }
    
    .primary-navigation.toggled .nav-menu {
        display: block;
        margin: 1em 1em 3.6em 1em;
    }
    
    .left-sidebar .content-area,
    .right-sidebar .content-area {
        float: none;
        width: 100%;
    }
    
    .right-sidebar .widget-area {
        float: none;
        margin-top: 1.125em;
        width: 100%;
    }
}


/*
===========================================================================================================
27.0 - Media Queries (Tablet Small 48em (768px))
===========================================================================================================
*/
@media screen and (min-height: 30.063em) and (max-width: 48em) {
    .site-branding {
        margin: 1.125em auto 0 auto;
        padding: 1.125em;
        text-align: center;
        width: 100%;
    }
    
    .site-branding .site-title,
    .site-branding .site-description {
        margin: 0;
        padding: 0;
    }
    
    .site-branding .site-title a {
        font-size: 1.250em;
    }

    .menu-toggle,
    .primary-navigation.toggled ul {
        display: block;
    }
    
	.primary-navigation ul {
		display: none;
	}
    
    .primary-navigation.toggled {
        padding: 0.1em;
    }
    
    .nav-menu {
        margin-bottom: 3.6em;
    }
    
    .primary-navigation .nav-menu {
        display: none;
    }
    
    .primary-navigation.toggled .nav-menu {
        display: block;
        margin: 1em 1em 3.6em 1em;
    }
    
    .left-sidebar .content-area,
    .right-sidebar .content-area {
        float: none;
        width: 100%;
    }
    
    .no-sidebar .wdiget-area,
    .left-sidebar .widget-area,
    .right-sidebar .widget-area {
        flex-wrap: wrap;
        float: none;
        width: 100%;
    }
    
    .no-sidebar .widget-area .widget,
    .left-sidebar .widget-area .widget,
    .right-sidebar .widget-area .widget {
        float: left;
        padding: 0;
        width: 50%;
    }
}

/*
===========================================================================================================
30.0 - Media Queries (Desktop Extra Large 80em (1280px))
===========================================================================================================
*/

@media screen and (min-width: 1024px) {
    .menu-toggle,
    .dropdown-toggle {
        display: none;
    }
    
    .primary-navigation .primary-menu {
        display: flex;
        position: static;
        width: 100%;
    }

    /* Background color change on Hover */
    .primary-navigation .menu a:hover,
    .primary-navigation .menu a:focus { 
        background: #606060;
        color: #ffffff;
    }

        /* Styling the links */
    .primary-navigation a {
        color: #000000;
        background: #ffffff;
    }
    
    .primary-navigation .menu {
        justify-content: center;
    }
    .primary-navigation .menu li {
        border-top: 0;
        position: relative;
        width: auto;
        left: unset;
    }
    
    .primary-navigation .menu ul li:first-child {
        border-top: 0;
    }
    
    .primary-navigation .menu a,
    .primary-navigation .menu ul a,
    .primary-navigation .menu ul ul a {
        padding: 0.75em 0.75em;
    }
    
    /* Hide Dropdowns by Default
     * and giving it a position of absolute */
    .primary-navigation .menu ul {
        position: absolute; 
        /* has to be the same number as the "line-height" of "nav a" */
        top: 100%;
        left: -9999em;
        /*! border: 1px solid #606060; */
    }
        
    /* Display Dropdowns on hover and focus */
    .primary-navigation .menu li:hover > ul,
    .primary-navigation .menu li:focus > ul,
    .primary-navigation .menu li.focus > ul {
        left: 0;
    }
        
    /* First Tier Dropdown */
    .primary-navigation .menu ul li {
        position: relative;
        width: 20em;
    }
    
    /* Second, Third and more Tiers	
     * We move the 2nd and 3rd etc tier dropdowns to the left
     * by the amount of the width of the first tier.
    */
    .primary-navigation .menu li li:hover > ul,
    .primary-navigation .menu li li:focus > ul,
    .primary-navigation .menu li li.focus > ul {
        top: 0;
        left: 100%; 
    }
    
    .primary-navigation .menu ul a:hover,
    .primary-navigation .menu ul a:focus { 
        background-color: #ddd;
        color: #222;
    }

    .primary-navigation .menu ul a,
    .primary-navigation .menu ul ul a {
        color: #fff; 
    }
    
    .menu-item-has-children > a:after,
    .page_item_has_children > a:after {
        font-family: dashicons;
        content: '\f347';
        vertical-align: bottom;
        margin-left: 0.25em;
    }
    
    .menu-item-has-children .menu-item-has-children > a:after,
    .menu-item-has-children .page_item_has_children > a:after,
    .page_item_has_children .menu-item-has-children > a:after,
    .page_item_has_children .page_item_has_children > a:after {
        content: '\f345';
        font-family: dashicons;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
}