/*!
Theme Name: whiteangel
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whiteangel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

whiteangel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Theme Name: Penscratch
 * Theme URI: https://wordpress.com/themes/whiteangel/
 * Author: Automattic
 * Author URI: https://wordpress.com/themes/
 * Description: A clean, responsive writing theme with support for site logos, featured images, fancy pull quotes, and more.
 * Version: 10.0.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: whiteangel
 * Tags: gray, white, custom-background, custom-header, custom-menu, flexible-header, editor-style, post-formats, one-column, two-columns, right-sidebar, full-width-template, rtl-language-support, translation-ready, fixed-layout, responsive-layout
 * 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.
 *
 * Penscratch is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/ */


/* =Reset
-------------------------------------------------------------- */

/* =Reset
-------------------------------------------------------------- */
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
th {
    /* font-family: inherit; */
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/4/#c790 */

    overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */

    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
    /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
    -webkit-box-sizing: border-box;
    /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
    -moz-box-sizing: border-box;
    /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
    box-sizing: border-box;
}

* {
    outline: none;
}

body {
    background: #fff;
}

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

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
}

caption,
th,
td,
th {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}

blockquote,
q {
    quotes: '' '';
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
    font-size: 100%;
}

html {
    font-size: 16px;
    line-height: 1.5em;
}

body,
button,
input,
select,
textarea {
    /* font-family: Georgia, 'Bitstream Charter', serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 24px;
}

ul,
ol {
    margin: 0 0 24px 36px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 24px;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 24px 24px;
}

b,
strong {
    font-weight: 600;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 24px;
}

address {
    margin: 0 0 24px;
}

pre {
    /* font-family: 'Courier 10 Pitch', Courier, monospace; */
    font-family: 'Roboto', sans-serif;
    font-size: .9375em;
    line-height: 1.6em;
    overflow: auto;
    max-width: 100%;
    margin-top: -2px;
    margin-bottom: 24px;
    padding: 24px;
    background: rgba(119, 119, 119, .5);
}

code,
kbd,
tt,
var {
    /*  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace; */
    font-family: 'Roboto', sans-serif;
    font-size: .875em;
    line-height: 1.71429em;
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 0 0 24px;
}

th {
    font-weight: bold;
}

img {
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    height: auto;
    /* Adhere to container width. */
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    font-weight: 600;
    line-height: 24px;
    position: absolute !important;
    z-index: 100000;
    top: 24px;
    left: 24px;
    display: inline-block;
    clip: auto !important;
    padding: 24px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
    box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
}

/* Clearing */
.clear:before,
.clear:after {
    display: table;
    content: '';
}

.clear:after {
    clear: both;
}

.entry-content:before,
.entry-content:after {
    display: table;
    content: '';
}

.entry-content:after {
    clear: both;
}

.comment-content:before,
.comment-content:after {
    display: table;
    content: '';
}

.comment-content:after {
    clear: both;
}

.site-header:before,
.site-header:after {
    display: table;
    content: '';
}

.site-header:after {
    clear: both;
}

.site-content:before,
.site-content:after {
    display: table;
    content: '';
}

.site-content:after {
    clear: both;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.site-footer:after {
    clear: both;
}

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3, S5, Chrome */

    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */

    /* *vertical-align: middle; */
    /* Improves appearance and consistency in all browsers */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    /* Corrects inability to style clickable 'input' types in iOS */
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    /* Improves usability and consistency of cursor style between image-type 'input' and others */

    -webkit-appearance: button;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    /* Corrects inner padding and border displayed oddly in FF3 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

    border: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
    color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Improves readability and alignment in all browsers */

    width: 98%;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
}

* html {
    font-size: 100%;
}

html {
    font-size: 16px;
    line-height: 1.7em;
}

.menu-toggle:before,
.format-link .entry-title a:after,
.social-links ul a:before {
    /* font-family: 'Genericons'; */
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: bottom;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

/* =Global */
body {
    background-color: #eee;
    /* font-family: "Roboto Slab", Georgia, Times, serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: #666;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 14px 27px 14px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 14px 0 14px 27px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 14px auto;
}

.alignnone {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    /*  font-family: "Roboto Slab", Georgia, Times, serif; */
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 27px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h3,
#respond h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 27px 0;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 27px 0;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 27px 0;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 27px 0;
}

hr {
    height: 0;
    margin-top: -1px;
    margin-bottom: 24px;
    padding-top: 24px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 27px;
}

ul {
    margin: 0 0 27px 27px;
    list-style: disc;
}

ul ul {
    list-style: square;
}

ul ul ul {
    list-style: circle;
}

ol {
    margin: 0 0 27px 27px;
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 27px;
}

dt {
    font-weight: 400;
}

dd {
    margin: 14px 0 14px 27px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 27px;
    padding-left: 48px;
    position: relative;
    color: #999;
}

blockquote:before {
    /* font-family: Genericons; */
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #eee;
    content: "\f106";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

blockquote blockquote {
    font-size: inherit;
}

blockquote cite {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-top: 7px;
    width: 100%;
    text-align: right;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    /*  font-family: "Roboto Slab", Georgia, Times, serif; */
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 3px solid #eee;
    background: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

button:hover,
button:focus,
button:active,
input[type='button']:hover,
input[type='button']:focus,
input[type='button']:active,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='reset']:active,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='submit']:active {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #1c7c7c;
    border-color: #1c7c7c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}

input[type='text']:active,
input[type='text']:focus,
input[type='email']:active,
input[type='email']:focus,
input[type='url']:active,
input[type='url']:focus,
input[type='password']:active,
input[type='password']:focus,
input[type='search']:active,
input[type='search']:focus {
    border-color: #d4d4d4;
    outline: none;
    background: white;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 12px;
    border: 1px solid #eee;
}

textarea:active,
textarea:focus {
    border-color: #d4d4d4;
    outline: none;
}

address {
    font-style: italic;
    margin-bottom: 27px;
}

pre {
    background: transparent;
    color: #666;
    /* 	font-family: "Roboto Slab", Georgia, Times, serif; */
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    overflow: auto;
    max-width: 100%;
    margin-bottom: 27px;
    padding: 0;
}

code,
kbd,
tt,
var {
    font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 1em;
    line-height: 2.09231em;
}

abbr,
acronym {
    margin-bottom: 26px;
    cursor: help;
    border-bottom: 1px dotted #eee;
}

mark,
ins {
    text-decoration: none;
    background: fff9c0;
}

sup,
sub {
    font-size: .8125em;
    line-height: 2.09231em;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: .8125em;
    line-height: 2.09231em;
}

big {
    font-size: 1.2em;
    line-height: 1.36em;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin-bottom: 27px;
}

td,
th {
    padding: 7px 3px 6px;
    border-collapse: collapse;
    /*     border-bottom: 1px solid #eee; */
}

th {
    font-weight: bold;
    padding-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-width: 3px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Links */
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #1c7c7c;
}

a:visited {
    color: #1c7c7c;
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #999;
}

/* =Layout */
.site {
    margin: 0 auto;
    padding: 27px;
    background: white;
}

.site-footer {
    font-size: .8125em;
    line-height: 2.09231em;
    clear: both;
    width: 100%;
    margin: 24px 0 0;
    padding: 14px 0 0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border-top: 3px solid #eee;
}

.site-footer a {
    text-decoration: none;
    color: #999;
}

.site-footer a:hover {
    color: #1c7c7c;
}

.site-footer .sep {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    margin: 0;
}

.site-content .widget-area {
    margin-top: 27px;
    padding-top: 24px;
    border-top: 3px solid #eee;
}

/* =Header */
.site-header {
    margin: 0 0 27px;
    /*     padding: 0 0 24px;
    border-bottom: 3px solid #eee; */
}

.site-logo {
    display: block;
    width: auto;
    max-height: 150px;
    margin: 0 auto 7px;
}

.custom-header {
    display: block;
    margin: 0 auto;
    margin-bottom: 27px;
    border-radius: 5px;
}

.site-branding {
    clear: both;
    margin-bottom: 14px;
    text-align: center;
}

.site-title {
    font-size: 27px;
    line-height: 1;
    position: relative;
    z-index: 2;
    display: inline-block;
    clear: none;
    margin: 0;
}

.site-title a {
    text-decoration: none;
    color: #666;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 7px auto;
    text-align: center;
}

/* =Menu */
.main-navigation {
    /*     border-top: 3px solid #eee;
    font-weight: normal; */
    position: relative;
    display: block;
    /*     letter-spacing: 1px;
    margin-top: 27px;
    padding-top: 24px;
    text-transform: uppercase; */
    z-index: 1;
}

.main-navigation ul {
    clear: both;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    display: block;
}

.main-navigation li:hover>a {
    color: #1c7c7c;
}

.main-navigation a,
.main-navigation a:visited {
    display: block;
    padding: 14px 0 14px;
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #eee;
}

.main-navigation ul:first-child>li:last-of-type a {
    border-bottom: 0;
}

.current_page_item a,
.current-menu-item a,
.current_page_item a:visited,
.current-menu-item a:visited {
    color: #1c7c7c;
}

/* Small menu */
.menu-toggle,
.main-navigation.toggled .nav-menu {
    display: block;
}

.menu-toggle {
    margin: 0 auto;
    position: relative;
    padding: 5px 7px;
    border: 1px solid #eee;
}

.menu-toggle:before {
    font-size: 16px;
    margin-right: 5px;
    content: '\f419';
    position: relative;
    top: -2px;
}

.toggled .menu-toggle {
    color: #1c7c7c;
    border-color: #1c7c7c;
}

.main-navigation ul:first-child {
    display: none;
}

.main-navigation ul ul li a {
    padding-left: 14px;
}

.main-navigation ul ul ul li a {
    padding-left: 28px;
}

.main-navigation ul ul ul ul li a {
    padding-left: 42px;
}

/* =Content */
.hentry {
    position: relative;
    /*     margin: 0 0 53px;
    padding: 0 0 27px;
    border-bottom: 1px solid #eee; */
}

.site-main .hentry:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.byline,
.updated {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.attachment-whiteangel-featured {
    margin: 14px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    border-radius: 3px;
}

.hentry:hover .attachment-whiteangel-featured {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .7;
}

.entry-footer,
.entry-meta {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin: 0 0 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}

.entry-footer a,
.entry-meta a,
.entry-footer a:visited,
.entry-meta a:visited {
    color: #999;
}

.entry-footer a:hover,
.entry-meta a:hover {
    color: #1c7c7c;
}

.entry-title {
    font-size: 1.75em;
    line-height: 1.10em;
    line-height: 1.21429em;
    margin: 0 0 7px;
}

.entry-title a,
.entry-title a:visited {
    text-decoration: none;
    color: #666;
}

.entry-title a:hover {
    color: #1c7c7c;
}

.page .entry-title {
    margin: 0 0 27px;
}

.sep {
    margin: 0 3px;
}

.page-links {
    clear: both;
    margin: 27px 0;
    word-spacing: 7px;
}

.page-title {
    font-size: 18px;
    line-height: 1.36em;
    margin: 0;
    padding-bottom: 14px;
    letter-spacing: 1px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.page-header {
    margin-bottom: 27px;
}

.taxonomy-description {
    font-style: italic;
    margin-top: 27px;
}

/* =Post Formats */
.format-link .entry-title a:after {
    font-size: 32px;
    margin-left: 5px;
    content: '\f442';
}

/* =Media */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 27px;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: .8125em;
    line-height: 1.5675em;
    margin: 14px 0;
    padding: 0 1%;
}

.site-content .gallery {
    margin-bottom: 27px;
}

.site-content .gallery a img {
    max-width: 90%;
    height: auto;
}

.site-content .gallery dd {
    margin: 0;
}

/* Gallery column widths */
.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.667%;
}

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

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

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

.site-content .gallery-columns-1.gallery a img {
    max-width: 100%;
}

.gallery-item {
    display: inline-block;
    margin-bottom: 14px;
    text-align: center;
    vertical-align: top;
}

.gallery-item img {
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
}

.gallery-caption {
    font-size: .8125em;
    line-height: 2.09231em;
    line-height: 2.09231em;
    max-width: 90%;
    margin: 0 auto;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation */
.site-main .post-navigation,
.site-main .paging-navigation {
    font-size: .8125em;
    font-style: italic;
    line-height: 2.09231em;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.site-main .post-navigation .meta-nav,
.site-main .paging-navigation .meta-nav {
    clear: both;
    color: #1c7c7c;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-main .post-navigation .nav-previous a,
.site-main .paging-navigation .nav-previous a {
    color: #aaa;
    position: relative;
    float: left;
    width: 50%;
    text-decoration: none;
}

.site-main .post-navigation .nav-next a,
.site-main .paging-navigation .nav-next a {
    color: #aaa;
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    text-decoration: none;
}

.site-main .post-navigation a,
.site-main .paging-navigation a {
    color: #aaa;
}

.site-main .post-navigation a:hover,
.site-main .paging-navigation a:hover {
    color: #666;
}

.comment-navigation:before,
.comment-navigation:after {
    display: table;
    content: '';
}

.comment-navigation:after {
    clear: both;
}

.site-main .comment-navigation {
    font-size: .8125em;
    line-height: 2.09231em;
    line-height: 1.5;
    clear: both;
    width: 100%;
    margin: 27px 0;
    padding: 12px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.site-main .comment-navigation .nav-previous {
    position: relative;
    float: left;
    width: 50%;
    text-align: left;
}

.site-main .comment-navigation .nav-next {
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
}

/* =Comments */

.comments-area {
    /*    margin: 24px auto 0;
    border-top: 3px solid #eee; */
}

.comments-title,
#respond h3 {
    font-size: 1.2em;
    line-height: 1.36em;
    color: #999;
}

.comments-title small,
.comment-reply-title small {
    float: right;
}

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

.comment-list {
    margin: 0;
}

.comment-list>.comment:first-of-type {
    padding-top: 0;
    border-top: 0;
}

.comment {
    margin-top: 26px;
    padding-top: 27px;
    border-top: 1px solid #eee;
}

.comment-meta {
    text-transform: uppercase;
}

.comment-meta a {
    color: #666;
}

.comment-meta .comment-author img {
    float: left;
    border-radius: 50%;
}

.comment-meta .comment-author .fn {
    display: block;
    font-weight: normal;
    margin-left: 74px;
    text-transform: none;
}

.comment-meta .comment-metadata {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin-bottom: 27px;
    margin-left: 74px;
    letter-spacing: 1px;
    color: #999;
}

.comment-meta .comment-metadata a {
    color: #999;
}

.comment-meta .comment-metadata a:hover {
    color: #1c7c7c;
}

.comments-area .edit-link:before {
    display: inline;
    margin: 0 7px;
    content: ' ~ ';
}

.comment-form label {
    display: inline-block;
    width: 109px;
}

.required {
    color: #1c7c7c;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
    position: relative;
    margin: 0 0 27px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    position: absolute;
    top: 7px;
    left: 0;
    padding: 7px 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
    display: block;
    width: 100%;
    margin: 0 0 27px;
    padding-left: 100px;
}

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
    clear: both;
    width: 100%;
    margin: 0 0 27px;
    padding: 54px 14px 7px;
}

.says {
    display: none;
}

.form-allowed-tags {
    color: #999;
}

.no-comments {
    font-style: italic;
    margin: 27px 0;
    text-align: center;
    color: #999;
}

/* =Widgets */
.widget {
    /*     line-height: 2.09231em; */
    position: relative;
    overflow: hidden;
    /*     width: 100%;
    margin: 0 0 27px;
    padding: 0 0 27px; */
    /*     border-bottom: 1px solid #eee; */
}

.widget select {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-left: 1px;
}

.widget a {
    text-decoration: none;
    color: #1c7c7c;
}

.widget a:hover,
.widget a:active,
.widget a:focus {
    color: #666;
}

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

.widget li {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    list-style: none;
    border-top: 1px solid #eee;
}

.widget-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.36em;
    margin: 14px 0;
}

.widget-title a {
    color: #666;
}

.langiconinheader li {
    display: inline-block;
    margin-left: 10px;
}

/* Calendar widget */
#wp-calendar td,
#wp-calendar th,
#wp-calendar th {
    text-align: center;
}

#wp-calendar caption {
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
}

#wp-calendar a {
    text-decoration: none;
    color: #1c7c7c;
}

