/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU Ge/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}



/* Base Typography Styles */

html {
/*  font-size: 87.5%; /* 14px base font size */  */

 font-size: 100%; 

}

body {

  font-size: 1rem; /* 14px */
  line-height: 1.6; /* 22.4px */
  letter-spacing: 0.12em;
  word-spacing: 0.16em;
  margin: 0;
  padding: 0;
}

/* Headings */

.list-title, .entry-title, .widget-title, .widget_recent_entries h3, .widget h2 ,h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
/*  margin-top: 2em; */
  margin-bottom: 0.75em;
  letter-spacing: 0.05em;
  color: #111;
}

h1 { font-size: 1.875rem; }  /* 26.25px */
h2 { font-size: 1.625rem; }  /* 22.75px */
h3 { font-size: 1.375rem; }  /* 19.25px */
h4 { font-size: 1.125rem; }  /* 15.75px */
h5 { font-size: 1rem; }      /* 14px */
h6 { font-size: 0.875rem; }  /* 12.25px */

/* Paragraphs */

p {
  margin: 0 0 1.5em  0;
}

/* Links */

a {
  text-decoration: underline;
  letter-spacing: 0.12em;
  word-spacing: 0.16em;
}

/*a:hover,*/
a:focus {
/*
  color: #003d99;
  background-color: #e6f0ff;*/
  outline: 3px solid #00b5e5 !important;
  outline-offset: 2px;
}

#custom-logo a:focus{outline-offset: 0px; !important;}
.custom-logo-link{margin:3px; height:calc(100% - 3px); width:calc(100% - 6px);}

/* Lists */

ul, ol {
  margin: 1.5em 0;
/*  padding-left: 1.5em; */
}

/* Blockquotes */

.wp-block-pullquote, blockquote {
  margin: 1.5em 0;
/*  padding-left: 1em; */
  font-style: italic;
padding:0 !important;
}

/* Accessible Focus for Keyboard Navigation */

:focus-visible {
  outline: 3px solid #00b5e5 !important;
  outline-offset: 3px;
}

input::placeholder {color:#000 !important;}

/*********************** TEXT FORMATING **********************/

#footer-last{clear:both; padding:1em 0em 4em 0em; margin:0em 2em 0em 2em; border-top:1px solid #fff;}

#footer-last a{padding-right:2em; color:#fff !important; text-decoration:none !important;}

#footer a{color:#fff !important;}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited, .more-link, .wpsp-read-more a, .search-submit, ul.tags li {font-size:92.5% !important; padding: 2px 12px !important; background-color: rgb(141, 49, 129) !important; color: rgb(255, 255, 255) !important; font-weight: 600 !important; margin-top: 10px !important; border-radius: 12px !important; text-decoration:none !important; text-transform: uppercase !important;}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited, .more-link, .wpsp-read-more a{margin:1.5em 0px !important;}

.wp-show-posts-entry-date, .post-date, .entry-date{margin:6px 0px !important; display:block;}

ul.tags{margin:1.5em 0px !important; display:flow-root !important;}
ul.tags li{margin-right:8px !important; float:left;}
ul.tags li a{text-decoration:none !important; color:#fff !important;}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited, .more-link, .wpsp-read-more a, .search-submit, ul.tags li a .search-form input{border: none !important;}

.search-field, .search-submit{letter-spacing: 1px !important;  display:inline-block !important; vertical-align: middle !important; margin:10px 0 0 0 !important;}

.search-field{padding:2px 8px !important; line-height:1.6 !important; background-color:#f2f2f2 !important; border-radius:12px !important;}

.search-submit{line-height:1.6 !important;}

a[href^="tel"]{
    color: unset !important;
    text-decoration: none;
}

.search-field{font-size:92.5% !important;}

#site-title a{
font-size:200%;
display:block;
text-decoration:none !important;
margin:0 !important;
padding:0 !important;
}
#site-description{
margin-top:20px;
display:block;
font-size:120%;
}

.wp-block-quote p em, .wp-block-quote, blockquote, q{
quotes: "«" "»" "‹" "›" !important;
font-weight: bold !important;
}

.wp-block-quote p em:before { content: open-quote; }
.wp-block-quote p em:after  { content: close-quote; }

.list-title, .entry-title, .widget-title, .widget_recent_entries h3, .widget h2{
border-bottom:1px solid #000;
padding-bottom:8px;
}

.tags h1.entry-title, .search h1.entry-title, .archive h1.entry-title{color: rgb(141, 49, 129) !important; border-bottom-color: rgb(141, 49, 129);}

.entry-title{margin-bottom: 1.5em !important;}

.wp-show-posts-entry-header, .attachment-post-thumbnail, .wp-show-posts-inner :last-child{
margin:0 0 0em 0;
}
strong, b{
font-weight:bold;
}
p{
}
h1{
margin-bottom:28px;
}

.wp-show-posts-entry-summary, .wp-show-posts-entry-title{
/*word-break:break-word;	*/
-webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


/************* Style for the tag cloud *************/
.tag-cloud {
    margin-top: 28px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.tag-cloud-item {
    text-decoration: none;
    color: rgba(0,0,0,0.7);
    margin: 5px;
    cursor: pointer;
}

.tag-cloud-item:hover {
    color: rgb(0,0,0,0.7);
}

.tag-cloud-item.active {
    color: rgb(153, 39, 133); /* Highlight selected tag */
    font-weight: bold;
}


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

.wpsp-col-4 .wp-show-posts-inner{display:block; max-width: calc(100% - 0em) !important;}
.wp-show-posts-tripple .wp-show-posts-inner{margin: 0px 0px 0em 0em; !important;}
.wp-show-posts-tripple {margin-left: 0em !important;}

}
@media screen and (min-width: 768px) {

.wpsp-col-4 .wp-show-posts-inner{display:block; max-width: calc(100% - 2em) !important;}
.wp-show-posts-tripple .wp-show-posts-inner{margin: 0px 0px 2em 2em; !important;}
.wp-show-posts-tripple {margin-left: -2em !important;}

}

/* hide wp-show-posts titles from pages */
#post-706 .list-title, #post-709 .list-title, #post-712 .list-title, #post-703 .list-title{display:none !important;}

.header{display: unset !important;}
.result-title{
background:#fff !important;
position: -webkit-sticky !important;
position: sticky !important;
padding-top:10px;
top: 100px;
display:block;
margin-top:-10px !Important;
}

body, #menu, #topheader { 
	max-width: 1920px; 
	min-width:320px;
	margin: 0 auto !important; 
	float: none !important; 
}

.search-form{
z-index:99998;
float:right;
position:absolute;
right:2em;
top:-5px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none !Important;
}

#wpfss_form_wrapper form{
background:rgb(255,255,255,0.95);
}

