/*
*Custom css  and export/import file file generator
*/


/*
*Add font to template
*/
/**
@font-face {
font-family: 'byekan';
src: url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/BYekan.eot') format('eot'), url('/wp-content/themes/StackDesign-Wordpress-Theme/fonts/BYekan.ttf') format('truetype');
}
@font-face {
font-family: 'droid sans';
src: url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/BDroidSan.eot') format('eot'),url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/DroidSan.tff')format('truetype');
}

@font-face {
font-family: 'sahel';
src: url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/Sahel.eot') format('eot'), url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/Sahel.ttf')format('truetype');
}
**/

@font-face {
font-family: 'IRANSans';
src: url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/IRANSansWeb.eot') format('eot'), url('https://hexart.ir/wp-content/themes/StackDesign-Wordpress-Theme/fonts/IRANSansWeb.ttf')format('truetype');
}

              /* Color Scheme */
            
              /* Background Color */
              .navbar-default{
                background-color:#3b5998!important;
                color:#fff!important;
                border-color:#3b5998 !important;
              }
              body {
                background-color:#ffffff;
                color:#000000;
                font-family:IRANSans !important;
                font-size:14px!important;
                line-height:2  !important;
              }
              h1,.h1{
              font-family:IRANSans !important;
              line-height: 2  !important;
              font-size:16px  !important;
              }
              h2,.h2{
               font-family:IRANSans !important;
              font-size:14px  !important;
               line-height: 2  !important;
              }
              h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
               font-family:IRANSans  !important;
              font-size:14px  !important;
               line-height: 2  !important;
              }
            
              .blog-title,.blog-description,.blog-post-meta {
                  color:#ffffff;
                }
            
               .blog-masthead {
                background-color:#3b5998;
                border-color:#3b5998;
               }
            
               .blog-footer {
                 background-color:#e7e7e7;
               }
              .widget-title,.fn,.corner-ribbon {
               background-color:#3b5998;
               color:#ffffff;
               }  
               #s,#cntctfrm_contact_name, #cntctfrm_contact_email, #cntctfrm_contact_subject,#cntctfrm_contact_message ,.input, .input-email, .input-text,.field-select,blockquote,.comment-body,#author, #email, #url, .cptch_input,#comment {
                 background-color:#ffffff;
                 color:#000000;
               }
               #searchsubmit,.cntctfrm_contact_submit,.button,.submit,.more-link{
                 background-color:#3b5998;
                 border-color:#3b5998;
                 color:#ffffff;
              }
            
             .widget_recent_entries li,.widget_categories li,.widget_polylang li,.widget_recent_comments li,.widget_archive li {
                 background-color:#ffffff;
                 color:#000000;
              }
              .sidebar-module-inset{
                 background-color:#ffffff;
            }
            
            .navbar-default{
              background-color:#e7e7e7;
              color:#000000;
              border-color:#e7e7e7;
            }
            .current_page_item,.navbar-default .navbar-nav .active a
             {
              background-color:#d2d2d2;
            }
            .current_page_item:hover,.navbar-default .navbar-nav .active a:hover{
              background-color:#3b5998;
              color:#ffffff;
            }
            a{
              color:#3b5998;
            }
            a:hover{
              color:#337af0;
            }

			section#top{
				background: #eee;
				position: relative;
				height:100%;
				background: rgba(0,0,0,0.6) url(
					https://hexart.ir/wp-content/uploads/2020/06/back.jpg 
				);
				background-repeat: no-repeat;
				background-size: cover;
				padding-bottom: 15%;
			}
			section#top {
				background: #eee;
				background-image: url(
					https://hexart.ir/wp-content/uploads/2020/06/back.jpg 
				);
				background-position-x: initial;
				background-position-y: initial;
				background-size: cover;
				background-repeat-x: no-repeat;
				background-repeat-y: no-repeat;
				background-attachment: initial;
				background-origin: initial;
				background-clip: initial;
				position: relative;
				height: 100%;
			/* background: rgba(0,0,0,0.6) url(https://jostarnevis.ir/wp-content/uploads/2020/06/back.jpg);*/
					background: rgba(0,0,0,0.6) url(
						https://hexart.ir/wp-content/uploads/2020/06/back.jpg 
					);
				background-repeat: no-repeat;
				background-size: cover;
				padding-bottom: 15%;
				background-color: rgba(0, 0, 0, 0.6);

			}

            .btn-primary {
				color: #ffffff;
				background-color: #3b5998 !important;
            }

			.btn-primary.focus, .btn-primary:focus {
				color: #3b5998;
				background-color:#3b5998!important;
				border-color: #3b5998;
            }

			.wp-block-search__button {
				background-color:#3b5998!important;
                color:#fff!important;
                border-color:#3b5998 !important;
			}
		   .widget-title,aside .widget .wp-block-search__label {
				margin-top: 20px;
				font-size: 14px;
				font-weight: 100 !important;
				color: #fff;
				background-color:#3b5998;
				border-color: #3b5998;
				padding: 10px 15px;
				border-bottom: 1px solid transparent;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
            #copyshort{ 
                background-color:#3b5998!important;
                color:#fff!important;
                border-color:#3b5998 !important;
            }