/* Recent Comments */
.widget_recent_comments td,
.widget_recent_comments th {
    border: 0;
}

/* Tags */
.tags-links {
    display: block;
    margin-top: 7px;
}

.tags-links:before,
.tags-links:after {
    display: table;
    content: '';
}

.tags-links:after {
    clear: both;
}

.wp_widget_tag_cloud a,
.tags-links a {
    font-size: inherit !important;
    display: inline-block;
    margin: 0 7px 7px 0 !important;
    padding: 0 7px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    border: 1px solid #eee;
}

.wp_widget_tag_cloud a:hover,
.tags-links a:hover {
    color: #1c7c7c;
    border-color: #1c7c7c;
}

/* =Jetpack */

.jetpack-video-wrapper {
    margin-bottom: 27px;
}

.jetpack-slideshow.slideshow-black {
    background-color: #eee;
    border-color: #eee;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

.infinite-wrap {
    border-top: 1px solid #eee;
    padding-top: 53px;
}

#infinite-footer {
    z-index: 999;
}

#infinite-footer .container {
    font-style: italic;
    position: relative;
    color: #999;
    border-top: 0;
    background: white;
}

#infinite-footer .container a {
    color: #999;
}

#infinite-footer .container a:hover {
    color: #1c7c7c;
}

#infinite-footer .blog-info a,
#infinite-footer .blog-credits {
    font-size: .8125em;
    font-weight: normal;
    font-style: normal;
    line-height: 2.09231em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infinite-loader {
    clear: both;
    width: 28px;
    height: 43px;
    margin: 0 auto 14px;
    padding-top: 27px;
}

#infinite-handle {
    clear: both;
    width: 100%;
    margin: 0;
}

#infinite-handle span {
    border-radius: 3px;
    display: block;
    font-size: 1em;
    font-weight: normal;
    padding: 10px 14px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    color: #999;
    border: 3px solid #eee;
    background: white;
    text-align: center;
    width: 160px;
}

#infinite-handle span:hover {
    border-color: #1c7c7c;
    color: #1c7c7c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.sharedaddy div.sd-block {
    padding: 14px 0 14px !important;
}

/* =Social Links */
.social-links {
    clear: both;
    margin: 14px auto;
}

.social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-links ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.social-links ul a {
    display: inline-block;
    text-decoration: none;
}

.social-links ul a:before {
    line-height: 1;
    position: relative;
    display: block;
    margin-left: 4px;
    padding: 8px 7px 8px 9px;
    content: '\f415';
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: top .3s ease-in-out;
    transition: all .1s ease-in-out;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #ccc;
}

.social-links ul a:hover {
    text-decoration: none;
}

.social-links ul a:hover:before {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-decoration: none;
    background: #1c7c7c;
}

.social-links ul a[href*='wordpress.org']:before,
.social-links ul a[href*='wordpress.com']:before {
    content: '\f205';
}

.social-links ul a[href*='facebook.com']:before {
    content: '\f204';
}

.social-links ul a[href*='twitter.com']:before {
    content: '\f202';
}

.social-links ul a[href*='dribbble.com']:before {
    content: '\f201';
}

.social-links ul a[href*='plus.google.com']:before {
    content: '\f206';
}

.social-links ul a[href*='pinterest.com']:before {
    content: '\f209';
}

.social-links ul a[href*='github.com']:before {
    content: '\f200';
}

.social-links ul a[href*='tumblr.com']:before {
    content: '\f214';
}

.social-links ul a[href*='youtube.com']:before {
    content: '\f213';
}

.social-links ul a[href*='flickr.com']:before {
    content: '\f211';
}

.social-links ul a[href*='vimeo.com']:before {
    content: '\f212';
}

.social-links ul a[href*='instagram.com']:before {
    content: '\f215';
}

.social-links ul a[href*='codepen.io']:before {
    content: '\f216';
}

.social-links ul a[href*='linkedin.com']:before {
    content: '\f207';
}

.social-links ul a[href*='/feed']:before {
    content: '\f413';
}

.social-links ul a[href*='mailto']:before {
    content: '\f410';
}