#custom-logo{
float:left;
height:58px;
line-height:58px;
}

.custom-logo-link{
float:left;
}
.custom-logo{
margin-right:16px;
margin-left:2em;
max-height:34px; /* SAME AS MENU HEIGHT */
width:auto;
margin-top:9px;
}

.logo{
max-height:58px;
width:auto;
z-index:1000;
}
.custom-header img{
max-width:100%;
height:auto;
}

img{
max-width:100%;
height:auto;
border-radius:8px !important;
}

.wp-block-archives{
padding-bottom:20px;
}

.wp-show-posts-image.wpsp-image-center a img{
aspect-ratio:4/3 !important;
width:100% !important;
object-fit:cover !important;
}

.wp-show-posts, .wpsp-load-more{margin-bottom:40px !important;}

.wp-show-posts-entry-summary p a.more-link{margin-top:20px !important;}

a.wp-show-posts-read-more:hover, a.wp-show-posts-read-more:active{
background:none;
}

a.more-link{
display:table;
}

/***************CUSTOMIZE*******************/

/*body{background:#fafafa;}*/

body{background:#fff;}

.home #container{
padding-top:12px !important}

#container{
clear:both;
padding:110px 26px 20px 26px;
}

.entry-content{
padding-bottom:40px;
}
#wrapper{
padding:20px 0 20px 0;
  width:100%;
}
.footer-bg{
  background-image: url("/img/footer-kevat.svg") !important; /* The image used */
  background-repeat: no-repeat;
background-position-x: right;
background-position-y: 1px;
background-size: cover;
margin-bottom: -1px;
width:100%;
height: 15.625rem;

}

/******************MENU**********************/

.mega-menu-horizontal li{margin:0 !important; padding:0 !important;}

.mega-menu-horizontal li a{padding-left:16px !important;}

#topheader{
z-index:9998;
border:0px solid #aaa;
margin-left:0;
position:fixed;
width:100%;
top:0;
background:#FFF;
line-height:60px;
height:60px;
}

#menu{
z-index:9999;
margin-left:0;
position:fixed;
width:100%;
top:60px;
background:#FFF !important;
line-height:30px;
}

span.mega-indicator{top:1px;}

ul.mega-sub-menu{
margin-left:-1px !important;
}
ul.mega-sub-menu ul.mega-sub-menu{
margin-left:0px !important;
margin-top:-1px !important;
}

/*****************************************/


#site-header a img{
/*max-width:15%;*/
height:auto;
float:left;
margin-bottom:20px;
margin-top:0px;
}

.clear{
clear:both;
margin-bottom:0px;
}

