/*!
Theme Name: digishares
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digishares
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.

digishares 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold !important;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 0;
}

/**/
@media only screen and (max-width: 1024px) {
	.hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
		border: 0 !important;
	}
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin:0;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #00B1EB;
}

a:hover,
a:focus,
a:active {
	color: #00B1EB;
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
	border-top: 1px solid;
	margin-top: -1px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*****************************************************************************************************************************
*****************************************************************************************************************************
*****************************************************************************************************************************
*****************************************************************************************************************************
*****************************************************************************************************************************
	Закончился код Underscores, дальше кастомный код.
********************************************************************************************************************************
********************************************************************************************************************************
********************************************************************************************************************************
********************************************************************************************************************************
********************************************************************************************************************************/

/* Predisposed Classes */

.width-fit-content { width: fit-content; }

header#masthead,
#archive-header {
	background-color: rgba(56,56,56,0.70);
    height: 9vh;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 0%);
    display: table;
    width: 100%;
    z-index: 2000;
    position: fixed !important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
    transition: background-color .3s linear;
}

#archive-header > div,
#archive_header_image_section > div,
#archive_footer > div {
	padding: 0;
}

/*
	Menu
*/
header#masthead li.menu-item a,
#archive-header  li.menu-item a {
	color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    clear: both;
    font-family: 'Roboto',Arial,sans-serif;
}

@media (min-width: 1025px) {
	.mobile_social_icons {
		display: none;
	}
}

/* Home Firs Section */

#home_1th_section {
    background: url(/wp-content/themes/digishares/img/odd-shape.svg) left center/1255px no-repeat , url(/wp-content/themes/digishares/img/DigiShares_new-min.webp) right top no-repeat;
}

/* Home BlockQuote Section */
.qodef-qi-blockquote .qodef-m-icon i {
    position: relative;
    left: -1.4em;
    transform: rotate(180deg);
    top: -0.7em;
}
.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
    margin: 0 -1em 0 0;
}


/* Home Ticker Section */
.news_ticker .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
}
.news_ticker .wbnt-el-container.bn-news {
	background: #00B1EB;
}
.news_ticker .wbnt-el-label.bn-label {
    display: none !important;
}
.news_ticker .wbel-nt-controls.bn-controls {
    display: none;
}
.news_ticker .wbnt-el-container.bn-news {
    left: 0 !important;
    right: 0!important;
}
.news_ticker .wb-breaking-news-ticker.breaking-news-ticker.bn-effect-scroll {
	border: none !important;
}
.news_ticker li.wbnt-news-ticker-list-item {
    font-size: 20px;
    color: white;
}

/* Home Logos block */
.qodef-qi-grid>.qodef-grid-inner {
    align-items: center;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
    width: 91%;
    margin: auto;
}


/***************************************************************************************
 *                                  Main Footer
 * *************************************************************************************/
 
 .elementor-column.elementor-col-100.elementor-top-column.elementor-element.elementor-element-57384d4 {
    padding: 0 20px;
}


/***************************************************************************************
 *                                  SINGLE POST TEMPLATE
 * *************************************************************************************/
/* Posts Header */

.H1_Posts_container {
	vertical-align: middle;
	display: table-cell;
    vertical-align: middle;
    top: 47vh;
    position: relative;
}

.the_title_wrap {
    max-width: 520px;
    text-align: left;
    background-color: #00b1eb;
    color: #fff;
    padding: 9px 16px 10px;
    border-radius: 10px;
}

H1 {
	font-family: 'Roboto', 'Arial', 'sans-serif';
	font-size: 36px;
	line-height: 44.28px;
	vertical-align: baseline;
	margin: 0;
}