/* Media Queries */
/* @media screen and (min-width: 75em) { */
.site {
    /*         max-width: 1153px;
        margin: 54px auto;
        padding: 54px 108px; */
    max-width: 1043px;
    width: 1043px;
    padding: 0px;
    margin: 0 auto;
}

/* } */
/* @media screen and (min-width: 55em) { */
.no-sidebar .site {
    /*         max-width: 872px;
        padding: 54px 108px;   */
    max-width: 1043px;
    width: 1043px;
    padding: 0px;
    margin: 0 auto;
}

/* } */
/* @media screen and (min-width: 50em) { */

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3,
#respond h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.entry-title {
    font-size: 32px;
}

.content-area {
    float: left;
    width: 100%;
    margin: 0 -30% 0 0;
}

.site-main {
    margin: 0 30% 0 0;
}

.site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.no-sidebar .content-area,
.no-sidebar .site-main,
.page-template-fullwidth-page-php .site-main {
    float: none;
    margin: 0;
}

.site-info {
    line-height: 1.7;
    float: left;
    max-width: 100%;
    text-align: left;
}

.social-links {
    float: right;
    clear: none;
    max-width: 100%;
    margin: 0;
    text-align: right;
}

.entry-content {
    font-size: 1.2em;
    line-height: 1.7em;
}

pre {
    font-size: 1em;
}

/* Search */
.widget_search .search-submit {
    display: none;
}

blockquote {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-left: 64px;
}

blockquote cite {
    font-size: .8125em;
}

blockquote:before {
    font-size: 48px;
}

blockquote.alignleft,
blockquote.alignright {
    max-width: 280px;
    padding-left: 48px;
}

blockquote.alignleft:before,
blockquote.alignright:before {
    font-size: 32px;
}

.menu-toggle {
    display: none;
}

.main-navigation {
    font-size: .8125em;
    line-height: 2.09231em;
    text-align: center;
}

.main-navigation ul:first-child {
    display: block;
}

.main-navigation ul li {
    display: inline-block;
}

.main-navigation ul li:hover>ul {
    display: block;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
}

.main-navigation ul a {
    padding: 7px 9px;
    border-bottom: 0;
}

.main-navigation ul ul {
    position: absolute;
    z-index: 99999;
    top: 2.5em;
    /*         left: -11px; */
    left: 0px;
    display: none;
    visibility: hidden;
    float: left;
    padding: 0 9px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: left;
    opacity: 0;
    border: 1px solid #eee;
    background: white;
}

.main-navigation ul ul li {
    padding: 5px 5px 4px;
    border-bottom: 1px solid #eee;
}

.main-navigation ul ul li:last-of-type {
    border-bottom: 0;
}

.main-navigation ul ul li a {
    line-height: 1.5;
    width: 180px;
    padding: 5px;
}

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
    padding-left: 5px;
}

/* } */

/* Required classes */
.bypostauthor,
.sticky {}

.clear {
    clear: both;
}

nav.topmenuandel {
    /* float: right; */
    float: left;
    font-size: 16px;
}

.topmenuandel ul#menu-topmenu {
    list-style: none;
}

.topmenuandel ul#menu-topmenu li.current-menu-item {
    border-bottom: 2px solid #5297dc;
}

.topmenuandel ul#menu-topmenu li {
    float: left;
    /* margin-left: 50px; */
    margin-right: 50px;
}

.langiconinheader {
    float: right;
    position: relative;
    top: 26px;
    right: 0px;
}

.langiconinheader>a {
    padding: 0 17px;
    float: right;
    background-image: none;
}

.langiconinheader>a:hover {
    background-image: none;
    background: url(/wp-content/themes/whiteangel/images/langhover.png) no-repeat center 2px !important;
}

.langiconinheader>a:nth-child(1):before {
    content: "ENG";
}

.langiconinheader>a:nth-child(2):before {
    content: "RUS";
}

.langiconinheader>a:nth-child(3):before {
    content: "UA";
}

.langiconinheader>a:before {
    color: #5d5d5d;
    font-size: 16px;
}

.langiconinheader>a:hover:before {
    color: #4b92d9;
}

.langiconinheader>a>img {
    display: none;
}

.topmenuandel ul#menu-topmenu li a {
    color: #5d5d5d;
}

.logoheaderangel {
    width: 336px;
    height: 278px;
    margin: 0 auto;
}

header#masthead {
    background: url(/wp-content/themes/whiteangel/images/bgheader.png) no-repeat top center;
    margin: 0;
    min-width: 1043px;
}

.headerdivwight {
    width: 1044px;
    margin: 0 auto;
    position: relative;
}

nav#site-navigation {
    background: url(/wp-content/themes/whiteangel/images/headerbottommenubg.png) no-repeat center center;
    /*background: url(/wp-content/themes/whiteangel/images/headerbottommenubgny.png) no-repeat center center;height: 88px;padding-top: 25px;*/
    height: 65px;
    font-size: 16px;
}

nav#site-navigation .menu li {
    margin-top: -5px;
    background: url(/wp-content/themes/whiteangel/images/headermenuline.png) no-repeat right center;
    padding: 0 30px 0 30px;
}

nav#site-navigation .menu li:last-child {
    background: none;
}

nav#site-navigation .menu li.current-menu-item a {
    text-shadow: 1px 1px 2px #9ad8f7, 0 0 1em white;
}

nav#site-navigation .menu li a {
    color: #fff;
}

nav#site-navigation .menu li ul.sub-menu {
    margin-top: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
}

nav#site-navigation .menu li ul.sub-menu li {
    padding: 5px 0px;
}

nav#site-navigation .menu li ul.sub-menu li:hover a {
    color: #5297dc;
}

nav#site-navigation .menu li ul.sub-menu li a {
    font-size: 12px;
    color: black;
}

.site-footer {
    background: url(/wp-content/themes/whiteangel/images/bgfooterangel.png) no-repeat top center;
    border-top: none;
    color: #285183;
}

.footerblocks123 {
    width: 1043px;
}

.footerblocks123 .footerblock1,
.footerblocks123 .footerblock2,
.footerblocks123 .footerblock3 {
    float: left;
    position: relative;
    width: 33.3%;
    max-height: 150px;
}

.footerblocks123 .footerblock2 aside {
    float: left;
    position: relative;
    width: 50%;
}

.footerblocks123 h3.widget-title,
.footertextblock2,
.footertextblock1 {
    color: #023d78;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}

.footerblocks123 .footerblock1 img {
    padding-right: 30px;
}

.footerblocks123 .footerblock2 li {
    border-top: none;
}

.footerblocks123 .footerblock2 a {
    font-size: 14px;
    text-transform: none;
    color: #5a9cde;
}

.footerblock2 {
    margin-top: 35px;
}

.footersocicons {
    position: absolute;
    top: 85px;
    /* right: 65px; */
    right: 5px;
    width: 344px;
}

footer .fb-like.fb_iframe_widget {
    right: 80px;
    position: absolute;
    top: 122px;
    width: 140px;
    height: 20px;
    overflow: hidden;
}

footer iframe {
    left: 0 !important;
}

#page {
    padding: 5px 15px;
    width: 1043px;
}

.entry-header .cattegoryin {
    padding-bottom: 27px;
    background: url(/wp-content/themes/whiteangel/images/bgfooterangel.png) no-repeat bottom center !important;
}

.entry-header .cattegoryin li.cat-links {
    text-transform: uppercase;
    font-size: 28px;
    color: #21a242;
}

.entry-header .cattegoryin li.cat-links a {
    color: #21a242;
}

.entry-content .leftpart {
    width: 290px;
    float: left;
}

.entry-content .rightpart {
    width: 700px;
}

.entry-content.rightpart h1,
.entry-content .rightpart h2,
.entry-content .rightpart h3,
.entry-content .rightpart h4,
.entry-content .rightpart h5,
.entry-content .rightpart h6 {
    clear: none;
}

.tablecontent td {
    /* text-align: justify; */
    vertical-align: top;
    color: black;
}

.tablecontent td p {
    font-size: 16px;
    color: black;
    line-height: 1.5;
    padding-bottom: 15px;
    margin: 0;
}

.tablecontent td h3.entry-title {
    font-size: 20px;
    color: #3a8798;
    padding-bottom: 20px;
    margin: 0;
    font-weight: bold;
}

td.rightpart .likebtn_container {
    display: none;
}

.tablecontent td h3 {
    margin: 0;
    font-size: 20px;
    color: black;
    line-height: 1.2;
}

.tablecontent .leftpart .trumbimgsingle img {
    padding: 5px 10px;
    border: 1px solid grey;
    box-shadow: 0 0 5px grey;
}

.tablecontent .leftpart .fb-like.fb_iframe_widget {
    left: 80px;
    top: -45px;
    width: 140px;
    height: 30px;
    overflow: hidden;
}

.clocksingle {
    font-size: 10px;
    color: #434343;
    text-align: right;
    background: url(/wp-content/themes/whiteangel/images/clocksingle.png) no-repeat 200px 2px;
    border-bottom: 1px grey dotted;
    padding-bottom: 5px;
    position: relative;
}

.clocksingle>.post-ratings {
    position: absolute;
    top: -6px;
    left: 0;
    text-align: left;
}

.clocksingle>.post-ratings>span {
    position: absolute;
    left: 145px;
    top: 4px;
    font-size: 15px;
    font-weight: bold;
}

.comments-area h3#reply-title {
    display: none;
}

.taxondescrcat .taxonomy-description1 {
    background: url(/wp-content/themes/whiteangel/images/taxonomy-description1.png) no-repeat top center;
    height: 44px;
}

.taxondescrcat .taxonomy-description3 {
    background: url(/wp-content/themes/whiteangel/images/taxonomy-description3.png) no-repeat bottom center;
    height: 45px;
}

.taxondescrcat .taxonomy-description2 p:last-child,
.taxondescrcat .taxonomy-description2 h2 {
    margin: 0;

}

.footer-new-down ul.menu li:first-child {
    display: none;
}

.footer-new-down ul.menu ul.sub-menu {
    display: block !important;
}

.footer-new-down ul.menu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.footer-new-down-block.footer-new-down-block-3 {
    max-width: 100% !important;
    width: 100%;
}

.footer-new-down ul.menu>li {
    padding-right: 50px !important;
}

.logoheaderangel img {
    max-height: 250px;
    width: auto;
    margin: auto;
}

