/*
Theme Name: Kinetic Edge PT 2020
Theme URI: http://prosoft-phils.com/
Author: JC | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive theme for KE
Version: 1.0
*/

/*--------------------------------------------------------------
General Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #333;
  font-family:'Century Gothic', arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

strong {
	font-weight: bold;
	
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  line-height: 1.4;
  font-weight: bold;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.5em;
  padding: 0;
}

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

blockquote {
  font-size: 20px;
  line-height: 23px;
  font-style: italic;
  line-height: 1.7;
  margin: 15px;
  overflow: hidden;
  padding: 15px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

figcaption {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 5px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: 2px solid #233c7f !important;
  outline-offset: 2px !important;
}
/*------------------------------------------------------------
Bootstrap Form
--------------------------------------------------------------*/
body select {
	background: url('./assets/img/arrow.png') no-repeat right;
    -webkit-appearance:none;
    -moz-appearance:none;
    cursor: pointer;
    background-color: #fff;
    padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
/*ul,
ol {
	margin: 0;
	padding: 0;
}
*/
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;
}

.border-bottom {
  border-bottom: 2px solid;
}

.border-bottom-blue {
  border-bottom: 2px solid var(--primary);
}

/*--------------------------------------------------------------
Resets
--------------------------------------------------------------*/
.reset-padding {
  padding: 0 !important;
}

.reset-margin {
  margin: 0 !important;
}

.modal-header {
  border-bottom: none !important;
}

.modal-footer {
  border-top: none !important;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}

/*force img-responsive on blog*/
.container-fluid img {
  display: block;
  max-width: 100%;
  height: auto;
}



/*--------------------------------------------------------------
Custom Class
--------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}

.center {
  margin: 0 auto;
}


.text-right {
  text-align: right;
}

.border {
  border: 1px solid red;
}

.inline {
  display: inline-block !important;
}

.content-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.w100 {
  width: 100%;
}

.container.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.container.center-content .row {
  width: 100%;
}

/*--------------------------------------------------------------
Font Class
--------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.italic {
	font-style: italic;
}

/*--------------------------------------------------------------
Theme Colors
--------------------------------------------------------------*/
.blue {
  color: var(--primary);
}

/*--------------------------------------------------------------
Custom Button
--------------------------------------------------------------*/
.btn-orange {
  color: #ffffff;
  background-color: var(--primary);
  font-weight: bold;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  background-color: var(--ke-blue900)
}