#footer {
 background-color: rgb(66, 103, 47) !important; /* Used if the image is unavailable */
width: 100%; /* You must set a specified height */
margin-top:0px !important;
color:#fff;
text-decoration:none;
padding-top:20px;
}

aside{
padding:20px 2em 20px 2em;
}
#copyright{
padding:40px 2em 40px 2em;
margin:50px 0 0 0 !important;
border-top:0px solid rgba(0,0,0,.15);
clear:both;
text-align:left;
}
.entry-summary{
margin-bottom:30px;
}
.entry-footer, .nav-links{
display:none;
}

.wp-post-image{
height:auto;
margin-bottom:1.5em;
}

#branding{
display:none;
float:left;

}

#site-header img{
width:100%;
}






/*********************INPUT******************/

input{
	appearance: none;
    -moz-appearance: none;
	-webkit-appearance: none;
border-radius:0px;
}
/*******************Other********************/

.home .page .entry-title{
/****keyboard accessible solution to hide element ***/
/*  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
*/
}

article .entry-title{
display:block;
margin-bottom:0px;
}

.pt-cv-wrapper, .btn-success{
background:none !important;
border:none !important;
padding:0 !important;
margin:0 !important;
}

.wp-post-image, .wp-show-posts-inner .wp-show-posts-image a img{
height:auto !important;
/* width:100% !important; */
display:block !important;
}
.wp-post-image{

}
.entry-meta{
margin-bottom:0px !important;
clear:both;
}

.wp-show-posts-inner{
position:relative;
/*width:100%; */
display:block;
margin:
}

.wp-show-posts{
margin-top:2em;

}

#wpfss_form_wrapper button.close{
color:#000 !important;
}

.clear{
clear:both;
}

.widget{
margin-bottom:20px;
}


/******************ADMIN LOGIN RESETS.  782***********/
.ab-item, .ab-item:hover, .ab-item:visited, .ab-item:active{
color:#fff !important;
}

@media only screen and (max-width: 782px) {
.admin-bar #menu{top:106px !important}
.admin-bar #topheader{top:46px !important}
}

@media only screen and (min-width: 783px) {

.admin-bar #menu{top:92px !important}
.admin-bar #topheader{top:32px !important}
}



/********************** LATEST ARTICLES***********************/
.post-date{
display:block;
}

.widget_recent_entries ul li{
margin-top:10px;
padding-bottom:12px;
border-bottom:1px solid rgba(0,0,0,.15);
}
.widget_recent_entries ul li a{
font-size:100% !important;
border-bottom:0px solid #000;
color:#666 !important;
}


/***********************'FOTER WIDGETS ***********************/

.wp-block-media-text{
padding:2em 0;
}

.wp-show-posts-meta a{
text-decoration:none !important;
}
.wp-show-posts-entry-summary{
margin-bottom:20px !important;
}
.list-title{
margin-top:0px;
border-bottom:0px solid #000;
}



/********************** RESPONSIVE FORMATING ********************/
@media screen and (max-width: 600px) {

.widget-area ul li{
float:none;
width:100%;
}

.search-form{top: 44px;} 
.search-field{max-width:100px !important;}
	.home #container{
	margin:98px 0 0px 0; !important
	}
	#sidebar_right{
	margin:0!important;
	padding:0px!important;
	}

/*
	body, p{	
	font-size:100% !important;	
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:120%;
	}
	h1{
	//line-height:1.2em;
	font-size:170%;
	}
	.has-huge-font-size, h2{
	font-size:120%
	}
	h3{
	font-size:90%
	}
*/
}

@media screen and (min-width: 601px) {
	
.widget-area ul li{
float:left;
width:50%;
}
	
.home #container{
	margin:98px 0 0px 0;
	/*same amount as menu height*/
	}
	#sidebar_right{
	margin:0!important;
	padding:0!important;
	}
/*
	body, p{
	font-size:100% !important;
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:130%;
	}
	h1{
	//line-height:1.2em;
	font-size:180%;
	}
	h2{
	font-size:130%
	}
	h3{
	font-size:100%
	}
*/
}

@media screen and (min-width: 900px) {



.home #container{
	margin:98px 0 0px 0;
	/*same amount as menu height*/
	}
	#sidebar_right{
		padding:0px 0 0 2em!important;
	}

	#content{
	float:left;
	width:70%;
	}
	#sidebar_right{
	float:right;
	width:30%;
	}

}



@media screen and (min-width: 1200px) {
/*	body, p{
	font-size:110% !important;
	}
	.widget-title, .widget_recent_entries h3, .list-title{
	font-size:150%;
	}
	h1{
	font-size:200%;
	}
	h2{
	font-size:150%
	}
	h3{
	font-size:110%
	}
*/
}
