/*
Theme Name: silverfund
Theme URI: https://namiraartstudio.ir
Author: Namira group
Author URI: https://namiraartstudio.ir
Description: silverfund
Requires PHP: 7.2
Version: 1.0
Text Domain: silverfund
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
	font-family:'vazir';
}
}
p{
	text-align:justify;
	line-height:2;
}
/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

/*flex blog post align
set for mobile better
*/
.flex-blog-silverfund{
	display:flex;
}

/*fonts*/
@font-face {
	font-family: Far_khodkar;
        font-style: normal;
        font-weight: normal;
        src: url('fonts/eot/Far_khodkar.eot');
        src: url('fonts/eot/Far_khodkar.eot?#iefix') format('embedded-opentype'),
            url('fonts/woff/Far_khodkar.woff') format('woff'),
            url('fonts/ttf/Far_khodkar.ttf') format('ttf');
}
@font-face{
    font-family: vazir;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/Vazirmatn-Medium.eot');
    src: url('fonts/eot/Vazirmatn-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/woff/Vazirmatn-Medium.woff') format('woff'),
        url('fonts/ttf/Vazirmatn-Medium.ttf') format('ttf');
    src: url('fonts/woff2/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
	font-family: 'vazir';
	background-color:#f2f2f2
}
/*justify sfund class*/
.justify-sfund{
    text-align: justify;
}
.wp-block-table, .wp-block-table td, .wp-block-table th, .wp-block-table thead{
	border:none;
	background-color:#d0eaff;
}
.wp-block-table th{
	font-weight:normal
}
.wp-block-table{
	border-radius:12px;
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 14%)
}
.wpcf7-form-control{
	background-color:#DEEEF3;
	border:none;
	border-radius:5px;
	height:32px;
	width:-webkit-fill-available;
	margin:10px;
}
.wpcf7-submit{
	background-color:#333344;
	height:48px;
	color:white;
	font-family:'vazir';
	font-weight:bold;
	font-size:larger;
	transition:0.2s;
}
.wpcf7-submit:hover{
	background-color:#a3b1ba;
	transition:0.2s;
}
.wpcf7-textarea{
	background-color:#dbe1e3;
	height:-webkit-fill-available
}
.wp-post-image{
	border-radius:5px;
}
.wp-block-post-content{
    text-align: justify;
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
	background-color:#DEEEF3;
	border:none;
	width:-webkit-fill-available;
	margin:10px;
}
.wp-element-button{
	background-color:#333344;
	color:white;
	font-family:'vazir';
	font-weight:bold;
	font-size:larger;
	transition:0.2s;
}
.wp-element-button:hover{
	background-color:#a3b1ba;
	transition:0.2s;
}
/*responsive table for mobile*/
@media (max-width: 781px) {
        .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
            flex-basis:42%!important;
         }
}
.wp-block-social-link-label{
	display:contents;
	font-family:'vazir';
}
.tgju-copyright-fix a, .tgju-copyright a, .tgju-copyright{
	display:none!important;	
	content-visibility:hidden;
}
.tgju-widget-box, .tgju-widget-item, .tgju-widget-item{
	background-color:#fbfbfb!important;
	color:black;
}
.tgju-widget-box, .tgju-widget{
	border-radius:10px!important;
}
.tgju-margin-control{
	margin: -15px 0px 0px 0px!important;
}