ul.post-categories {
    display: inline-block;
    color: white;
    list-style: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
ul.post-categories li a {
	color: white;
	text-decoration: unset;
	font-family: 'Roboto', 'Arial', 'sans-serif';
	font-size: 16px;
	line-height: 19.68px;
	font-weight: 300;	
}

/* 
 * 
 * Single Post .post 
 * 
 * */

.entry-content,
.entry-footer,
.error-404 {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px !important;
}

.entry-content p,
footer.entry-footer p {
	margin-top: 1em;
}

.entry-content p:first-child, footer.entry-footer p:first-child {
    margin-top: 0;
}

.entry-content,
footer.entry-footer,
.error-404 {
    font-family: 'Roboto', 'Arial', 'sans-serif';
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    padding-bottom: 30px;
}

.entry-content a,
footer.entry-footer a,
.error-404 a {
    text-decoration: unset;
    word-wrap: break-word;
}

.error-404 {
	padding-top: 150px;
}

.entry-content strong,
footer.entry-footer strong {
	font-weight: 700;
}

footer.entry-footer {
    margin-top: 100px;
}

/*
 * 
 *  Previous posts 
 * 
 * 
 * */
h3.previous_news_article_title {
	font-size: 42px;
	font-family: 'Roboto', 'Arial', 'sans-serif';
	line-height: 52px;
	color: #000;
	font-weight: 600;
	margin: 100px 0;
}
 
.previous_posts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}
.one_previous_post {
	display: flex;
    width: 47%;
    background: #00B1EB;
    margin: 1.5%;
}

.previous_post_thumbnail {
	width: 135px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.previous_post_title {
    color: white;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    padding: 30px 30px 40px;
    width: fill-available;
    width: -webkit-fill-available;
    width: -moz-available;
}

.previous_post_title p {
	margin: 0;
}

/************************************************************************************************
 * 
 *  IV Начало
 * 
 * 
 * ************************************************************************************************/
.elementor-element-8add2c2 .elementor-container.elementor-column-gap-default {
	padding-top: 30px;
    padding-bottom: 30px;
}
.elementor-element-8add2c2 .elementor-container.elementor-column-gap-default .elementor-widget-container p {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 15px;
	line-height: 1;
}


/*.wpcf7 or #wpcf7-f750-p718-o1*/
.wpcf7 form.wpcf7-form.init {
	display: inline-block;
	text-align: left;
}

form.wpcf7-form.init label {
	font-weight: 500;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #33475b;
	box-sizing: border-box;
	clear: both;

}
form.wpcf7-form.init label span.wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
form.wpcf7-form.init label span.wpcf7-form-control-wrap .wpcf7-form-control {
	width: 100%;
	box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
    border-radius: 0;
    /*border-color: #c87872;*/
    background-color: #f5f8fa;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    /*border: 1px solid #cbd6e2;*/
    margin-bottom: 18px;
}


.wpcf7 > form.wpcf7-form.init > label:nth-child(10) {
	font-size: 13px;
	font-weight: 500;
    line-height: 20px;
    margin: 18px 0;
}
.wpcf7 > form.wpcf7-form.init > label:nth-child(10) span.wpcf7-form-control-wrap {

}
.wpcf7 > form.wpcf7-form.init > label:nth-child(10) span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.checkboxes {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    min-height: 27px;
    border-radius: 0;
    border-color: #c87872;
    background-color: white;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: none;
}
.wpcf7 > form.wpcf7-form.init > label:nth-child(10) span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.checkboxes .wpcf7-list-item {
	width: 100%;
	margin: 0;
	color: #33475b;
	font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    float: none;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
.wpcf7 > form.wpcf7-form.init > label:nth-child(10) span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.checkboxes .wpcf7-list-item input {
    margin-bottom: 18px;
}
.wpcf7 > form.wpcf7-form.init > label:nth-child(10) span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox.checkboxes .wpcf7-list-item.first input {
margin-top: 18px;
}
.wpcf7 > form.wpcf7-form.init > label span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
	padding: 10px 15px;
	height: 4rem;
}
.wpcf7-form-control.has-spinner.wpcf7-submit {
	    box-sizing: border-box;
    margin: 0;
    cursor: pointer;
    display: block;
    margin: auto;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
    border-width: 1px;
    padding: 25px 60px;
    -webkit-appearance: none;
    border-radius: 0;
    background: #0B95C2;
    border-color: #0B95C2;
    color: #ffffff;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    white-space: pre-wrap;
}
.elementor-widget-wrap.elementor-element-populated {
    margin: 0;
    padding: 0;
}
.elementor-96 .elementor-element.elementor-element-f9b6613.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
    margin: 0;
}
/*
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    margin: 0;
    padding: 0;
}
*/
.elementor-section.elementor-top-section > .elementor-container.elementor-column-gap-default {
    padding: 0 20px;
}
@media only screen and (max-width: 1024px) {

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        overflow: auto;
		max-height: calc(100vh - 77px);
    }
    .admin-bar .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        overflow: auto;
		max-height: calc(100vh - 123px);
    }
    .hfe-creative-menu a {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        font-family: 'Roboto';
    }
    header#masthead li.menu-item a {
        font-size: 24px;
        color: #ffffff;
        font-weight: 600;
        font-family: 'Roboto';
    }
