/*
Theme Name: James Monek Theme
Theme URI: http://jamesmonek.com
Author: the WordPress team
Author URI: http://jamesmonek.com
Description: Theme for James Monek personal web blog
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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: jamesmonek

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.
*/

body {
font-family: poppins, sans-serif;
}

.wpcontent {
	font-family: poppins, sans-serif;
	font-weight: lighter;
	font-style: normal;
	font-size: 18px;
}

.wpcontent a, .wpcontent a:link, .wpcontent a:active, .wpcontent a:visited, .wpcontent a:hover {
	font-family: poppins, sans-serif;
	color: #EC5C56;
	font-style: normal;
	font-size: 18px;
}

.wpbody a, .wpbody a:link, .wpbody a:active, .wpbody a:visited, .wpbody a:hover {
	font-family: poppins, sans-serif;
	font-size: 18px;
	color: #EC5C56;
}

.wptitle {
	font-family: poppins, sans-serif;
	font-weight: 300;
  font-style: normal;
	font-size: 30px;
  margin-bottom: 20px;
	margin-top: 20px;
}

.wptitle a, .wptitle a:link, .wptitle a:active, .wptitle a:visited, .wptitle a:hover {
	font-size: 30px;
	color: #EC5C56;
	text-decoration: none;
	border: 0px;
}

.wpmeta {
	font-size: 18px;
	color: #353535;
	font-weight: 500;
	margin-top: 10px;
}

.wpmeta a, .wpmeta a:link, .wpmeta a:active, .wpmeta a:visited, .wpmeta a:hover {
	font-size: 18px;
	text-decoration: none;
	border: 0px;
}

.postwrap {
	margin-bottom: 10px;
	margin-top: 10px;
}

.navbar-brand {
	font-family: "bagatela";
	font-size: 44px;
}

.wpbody {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #696968;
	font-family: poppins, sans-serif;
	font-size: 16px;
}

.wpbody ol {
	margin-left: 30px;
}

.wpbody ul {
	margin-left: 30px;
}


.sideheader {
	font-weight: 400;
	float: left;
	width: 100%;
}

.sideheadertag {
	font-weight: 400;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.recentposts {
	font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
	font-weight: 400;
}

.recentposts a, a:hover, a:focus {

}

.recentposts ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.recentcat {
	margin-top: 5px;
}

.recenttag {
	margin-top: 5px;
}
.catwrap {
    font-size: 18px;

}

.catwrap ul {
    list-style-type: none;
}

.catwrap ul a, .catwrap ul a:link, .catwrap ul a:active, .catwrap ul a:visited, .catwrap ul a:hover {
   display:inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #222222;
    border: #727272 1px solid;
    list-style-type: none;
	font-size: 12px;
    color: #727272;
    float: left;
}

/*
.catwrap ul ul a, .catwrap ul ul a:link, .catwrap ul ul a:active, .catwrap ul ul a:visited, .catwrap ul ul a:hover {
	color: #000;
	font-weight: 400;
	text-decoration:none;
	font-size: 14px;
}

*/

.catwrap ul a:hover {
   display:inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #222222;
    border: #727272 1px solid;
    list-style-type: none;
	font-size: 12px;
    color: #727272;
    float: left;
}

.footerbg {
/*	background-color: #2d3032;
	color: #898989; */
	background-color: #222222;
	color: #727272;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footercontent {
/*	margin-left: 50px; */
	margin-top: 20px;
	color: #727272;

}
.footersocialicons {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #727272;
}

.footersocialicons a, a:hover, a:focus {
	font-size: 20px;
}

.footersocialicons i {
	color: #727272;
}

.footersocialicons img {
	margin: 10px;
}

/*
.recenttweets a, a:hover, a:focus {
  color: #515152;
  text-decoration: none;
  font-size: 14px;
}
*/
.recenttweets {
	background-color: #fff;
	color: #000;
}

.socialspace {
	padding: 10px;
	float: left;
}

.clearfix {
  overflow: auto;
}

.profileimg img {
	/*float: left; */
	align: center;
}

.headerimg {
	text-align: center;
}

.topmenubg {
	background-color: #4E7F5C;
	color: #fff;
}

.headertitle {
	font-family: "proxima-nova";
	font-size: 28px;
	color: #fff;
	text-align: center;
}


.hi-icon a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	z-index:100
}

.socialicons {
    text-align: center;
	font-size: 18px;
}

.socialicons ul {
	list-style: none;
}