.logoheaderangel {
    text-align: center;
}



.taxondescrcat .taxonomy-description2 p {
    margin-bottom: 0px;
    font-size: 16px;
    color: black;
}

.taxondescrcat .taxonomy-description2 {
    background: #d3fcff;
    border-left: 1px solid #a7ebff;
    border-right: 1px solid #a7ebff;
    margin: 0 17px 0 18px;
    padding: 0 20px;
}

.categoryview .entry-header h3 {
    font-size: 16px;
    color: #3a8798;
    font-weight: bold;
}

.categoryview .entry-header h3 a {
    color: #3a8798;
}

.categoryview .entry-content,
.categoryview .entry-content p,
.categoryview .entry-summary,
.categoryview .entry-summary p {
    font-size: 12px;
    color: black;
    line-height: 1.2;
}

.categoryview {
    width: 310px;
    height: 315px;
    margin-right: 25px;
    overflow: hidden;
    float: left;
}

.categoryview .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/categorypreviewimgbg.png) no-repeat 0px 0px;
    height: 235px;
    width: 311px;
}

.categoryview .entry-thumbnail img {
    position: relative;
    left: 33px;
    top: 25px;
    width: 260px;
    height: auto;
}

.categoryview .entry-thumbnail .imgwihey {
    width: 293px;
    height: 205px;
    overflow: hidden;
}

.pagecontentstyles p {
    font-size: 16px;
    color: black;
    line-height: 1.2;
    margin-bottom: 25px;
}

.frontpage div#wpcr_respond_1 {
    display: none;
}

.frontpage .taxondescrcat .taxonomy-description3 {
    margin-top: -25px;
}

.frontparts1 .frontleftpart1 {
    width: 100%;
    clear: both;
}

.frontparts2 .frontleftpart2 {
    padding-left: 30px;
}

.frontparts2 .sliderblock,
.frontparts1 .sliderblock {
    width: 325px;
    height: 165px;
    border-bottom: 1px dotted grey;
    padding: 15px 0px;
    line-height: 1.6;
    overflow: hidden;
}

.frontparts2 .sliderblock .entry-thumbnail,
.frontparts1 .sliderblock .entry-thumbnail {
    float: left;
    height: 130px;
    padding-right: 10px;
    margin-top: 8px;
    line-height: 1.6;
}

.frontparts2 .sliderblock .slidername,
.frontparts1 .sliderblock .slidername {
    padding-bottom: 5px;
    font-weight: bold;
}

.frontparts2 .sliderblock .slidername a,
.frontparts1 .sliderblock .slidername a {
    font-size: 14px;
    color: #3a8798;
}

.frontparts2 .sliderblock .slidertext,
.frontparts1 .sliderblock .slidertext {
    font-size: 12px;
    color: black;
    height: 75px;
    overflow: hidden;
}

.frontleftpart2 .sliderblock {
    float: left;
    width: 300px !important;
    margin-right: 10px !important;
}

.frontleftpart1 a.readmore,
.frontleftpart2 a.readmore {
    color: white;
    font-weight: bold;
 
    padding: 3px 7px;
    float: right;
 
    -webkit-box-shadow: 2px 19px 10px -14px rgb(5 5 5 / 58%);
    -moz-box-shadow: 2px 19px 10px -14px rgb(5 5 5 / 58%);
    box-shadow: 2px 19px 10px -14px rgb(5 5 5 / 58%);
    background: linear-gradient(0deg, #438cd5, #a8d4ff) !important;
    border-bottom: 1px solid white;
}
.frontleftpart1 a.readmore:hover, .frontleftpart2 a.readmorehover {    background: #1d65b2 !important;}
.frontleftpart1 a.readmore:hover,
.frontleftpart2 a.readmore:hover {
    background: url(/wp-content/themes/whiteangel/images/frontbuttonreadhover.png) no-repeat 0px 6px;
}

.frontleftpart1 a.readmore:active,
.frontleftpart2 a.readmore:active {
    background: url(/wp-content/themes/whiteangel/images/frontbuttonreadactive.png) no-repeat 0px 6px;
}

.frontparts4 .frontleftpart1 {
    width: 100%;
}

.frontparts4 .frontleftpart2 .sliderblock {
    float: none;
    width: 100%;
    margin-right: 0;
}

.frontparts4 .sliderblock {
    width: 475px !important;
    height: 150px;
}

.viskazoftheday .bgviskazoftheday .textpostvisday p {
    padding: 35px 35px 20px 35px;
    line-height: 1.5;
    font-size: 16px;
    color: black;
}

.viskazoftheday .bgviskazoftheday {
    background: url(/wp-content/themes/whiteangel/images/bgviskoftheday.png) no-repeat center center;
    height: 174px;
    margin-bottom: 40px;
}

#slider1 {
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
}

#slider1 .viewport {
    float: left;
    width: 980px;
    height: 154px;
    overflow: hidden;
    position: relative;
}

#slider1 .buttons {
    display: block;
    width: 16px;
    height: 31px;
    position: relative;
    float: left;
    top: 53px;
}

#slider1 .prev {
    background: url(/wp-content/themes/whiteangel/images/viskdayarrleft.png) no-repeat center center;
    left: 0;
    top: 80px;
}

#slider1 .next {
    background: url(/wp-content/themes/whiteangel/images/viskdayarrright.png) no-repeat center center;
    right: 0;
    top: 80px;
}

#slider1 .disable {
    visibility: hidden;
}

#slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider1 .overview li {
    float: left;
    /* height: 121px; */
    width: 980px;
}




#slider12 {
    /* height: 1%; margin: 30px 0 0;  */
    overflow: hidden;
    position: relative;
    /* padding: 0 50px 10px;  */
    margin-bottom: 40px;
}

#slider12 .viewport {
    height: 235px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 950px;
}

#slider12 .disable {
    visibility: hidden;
}

#slider12 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider12 .overview li {
    float: left;
    margin: 0 10px 0 0;
    padding: 1px;
    /* border: 1px solid #dcdcdc; */
    width: 311px;
    height: 235px;
}

#slider12 .buttons {
    display: block;
    width: 31px;
    height: 65px;
    position: relative;
    float: left;
    top: 53px;
}

#slider12 .prev {
    background: url(/wp-content/themes/whiteangel/images/frontsliderarrleft.png) no-repeat center center;
    left: 0;
    top: 90px;
}

#slider12 .next {
    background: url(/wp-content/themes/whiteangel/images/frontsliderarrright.png) no-repeat center center;
    right: 0;
    top: 90px;
}

#slider12 .sliderimgfront {
    background: url(/wp-content/themes/whiteangel/images/bgimageslider.png) no-repeat center center;
    width: 311px;
    height: 235px;
}

#slider12 .sliderimgfront img {
    padding: 28px 0px 0px 25px;
    max-width: 294px;
    max-height: 202px;
    overflow: hidden;
    margin: auto;
}



#slider123 {
    /* height: 1%; margin: 30px 0 0;  */
    overflow: hidden;
    position: relative;
    /* padding: 0 50px 10px;  */
    margin-bottom: 40px;
    height: 240px;
}

#slider123 .viewport {
    height: 235px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 950px;
}

#slider123 .disable {
    visibility: hidden;
}

#slider123 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider123 .overview li {
    float: left;
    margin: 0 10px 0 0;
    padding: 1px;
    /* border: 1px solid #dcdcdc; */
    width: 311px;
    height: 235px;
}

#slider123 .buttons {
    display: block;
    width: 31px;
    height: 65px;
    position: relative;
    float: left;
    top: 53px;
}

#slider123 .prev {
    background: url(/wp-content/themes/whiteangel/images/frontsliderarrleft.png) no-repeat center center;
    left: 0;
    top: 90px;
}

#slider123 .next {
    background: url(/wp-content/themes/whiteangel/images/frontsliderarrright.png) no-repeat center center;
    right: 0;
    top: 90px;
}

#slider123 .sliderimgfront {
    background: url(/wp-content/themes/whiteangel/images/bgvideoslider.png) no-repeat center center;
    width: 311px;
    height: 235px;
}

#slider123 .sliderimgfront iframe,
#slider123 .sliderimgfront object {
    padding: 45px 0px 0px 25px;
    max-width: 294px;
    max-height: 185px;
    overflow: hidden;
}

.mypagenav {
    float: right;
    padding-bottom: 50px;
}

.mypagenav .wp-pagenavi a,
.mypagenav .wp-pagenavi span {
    border: none;
    color: white;
}

.mypagenav a.first,
.mypagenav a.previouspostslink,
.mypagenav a.nextpostslink,
.mypagenav a.last {
    background: url(/wp-content/themes/whiteangel/images/paginbigbutton.png) no-repeat center 5px;
    padding: 8px 29px;
}

.mypagenav a.first:hover,
.mypagenav a.previouspostslink:hover,
.mypagenav a.nextpostslink:hover,
.mypagenav a.last:hover {
    background: url(/wp-content/themes/whiteangel/images/paginbigbuttonhover.png) no-repeat center 5px;
}

.mypagenav a.first:active,
.mypagenav a.previouspostslink:active,
.mypagenav a.nextpostslink:active,
.mypagenav a.last:active {
    background: url(/wp-content/themes/whiteangel/images/paginbigbuttonactive.png) no-repeat center 5px;
}

.mypagenav span.current {
    background: url(/wp-content/themes/whiteangel/images/actpaginsmallbutton.png) no-repeat center 5px;
    padding: 8px 10px;
}

.mypagenav a.page.smaller,
.mypagenav a.page.larger,
.mypagenav span.extend {
    background: url(/wp-content/themes/whiteangel/images/pacivpaginsmallbutton.png) no-repeat center 5px;
    padding: 8px 10px;
}

.mypagenav a.page.smaller:hover,
.mypagenav a.page.larger:hover {
    background: url(/wp-content/themes/whiteangel/images/actpaginsmallbutton.png) no-repeat center 5px;
}

.mypagenav a.previouspostslink {
    padding: 8px 5px;
}

.mypagenav a.nextpostslink {
    padding: 8px 12px;
}

.mypagenav a.last {
    padding: 8px 15px;
}

body {
    /* background: url(/wp-content/themes/whiteangel/images/bgleft.png) top left repeat-y !important; */
    background-color: #fff;
}

