﻿/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Template:       customizr-pro
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

a {
  text-decoration: none;
}

/* =====table_gray===== */

.table_gray {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 1px;
  border: #ccc 1px solid;
  border-collapse: separate;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}

.table_gray th {
  font-weight: bold;
  padding: 12px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

.table_gray th:first-child {
  text-align: left;
  padding-left: 2px;
}

.table_gray tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.table_gray tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.table_gray tr {
  text-align: left;
  padding-left: 2px;
}

.table_gray tr td:first-child {
  text-align: left;
  padding-left: 2px;
  border-left: 0;
}

.table_gray tr td {
  padding: 1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

.table_gray tr:nth-child(even) td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

.table_gray tr:last-child td {
  border-bottom: 0;
}

.table_gray tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.table_gray tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.table_gray tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.table_gray a:link {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.table_gray a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.table_grey a:active,
.table_gray a:hover {
  color: #bd5a35;
  text-decoration: none;
}

/* =====table_line===== */
.table_line {
  width: 100%;
  line-height: 1.3em; /* расстояние между строками в ячейке */
  background-color: #ffffff; /* цвет фона таблицы */
  border-collapse: collapse; /* убираем двойную линию бордера */
}
.table_line tr td {
    padding: 3px; /* поля вокруг содержимого таблицы */
    border: 1px solid #888; /* параметры рамки внутри таблицы */
}
.table_line th {
    text-align: center;
    padding: 3px; /* поля вокруг содержимого верхней строки таблицы */
    background-color: #e5e5e5; /* цвет фона верхней строки */
    color: #000; /* цвет шрифта верхней строки */
}
.table_line tr:hover {
  background-color: #f9f9f9;  /* цвет строки при наведении курсора */
}
@media (max-width: 530px) {
	.alignleft.tc-smart-loaded {
		width: 100%;
	}
}


.comment-item {
    margin: 15px 0;
}
.comment-item__profile {
    display: flex;
    align-items: center;
}
.profile-photo {
    border-radius: 100%;
    overflow: hidden;
    max-width: 65px;
}
.profile-name {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 5px;
}
.profile-name .profile-name__first-name {margin: 0 5px;}
.comment-item__content {
    border: solid 1px #ddd;
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
    border-radius: 7px;
}


.img-txt img {
    float: left;
    margin-bottom: 0;
}
.img-tx p {text-align: left;}

.post-content .czr-wp-the-content img .img-txt img {
    float: left;
    margin-bottom: 0;
}

.alignleft {
    float: left !important;
    margin: 0.375em 1.75em 1.75em 0;
}

@media (max-width: 767px) {
  #footer_two aside {
    margin-left: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.footer__wrapper .textwidget {
  margin: auto;
}
#footer_two aside#custom_html-8 {
  white-space: nowrap;
  position: unset !important;
}
.textwidget img {
  float: unset !important;
}
#text-7 .textwidget p:nth-child(1) {
  display: flex;
  align-items: center;
  margin-left: 47px;
  position: relative;
  top: 13px;
}
}

@media (max-width: 540px) {
  #text-7 .textwidget p:nth-child(1) {
    display: flex;
    align-items: center;
    margin-left: 45px !important;
    position: relative;
    top: 3px;
}
}