/*
Theme Name: Kinsmen Bootstrap Lite
Theme URI: https://www.thekinsmen.net
Author: Joseph Chuks
Author URI: https://www.josephchuks.com/
Description: The Kinsmen theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later

Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: thekinsmen
*/

.wrap{
  position: relative;
}
.wrap a{
  position: relative;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #3DC805;
    border-radius: 3px;
    cursor: pointer;
    padding: 8px;
   
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #DB0407;
}


li {
	list-style: none;
}

.comment {
	list-style: none;
}

.comment-author {
	background: #440606;
	padding: 10px
}

.url, .fn {
	color: #fff
}

.comment-meta, .commentmetadata > a {
	float: right;
	font-size: 12px;
	color: red
}

.commentmetadata > p {
	padding-top: 10px
}

.comment, .even, .thread-even, .depth-1 {
	border: 1px solid #440606;
	padding: 10px;
	margin-bottom: 7px;
	border-radius: 10px;
}

.comment-reply-link {
	color: red
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 350px;
}


@media only screen and (max-width: 600px) {
.alignnone,
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  width: 100%;
}
}

.responsive-embed-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  max-width: 100% !important;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  aspect-ratio: 16 / 9;
}

.responsive-embed-container iframe,
.responsive-embed-container object,
.responsive-embed-container embed {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}



a.gflag {
			vertical-align: middle;
			font-size: 24px;
			padding: 1px 0;
			background-repeat: no-repeat;
			background-image: url(//gtranslate.net/flags/24.png);
		}
		
		a.gflag img {
			border: 0;
		}
		
		a.gflag:hover {
			background-image: url(//gtranslate.net/flags/24a.png);
		}
		
		#goog-gt-tt {
			display: none !important;
		}
		
		.goog-te-banner-frame {
			display: none !important;
		}
		
		.goog-te-menu-value:hover {
			text-decoration: none !important;
		}
		
		body {
			top: 0 !important;
		}
		
		#google_translate_element2 {
			display: none!important;
		}
		
		
		.desktop {
			display: block;
		}
		
		.mobile {
			display: none;
		}
		
		@media only screen and (max-width: 600px) {

			.desktop {
				display: none;
			}
			.mobile {
				display: block;
			}
		}

		