html {
    /* background: url('/wp-content/themes/whiteangel/images/bgright.png') top right  repeat-y !important;*/
}

.footerblock3 {
    margin-left: -20px;
}

p.comment-notes {
    display: none;
}

div#wpcr_hcard_s {
    display: none;
}

#vksoc table {
    background: url(/wp-content/themes/whiteangel/images/soc/singlesocvkbtn.png) no-repeat;
    height: 55px;
    width: 283px !important;
    margin-bottom: 10px;
}

#vksoc table tr td:nth-child(1) a {
    font-size: 15px !important;
    vertical-align: super;
    color: white !important;
    background: none !important;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 0 8px 17px;
}

#vksoc table tr td:nth-child(2) {
    display: none;
}

#vksoc table tr td:nth-child(3) a div:nth-child(1) {
    background: none !important;
}

#vksoc table tr td:nth-child(3) a div:nth-child(2) {
    border: none !important;
    font-size: 15px !important;
    color: gray !important;
    margin: 0 15px 10px 0px !important;
}

#tvitsoc iframe {
    background: url(/wp-content/themes/whiteangel/images/soc/singlesoctvbtn.png) no-repeat;
    height: 55px !important;
    width: 283px !important;
    margin-bottom: 10px;
}

.fbsoc #__utl-buttons-1 .uptl_toolbar>ul>li,
.fbsoc #__utl-buttons-1 .uptl_toolbar>ul>li>.sn-icon,
.fbsoc #__utl-buttons-1 .uptl_toolbar>ul>li>.sn-icon:before,
.fbsoc #__utl-buttons-1 .uptl_share_more_popup__list .sn-icon#__utl-buttons-1 .uptl_share_more_popup__list .sn-icon:before {
    color: transparent !important;
    width: 202px !important;
    height: 55px !important;
    white-space: nowrap !important;
}

.fbsoc ul.horizontal.style-1.size-40.horizontal {
    white-space: normal !important;
    height: auto !important;
}

.fbsoc .utl-icon-vk .sn-icon {
    background: url(/wp-content/themes/whiteangel/images/soc/singsocvk.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-tw .sn-icon {
    background: url(/wp-content/themes/whiteangel/images/soc/singsoctw.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-ok .sn-icon {
    background: url(/wp-content/themes/whiteangel/images/soc/singsocok.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-fb .sn-icon {
    background: url(/wp-content/themes/whiteangel/images/soc/singsocfb.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-vk .sn-icon:hover {
    background: url(/wp-content/themes/whiteangel/images/singsocvkhover.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-tw .sn-icon:hover {
    background: url(/wp-content/themes/whiteangel/images/singsoctwhover.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-ok .sn-icon:hover {
    background: url(/wp-content/themes/whiteangel/images/singsocokhover.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-fb .sn-icon:hover {
    background: url(/wp-content/themes/whiteangel/images/singsocfbhover.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-vk .sn-icon:active {
    background: url(/wp-content/themes/whiteangel/images/singsocvkactive.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-tw .sn-icon:active {
    background: url(/wp-content/themes/whiteangel/images/singsoctwactive.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-ok .sn-icon:active {
    background: url(/wp-content/themes/whiteangel/images/singsocokactive.png) no-repeat center center transparent !important;
}

.fbsoc .utl-icon-fb .sn-icon:active {
    background: url(/wp-content/themes/whiteangel/images/singsocfbactive.png) no-repeat center center transparent !important;
}

.fbsoc {
    margin-top: -15px;
    /* padding-bottom: 45px; */
}

.fbsoc span.share-counter {
    width: 81px !important;
    height: 46px !important;
    border: none !important;
    background: url(/wp-content/themes/whiteangel/images/soc/singsocshet.png) no-repeat center left;
}

.fbsoc .uptl_container-horizontal .uptl_toolbar.uptl_toolbar_share ul.horizontal li span.share-counter,
.fbsoc .uptl_container-horizontal .uptl_toolbar.uptl_toolbar_share ul.horizontal li span.share-counter-common {
    height: 46px !important;
    color: grey;
    padding: 4px 0px 0px 10px !important;
}

.fbsoc .uptl_container-horizontal .uptl_toolbar.uptl_toolbar_share ul.horizontal li span.share-counter:before {
    display: none !important;
}

.footersocicons span.share42-item a {
    width: 46px !important;
    height: 46px !important;
    padding-right: 20px !important;
}

.footersocicons span.share42-item {
    padding: 0 20px !important;
    margin: 0 !important;
}

.contentsinpopblock span a {
    font-size: 16px;
    font-weight: bold;
}

.contentsinpopblock span p {
    width: 310px;
    margin: 0;
    margin-right: 35px;
}

.contentsinpopblock span {
    line-height: 1.3;
}

.categoryview:nth-child(1) .entry-thumbnail,
.categoryview:nth-child(7) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl1.png) no-repeat 0px 0px;
}

.categoryview:nth-child(2) .entry-thumbnail,
.categoryview:nth-child(8) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl2.png) no-repeat 0px 0px;
}

.categoryview:nth-child(3) .entry-thumbnail,
.categoryview:nth-child(9) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl3.png) no-repeat 0px 0px;
}

.categoryview:nth-child(4) .entry-thumbnail,
.categoryview:nth-child(10) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl4.png) no-repeat 0px 0px;
}

.categoryview:nth-child(5) .entry-thumbnail,
.categoryview:nth-child(11) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl5.png) no-repeat 0px 0px;
}

.categoryview:nth-child(6) .entry-thumbnail,
.categoryview:nth-child(12) .entry-thumbnail {
    background: url(/wp-content/themes/whiteangel/images/catpodl6.png) no-repeat 0px 0px;
}

p#breadcrumbs {
    font-size: 14px;
    font-weight: bold;
}

p#breadcrumbs span span:nth-child(1) a {
    color: #1163b8;
}

p#breadcrumbs span span:nth-child(3) a {
    color: #27a7c2;
}

p#breadcrumbs span span:nth-child(5) a {
    color: #e78f1e;
}

p#breadcrumbs span span:nth-child(7),
p#breadcrumbs span span:nth-child(1),
p#breadcrumbs span span:nth-child(3),
p#breadcrumbs span span:nth-child(5) {
    color: #21a242;
}

p#breadcrumbs span span {
    padding: 0 5px;
}

p#breadcrumbs span span:nth-child(1) a img {
    padding-right: 10px;
}

input#submit {
    background: url(/wp-content/themes/whiteangel/images/cmntbtm.png) no-repeat center 5px;
    width: 202px;
    height: 55px;
    border: none;
    font-size: 14px;
    text-transform: none;
    color: white;
    padding: 0;
    margin-left: 80px;
}

input#submit:hover {
    background: url(/wp-content/themes/whiteangel/images/cmntbtmhover.png) no-repeat center 5px;
}

input#submit:active {
    background: url(/wp-content/themes/whiteangel/images/cmntbtmactive.png) no-repeat center 5px;
}

p.comment-form-comment {
    margin: 0;
}

textarea#comment,
input#author {
    width: 435px;
    border: 1px solid #CCCCCC;
    padding: 5px;
}

input#author {
    width: 255px;
    height: 32px;
    padding-left: 5px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
    position: relative;
    top: 0;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    color: black;
    float: left;
    padding: 0px 15px 0 0px;
    text-align: right;
}

.comment-form-comment label {
    color: transparent;
}

.comment-form label {
    width: 80px;
}

.entry-meta.clocksingle .likebtn_container {
    position: absolute;
}

.frontblockilike {
    background: none;
    border: none;
}

.frontblockilike .likebtn_container {
    position: absolute;
    margin-top: -15px;
}

.footer-new-up-left-up {
    overflow: hidden;
}

.likebtn_container i.lb-tt-m {
    color: transparent !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.likebtn_container .lb-popup-label.lb-popup-label-share {
    display: none !important;
}

.likebtn_container span.addthis_toolbox.addthis_default_style {
    display: none !important;
}

.likebtn_container i.lb-share-tt-ft {
    display: none !important;
}

.likebtn_container i.lb-tt-a,
.likebtn_container i.lb-tt-rb,
.likebtn_container i.lb-tt-lb,
.likebtn_container i.lb-tt-lt,
.likebtn_container i.lb-tt-rt {
    background: none !important;
}

.opis {
    display: none;
}

.taxondescrcat h3 {
    margin: 0;
}

p.comment-form-captcha label {
    position: relative;
    top: 0;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    color: black;
    float: left;
    padding: 0px 15px 0 0px;
    text-align: right;
    width: 173px;
}

p.comment-form-captcha {
    float: left;
    padding-right: 35px;
}

p.comment-form-captcha+div {
    clear: none !important;
}

label[for~="captcha_code"] {
    width: 200px;
    position: relative;
    top: 0;
    text-transform: none;
    letter-spacing: 0px;
    font-size: 14px;
    color: black;
    float: left;
    padding: 0px 15px 0 0px;
    text-align: right;
    line-height: 1.2;
}

input#captcha_code {
    width: 135px;
    height: 32px;
    padding: 0px;
    padding-left: 5px;
    border: 1px solid #CCCCCC;
}

.six-random-posts-item {
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}