/*
    .elementor-96 .elementor-element.elementor-element-57d69fa nav.hfe-dropdown {
        padding-top: 1.5rem;
    }
*/
    li.mobile_social_icons {
        margin: 1rem 0;
        text-align: center;
    }
    ul.hfe-nav-menu, .hfe-nav-menu li, .hfe-nav-menu ul.mobile_social_icons {
        /*margin-top: 15px;*/
    }
    li.mobile_social_icons .t228__right_social_links_item {
        width: auto;
        display: inline;
        margin-right: 1rem;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li.mobile_social_icons {
        margin: 2rem 0;
    }
}

/***********************************************************************************************
 * 
 *  IV конец
 * 
 * 
 * ************************************************************************************************/

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
	top: 53px;
}
@media screen and (max-width: 782px) {
	html #wpadminbar {
		position: fixed;
	}
}


/***********************************************************************************************
 * 
 *  Gutenberg blocks classes
 * 
 * 
 * ************************************************************************************************/


/* gray newsletters section */
.newsletter-gray-column {
	background: #f5f5f5;
	padding: 60px;
	margin-top: 20px !important;
}
@media (max-width: 600px) {
	.newsletter-gray-column {
		padding: 10px;
	}
}


/* Newsletter Green Section */
.newsletter-green-section {
	background: #25bec4;
	padding: 25px;
	color: #fff;
	margin-top: 25px;
}
.newsletter-green-section a {
	color: #fff;
}


/***********************************************************************************************
 * 
 *  Post Grid Fixes
 * 
 * 
 * ************************************************************************************************/

.wpr-grid-image-wrap {
    height: 300px;
}

img.wpr-anim-timing-ease-default {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
}

.elementor-widget-text-editor p {
	/* margin-top: 1.5em; */
}

.elementor-widget-text-editor p:first-child {
	margin-top: 0;
}

/***********************************************************************************************
 * 
 *  Pravki
 * 
 * 
 * ************************************************************************************************/

#wpcf7-f2558-o1 input,
#wpcf7-f2558-o1 .subscribe-text {
	margin: 20px;
    max-width: calc(100% - 40px);
}

#wpcf7-f2558-o1 form {
    max-width: 100%;
    text-align: left;
    display: inline-block;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 20px !important;
}

/* Set default column gaps for Elementor */
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 15px;
}

@media ( min-width: 1920px ) {
	
	#home_1th_section {
		background-size: 65vw, 50vw;
	}
	
}

ul.sub-menu.sub-menu-open ul.sub-menu.sub-menu-open { 
	margin-left: 20px;
}


/***********************************************************************************************
 * 
 *  Subscribe
 * 
 * 
 * ************************************************************************************************/
.display-block {display:block; !important}
.display-none {display:none; !important}


div#wpcf7-f3291-p2904-o1 {
    padding: 0 10%;
}

/***********************************************************************************************
 * 
 *  Subscribe 2
 * 
 * 
 * ************************************************************************************************/
div#wpcf7-f3579-p3335-o1 form input {
    text-align: center !important;
}


/***********************************************************************************************
 * 
 *  
 * 
 * 
 * ************************************************************************************************/
 
.fa-plus:before,
.fa-minus:before {
    top: 7px;
    position: relative;
}
#subscribe-footer .wpcf7-submit {
    background: #00B1EB !important;
    border-color: #00B1EB !important;
}
.current_page_item a,
header#masthead li.menu-item a:hover,
#archive-header li.menu-item a:hover {
    color: #00B1EB !important;
}

footer.entry-footer, {
    font-family: 'Roboto', 'Arial', 'sans-serif';
    font-size: 20px;
    line-height: 31px;
    font-weight: 300;
    /* padding-bottom: 165px; */
}

.input-text-align-center input {
    text-align: center;
}
.gtranslate_wrapper > a span {
    color: #ffffff !important;
}






input[type="tel"] {
	width: 100%;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    background-color: #ffffff;
    color: #000000;
    margin: 2px;
    padding: 15px;
    border-width: 0px;
    border-style: solid;
    border-color: #dfdfdf;
    border-radius: 5px;
    box-shadow: none;
}