.btn-telehealth {
  color: #ffffff;
  background: #00acea; /* Old browsers */
  background: -moz-linear-gradient(top,  #00acea 0%, #00455d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #00acea 0%,#00455d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #00acea 0%,#00455d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acea', endColorstr='#00455d',GradientType=0 ); /* IE6-9 */

}

  .btn-telehealth:hover,
  .btn-telehealth:focus,
  .btn-telehealth:active,
  .btn-telehealth.active,
  .open > .dropdown-toggle.btn-telehealth {
    background-color: #00ACEA
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
  }

.btn-telehealth-outline {
  color: #707070;
  background: #fff;
  border: 1px solid #00ACEA;
  border-radius: 50px;
}

  .btn-telehealth-outline:hover,
  .btn-telehealth-outline:focus,
  .btn-telehealth-outline:active,
  .btn-telehealth-outline.active,
  .open > .dropdown-toggle.btn-telehealth-outline {
    background-color: #00ACEA;
    -webkit-transition: all 300ms ;
    -moz-transition: all 300ms ;
    -ms-transition: all 300ms ;
    -o-transition: all 300ms ;
    transition: all 300ms ;
  }

  .btn-telehealth-outline img {
    width: 26px;
    display: inline-block;
    padding-right: 10px;
    margin-top: -4px;
  }

/*--------------------------------------------------------------
Social Media Share
--------------------------------------------------------------*/
ul.social-share {
  padding-left: 0;
  list-style: none;
}

ul.social-share a i {
  color: #333;
  font-size: 20px;
}

ul.social-share a:hover i {
  color: var(--ke-blue600);
}

ul.social-share li {
  display: inline-block;
  padding-right: 11px;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
  /*color: #222;*/
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  /*color: #000;*/
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
List Style
--------------------------------------------------------------*/
.ul-lnone-inline {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.ul-lnone-inline li {
  display: inline-block;
}

.ul-lnone-block {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.ul-lnone-block li {
  display: block;
}

.ul-lnone-block li a {
  display: block;
}

/*--------------------------------------------------------------
Alignment
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/
.search-result-header {
  color: var(--primary);
}

.search-side-bar-header {
  padding: 0;
  margin: 0;
  width: 100%;
  color: var(--primary);
  font-size: 18px;
  font-weight: normal;
  margin: 12px 0;
}

.search-form{
  display: flex;
  padding: 0;
  margin: 16px 0;
  overflow: hidden;
}

.search-form__input{
  padding: 8px 12px !important;
  flex: 1 0 auto;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

.search-form__input:focus-within{
  border: 1px solid var(--primary);
}

.search-form__submit{
  padding: 4px 12px;
  border: 0;
border-radius: 0;
}

/*--------------------------------------------------------------
VIDEO MODAL FULL WIDTH
--------------------------------------------------------------*/
.modal-video {
  background: rgba(0, 0, 0, 0.9);
}

.modal-video .modal-content {
  background: transparent;
}

.modal-video .modal-dialog {
  position: absolute;
  top: -10px;
  right: 10px;
  max-width: 100%;
  z-index: 3000 !important;
}

.modal-video-close {
  cursor: pointer;
  display: inline-block;
}

.video-modal-content {
  display: block;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.video-modal-content iframe {
  width: 100% !important;
  height: 100% !important;
}

/*--------------------------------------------------------------
CONTACT FORM / Google ReCAPTCHA
--------------------------------------------------------------*/
.inpt input.wpcf7-submit {
  margin: 15px 0;
  float: right;
  height: 35px;
  width: 110px;
  background: #999999;
  color: #fff;
  border: 0;
  font-family:'Century Gothic', "Arial", sans-serif !important;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.inpt input.wpcf7-submit:hover,
.inpt input.wpcf7-submit:focus {
  color: #eee;
}
.inpt input.wpcf7-submit:active,
.inpt input.wpcf7-submit.active {
  -webkit-box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, 0.5);
  -moz-box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, 0.5);
  box-shadow: inset 0px 2px 13px 2px rgba(99, 99, 99, 0.5);
}

/*validation errors occured*/
.wpcf7-response-output {
  margin-top: 10px !important;
  color: #930a1e !important;
  font-size: 13px !important;
  font-family:'Century Gothic', "Arial", sans-serif !important;
  background-color: #f3b5b5 !important;
  border-top: 2px solid #de7f7f !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  padding: 7px;
  font-weight: bold !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: -1px !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

span.wpcf7-not-valid-tip-no-ajax {
  padding-top: 3px !important;
  color: #ed3c3c !important;
}

select.wpcf7-not-valid,
input.wpcf7-not-valid {
  -webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  -moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}

textarea.wpcf7-not-valid {
  -webkit-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  -moz-box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
  box-shadow: 0 1px 1px #d77575 inset, 0 0 8px #d77575 !important;
}

.wpcf7-not-valid-tip {
  color: #930a1e !important;
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  margin-top: 10px;
  padding: 0 !important;
  font-size: 11px !important;
}

/*message sent successfully*/
.wpcf7-mail-sent-ok {
  margin-top: 10px !important;
  color: #406d2d !important;
  font-size: 13px !important;
  font-family:'Century Gothic', "Arial", sans-serif !important;
  background-color: #dff0d8 !important;
  border-top: 2px solid #cedec8 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  padding: 7px;
  font-weight: bold !important;
  text-align: center !important;
  width: 100% !important;
  margin-left: -1px !important;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.navigation ul {
  margin-top: 20px;
  padding-left: 0;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #ccc;
  text-decoration: none;
  border: 1px solid #ccc;
}

.navigation li {
  display: inline;
  width: 15px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 10px;
}

.navigation li a:hover,
.navigation li.active a {
  border: 1px solid #cf3030;
  color: #cf3030;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
  clear: both;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-author {
  font-size: 16px;
  z-index: 2;
  text-align: left;
  margin-left: 50px;
  margin-top: 4px;
}

.comment-metadata {
  text-align: left;
  margin-left: 50px;
  font-size: 12px;
  font-family:'Century Gothic', arial, sans-serif !important;
  color: #767676;
}

.comment-author .avatar {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata a {
  color: #767676;
}

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  color: #333;
  font-size: 14px;
  margin-bottom: 1em;
  position: relative;
  margin-left: 20px;
}

.comment-content {
  margin-top: -15px;
  margin-left: 50px;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form-comment label {
  width: 100%;
  display: block;
}

.form-submit input {
  color: #ffffff;
  background-color: #ff8c2f;
  float: left;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 20px;
}

.comment-list .children {
  padding: 0;
  list-style: none;
}

.comment-form-comment textarea {
  width: 100%;
  border: 2px solid #cccccc;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
/* Typography for Arabic Font */
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
  font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
  font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
  font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light,
    Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
  font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
  font-weight: 700;
  line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
  font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
  font-weight: 700;
  line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
  font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
  font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
  font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
  font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
  font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
  font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum,
    sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
  font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
  line-height: 1.65;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  line-height: 1.8;
  font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
  letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

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

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*--------------------------------------------------------------
Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
  margin-bottom: 1em;
}

.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* For browsers that support 'object-fit' */
/*@supports ( object-fit: cover ) {
	img,
	video,
	iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}*/

.page-numbers {
  display: inline-block;
  font-weight: bold;
  padding: 8px 4px
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}


/* Aligned blockquotes */

blockquote.alignleft,
blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #222;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

/*img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}*/

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {
  /* Hide elements */

  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }

  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt;
  }

  /* Layout */

  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */

  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  .twentyseventeen-front-page.has-header-image .site-branding,
  .twentyseventeen-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important; /* override styles added by JavaScript */
  }

  .site-title {
    font-size: 25pt;
  }

  .site-description {
    font-size: 12pt;
    opacity: 1;
  }

  /* Posts */

  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */

  body,
  .site {
    background: none !important; /* Brute force since user agents all print differently. */
  }

  body,
  a,
  .site-title a,
  .twentyseventeen-front-page.has-header-image .site-title,
  .twentyseventeen-front-page.has-header-video .site-title,
  .twentyseventeen-front-page.has-header-image .site-title a,
  .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important; /* Make sure color schemes don't affect to print */
  }

  h2,
  h5,
  blockquote,
  .site-description,
  .twentyseventeen-front-page.has-header-image .site-description,
  .twentyseventeen-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important; /* Make sure color schemes don't affect to print */
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}
