/*
Theme Name: 	Basic Starter
Description: 	Basic Starter Base Theme
Version: 		1.0
Author: 		Jason McElhinney
Author URI: 	http://basicthemes.uk
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, theme-options, featured-images, right-sidebar, custom-menu, sticky-post, one-column, rtl-language-support
Text Domain: basic-starter			
*/

.wp-caption {
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	padding: 4px;
}

.wp-caption-text {
	color: #444;
	margin: 0;
	padding-top: 4px;
	text-align: center;
}

.sticky {}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.gallery-caption {}
.bypostauthor {}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

#nav-desktop > ul .sub-menu:not(.sub-menu-visible) {
	display: none;
}

.gallery > * {
	box-sizing: border-box;
	width: 50%;
}

.gallery:not(.uk-gallery) {
	margin: auto;
}

.gallery:not(.uk-gallery) .gallery-item {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.gallery:not(.uk-gallery) .gallery-caption {
	display: none;
}

@media screen and (min-width: 768px) {
	.socialmedia-icons { float: right }
	
	.gallery-columns-1 > * { width: 100%; }
	.gallery-columns-2 > * { width: 50%; }
	.gallery-columns-3 > * { width: 33.33%; }
	.gallery-columns-4 > * { width: 25%; }
	.gallery-columns-5 > * { width: 20%; }
	.gallery-columns-6 > * { width: 16.666%; }
	.gallery-columns-7 > * { width: 14.285%; }
	.gallery-columns-8 > * { width: 12.5%; }
	.gallery-columns-9 > * { width: 11.111% }
}