@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic|Roboto+Condensed:400italic,700italic,400,700|Open+Sans:300italic,400italic,600italic,700italic,400,600,300,700);
/*
 Theme Name:   Pat P "Truth"
 Description:  ...
 Template:     kalatu
 Version:      1.0.0
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #f6f6f6;
  font: 14px/1 'Open Sans', arial, helvetica, sans-serif;
  color: #292929;
  position: relative;
  z-index: 1;
}
a {
  color: #0000ff;
}
a:hover {
  color: #0000ff;
  text-decoration: none;
}
strong,
b,
.b {
  font-weight: bold;
}
em,
.i {
  font-style: italic;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.u {
  text-decoration: underline;
}
p {
  padding: 8px 0;
}
ul {
  list-style: disc outside;
  margin-left: 50px;
}
li {
  padding: 8px 0;
}
h3 {
  font-size: 24px;
  padding: 8px 0;
  font-weight: bold;
}
button,
.btn,
.button {
  display: inline-block;
  cursor: pointer;
}
.min-width {
  min-width: 960px;
}
.section {
  position: relative;
  z-index: 2;
}
.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.textFull {
  width: 100%;
}
.clearfix {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
input {
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea {
  padding: 5px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  border: #ccc solid 1px;
}
button,
.btn,
button {
  display: inline-block;
  line-height: 1;
}
.btn-more,
.btn-contant,
#submit {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  border: none;
  border: 0;
  color: #fff;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 12px;
  text-shadow: 0 -1px 0 rgba(19, 26, 0, 0.2);
  text-decoration: none;
  background-color: #df1f26;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.07), rgba(255, 255, 255, 0.07));
  padding: 8px 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.btn-more:hover,
.btn-contant:hover,
#submit:hover {
  color: #fff;
}
.btn-more:hover:after,
.btn-contant:hover:after,
#submit:hover:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("images/read-more.png") no-repeat right top;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#comment {
  width: 100%;
}
.navigation {
  background-color: #ffffff;
  min-height: 60px;
  line-height: 1;
}
.navigation .container {
  padding: 10px 0;
}
.navigation .logo {
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-size: 36px;
  color: #2256a9;
  font-weight: 300;
  float: left;
}
.navigation .logo img {
  max-width: 460px;
  height: auto;
  max-height: 50px;
}
.navigation .logo a {
  color: #2256a9;
  text-decoration: none;
}
.navigation .logo b,
.navigation .logo span,
.navigation .logo strong {
  color: red;
  font-weight: 600;
}
.navigation ul {
  text-align: center;
  padding-top: 15px;
}
.navigation li {
  display: inline;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  z-index: 900;
}
.navigation li a {
  color: #000;
  text-decoration: none;
}
.navigation li a:hover {
  color: #7f7f7f;
}
.navigation .menu-item-has-children > a:after {
  content: '\25bc';
  margin-left: 3px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.navigation .sub-menu {
  display: none;
  width: 200px;
  position: absolute;
  right: 10px;
  top: 100%;
  z-index: 901;
  background: #0a0a0a;
  margin-top: -1px;
  padding: 0;
}
.navigation .sub-menu li {
  display: block;
  padding: 5px;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
}
.navigation .sub-menu a {
  color: #fff;
  font-size: 12px;
  padding: 0;
  display: block;
}
.navigation .sub-menu li:hover,
.navigation .sub-menu a:hover {
  color: #ddd;
}
.navigation .menu-item-has-children:hover > a {
  color: #7f7f7f;
}
.navigation .menu-item-has-children:hover .sub-menu {
  display: block;
}
.top {
  background: #060f1e url('images/top.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 20px;
  z-index: 1;
}
.top .container {
  min-height: 430px;
}
.top .photo {
  float: left;
  width: 285px;
  padding: 75px 0;
  margin-left: 5px;
}
.top .photo img {
  width: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.top .info {
  float: right;
  width: 640px;
  color: #fff;
  line-height: 1;
  margin-right: 5px;
  padding-top: 95px;
}
.top .info h3 {
  font-size: 36px;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  padding-bottom: 30px;
}
.top .info h4 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 30px;
  letter-spacing: 0;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
}
.top .info .btn {
  color: #fefefe;
  font-family: 'Roboto Condensed', arial, helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  width: 386px;
  padding: 20px 0;
  line-height: 1;
  background-color: #df1f26;
  background-image: -webkit-linear-gradient(bottom, #cf1d23 0%, #df1f26 100%);
  background-image: linear-gradient(to top, #cf1d23 0%, #df1f26 100%);
  border-radius: 2px;
  box-shadow: inset 0 0 35px rgba(216, 30, 37, 0.91);
  text-align: center;
}
.top .info .btn:hover {
  background: #df1f26;
}
.top .follow {
  color: #fff;
  position: relative;
  line-height: 1;
  padding-top: 30px;
}
.top .follow h3 {
  display: inline;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  position: relative;
  top: -3px;
  padding-right: 15px;
}
.top .follow a {
  margin: 0 5px;
}
.top-search {
  background-color: #fff;
  padding: 15px 0;
}
.top-search label {
  float: left;
  color: #df1f26;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 15px;
  padding-top: 7px;
}
.top-search form {
  padding-left: 5px;
}
.top-search input {
  height: 29px;
  vertical-align: top;
  margin: 0;
  float: left;
}
.top-search input[type="text"] {
  width: 245px;
  background-color: #c9c9c9;
  padding: 0 10px;
}
.top-search input[type="text"] {
  width: 245px;
  background-color: #c9c9c9;
}
.top-search input[type="submit"] {
  width: 32px;
  background: #df1f26 url(images/search.png) no-repeat center center;
}
.main {
  padding-top: 15px;
}
.content {
  float: left;
  width: 680px;
  line-height: 1.3;
}
.content img {
  max-width: 100%;
  height: auto;
}
.container .image img {
  width: 100%;
}
.width100 {
  width: 100%;
  text-align: center;
}
.post {
  background: #fff;
  margin-bottom: 15px;
  padding: 10px;
}
.post .meta {
  padding: 8px 0;
  font-size: 12px;
  color: #2256a9;
}
.post .meta a {
  color: #2256a9;
  text-decoration: none;
}
.post .meta .post-time {
  float: left;
}
.post .meta .post-comments {
  float: right;
}
.post h3 a {
  color: #292929;
  text-decoration: none;
}
.post .post-more {
  display: block;
  text-align: right;
}
.sidebar {
  float: right;
  width: 260px;
  border-left: #eaeaea solid 1px;
  border-right: #eaeaea solid 1px;
  padding: 0 1px;
}
.sidebar a {
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', arial, helvetica, sans-serif;
}
.sidebar a:hover {
  color: #000;
  text-decoration: underline;
}
.sidebar .box {
  margin-bottom: 20px;
}
.sidebar .box ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.sidebar .box li {
  padding: 0;
}
.sidebar .box-title {
  background-color: #df1f26;
  color: #eee;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
}
.sidebar .widget_categories a {
  display: block;
  line-height: 1;
  padding: 10px 20px 11px 35px;
  background: url("images/bullet-arrow.png") no-repeat 15px 14px;
  color: #333;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.sidebar .widget_categories a:after {
  display: block;
  content: '';
  width: 245px;
  height: 1px;
  background-color: #dbdcdd;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.sidebar .widget_categories a:hover {
  border-right: #df1f26 solid 5px;
  padding-right: 15px;
  background-color: #fff;
}
.sidebar .tagcloud {
  padding: 5px;
}
.sidebar .tagcloud a {
  margin: 2px;
  display: inline-block;
  color: #333;
}
.pagination {
  padding: 10px 0;
  text-align: right;
}
.pagination li {
  display: inline-block;
  margin: 2px;
}
.pagination a {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #292929;
}
.pagination a:hover {
  text-decoration: underline;
}
.pagination .active a {
  background: #df1f26;
  color: #fff;
}
.bottom {
  width: 100%;
  height: 37px;
  background: #122f5b url("images/bottom.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 20px;
}
.footer-content {
  background: #dbdbdb url("images/footer-content.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer-content .container {
  padding: 30px 0;
}
.footer-content h3 {
  font-size: 18px;
}
.footer-content a {
  color: #393939;
  text-decoration: none;
  line-height: 1;
}
.footer-content .col {
  float: left;
  width: 220px;
  min-height: 1px;
}
.footer-content .col-about {
  font-size: 12px;
  color: #393939;
  line-height: 1.3;
}
.footer-content .col-about img {
  max-width: 60px;
  max-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer-content .col-social {
  margin-left: 150px;
  font-size: 13px;
}
.footer-content .col-social ul {
  list-style: none;
  margin: 0;
}
.footer-content .col-social li {
  padding: 4px 0;
  position: relative;
}
.footer-content .col-social li img {
  position: relative;
  bottom: -4px;
  margin-right: 5px;
}
.footer-content .col-contact {
  float: right;
}
.footer-content .col-contact p {
  padding: 5px 0;
}
.footer {
  background-color: #d8262c;
  color: #c3c3c3;
  font-size: 12px;
}
.footer .container {
  text-align: center;
  padding: 20px 0;
}
.footer a {
  color: #c3c3c3;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer ul {
  padding: 0;
}
.footer li {
  display: inline;
}
.footer li:before {
  content: '|';
  padding: 0 4px;
}
.footer li:first-child:before {
  content: '';
}
.main-contacts .error {
  padding: 5px 9px;
  border: 1px solid red;
  color: red;
  border-radius: 3px;
}
.main-contacts .success {
  padding: 5px 9px;
  border: 1px solid green;
  color: green;
  border-radius: 3px;
}
.main-contacts form span {
  color: red;
}
.main-contacts form {
  width: 100%;
}
.main-contacts .inp input,
.main-contacts .inp textarea {
  width: 70%;
  max-width: 400px;
}
.main-contacts .inp textarea {
  height: 300px;
  resize: none;
}
/* Comments */
.comments-area {
  padding: 60px 0 30px 0;
  font-size: 12px;
}
.comments-area h3 {
  margin-left: 10px;
}
.comment-reply-title,
.comments-title {
  margin: 0;
}
.comment-list {
  list-style: none;
  margin: 0 0 48px 0;
}
.comment-list .reply,
.comment-metadata {
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
}
.comment-list .reply {
  margin-top: 24px;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
  color: #767676;
}
.no-comments {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  margin-top: 24px;
  text-transform: uppercase;
}
.comment-form label {
  display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}