@media screen and (max-width: 1030px) {
    .threebtnsinheader:before {
        top: -230px !important;
        right: 0px;
    }

    header#masthead {
        max-width: 100%;
        min-width: inherit;
    }

    .headerdivwight,
    #page {
        max-width: 100%;
    }

    .frontleftpart2 .sliderblock {
        width: 48% !important;
    }

    nav.topmenuandel {
        margin-right: 15px;
    }

    .mobile-v-menu-block {
        display: block !important;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
    }

    .mobile-v-menu-block-mobile-btn {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }

    .mobile-v-menu-block-mobile-btn.active {
        background: #5297DC;
    }

    .mobile-v-menu-block:hover,
    .mobile-v-menu-block-mobile-menu-list>div>ul>li.menu-item-has-children:after {
        cursor: pointer;
    }

    .mobile-v-menu-block-mobile-menu-list.active {
        display: block !important;
    }

    nav#site-navigation,
    nav.topmenuandel {
        display: none !important;
    }

    header#masthead {
        border-bottom: 3px solid #5297DC;
    }

    .mobile-v-menu-block-mobile-menu-list {
        background: white;
        position: relative;
        top: 5px;
        border-radius: 10px;
        box-shadow: 0px 0px 5px 1px black;
        padding: 10px;
        box-sizing: border-box;
        width: 275px;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul {
        margin: 0;
        list-style: none;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul li {
        list-style: none;
        border-bottom: 1px solid #5297DC;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul>li ul.sub-menu>li:last-child,
    .mobile-v-menu-block-mobile-menu-list>div:last-child>ul>li:last-child {
        border: none;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul>li ul.sub-menu {
        display: none;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul>li.menu-item-has-children:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 35px;
        color: #5297DC;
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul>li.menu-item-has-children.active:after {
        content: "-";
    }

    .mobile-v-menu-block-mobile-menu-list>div>ul>li.menu-item-has-children.active>ul.sub-menu {
        display: block;
    }

    .entry-header .cattegoryin {
        background: none !important;
        border-bottom: 2px solid #5C9EE0;
        padding-bottom: 7px;
        margin-bottom: 10px;
    }

    .frontleftpart2 .sliderblock {
        width: 100% !important;
        margin-right: 0px !important;
        float: none;
    }

    #slider12 .buttons {
        z-index: 1;
    }

    #slider12 .buttons {
        position: absolute;
    }

    div#slider1 {
        position: relative;
    }

    #slider1 .buttons {
        position: absolute;
        z-index: 1;
        top: 70px !important;
    }

    .viskazoftheday .bgviskazoftheday {
        margin-bottom: 30px;
        background: #D3FCFF;
        border: 1px solid #5C9EE0;
        border-radius: 15px;
    }

    #slider1 .viewport {
        max-width: 100%;
        height: 174px;
    }

    #slider1 .overview li {
        width: 975px;
    }

    table.frontparts1.frontparts4 td,
    table.frontparts1 td {
        display: block;
        width: 100% !important;
        margin-bottom: 30px;
    }

    .frontparts4 .sliderblock,
    .frontparts1 .frontleftpart1,
    .frontparts2 .sliderblock,
    .frontparts1 .sliderblock {
        width: 100% !important;
    }

    .taxondescrcat .taxonomy-description1 {
        display: none;
    }

    .taxondescrcat .taxonomy-description3 {
        display: none;
    }

    .taxondescrcat .taxonomy-description2 {
        background: #d3fcff;
        border: 1px solid #a7ebff !important;
        padding: 20px;
        margin: 0;
        border-radius: 15px;
    }

    .site-footer {
        border-top: 3px solid #5297DC;
        background: none;
    }

    .footerblocks123 {
        max-width: 100%;
    }

    .footerblocks123 .footerblock1,
    .footerblocks123 .footerblock2,
    .footerblocks123 .footerblock3 {
        width: 348px;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .footerblocks123 {
        max-width: 100%;
        text-align: center;
    }

    .footerblocks123.footertextblocks>.footerblock1.footertextblock1,
    .footerblocks123.footertextblocks>.footerblock2.footertextblock2 {
        margin: 0 !important;
        position: absolute;
        bottom: 0;
    }

    .footerblocks123.footertextblocks {
        position: relative;
        padding-bottom: 50px;
    }

    .footerblocks123.footertextblocks>.footerblock1.footertextblock1 {
        left: 0;
        text-align: left;
    }

    .footerblocks123.footertextblocks>.footerblock2.footertextblock2 {
        right: 0;
        text-align: right !important;
    }

    .six-random-posts {
        text-align: center;
    }

    .six-random-posts-item {
        width: 311px;
        padding: 0;
        margin: 0 10px;
    }

    #slider12 .sliderimgfront img {
        padding: 30px 11px 0px 20px;
        margin: auto;
    }

    .fbsoc span.share-counter {
        width: 70px !important;
    }

    .threebtnsinheader {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 1000px) {
    #slider1 .overview li {
        width: 751px;
    }

    .categoryview {
        margin: 0 10px !important;
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    body.archive.category section#primary>main#main {
        text-align: center;
    }

    body.archive.category header.page-header {
        text-align: left;
    }

    .taxondescrcat>.entry-header {
        text-align: left;
    }

    table#wpcr_table_2,
    table#wpcr_table_2>tbody,
    #wpcr_div_2 {
        max-width: 100%;
        display: block;
    }

    #wpcr_commentform input,
    #wpcr_commentform textarea {
        max-width: 100% !important;
    }

    table#wpcr_table_2 td,
    table#wpcr_table_2 tr {
        display: block;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 780px) {
    #slider1 .overview li {
        width: 719px;
    }

    .threebtnsinheader>a {
        display: inline-block !important;
        margin: 3px 5px !important;
    }

    .threebtnsinheader {
        position: relative !important;
        text-align: center;
        margin-bottom: 10px;
        top: 0px !important;
    }
}

@media screen and (max-width: 750px) {

    .footerblocks123 .footerblock1,
    .footerblocks123 .footerblock2 {
        text-align: center;
    }
}

@media screen and (max-width: 620px) {
    #slider1 .overview li {
        width: 551px;
    }
}

@media screen and (max-width: 580px) {

    .entry-content .leftpart,
    .entry-content .rightpart {
        width: 100%;
        float: none;
        display: block;
    }

    .clocksingle {
        background: url(/wp-content/themes/whiteangel/images/clocksingle.png) no-repeat right 2px;
        padding-right: 20px;
    }

    .entry-content .leftpart>.trumbimgsingle {
        text-align: center;
    }

    .fbsoc .uptl_toolbar.uptl_toolbar_share ul li {
        float: none;
        display: block !important;
    }

    .fbsoc {
        padding-bottom: 0px;
    }

    .fbsoc #__utl-buttons-1 .uptl_toolbar>ul>li {
        text-align: center;
    }

    .tablecontent .leftpart .fb-like.fb_iframe_widget {
        left: inherit;
        right: 85px;
    }

    .footersocfaceplus {
        text-align: right;
    }

    #slider1 .overview li {
        width: 484px;
    }

    .fbsoc {
        max-width: 200px;
        margin: 0 auto 40px auto;
    }

    .viskazoftheday .bgviskazoftheday .textpostvisday p {
        padding: 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 520px) {
    #slider1 .overview li {
        width: 365px;
    }

    p {
        word-wrap: break-word;
    }

    .popup-cf7 {
        max-width: 90%;
    }

    p.cf7-name input,
    p.cf7-phone input,
    p.cf7-message textarea {
        max-width: 90%;
    }

}

@media screen and (max-width: 400px) {

    /* #slider1 .overview li {
		width: 326px;
	} */
    .entry-header .cattegoryin li.cat-links {
        font-size: 20px;
    }

    .footerblocks123 .footerblock1,
    .footerblocks123 .footerblock2,
    .footerblocks123 .footerblock3 {
        max-width: 100%;
    }

    .footersocicons span.share42-item {
        padding: 0 5px !important;
    }

    .footersocicons {
        left: 0px;
        max-width: 100%;
        text-align: center;
    }

    #slider12 .overview li {
        margin: 0 14px 0 16px;
    }

    #slider1 .overview li {
        width: 344px;
    }
}

@media screen and (max-width: 370px) {
    #slider1 .overview li {
        width: 311px;
    }

    h3,
    #respond h3 {
        font-size: 19px;
    }

    .footersocicons {
        top: 80px;
    }

    footer .fb-like.fb_iframe_widget {
        top: 113px;
    }

    .footerblocks123.footertextblocks>.footerblock1.footertextblock1 {
        display: none;
    }

    .footerblocks123.footertextblocks>.footerblock2.footertextblock2 {
        text-align: center !important;
    }
}

@media screen and (max-width: 340px) {
    #slider1 .overview li {
        /* width: 271px; */
        width: 277px;
    }

    .logoheaderangel {
        max-width: 90%;
        position: relative;
        top: 35px;
    }

    .viskazoftheday .bgviskazoftheday .textpostvisday p {
        font-size: 13px;
    }

    .footersocicons {
        top: 71px;
    }

    footer .fb-like.fb_iframe_widget {
        top: 97px;
    }

    #slider12 .sliderimgfront {
        height: 235px;
        background: url(/wp-content/themes/whiteangel/images/m/bgimageslider.png) no-repeat center center;
        width: 273px;
        text-align: center;
    }

    #slider12 .sliderimgfront img {
        padding: 40px 10px 10px 17px;
    }

    .categoryview .entry-thumbnail img {
        left: 28px;
        top: 30px;
        width: 225px;
        max-height: 142px;
    }

    .fbsoc {
        margin: 0 0 40px 0;
    }

    .six-random-posts-item {
        width: 273px;
        margin: 0 auto;
    }

    .six-random-posts-item img {
        padding: 40px 38px 12px 27px !important;
    }

    .categoryview:nth-child(1) .entry-thumbnail,
    .categoryview:nth-child(7) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl1.png) no-repeat 0px 0px;
    }

    .categoryview:nth-child(2) .entry-thumbnail,
    .categoryview:nth-child(8) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl2.png) no-repeat 0px 0px;
    }

    .categoryview:nth-child(3) .entry-thumbnail,
    .categoryview:nth-child(9) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl3.png) no-repeat 0px 0px;
    }

    .categoryview:nth-child(4) .entry-thumbnail,
    .categoryview:nth-child(10) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl4.png) no-repeat 0px 0px;
    }

    .categoryview:nth-child(5) .entry-thumbnail,
    .categoryview:nth-child(11) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl5.png) no-repeat 0px 0px;
    }

    .categoryview:nth-child(6) .entry-thumbnail,
    .categoryview:nth-child(12) .entry-thumbnail {
        background: url(/wp-content/themes/whiteangel/images/m/catpodl6.png) no-repeat 0px 0px;
    }

    .categoryview {
        width: 273px;
        height: 300px;
        margin: 0 auto !important;
    }

    .categoryview .entry-thumbnail {
        height: 210px;
        width: 273px;
    }
}

@media screen and (min-width: 1170px) {
    /*	#masthead .threebtnsinheader:after {
content: "";
    width: 163px;
    height: 199px;
    background: url(images/n-y-tree.png) no-repeat;
    position: absolute;
    top: -202px;
    background-size: contain;
    margin-left: 20px;
}*/
}

#wpcr_commentform label {
    color: black;
}

#wpcr_respond_2 input[type='text'],
#wpcr_respond_2 textarea,
input#wpcr_submit_btn {
    border-color: black !important;
}