input.wpcf7-submit[type=submit] {
    color: #ffffff !important;
    padding: 15px 30px !important;
    border-width: 0px !important;
    box-shadow: none !important;
    text-align: center !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    background-color: #0B95C2 !important;
    border-radius: 55px 55px 55px 55px !important;
    margin: auto !important;
}
.wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    text-align: left;
}
#wpcf7-f3579-p3341-o1 > form > p > span.wpcf7-form-control-wrap > input,
#wpcf7-f3579-p3341-o1 > form {
	display: block;
	text-align: center;
	margin: auto;
}





div.gtranslate_wrapper {
    margin-left: 35px !Important;
    text-transform: uppercase !Important;
    font-size: 24px !important;
}



.wpcf7 form.wpcf7-form.init {
    display: block;
    margin: auto;
    width: fit-content;
    max-width: 100%;
}
div.gt_white_content.notranslate a {
    color: black !important;
    font-size: 18px !important;
}
#wpcf7-f2558-o2 > form > p > span, #wpcf7-f2558-o2 > form > p > input {
    margin-left: 10px !important;
}
#wpcf7-f3579-p3823-o1 > form > p > span.wpcf7-form-control-wrap > input,
#wpcf7-f2558-o2 > form > p > span.wpcf7-form-control-wrap > input {
    max-width: 100%;
}

@media( max-width: 600px ) {
	.wpcf7-form .cf7b-content {
		margin: 0 !important;
		padding: 0 !important;

	}
	.cf7b-section .cf7b-col {
		display: block  !important;
	}
	form > p > span.wpcf7-form-control-wrap > input, #wpcf7-f3579-p3341-o1 > form {
		max-width: 100% !important;
	}
}



/* Forums ARCHIVE */

.post-type-archive-digishares_forums main#primary {
    max-width: 1200px;
    margin: auto;
    padding-top: 130px;
}
.post-type-archive-digishares_forums footer.entry-footer {
    margin-top: unset;
}
footer#colophon {
    margin-top: 100px;
}


/* Forums SINGLE POST */

.single-digishares_forums .H1_Posts_container {
    top: 250px;
}
.single-digishares_forums header.entry-header {
	height: 400px !important;
    background-color: #fff !important;
}
.single-digishares_forums span.posted-on {
    font-weight: 500;
}


/* SEARCH PAGE */

.search main#primary {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    padding-top: 165px;
}
.search footer.entry-footer {
    margin-top: unset;
}
.search form.search-form {
    margin-top: 50px;
}

.entry-summary {
    padding: 0 20px;
}
i.fa-solid.fa-caret-down {
    border: 1px solid;
    padding: 1px 3px;
    border-radius: 50%;
}





/****************************************************************************
 * 
 * Шарики
 * 
 * */
 
.collaboration-form {
	width: 300px;
	margin: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	text-align: left;
	position: relative;
	background-color: #f9f9f9;
}

@media ( max-width: 400px ) {
	.collaboration-form {
		width: 300px;
		margin: 20px 10px;
		padding: 20px 10px;
		border: 1px solid #ccc;
		border-radius: 10px;
		text-align: left;
		position: relative;
		background-color: #f9f9f9;
	}
}

@media ( max-width: 350px ) {
	.collaboration-form {
		width: fit-content;
		margin: 20px 0;
	}
}

.circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}

.usa {
	background: #27ae60 url(/wp-content/themes/digishares/img/usa-flag.png) center center;
	background-size: cover; 
	background-repeat: no-repeat;
}

.canada {
	background: #27ae60 url(/wp-content/themes/digishares/img/canada-flag.png) center center;
	background-size: cover; 
	background-repeat: no-repeat; 
}

.collaboration-form h2 {
	color: #3498db;
}

.collaboration-form .country {
	color: #333;
}

.collaboration-form ul {
	padding: 0;
	list-style: none;
}

.collaboration-form li {
	margin-bottom: 10px;
}

/*
 * 
 * Contact Form 7
 * */
.elementor-shortcode .wpcf7 {
    color: white;
}

.elementor-shortcode .wpcf7 select {
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    color: #666;
}

.elementor-shortcode .wpcf7 input {
    color: #d31d1d;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px;
}

.elementor-shortcode .wpcf7 select:focus-visible {
    color: #666;
    outline: none;
}

.woocommerce ul.products li.product a img {

    height: 230px ;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    max-height: fit-content;
    -webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

/*
.woocommerce ul.products li.product:hover .woocommerce-loop-category__title,
.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products li.product:hover h3 {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-height: none;
}
*/



.woocommerce ul.products li.product .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