.required {
  color: #c0392b;
}
.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  width: 24px;
}
.comment-reply-title small a:hover {
  color: #41a62a;
}
.comment-reply-title small a:before {
  font-size: 32px;
}
.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-previous a {
  margin-right: 10px;
}
#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}
.comment {
  background: #f4f4f4;
  border: #f0f0f0 solid 1px;
  margin: 10px;
  padding: 20px;
}
.comment h5 {
  font-size: 15px;
  font-weight: bold;
}
.comment .comment-head {
  height: 60px;
  border-bottom: #ddd solid 1px;
}
.comment .comment-avatar {
  float: left;
  width: 60px;
}
.comment .comment-avatar img {
  border: #fff 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.comment .comment-info {
  padding-left: 60px;
}
.comment .comment-info h5 {
  padding: 0;
}
.comment .comment-info p {
  padding-top: 5px;
}
@media (max-width: 768px) {
  .min-width {
    min-width: 768px;
  }
  .container {
    width: 768px;
  }
  .navigation .container {
    position: relative;
    z-index: 10;
  }
  .navigation .menu {
    float: none;
    display: none;
    width: 50%;
    position: absolute;
    top: 60px;
    background: #fff;
    right: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navigation .menu li {
    display: block;
    text-align: center;
    border-top: #ccc solid 1px;
  }
  .navigation .menu li li {
    border-left: #ccc solid 5px;
  }
  .navigation .menu a {
    color: #000;
    display: block;
    padding: 15px 10px;
  }
  .navigation .menu.visible {
    display: block;
  }
  .navigation .burger {
    display: block;
    width: 45px;
    height: 40px;
    background: url("images/burger.png") no-repeat center center;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 99;
    border: none;
    border: 0;
    cursor: pointer;
  }
  .top .container {
    height: auto;
    padding-bottom: 30px;
  }
  .top .photo {
    margin-left: 30px;
    padding-top: 80px;
  }
  .top .info {
    width: 390px;
    margin-right: 15px;
    padding-top: 40px;
  }
  .top-search .container {
    text-align: center;
  }
  .top-search form {
    display: inline-block;
  }
  .content {
    float: none;
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .bottom {
    width: 100%;
    min-width: 768px;
  }
  .footer-content .col {
    width: 210px;
  }
  .footer-content .col-about {
    margin-left: 40px;
  }
  .footer-content .col-social {
    margin-left: 30px;
  }
  .footer-content .col-contact {
    margin-right: 30px;
  }
}
@media (max-width: 340px) {
  .min-width {
    min-width: 340px;
  }
  .container {
    width: 340px;
  }
  .navigation .menu {
    width: 100%;
  }
  .bottom {
    width: 100%;
    min-width: 340px;
  }
  .top .container {
    height: auto;
    padding-bottom: 30px;
  }
  .top .photo {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .top .info {
    width: auto;
    float: none;
    display: block;
    margin: 0 20px;
  }
  .top .info .btn {
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .footer-content .container {
    display: flex;
    flex-flow: column;
  }
  .footer-content .col {
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    padding-bottom: 20px;
  }
  .footer-content .col-about {
    order: 1;
  }
  .footer-content .col-social {
    order: 3;
  }
  .footer-content .col-contact {
    order: 2;
  }
}
.cab-author-img-wrapper {
  width: 100px !important;
  height: 100px !important;
}
.cab-author-img-wrapper img {
  width: 100px !important;
  height: 100px !important;
}
