/*!
Theme Name: Vrtua
Theme URI: https://wphtml.com/wp/vrtua/
Author: theme_ocean
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: Vrtua - Augmented & Virtual Reality Services WordPress Theme
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vrtua
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.

Vrtua 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:
----------------------------------------------------------------

# Unit Test CSS
# Components
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/* Unit Test CSS */

img{
	display: block;
	max-width: 100%;
	height: auto;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select {
	border: 1px solid #ddd;
	padding: 10px 17px;
	background-color: #fff;
	border-radius: 4px;
	font-family: "Manrope", sans-serif;
}
.entry-content{
	-ms-word-wrap: break-word;
	word-wrap: break-word;	
	overflow: hidden;
	color: rgb(95, 97, 104);
}
.entry-content ul,
.entry-content ol,
.com-content ul,
.com-content ol{
	padding-left: 0;
}
.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ol,
.entry-content ol ul,
.com-content ul ul,
.com-content ul ol,
.com-content ol ol,
.com-content ol ul{
	padding-left: 2rem;
}
.entry-content li,
.com-content li{
	line-height: 28px;
}
.entry-content .blocks-gallery-grid{
	margin-right: 12px;
}
.entry-content p,
.entry-content ul, 
.entry-content ol,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.com-content p,
.com-content h1,
.com-content h2,
.com-content h3,
.com-content h4,
.com-content h5,
.com-content h6,
.entry-content select,
.entry-content .blocks-gallery-caption,
p.logged-in-as{
	margin-bottom: 12px;
}

.tags_list a{
	margin-right: 10px;
}

.wp-block-cover{
	margin-bottom: 15px;
}
.alignleft.wp-block-gallery{
	margin-right: 15px!important;
}
.wp-block-gallery{
	margin-bottom: 15px!important;
}
.entry-content img{
	max-width: 100%;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)), 
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
	margin-bottom: 1em;
	padding: 30px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
	padding: 30px;
}
.entry-content input[type="text"],
.entry-content input[type=email],
.entry-content input[type=password],
.entry-content input[type=search],
.entry-content input[type=tel],
.entry-content input[type=text],
.entry-content input[type=url],
.woocommerce input[type="text"],
.woocommerce input[type=tel],
.woocommerce input[type=email],
.woocommerce input[type=password]{
	border: 1px solid #ddd;
	height: 45px;
	border-radius: 4px;
	margin-right: 7px;
	padding: 0 15px;
}
.entry-content .wp-block-group{
	margin-bottom: 15px;
}
.entry-content input[type="submit"],
.entry-content button{
	background-color: rgb(96, 14, 228);
	border: 1px solid rgb(96, 14, 228);
	color: #fff;
	padding: 6px 35px;
	border-radius: 4px;
	transition: .5s;
	font-weight: 600;
	font-size: 17px;	
}
.entry-content blockquote {
	margin: 0 0 1rem;
	background-color: rgb(238, 238, 245);
	text-align: center;
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	line-height: 150%;
	color: rgb(0, 2, 41);
	padding: 45px 45px;
	border-radius: var(--bs-border-radius-lg) !important;
}
.blog-details-left .entry-content blockquote p{
	margin-bottom: 12px;
	color: rgb(0, 2, 41);
}
.wp-block-button__link{
	margin-bottom: 12px;
	background-color: rgb(96, 14, 228);
}

.wp-block-button__link:hover,
.wp-block-button__link:focus{
	  color: rgb(0, 2, 41);
}
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus{
	color: #32373c;
}
.page-links{
	margin: 1.3rem 0 0;
}
.tags_label{
	margin-bottom: 10px;
}
.banner_cat a {
	background: rgb(96, 14, 228);
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	margin: 0 7px;
}

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

.post,
.page {

}

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

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

.page-links {
	clear: both;
	margin: 1.2em 0 1.5em;
}
.previus-blog-contest{}
.previus-blog-contest .nav-links{
	display: flex;
	align-items: center !important;
	justify-content: space-between !important;
}
.previus-blog-contest .navigation.post-navigation{
	width: 100%;
}
.previus-blog-contest .navigation.post-navigation a {
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
}
.wp-block-column.has-background{
	padding: 15px;
}
.page_not_found h1{
	font-size: 60px;
	font-weight: 700;
}
.page_not_found h2{
	font-size: 40px;
}


/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.comment-list{
	list-style-type: none;
	padding: 0;
}
.comment-list .comment-box img.avatar{
	border-radius: 50%;
}
.comment-list .children{
	padding-left: 30px;
}
.comment-content{
	overflow: hidden;
	width: 100%;
}
.bypostauthor {
	display: block;
}
.comment-reply-title {
	font-size: 24px;
	color: rgb(0, 2, 41);
	font-weight: 700;
	padding: 20px 0 15px;
}
#cancel-comment-reply-link{
  padding-left: 20px;	
}
.comment-form-cookies-consent{
	padding: 5px 0;
}
.comment-form-cookies-consent input{
	width: auto;
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label{
	display: inline-block;
}

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

.widget select {
	max-width: 100%;
}
.wp-block-search__label{
	display: none;
}
.blog-right-area form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
form.wp-block-search__button-outside{
	border: 1px solid #ddd;
	border-radius: 10px;
}
.wp-block-search__inside-wrapper  .wp-block-search__input {
	width: 100%;	
	outline: none;
	padding: 4px 18px;
	border-radius: ;
	color: rgb(95, 97, 104);
	
}
.wp-block-search__inside-wrapper {
}
.wp-block-search__inside-wrapper  .wp-block-search__input ::placeholder{
	color: rgb(95, 97, 104);
}
.wp-block-search__button {
	height: 60px;
	background: rgb(96, 14, 228);
	border-radius: 0;
	margin-left: 0;
	color: #fff;
	padding: 0 15px;
	font-weight: 600;
	width: auto !important;
}
.wp-block-search__input{}

.widget{
	padding: 30px;
	background-color: rgb(238, 238, 245);
	border-radius: var(--bs-border-radius-lg) !important;
}
.widget .wp-block-heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 1.5rem !important;
}
.widget ol,
.widget ul{
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;	
	margin: 0;
}
.widget li{
	margin-bottom: 0;
}
.widget li ol,
.widget li ul{
	padding-left: 15px;
}
.widget select{
	width: 100%;
	border-radius: 10px;
}
.widget.widget_categories li,
.widget.widget_archive li{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	transition: .5s;
	position: relative;
}
.widget-area .widget li a:hover{
	color: rgb(96, 14, 228);
}

.widget.widget_categories li a,
.widget.widget_archive li a {
	font-size: 16px;
	color: rgb(95, 97, 104);
	font-weight: 600;
}
.widget.widget_categories li ul{
	display: none;
}
.widget .rsswidget.rss-widget-feed{
	display: inline-block;
}
.widget a:hover{
	color: rgb(96, 14, 228);
}
.widget.widget_tag_cloud a{
	color: #444;
	font-size: 14px!important;
	font-weight: 600;
	
}
.wp-block-search__inside-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.wp-block-latest-comments{
	list-style-type: none;
}
.footer-widget .wp-block-heading{
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-widget li a,
.footer-widget a{
    color: #fff;
}
.footer-widget .social-text a{
	color: rgb(0, 2, 41);
}
.widget_vrtua-latest-posts-footer .footer-widget{
	max-width: 335px;
	margin: 0 auto;	
}
.mc4wp-alert.mc4wp-error p{
	color: #fff;
}
/* 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;
}

.wp-block-cover .wp-block-cover__inner-container{
	color: #fff;
}
.wp-block-media-text{
	margin-bottom: 15px;
}

/* 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;
}

