/*
Theme Name: The Beauty Buffet
Theme URI: http://prosoft-phils.com/
Author: PLD | Prosoft Phils
Author URI: http://prosoft-phils.com/
Description: Responsive theme
Version: 1.0
*/

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

strong {
	font-family: 'Montserrat Bold', arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	padding: 15px 0;
	font-family: 'Montserrat Medium', arial, sans-serif;
}

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

p {
	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: none;
}

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

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

/*disable lines on table*/
/*.table {
	border-top: 2px solid rgba(0,0,0,0) !important;
}

.table tr {
	border-bottom: 2px solid rgba(0,0,0,0) !important;
}*/

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

.center {
	margin: 0 auto;
}

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

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

.border {
	border: 1px solid red;
}

.inline {
	display: inline-block !important
}

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

/*--------------------------------------------------------------
Font Class
--------------------------------------------------------------*/
.regular {
	font-family: 'Montserrat', arial, sans-serif;
}

.medium {
	font-family: 'Montserrat Medium', arial, sans-serif;
}

.bold {
	font-family: 'Montserrat Bold', arial, sans-serif;
}

.semibold {
	font-family: 'Montserrat SemiBold', arial, sans-serif;
}

.historia {
	font-family: 'Historia', arial, sans-serif;
}

	.historia.underline {
		text-decoration: underline;
		text-decoration-color: var(--color-white);
	}

.f-12 { font-size: 12px; }
.f-16 { font-size: 16px; }
.f-20 { font-size: 20px; }
.f-24 { font-size: 24px; }
.f-30 { font-size: 30px; }
.f-32 { font-size: 32px; }
.f-40 { font-size: 40px; }
.f-42 { font-size: 42px; }
.f-50 { font-size: 50px; }
.f-72 { font-size: 72px; }

/*--------------------------------------------------------------
Theme Colors
--------------------------------------------------------------*/
body {
	--color-light-pink: #F8EDF3;
	--color-pink: #FE2F73;
	--color-moderate-pink: #D2386B;
	--color-red: #E63A4A;
	--color-white: #FFFFFF;
	--color-black: #111111;
}

.pink {
	color: var(--color-pink);
}

.light-pink {
	color: var(--color-light-pink);
}

.moderate-pink {
	color: var(--color-moderate-pink);
}

.red {
	color: var(--color-red);
}

.white {
	color: var(--color-white);
}

.black {
	color: var(--color-black);
}

/*--------------------------------------------------------------
Custom Button
--------------------------------------------------------------*/

.btn {
	font-size: 14px;
}

ul.nav-menu > li.btn-red-li > a,
.btn-red,
.mailchimp-form .btn-submit {
  color: var(--color-white) !important;
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
	border-radius: 20px;
	padding: 8px 30px;
	text-transform: uppercase;
	font-family: 'Montserrat Medium';
	max-width: fit-content;
}

ul.nav-menu > li.btn-red-li > a:hover,
ul.nav-menu > li.btn-red-li > a:focus,
ul.nav-menu > li.btn-red-li > a:active,
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
	  color: var(--color-red) !important;
	  background-color: var(--color-light-pink);
		border: 1px solid var(--color-red);
	}

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

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

footer a {
	color: var(--color-white);
}

	footer .social-profiles a {
		color: var(--color-red);
	}

footer a:hover,
footer a:active {
	color: var(--color-pink);
}

	footer .social-profiles a:hover,
	footer .social-profiles a:active {
		color: var(--color-white);
	}

/*--------------------------------------------------------------
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
--------------------------------------------------------------*/
.blog-search {
    width: 100%;
    padding: 4px !important;
}

.search-prepend {
	float: left;
	font-size: 18px;
    padding: 1px 7px 2px;
}

.search-form input {
	border: none;
	padding: 0;
	width: 80%;
}

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

#modal-video-embed .modal-dialog {
	max-width: 70%;
	top: 50%;
	margin-top: -19.5%;
}

#modal-video-embed .modal-body {
	padding: 0;
}

#modal-video-embed .modal-body {
  position:relative;
  padding:0px;
}

#modal-video-embed .modal-video-close {
  position:absolute;
  right:-60px;
  top:-60px;
  background: none;
  border: none;
}

/*--------------------------------------------------------------
Bootstrap Form
--------------------------------------------------------------*/
body select {
	background: url('../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;
}

/*--------------------------------------------------------------
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: 'Montserrat', '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,.5);
  -moz-box-shadow: inset 0px 2px 13px 2px rgba(99,99,99,.5);
  box-shadow: inset 0px 2px 13px 2px rgba(99,99,99,.5);
}

/*validation errors occured*/
.wpcf7-response-output {
  margin-top: 10px !important;
  color: #930a1e !important;
  font-size: 13px !important;
  font-family: 'Montserrat', '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;
}

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: 'Montserrat', '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;
}

/*--------------------------------------------------------------
Search Form
--------------------------------------------------------------*/
.blog-search {
    width: 100%;
    padding: 4px !important;
}

.search-prepend {
	float: left;
	font-size: 18px;
    padding: 1px 7px 2px;
}

.search-form input {
	border: none;
	padding: 0;
	width: 80%;
}

/*--------------------------------------------------------------
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: 'Montserrat', 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-family: 'Montserrat Bold', arial, sans-serif;
	 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: none;
	padding: 0.5em 0.75em;
}

.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;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

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