/*
Theme Name: profdevelopment
Theme URI:
Description:
Version: 2.0
Author: Ananas
Author URI: http://ananasov.net
Tags: custom theme

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Custom
-------------------------------------------------------------- */

html {
    min-height: 100%;
    position: relative;
}

/* main {
    margin-bottom: 100px;
} */

/* .header {
    background: rgba(0, 91, 187, 0.8);
}

.header * {
    display: block;
}

.header div {
    color: #fff;
}

.header span {
    text-transform: uppercase;
    font-size: 28px;
}

.header strong {
    font-size: 20px;
}

.header .container-fluid {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
} */

/* .navbar {
    background: rgba(255, 213, 0, 0.5) !important;
    margin-bottom: 50px;
} */

/* .navbar-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: #000 !important;
} */

/* .navbar-brand {
    display: block;
    width: 80px;
} */

.navbar-brand img {
    display: block;
    width: 100%;
}

/* post */

/* .post {
    margin-bottom: 50px;
} */

/* .post-title h2 {
    font-size: 1.5rem;
} */

/* photo gallery category */

body.category-photogallery .post a {
    display: block;
    color: #000;
}

body.category-photogallery .post a img {
    margin-bottom: 15px;
}

body.category-photogallery .post a span {
    color: #000;
    display: block;
    font-size: 14px;
}

/* photo gallery page */

.gallery {
    margin: 0 -5px;
}

.gallery-item {
    padding: 0 5px;
}

.gallery img {
    width: 100%;
    height: auto;
}

/* *** */

.wbox-title {
    margin-bottom: 30px;
}

.wbox p {
    /* word-break: break-all; */
    font-size: 0.9rem;
}

/* comments */

.comment-body {
    border-bottom: 1px solid #e7e8ec;
    padding: 15px 0;
}

.comment-list li .comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.comment-list li .comment-author  cite {
    font-style: normal;
}

.comment-list li img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #dee2e6;
    padding: 2px;
    margin-right: 20px;
}
.comment-list li .comment-meta {
    font-size: 12px;
    margin-bottom: 15px;
}

.comment-list li .children {
    list-style: none;
}

/* Tabs  */

body .nav-tabs li a {
    text-decoration: none !important;
}
