/*
Theme Name: WURD
Theme URI: 
Author: HetaThemes
Author URI: http://hetathemes.com/
Description: [Add]
License: GNU General Public License
License URI: see license.txt
Tags: dark

*/

/* Import the necessary TK Bootstrap WP CSS additions */
/* @import url( includes/css/bootstrap-wp.css ); */

/* Add fonts */

@font-face {
	font-family: 'Gotham Rounded';
	src: url('inc/assets/fonts/gotham-rounded-light.eot');
	src: url('inc/assets/fonts/gotham-rounded-light.eot?#iefix') format('embedded-opentype'),
		 url('inc/assets/fonts/gotham-rounded-light.woff') format('woff'),
		 url('inc/assets/fonts/gotham-rounded-light.ttf') format('truetype'),
		 url('inc/assets/fonts/gotham-rounded-light.svg#gothamrounded-light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('inc/assets/fonts/gotham-rounded-book.eot');
	src: url('inc/assets/fonts/gotham-rounded-book.eot?#iefix') format('embedded-opentype'),
		 url('inc/assets/fonts/gotham-rounded-book.woff') format('woff'),
		 url('inc/assets/fonts/gotham-rounded-book.ttf') format('truetype'),
		 url('inc/assets/fonts/gotham-rounded-book.svg#gothamrounded-book') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('inc/assets/fonts/gotham-rounded-medium.eot');
	src: url('inc/assets/fonts/gotham-rounded-medium.eot?#iefix') format('embedded-opentype'),
		 url('inc/assets/fonts/gotham-rounded-medium.woff') format('woff'),
		 url('inc/assets/fonts/gotham-rounded-medium.ttf') format('truetype'),
		 url('inc/assets/fonts/gotham-rounded-medium.svg#gothamrounded-medium') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Rounded';
	src: url('inc/assets/fonts/gotham-rounded-bold.eot');
	src: url('inc/assets/fonts/gotham-rounded-bold.eot?#iefix') format('embedded-opentype'),
		 url('inc/assets/fonts/gotham-rounded-bold.woff') format('woff'),
		 url('inc/assets/fonts/gotham-rounded-bold.ttf') format('truetype'),
		 url('inc/assets/fonts/gotham-rounded-bold.svg#gothamrounded-bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('inc/assets/fonts/opensans-regular-webfont.eot');
	src: url('inc/assets/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('inc/assets/fonts/opensans-regular-webfont.woff') format('woff'),
		 url('inc/assets/fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('inc/assets/fonts/opensans-regular-webfont.svg#opensans-regular') format('svg');
	font-weight: 400;
	font-style: normal;
}

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
}
.hentry {
	margin: 0 0 1.5em;
}
/* Clearing */
.clear {
	clear: both;
}

.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	max-width: 100%;
}
.comment .children { margin-left: 1.5em; }

.dropdown:hover .dropdown-menu {
    display: block;
}
.sticky { }
.gallery-caption { }
.bypostauthor { }