.threebtnsinheader {
    position: absolute;
    right: 0;
    bottom: 90px;
    margin-right: 10px;
}

.threebtnsinheader>a {
    display: block;
    font-size: 14px;
    height: 28px;
    width: 185px;
    border: 1px solid black;
    margin-bottom: 10px;
    line-height: 28px;
    border-radius: 20px;
    text-align: center;
}

.threebtnsinheader>a:hover,
.threebtnsinheader>a:nth-child(1):hover,
.threebtnsinheader>a:nth-child(2):hover,
.threebtnsinheader>a:nth-child(3):hover,
.threebtnsinheader>a:nth-child(4):hover {
    color: white;
}

.threebtnsinheader>a:nth-child(1) {
    color: white;
    border-color: #3b5997;
    background: #3b5997;
}

.threebtnsinheader>a:nth-child(2) {
    color: #2db989;
    border-color: #2db989;
}

.threebtnsinheader>a:nth-child(3) {
    color: #cf2f6f;
    border-color: #cf2f6f;
}

.threebtnsinheader>a:nth-child(4) {
    color: #eca213;
    border-color: #eca213;
}

.threebtnsinheader>a:nth-child(5) {
    color: #FFFFFF;
    border-color: #3b5997;
    background: #3b5997;
}

.threebtnsinheader>a:nth-child(1):hover {
    background: #3b5997;
}

.threebtnsinheader>a:nth-child(2):hover {
    background: #2db989;
}

.threebtnsinheader>a:nth-child(3):hover {
    background: #cf2f6f;
}

.threebtnsinheader>a:nth-child(4):hover {
    background: #eca213;
}

.threebtnsinheader>a:nth-child(5):hover {
    text-decoration: underline;
}

/* Базовые стили слоя затемнения и модального окна  */
.overlay-cf7 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнения */
    /*  background-color: rgba(0, 0, 0, 0.65); */
    position: fixed;
    /* фиксированное поцизионирование */
    cursor: default;
    /* тип курсара */
}

/* активируем слой затемнения */
.overlay-cf7:target {
    display: block;
}

/* стили модального окна */
.popup-cf7 {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 490px;
    min-height: 350px;
    position: fixed;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    /* -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* активируем модальный блок */
.overlay-cf7:target+.popup-cf7 {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 10%;
}

.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    line-height: 1.3;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}

.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

h3.cf7-title {
    font-size: 23px;
    color: #5297dc;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}

p.cf7-name input,
p.cf7-phone input,
p.cf7-email input,
p.cf7-message textarea {
    width: 388px;
    height: 38px;
    line-height: 38px;
    /* margin-left: 15px; */
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding-left: 15px;
    text-align: left;
}

p.cf7-message textarea {
    height: 107px;
    line-height: 1px;
    /* margin-left: 24px; */
    resize: none;
}

p.cf7-name,
p.cf7-phone,
p.cf7-email,
p.cf7-message,
p.cf7-politic {
    margin-bottom: 15px;
    text-align: center;
}

p.cf7-submit {
    margin-bottom: 0px;
}

p.cf7-submit input {
    display: block;
    font-size: 14px;
    height: 28px;
    width: 133px;
    text-align: center;
    border: 1px solid #478fd7;
    line-height: 28px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 0;
    color: #478fd7;
}

p.cf7-submit input:hover,
.cf7-color-blue>p.cf7-submit input:hover,
.cf7-color-green>p.cf7-submit input:hover,
.cf7-color-red>p.cf7-submit input:hover,
.cf7-color-yellow>p.cf7-submit input:hover {
    color: white;
    background: #478fd7;
}

p.cf7-submit {
    margin-top: 25px;
    margin-bottom: 0px;
}

p.cf7-submit img {
    position: absolute;
}

.cf7-color-blue>h3.cf7-title {
    color: #478fd7;
}

.cf7-color-green>h3.cf7-title {
    color: #2db989;
}

.cf7-color-red>h3.cf7-title {
    color: #cf2f6f;
}

.cf7-color-yellow>h3.cf7-title {
    color: #eca213;
}

.cf7-color-blue>p.cf7-submit input {
    color: #478fd7;
    border-color: #478fd7;
}

.cf7-color-blue>p.cf7-submit input:hover {
    background: #478fd7;
}

.cf7-color-green>p.cf7-submit input {
    color: #2db989;
    border-color: #2db989;
}

.cf7-color-green>p.cf7-submit input:hover {
    background: #2db989;
}

.cf7-color-red>p.cf7-submit input {
    color: #cf2f6f;
    border-color: #cf2f6f;
}

.cf7-color-red>p.cf7-submit input:hover {
    background: #cf2f6f;
}

.cf7-color-yellow>p.cf7-submit input {
    color: #eca213;
    border-color: #eca213;
}

.cf7-color-yellow>p.cf7-submit input:hover {
    background: #eca213;
}

.cf7-color-blue>p.cf7-submit {
    margin-top: 0px;
}


.site-info.footer-new {
    position: relative;
    width: 100%;
    max-width: 1030px;
    margin: auto;
    float: none;
}

.footer-new-up {
    position: relative;
    margin-bottom: 50px;
}

.footer-new-up>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.footer-new-up-left {
    width: 65%;
    margin-right: -4px;
}

.footer-new-up-right {
    width: 34%;
    margin-left: -4px;
}

.footer-new-down {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 25px;
}

.footer-new-down-block {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    box-sizing: border-box;
}

.footer-new-down-block.footer-new-down-block-1,
.footer-new-down-block.footer-new-down-block-2 {
    width: 30%;
    padding-right: 20px;
}

.footer-new-down-block.footer-new-down-block-4 {
    padding-left: 50px;
}

h3.footer-new-up-left-title,
h3.footer-new-up-right-title {
    color: #023d78;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    margin: 0;
    margin-top: 12px;
    margin-bottom: 15px;
    text-align: left;
}

.footer-new-up-left-up-item {
    position: relative;
    width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
}

.footer-new-up-left-up {
    position: relative;
    min-height: 134px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.footer-new-up-left {
    padding-right: 30px;
    margin-right: 0;
}

.footer-new-up-left-down {
    position: relative;
}

.footer-new-up-left-down>div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 100;
    line-height: 1;
    text-transform: none;
    box-sizing: border-box;
}

.footer-new-up-left-down-phone {
    margin-right: -4px;
}

.footer-new-up-left-down-email {
    margin-left: -4px;
}

.footer-new-up-left-down>div>span {
    font-size: 18px;
    font-weight: bold;
    color: #5c9ee0;
    margin-bottom: 10px;
    display: block;
}

.footer-new-up-left-down-phone {
    padding: 9px 0px 0px 50px;
    background: url(/wp-content/themes/whiteangel/images/footer-phone.png) no-repeat top left;
}

.footer-new-up-left-down-email {
    padding: 9px 0px 0px 0px;
    background: url(/wp-content/themes/whiteangel/images/footer-email.png) no-repeat top left;
}

.footer-new-up-left-down-email>span {
    padding-left: 50px;
}

.footer-new-up-left-down {
    position: relative;
    min-height: 95px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.footer-new-up-right>div {
    position: relative;
}

.footer-new-up-right-up>.footersocicons {
    top: 37px;
    right: 0;
}

.footer-new-down a {
    font-size: 18px;
    color: #5c9ee0;
    text-transform: none;
    font-weight: bold;
}

.footer-new-down li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.footer-new-down ul.menu {
    position: relative;
    margin: 0;
}

.footer-new-down ul.menu>li {
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 40px;
    position: relative;
}

.footer-new-down ul.menu>li>ul.sub-menu {
    margin: 0;
}

.footer-new-down ul.menu>li>ul.sub-menu>li {
    margin-top: 20px;
}

.footer-new-down ul.menu>li>ul.sub-menu>li>a {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: 100;
    line-height: 1;
}

p.footerlinkhome {
    line-height: 1;
    text-align: center;
}

p.footerlinkhome>a {
    color: #023d78 !important;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
}

.footer-new-down-block.footer-new-down-block-3,
.footer-new-down-block.footer-new-down-block-4 {
    max-width: 240px;
    text-align: left;
}

.footer-new-down .footer-new-down-block.footer-new-down-block-3 ul.menu>li,
.footer-new-down .footer-new-down-block.footer-new-down-block-4 ul.menu>li {
    padding-right: 0px;
    padding-left: 15px;
}

.footer-new-down ul.menu>li.menu-item-has-children>ul.sub-menu {
    display: none;
}

.footer-new-down ul.menu>li.menu-item-has-children.active>ul.sub-menu {
    display: block;
}

.footer-new-down ul.menu>li.menu-item-has-children {
    padding-left: 20px;
}

.footer-new-down ul.menu>li.menu-item-has-children:after {
    content: url(/wp-content/themes/whiteangel/images/footer_menu_li_child.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.footer-new-down ul.menu>li.menu-item-has-children.active:after {
    content: url(/wp-content/themes/whiteangel/images/footer_menu_li_child_active.png);
    top: 3px;
}

.footer-new-down .footer-new-down-block.footer-new-down-block-1 ul.menu>li>a,
.footer-new-down .footer-new-down-block.footer-new-down-block-2 ul.menu>li>a {
    color: #1c7c7c;
}

@media screen and (max-width: 1000px) {
    .footer-new-up>div {
        position: relative;
        display: block;
        vertical-align: top;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }

    .footer-new-up-left {
        padding-right: 0;
    }

    .footer-new-up>div.footer-new-up-right {
        width: 341px;
    }

    .footer-new-down-block.footer-new-down-block-1,
    .footer-new-down-block.footer-new-down-block-2,
    .footer-new-down-block.footer-new-down-block-3,
    .footer-new-down-block.footer-new-down-block-4 {
        width: 50%;
        padding: 0 10px;
    }

    .footer-new-down-block.footer-new-down-block-3,
    .footer-new-down-block.footer-new-down-block-4 {
        text-align: left;
    }

    .footer-new-down .footer-new-down-block.footer-new-down-block-3 ul.menu>li,
    .footer-new-down .footer-new-down-block.footer-new-down-block-4 ul.menu>li {
        padding-right: 15px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 780px) {
    header#masthead {
        background: url(/wp-content/themes/whiteangel/images/bgheader.png) no-repeat bottom center #DBEFFE;
    }
}

@media screen and (max-width: 580px) {
    .footer-new-up-left-down>div {
        display: block;
        width: 270px;
        margin: 0 auto;
    }

    .footer-new-up-left-down-phone {
        margin-bottom: 30px !important;
    }

    .footer-new-down-block.footer-new-down-block-1,
    .footer-new-down-block.footer-new-down-block-2,
    .footer-new-down-block.footer-new-down-block-3,
    .footer-new-down-block.footer-new-down-block-4 {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .footer-new-up>div.footer-new-up-right {
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    .footer-new-up-right-up>.footersocicons {
        top: 33px;
    }
}

@media screen and (max-width: 340px) {
    .footer-new-up-right-up>.footersocicons {
        top: 25px;
    }
}

.footer-new-up-left-down-phone {
    display: none !important;
}

.footer-new-down ul.menu>li.menu-item-has-children:hover {
    cursor: pointer;
}

/**/
.frontleftpart1.help {
    width: 100%;
    float: left;
}

.help-bl {
    float: left;
    width: 100%;
    max-width: 335px;
    min-height: 145px;
}

.frontleftpart1 {
    padding-bottom: 30px;
}

.photooftheday {
    clear: both;
}

/*
.threebtnsinheader:before {
    content: "";
    width: 175px;
    height: 175px;
    background: red;
    position: absolute;
    top: -169px;
    background: url(/logo-el.png);
    background-size: contain;
    background-repeat: initial;
}
*/
.footer-new-down ul#menu-footer-menu-3 li {
    float: left;
    margin-right: 14px;
    margin-left: 0px;
    padding: 0;
}

.footer-new-down ul#menu-footer-menu-4 li {
    margin-right: 14px;
    margin-left: 0px;
    padding: 0;
}

.help-bl .sliderblock .entry-thumbnail {
    float: left;
    margin-right: 10px;
}

.help-bl .sliderblock {
    line-height: 1.2;
    font-size: 13px;
}

.help-bl .sliderblock .slidername {
    font-weight: 600;
    font-size: 14px;
}

.entry-header td .cattegoryin li.cat-links {
    font-size: 25px;
}

/*
.frontleftpart1.help.two .help-bl {
   max-width: 100%!important;
}*/
.frontleftpart1.help.two .help-bl .sliderblock {
    max-width: 100% !important;
    width: 100%;
}

.uptlk_wdgt_VCSN3 .uptl_toolbar.uptl_toolbar_share ul li.utl-icon-num-2.share-style-1.utl-icon-ok.effect-0 {
    display: none !important;
}

.uptlk_wdgt_VCSN3 .uptl_toolbar.uptl_toolbar_share ul li.utl-icon-num-0.share-style-1.utl-icon-vk.effect-0.__zero-count {
    display: none !important;
}

span#share42 span:nth-child(2) {
    display: none !important;
}

span#share42 span:nth-child(3) {
    display: none !important;
}

.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_share li:nth-child(1) {
    display: none !important;
}

.uptl_toolbar.uptl_toolbar_simple.__utl-reset.uptl_toolbar_share li:nth-child(3) {
    display: none !important;
}

li.ost-vei {
    display: inline-block;
    position: absolute;
    left: 50px;
}

/**/

a.sn-icon.fb {
    padding: 7px 10px;
    background: #5667c3;
    border-radius: 6px;
    max-width: 200px;
    display: block;
    text-align: center;
    margin: 0px 5px;
    color: white;
    font-size: 15px;
    border-bottom: 2px solid white;
    box-shadow: -4px 8px 6px -5px rgba(0, 0, 0, 0.5);
}

a.sn-icon.fb:hover {
    opacity: .7;
}

td.rightpart .post-views {
    display: none;
}

.post-views.entry-meta>span {
    font-size: 15px;
    line-height: 1.4;
}

table.frontparts1>tbody>tr>td:before {

    content: "";
    width: 1px;
    height: 300px;
    position: absolute;
    background: #ebebeb;
    margin: 62px -7px;
}

table.frontparts1>tbody>tr>td:first-child:before {
    display: none;
}


li.ost-vei {
    display: none !important;
}

.likebtn_container {
    display: none !important;
}

.tablecontent .entry-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #1c7c7c;
}
.breadcrumbs-cont + .entry-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #1c7c7c;
    margin-top: 10px;
}