.socialicons li {
	list-style: none;
}

.socialicons .icon{
    /*background: #333; */
    display: inline-block;
    color: #22223B;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
/*    text-align: center; */
/*    vertical-align: middle; */
    margin: 0 1px 8px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
	font-size: 18px;
}


ul.nav a:hover {
	font-size: 16px;
	font-family: poppins, sans-serif;
}


.nav {
	font-size: 16px;
	font-family: poppins, sans-serif;
	background-color: #4E7F5C;
  color: #F2E9E4;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
		font-weight: normal;
		background-color: #4E7F5C;
}
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    font-size: 16px;
		font-weight: normal;
		color: #fff;
}

.readmore a, .readmore a:link, .readmore a:active, .readmore a:visited, .readmore a:hover {
   display:inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #EC5C56;
    border: #D5534E 1px solid;
    list-style-type: none;
	  font-size: 14px;
    color: #F2E9E4;
	font-weight: 400;
}


.tagwrap {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.tagwrap ul {
    list-style-type: none;
}

.tagwrap ul a, .tagwrap ul a:link, .tagwrap ul a:active, .tagwrap ul a:visited, .tagwrap ul a:hover {
   display:inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #222222;
    border: #727272 1px solid;
    list-style-type: none;
	  font-size: 12px;
    color: #727272;
    float: left;
	font-weight: 400;
}

/*
.tagwrap ul ul a, .tagwrap ul ul a:link, .tagwrap ul ul a:active, .tagwrap ul ul a:visited, .tagwrap ul ul a:hover {
	color: #000;
	font-weight: 400;
	text-decoration:none;
	font-size: 14px;
}
*/
.tagwrap ul a:hover {
   display:inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 7px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background-color: #222222;
    border: #727272 1px solid;
    list-style-type: none;
	  font-size: 12px;
    color: #727272;
    float: left;
	font-weight: 400;
}

.portfoliowrap {

}

.portfolioimg {
	text-align: center;
		padding-bottom: 30px;
}

.portfolioimg img {
	text-align: center;
	padding-bottom: 30px;
}

.profileimg {
  text-align: center;
	padding-bottom: 30px;
}

.profilecontent {
	margin-top: 10px;
	margin-bottom: 10px;
}

a, a:link, a:focus, a:hover, a:active, a:visited {
  color: #EC5C56;
	text-decoration: none;
	border: 0px;
	font-family: poppins, sans-serif;
	font-style: normal;
	font-size: 16px;
}

a:hover {
  color: #EC5C56;
	text-decoration: none;
	border: 0px;
	font-family: poppins, sans-serif;
	font-style: normal;
	font-size: 16px;
}

/*
.img-responsive {
	display:block;
	max-width:100px; height:auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
} */

.wppostthumb {
/*	text-align: center;
	margin-top: 20px;
	display:block;
	max-width:100px;
	height:auto;  */
}

.wppostthumb img {
	margin-top: 20px;
	max-width:100%;
	height:auto;
	text-align: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -khtml-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip:    padding;
  background-clip:         padding-box;
}

.my-custom-class {
	display:block;
	max-width:100px;
	height:auto;

}

.wpindent {
	margin-left: 50px;
}

.footertitle {
	font-family: poppins, sans-serif;
	font-weight: 300;
  font-style: normal;
	font-size: 20px;
	color: #fff;
  margin-bottom: 20px;
	margin-top: 20px;
}

.post-item {
    position: relative;
/*    background-repeat: no-repeat;
    background-size:cover;
    background-position: 50% 50%;
	border-radius: 20px;
    height: 400px;
    width: 600px; */
  }

.heading-inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-shadow:
			-1px -1px 0 #000,
			1px -1px 0 #000,
			-1px 1px 0 #000,
			1px 1px 0 #000;
}

.categorytitle {
	font-family: poppins, sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #EC5C56;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 20px;
}

.reportsimages {
	position: relative;
	background-position:initial initial;
	background-repeat:initial initial;
	padding: 10px;
	margin: 10px;
	float: left;
}

.reportsimages img {
	width: 450px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	-khtml-border-radius: 15px;
-webkit-background-clip: padding-box;
-moz-background-clip:    padding;
background-clip:         padding-box;
}

.reportsimages p {
	margin-top: 5px;
  text-align: center;
}

#footbanner {
	background: url("../images/footerborder.png");
	background-repeat: repeat-x;
	margin-bottom: -19px;
}
