/* 
	Table of Contents

	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	     05. Base WordPress CSS -----------------------
	     06. Gallery ----------------------------------
	     07. Pagination -------------------------------
	     08. Comments ---------------------------------
	     09. Search Form ------------------------------
	     10. Form Elements ----------------------------
	     11. Button -----------------------------------
	         Button Block -----------------------------
	     12. Wrapper ----------------------------------
	     13. Shell ------------------------------------
	     14. Container --------------------------------
	     15. Header -----------------------------------
	     16. Main -------------------------------------
	     17. Content ----------------------------------
	     18. Sidebar ----------------------------------
	     19. Widget -----------------------------------
	     20. Footer -----------------------------------
	     21. Form Contact -----------------------------
	         Mobile -----------------------------------
	     22. News Room --------------------------------
	     23. Widget Categories ------------------------
	     24. Container Subdirectory -------------------
	         Mobile -----------------------------------
	     25. Main Nav ---------------------------------
	     26. Search Results ---------------------------
	     27. Footer Subscribe -------------------------
	     28. News  ------------------------------------
	         Tablet Portrait --------------------------
	     29. Home -------------------------------------
	     30. Single Author ----------------------------
	     31. News Room Single - Sidebar  --------------
	         Mobile -----------------------------------
 */

.ico-arrow-down {
    background: url(../images/sprite/ico-arrow-down.png) no-repeat 0 0;
    width: 19px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-arrow {
    background: url(../images/sprite/ico-arrow.png) no-repeat 0 0;
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-book-white {
    background: url(../images/sprite/ico-book-white.png) no-repeat 0 0;
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-book {
    background: url(../images/sprite/ico-book.png) no-repeat 0 0;
    width: 15px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-download {
    background: url(../images/sprite/ico-download.png) no-repeat 0 0;
    width: 10px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-facebook-alt {
    background: url(../images/sprite/ico-facebook-alt.png) no-repeat 0 0;
    width: 9px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-facebook {
    background: url(../images/sprite/ico-facebook.png) no-repeat 0 0;
    width: 9px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-link {
    background: url(../images/sprite/ico-link.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-paging-next {
    background: url(../images/sprite/ico-paging-next.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-paging-prev {
    background: url(../images/sprite/ico-paging-prev.png) no-repeat 0 0;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-pinterest {
    background: url(../images/sprite/ico-pinterest.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-rows {
    background: url(../images/sprite/ico-rows.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-squares {
    background: url(../images/sprite/ico-squares.png) no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-tumblr {
    background: url(../images/sprite/ico-tumblr.png) no-repeat 0 0;
    width: 11px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-twitter-alt {
    background: url(../images/sprite/ico-twitter-alt.png) no-repeat 0 0;
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-twitter {
    background: url(../images/sprite/ico-x-@2-side-bar.svg) no-repeat 0 0;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-tiktok {
    background: url(../images/sprite/ico-tiktok@2-side-bar.svg) no-repeat 0 0;
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-tiktok {
    background: url(../images/sprite/ico-tiktok@2-side-bar.svg) no-repeat 0 0;
    width: 17px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-bluesky {
    background: url(../images/sprite/ico-bluesky.svg) no-repeat 0 0;
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.ico-zoom {
    background: url(../images/sprite/ico-zoom.png) no-repeat 0 0;
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

@media (min-resolution: 192dpi) {
    .ico-arrow-down {
        background: url(../images/sprite/ico-arrow-down@2x.png) no-repeat 0 0;
        width: 19px;
        height: 12px;
        background-size: 19px 12px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-book-white {
        background: url(../images/sprite/ico-book-white@2x.png) no-repeat 0 0;
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-book {
        background: url(../images/sprite/ico-book@2x.png) no-repeat 0 0;
        width: 15px;
        height: 14px;
        background-size: 15px 14px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-download {
        background: url(../images/sprite/ico-download@2x.png) no-repeat 0 0;
        width: 10px;
        height: 13px;
        background-size: 10px 13px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-facebook-alt {
        background: url(../images/sprite/ico-facebook-alt@2x.png) no-repeat 0 0;
        width: 9px;
        height: 17px;
        background-size: 9px 17px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-link {
        background: url(../images/sprite/ico-link@2x.png) no-repeat 0 0;
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-twitter-alt {
        background: url(../images/sprite/ico-twitter-alt@2x.png) no-repeat 0 0;
        width: 17px;
        height: 13px;
        background-size: 17px 13px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }

    .ico-zoom {
        background: url(../images/sprite/ico-zoom@2x.png) no-repeat 0 0;
        width: 13px;
        height: 13px;
        background-size: 13px 13px;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
    }
}

.cols:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background: #fff;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.65em;
}

h1 {
    font-size: ;
}

h2 {
    font-size: ;
}

h3 {
    font-size: ;
}

h4 {
    font-size: ;
}

h5 {
    font-size: ;
}

h6 {
    font-size: ;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.3em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}


/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}


/*  Hidden  */

[hidden],
.hidden {
    display: none;
}


/*  Alignleft  */

.alignleft {
    float: left;
}


/*  Alignright  */

.alignright {
    float: right;
}


/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}


/*  Grid  */

.cols {
    margin: 0 -15px;
}

.cols:after {
}

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}


/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

/* ------------------------------------------------------------ *\
	Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter {
    margin: 5px 15px 10px;
}

.alignleft {
    margin-left: 0;
}

.alignright {
    margin-right: 0;
}

.alignnone {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

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

.wp-caption {
    position: relative;
}

.wp-caption img {
    width: 100%;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.gallery-item {
    float: left;
    position: relative;
    padding: 10px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.67%;
}

.gallery-columns-7 .gallery-item {
    width: 14.29%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
    display: none;
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging {
    padding: 0 0 20px;
    text-align: center;
}

.paging ul {
    list-style: none outside none;
}

.paging ul,
.paging li {
    display: inline-block;
    vertical-align: top;
}

.paging a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #000;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 4px;
}

.paging .current a,
.paging a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.paging-label {
    padding-right: 10px;
}

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments {
    padding-top: 15px;
}

.section-comments a {
    text-decoration: none;
}

.section-comments p {
    padding-bottom: 18.2px;
}

.section-comments ol,
.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px;
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0;
}

.comments,
.comments .children {
    position: relative;
}

.comments .children:before,
.comments .children:after {
    content: '';
    position: absolute;
    display: block;
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px;
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3;
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636;
}

.comments .children {
    padding-left: 70px;
}

.comments .avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.comments .says {
    padding-left: 5px;
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999;
}

.comments .comment-entry {
    position: relative;
    padding: 30px 0 30px 65px;
}

.comments .comment-text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments .comment-meta {
    padding-bottom: 12px;
}

.comments .comment-meta a {
    color: #363636;
}

.comments .comment-reply {
    padding-top: 10px;
    text-align: right;
}

.comments .comment-reply a {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border-radius: 6px;
}

.comments .comment-reply a:hover {
    text-decoration: none;
    opacity: .8;
}

.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636;
}

.comment-respond h3 {
    position: relative;
}

.comment-respond small {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-respond label {
    display: block;
    padding-bottom: 4px;
}

.comment-respond input[type="text"],
.comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.comment-respond textarea {
    width: 100%;
    height: 100px;
}

.comment-respond input[type="text"]:focus {
    background-color: #fff;
}

.comment-respond input[type="text"]:-ms-input-placeholder {
    color: #777;
}

.comment-respond input[type="text"]::placeholder {
    color: #777;
}

.comment-respond textarea {
    width: 100%;
}

.comment-respond .required {
    color: #e40000;
}

.comment-respond .comment-notes {
    padding-top: 15px;
}

.comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer;
    border-radius: 4px;
}

.nocomments {
    padding-top: 12px;
    font-weight: bold;
    font-size: 18px;
}

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form {
    position: relative;
    overflow: hidden;
}

.search-form .search-field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.search-form .search-field:focus {
    background-color: #fff;
}

.search-form .search-field:-ms-input-placeholder {
    color: #777;
}

.search-form .search-field::placeholder {
    color: #777;
}

.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden;
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
}

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    appearance: none;
}


/*  Button Block  */
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    min-height: 100vh;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container {
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main {
}

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {
}

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {
}

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets {
    list-style: none outside none;
}

.widget {
    margin-bottom: 15px;
}

.widget ul {
    list-style: none outside none;
    margin: 0;
}

.widget li {
    padding: 5px 0;
}

.widget-title {
    padding-bottom: 5px;
    margin-bottom: 12px;
}

.widget_categories .screen-reader-text {
    display: none;
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px;
}

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.widget_calendar td,
.widget_calendar th {
    padding: 5px;
    border: 1px solid #000;
}

.widget_calendar caption {
    padding: 12px;
    font-weight: bold;
}

.widget_calendar tfoot {
    font-weight: bold;
}

.widget_rss .rsswidget {
    vertical-align: middle;
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
}

.list-contacts {
    max-width: 870px;
    margin: 0 auto 10px;
    padding-left: 0;
}

.list-contacts ul {
    list-style: none outside none;
    padding-left: 0;
}

.list-contacts > ul > li {
    margin-bottom: 34px;
    font-family: "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 16px;
    line-height: 1.5;
    color: #454441;
}

.list-contacts > ul > li:last-child {
    margin-bottom: 0;
}

.list-contacts li h2 {
    max-width: none;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.list-contacts li > p {
    margin-top: 6px;
}

.list-contacts address {
    margin: 0;
    font-style: normal;
}

.list-contacts a {
    color: inherit;
}

.list-contacts a[href^="mailto"] {
    color: #8b8982;
}

.list-contacts ul ul {
    padding-left: 0;
}

.list-contacts ul ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}

.list-contacts ul ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a5a39b;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-contacts ul ul p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/* ------------------------------------------------------------ *\
	Form Contact
\* ------------------------------------------------------------ */

.form-contact {
}

.form-contact .gform_wrapper .gform_heading {
    margin-bottom: 23px;
}

.form-contact .gform_wrapper h3.gform_title {
    margin: 0 0 4px;
    font-size: 28px;
    font-weight: 400;
}

.form-contact .gform_wrapper span.gform_description {
    width: 100%;
    margin-bottom: 0;
}

.form-contact .gform_wrapper ul.gform_fields {
    margin-right: -2% !important;
}

.form-contact .gform_body,
.form-contact .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
    border-top: 2px solid #d6d6d6;
}

.form-contact .gform_body:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #d6d6d6;
    margin-bottom: -1px;
    background-color: #fff;
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotateZ(-45deg) translateX(-50%);
}

.form-contact .gform_wrapper ul li.gfield,
.form-contact .gform_wrapper ul.gform_fields li.gfield {
    float: left;
    clear: none;
    width: 48%;
    margin: 0 2% 13px 0;
    padding: 0;
}

.form-contact .gform_wrapper ul li.gfield-select,
.form-contact .gform_wrapper ul.gform_fields li.gfield-select,
.form-contact .gform_wrapper ul li.gfield-textarea,
.form-contact .gform_wrapper ul.gform_fields li.gfield-textarea {
    float: none;
    clear: both;
    width: auto;
}

.form-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0 17px;
    font: 400 16px/22px "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.form-contact .gform_wrapper .top_label input.medium,
.form-contact .gform_wrapper .top_label select.medium {
    width: 100%;
}

.form-contact .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

.form-contact .gform_wrapper .gform_footer {
    padding: 7px 0 29px;
    border-bottom: 2px solid #d6d6d6;
    margin-top: 0;
}

.form-contact .gform_wrapper .gform_footer:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #d6d6d6;
    margin-top: -7px;
    background-color: #fff;
    -ms-transform: rotate(-45deg) translateX(-50%);
    transform: rotateZ(-45deg) translateX(-50%);
    -ms-transform-origin: center top;
    transform-origin: center top;
}

.form-contact .gform_wrapper .gform_footer input.button,
.form-contact .gform_wrapper .gform_footer input[type=submit],
.form-contact .gform_wrapper .gform_page_footer input.button,
.form-contact .gform_wrapper .gform_page_footer input[type=submit] {
    min-height: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
}

/* Mobile */
@media (max-width: 767px) {
    .form-contact .gform_wrapper ul.gform_fields {
        margin-right: 0 !important;
    }

    .form-contact .gform_wrapper ul li.gfield,
	.form-contact .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
    }

    .gform_wrapper input[type='submit'] {
        display: inline-block;
        width: auto !important;
        min-height: 0 !important;
        line-height: 18px !important;
    }
}

/* ------------------------------------------------------------ *\
	News Room
\* ------------------------------------------------------------ */

.news .post-preview .text-holder h2,
.news-room .news .post-preview .text-holder h2 {
    font-size: 28px;
    line-height: 1.36;
    color: #454441;
}

/* ------------------------------------------------------------ *\
	Widget Categories
\* ------------------------------------------------------------ */

.sidebar-holder .widget_categories {
    color: #8b8982;
}

.sidebar-holder .widget_categories ul {
    padding-left: 0;
    list-style: none outside one;
}

@media (min-width: 1024px) {
    .sidebar-holder .widget_categories {
        font-size: 14px;
        background: #fff;
        position: relative;
        border: 2px solid #d6d6d6;
    }
}

.sidebar-holder .widget_categories:before,
.sidebar-holder .widget_categories:after {
    left: 50%;
    width: 13px;
    height: 13px;
    position: absolute;
    background: #fff;
    border: 2px solid #d8d8d8;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 1024px) {
    .sidebar-holder .widget_categories:before,
	.sidebar-holder .widget_categories:after {
        content: '';
    }
}

.sidebar-holder .widget_categories:before {
    top: -7px;
}

.sidebar-holder .widget_categories:after {
    bottom: -7px;
}

@media (min-width: 1024px) {
    .sidebar-holder .widget_categories .widgettitle {
        border-bottom: 1px solid #e2e2e2;
        background: #f5f2ee;
        letter-spacing: .03em;
        color: #514f4d;
        text-transform: uppercase;
        font: 700 13px "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }
}

@media (min-width: 1024px) {
    .sidebar-holder .widget_categories .widgettitle {
        cursor: unset;
        padding: 13px 0 10px 20px;
    }
}

.sidebar-holder .widget_categories li {
    padding: 0;
}

.sidebar-holder .widget_categories li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-holder .widget_categories a {
    display: block;
}

@media (min-width: 1024px) {
    .sidebar-holder .widget_categories a {
        padding: 13px 0 7px 20px;
    }
}

.sidebar-holder .widget_categories a:not(:hover) {
    color: inherit;
}

/* ------------------------------------------------------------ *\
	Container Subdirectory
\* ------------------------------------------------------------ */

.container-subdirectory blockquote {
    position: relative;
    max-width: 626px;
    padding: 82px 0 0 52px;
    border: none;
    margin: 0 0 52px;
    font-size: 35px;
    line-height: 1.34;
    color: #a5a39b;
}

.container-subdirectory blockquote:before {
    content: '';
    position: absolute;
    top: 43px;
    left: 52px;
    width: 143px;
    height: 2px;
    background-color: #d6d6d6;
}

.container-subdirectory blockquote:after {
    content: '';
    position: absolute;
    top: 39px;
    left: 118px;
    width: 12px;
    height: 12px;
    border: 2px solid #d6d6d6;
    outline: 7px solid #fff;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Mobile */
@media (max-width: 767px) {
    .container-subdirectory blockquote {
        padding: 49px 0 0;
        margin-bottom: 21px;
    }

    .container-subdirectory blockquote:before {
        top: 23px;
        left: 0;
    }

    .container-subdirectory blockquote:after {
        top: 19px;
        left: 66px;
    }
}

/* ------------------------------------------------------------ *\
	Main Nav
\* ------------------------------------------------------------ */

.main-nav .submenu.several .submenu-holder div ul {
    margin-bottom: 0;
}

.main-nav > li.submenu .submenu-holder > div {
    width: 176px;
}

.main-nav .submenu-holder div > a {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 900;
}

.main-nav > li .submenu-holder div a span {
    display: block;
}

.main-nav > li .submenu-holder div a:hover span {
    border: none;
    text-decoration: underline;
}

.main-nav > li .submenu-holder .view-all {
    border: none;
    margin-top: 3px;
}

.main-nav > li .submenu-holder .view-all > a {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.main-nav > li .submenu-holder .view-all > a:hover {
    text-decoration: underline;
}

.main-nav > li .submenu-holder .view-all > a:after,
.main-nav > li .submenu-holder .view-all > a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-color: currentColor;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-nav > li .submenu-holder .view-all > a:before {
    width: 6px;
    height: 2px;
    margin-left: 0;
}

.main-nav > li .submenu-holder .view-all > a:after {
    width: 2px;
    height: 6px;
    margin-right: 2px;
}

/* ------------------------------------------------------------ *\
	Search Results
\* ------------------------------------------------------------ */

.nav-wrapper .popup[style^='display: none'] {
    overflow: hidden;
}

.nav-wrapper .popup .search-results.active {
    z-index: 1;
}

/* ------------------------------------------------------------ *\
	Footer Subscribe
\* ------------------------------------------------------------ */

#footer .form-wrapper .gform_wrapper.gf_browser_chrome .gform_body {
    width: 100%;
    margin-right: 4px;
}

#footer .form-wrapper .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0;
}

#footer .form-wrapper .gform_wrapper .top_label .gfield_label {
    display: none;
}

body #footer .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

#footer .form-wrapper form input[type='text'] {
    width: 100%;
    padding: 10px 9px;
    font: 400 16px/22px "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#footer .form-wrapper .gform_wrapper .gform_footer {
    width: auto;
    min-width: 138px;
    margin: 0;
    padding: 0;
}

#footer .form-wrapper .gform_wrapper .gform_footer input.button,
#footer .form-wrapper .gform_wrapper .gform_footer input[type=submit],
#footer .form-wrapper .gform_wrapper .gform_page_footer input.button,
#footer .form-wrapper .gform_wrapper .gform_page_footer input[type=submit] {
    margin: 0;
    width: 100% !important;
    border-color: #a5a39b;
    background-color: #a5a39b;
    font: 700 13px/18px "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    box-shadow: inset 0 0 0 2px #f5f2ee;
}

#footer .form-wrapper .gform_wrapper .gform_footer input.button:hover,
#footer .form-wrapper .gform_wrapper .gform_footer input[type=submit]:hover,
#footer .form-wrapper .gform_wrapper .gform_page_footer input.button:hover,
#footer .form-wrapper .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #8b8982;
}

/* ------------------------------------------------------------ *\
	News 
\* ------------------------------------------------------------ */

.news .post-preview .text-holder h2 {
    font-size: 16px;
    color: #8b8982;
}

/* Tablet Portrait */
@media (max-width: 1023px) {
    .minor-news.hidden-mobile > .post-preview:last-child {
        display: none;
    }
}

.promos-holder p {
    display: none;
}

/* ------------------------------------------------------------ *\
	Home
\* ------------------------------------------------------------ */

@media(max-width: 767px) {
    .home .tab-content .jcf-scrollbar-horizontal {
        opacity: 0 !important;
    }
}

/* ------------------------------------------------------------ *\
	Single Author
\* ------------------------------------------------------------ */

.single-crb_author .section-default + .promos .promos-content {
    max-width: 870px;
}

/* ------------------------------------------------------------ *\
	News Room Single - Sidebar 
\* ------------------------------------------------------------ */

/* Mobile */
@media (max-width: 767px) {
    .news-room-holder .sidebar-holder .widget_categories:after,
	.news-room-holder .sidebar-holder .widget_categories:before {
        display: none;
    }

    .news-room-holder .container,
	.news-room-holder .container .clearfix {
        background-color: inherit;
    }

    .news-room-holder .socials {
        position: relative;
        z-index: 20;
        margin: -10px 0;
        background-color: inherit;
    }

    .news-room-holder .socials > span {
        line-height: 46px;
    }

    .news-room-holder .socials > ul {
        margin: 0;
    }
}

.book-imprint {
    display: none;
}

.book-imprint span {
    display: block;
}

.book-imprint.active {
    display: block;
}

.featured-book-image {
    display: none;
}

.featured-book-image.active {
    display: block;
}

.pagination {
    overflow: hidden;
}

.pagination .alignleft {
    float: left;
}

.pagination .alignright {
    float: right;
}

.popup .search-results.active .cover img {
    height: auto;
}

#gform_wrapper_1.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    text-transform: initial;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 10px;
    color: #454441;
}

#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
    margin: 5px 0 0;
    background: transparent;
    color: #454441;
    width: 100%;
}

#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder,
#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]):-moz-placeholder,
#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"])::-moz-placeholder,
#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"])::-ms-input-placeholder,
#gform_wrapper_6.gform_wrapper input:not([type="text"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"])::-webkit-input-placeholder {
    color: #454441;
}