button.slick-prev.slick-arrow {
    background: url(/wp-content/themes/whiteangel/images/viskdayarrleft.png);
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
}

button.slick-next.slick-arrow {
    background: url(/wp-content/themes/whiteangel/images/viskdayarrright.png);
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-new-up-left {
    padding: 0 15px 0;
}

.col-3 .frontleftpart1.psiholog {
    float: left;
    width: 100%;
}

div#slider1 button.slick-arrow {
    top: 50% !important;
    bottom: auto;
    position: absolute;
    z-index: 999;
}

div#slider1.slick-initialized .slick-slide {
    padding-top: 41px !important;
    text-align: center;
}

div#slider12 button.slick-arrow {
    top: 32%;
    margin: 0 -6px 0;
    position: absolute;
    z-index: 99;
}

.six-random-posts-item {

    max-width: 330px;
    min-height: 200px;
}

.taxonomy-description2 h1 {
    margin: 0 0 10px;
}

li.lang-item.lang-item-ru {
    display: none;
}


@media screen and (min-width: 990px) {
    .col-3 {
        display: flex;
        justify-content: space-between;
    }

    .col-3 li.cat-links {
        min-height: 54px;
    }

    .col-3 .frontleftpart1.psiholog {
        max-width: 320px;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.readmore {
    display: flex !important;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 130px;
    width: 100%;
    background: #1163b8 !important;
    border-radius: 7px;
    float: none !important;
    padding: 3px 7px;
    margin-top: 15px;
    margin: 0 auto;
}

select {
    border-radius: 12px;
    padding: 5px 10px;
    margin-right: 10px;
}

.readmore:hover {
    background: #328ef1 !important;
}

a:hover {
    opacity: 0.7;
}

select:hover,
.mobile-v-menu-block-mobile-btn:hover img,
#to_top_scrollup:hover::before {
    opacity: 0.5;
}

header#masthead {
    background-attachment: fixed;
}

#to_top_scrollup {
    right: 45px;
    border-radius: 7px;
}

@media screen and (max-width: 780px) {
    header#masthead {
        background-size: cover;
    }
}

.help-bl .sliderblock .entry-thumbnail {
    display: flex;
    width: 100% !important;
    /* height: 100% !important; */
    padding: 0;
    margin: 0;
}

.help-bl,
.help-bl .sliderblock .entry-thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: auto;
}

.imgwihey {
    border-radius: 7px;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .help-bl .sliderblock .entry-thumbnail img {
        max-width: 125px;
    }
}

.sliderblock {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    width: 100% !important;
    height: 100% !important;
}

.footer-new-up-right-up>.footersocicons {
    top: 35px;
    right: -15px;
}

.footer-new-up-left-up {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 10px;
    margin: 10px 0;
}

.footer-new-up-left-up img {
    border-radius: 20px;
}

.footer-new-up-left-up-item {
    margin: 0;
}

.taxonomy-description {
    margin-bottom: 0px;
}

@media screen and (min-width: 990px) {
    .col-3 .frontleftpart1.psiholog {
        max-width: 100%;
    }

}

@media screen and (max-width: 990px) {
    .footer-new-down ul.menu>li.menu-item-has-children:after {
        display: none;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

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

::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #4b4b4b;
}

::-webkit-scrollbar-thumb {
    background: #1163b8;
    border-radius: 5px;
}

.mobile-v-menu-block-mobile-menu-list::-webkit-scrollbar-track {
    background: transparent;
}

.mobile-v-menu-block-mobile-menu-list {
    max-height: 575px;
    overflow: auto;
    scrollbar-gutter: stable;
    padding: 10px 5px 10px 10px;
    border-radius: 5px;
}

.slick-arrow {
    top: 50% !important;
    margin-top: -23px !important;
}

.norm_row.sfsi_wDiv {
    width: 100% !important;
}
.entry-meta.clocksingle .pvc_clear {
    clear: none;
}
.pvc_stats {
    float: left;
    padding: 5px !important;
    position: relative;
    top: -3px;
    font-size: 13px !important;
}
span.oacs-spl-like-button-wrapper {
    max-width: 50px;
    position: absolute;
    left: 90px;
    top: -3px;
}
a.oacs-spl-like-button[data-iscomment="0"]:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 1.5em;
    padding: 6px 3px 0px 0px;
    position: relative;
    top: 0px;
    position: absolute;
}




/**/
.pvc_stats i.pvc-stats-icon {
    background: url(/wp-content/uploads/2024/10/prosmotrы.svg) 0px 0px;
    width: 26px;
    height: 16px;
    position: relative;
    background-size: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: -1px;
}
.pvc_stats i.pvc-stats-icon svg {
    opacity: 0;
}
a.oacs-spl-like-button[data-iscomment="0"]:before {
    content: "";
    background: url(/wp-content/uploads/2024/10/lajky.svg) white;
    width: 21px;
    height: 17px;
    background-size: contain;
    background-position: center;
    top: 5px;
    left: -3px;
    background-repeat: no-repeat;
}
.oacs-spl-like-button-wrapper a i {
    opacity: 0;
}
.clocksingle {
    background: url(/wp-content/uploads/2024/10/data-publykaczyy.svg) no-repeat 200px 2px !important;
    background-size: 19px !important;
}

.spl-is-active {
    display: none !important;
}
.oacs-spl-like-button {
    display: flex;
    align-items: center;
}
.oacs-spl-counter {
    padding-top: 4px !important;
}



.grid_t .frontleftpart1.psiholog  {
    float: left;
    width: 33.33%;
    clear: none;
}
 
.grid_t .frontleftpart1.psiholog .grid  {
    display: block;
}
.grid_t .entry-header .cattegoryin li.cat-links {
    font-size: 22px;
}
.taxondescrcat {
    clear: both;
    padding-top: 30px;
}
.grid_t .frontleftpart1.psiholog .grid .help-bl:nth-child(n+3) {display: none;}   


    @media screen and (max-width: 990px) {
        .grid_t .frontleftpart1.psiholog  {
            width: 100%;
        }
    }