/*!
Theme Name: begin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: begin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

begin is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0!important;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin:  0 1.5em0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*header*/
.header-section {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.main-navigation li{
	z-index: 999;
}
.header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-section {
    position: absolute;
    width: 100%;
    padding: 50px 0;
}
body.fixed .header-section {
    padding: 10px 0;
}
body.fixed .header-section {
	position: fixed;
	width: 100%;
	background: #C69A56;
	/*top: 0;*/
}
body.fixed .menu-section{
	display: block;
}
.menu-section{
	display: none;
}
.header-section .header-inner .header-logo{
	width: 158px;
	height: 161px;
	padding: 0;
}
.header-section .header-inner .header-logo img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
body.fixed  .header-section .header-inner .header-logo{
	width: 61px;
	height: 63px;
}
.main-navigation ul li a {
    text-decoration: none;
    color: #2E3336;
    position: relative;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 9px;
    padding-bottom: 9px;
}
.main-navigation ul li a:hover {
	opacity: 0.8;
}
.main-navigation ul li:last-child a{
	padding: 9px 13px;
	border: 1px solid #303335;
}
.main-navigation ul li a:before{
	content: ">";
	position: absolute;
	width: 10px;
	height: 10px;
	/*margin-left: 10px;*/
	right: 0px;
    top: 9px;
}
.main-navigation ul li:last-child a:before{
	display: none;
}
.main-navigation ul li {
    padding-right: 0px;
    padding-right: 24px;
}
.main-navigation ul li:last-child {
    padding-right: 0px;
}
/*end header*/
/*Landing page*/
.header-section .header-inner .header-logo {
    text-align: left;
}
.banner-sec.banner-sec-main:before{
	display: none;
}
.banner-sec.banner-sec-main{
	padding-top: 330px;
	padding-bottom: 200px;
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.banner-text {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    width: 55%;
    font-weight: 500;
}
a.button-01 {
    color: #303335;
    background: #CBA153;
    margin-right: 31px;
    border: 1px solid #CBA153;
}
a.button-02{
	border: 1px solid #FFFFFF;
	color: #fff;
}
a.button-02:hover{
	border: 1px solid #CBA153;
	color: #303335;
	background: #CBA153;
}
a.button-01:hover{
	border: 1px solid #FFFFFF;
	color: #fff;
	background: transparent;
}
.button-sec{
	margin-top: 60px;
	display: flex;
}
.button-sec a{
	width: 255px;
	font-size: 23px;
	font-weight: 500;
	text-decoration: none;
	padding: 12px 50px;
	display: inline-block;
	text-transform: uppercase;
}
.menu-section button.menu-toggle {
    background: transparent;
    border: none;
    padding: 0;
}
.menu-section button.menu-toggle svg{
	width: 30px;
	height: 30px;
}
.video-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.video-text{
	width: 40%;
}
.video-sec{
	width: 55%;
}
.video-sec video {
    width: 100%;
    height: 408px;
    object-fit: cover;
}
.video-section {
    background: #303335;
    padding-top: 35px;
    padding-bottom: 52px;
}
.video-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 76px;
  height: 76px;
  fill: #303335;
  stroke: #303335;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.9;
}
.heart-icon img {
    width: 150px;
    height: 140px;
    margin-bottom: 20px;
}
.video-sec-con h4 {
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 18px;
}
.video-sec-con h4 span{
	color: #CBA153;
}
.video-section {
    background: #303335;
}
.video-sec-con p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
}
.video-sec-con p:last-child{
	margin-bottom: 0;
}
/*End landing page*/
@media only screen and (max-width: 767px) {
	.header-inner{
		flex-wrap: wrap;
		justify-content: center;
	}
	.menu-section{
		width: 100%;
	}
	.menu-section button.menu-toggle {
	    position: absolute;
	    right: 30px;
	    top: 30px;
	}
	.main-navigation ul li a {
    	display: inline-block;
	}
	.main-navigation ul li:last-child a {
    	margin:  15px 0;
	}
	.menu-toggle, .main-navigation.toggled ul {
	    padding-top: 15px;
	}
	.banner-text{
		width: 100%;
		font-size: 36px;
		line-height: 40px;
	}
	.header-section .header-inner .header-logo {
	    width: 130px;
	    height: 130px;
	}
	body.fixed .header-inner{
		justify-content: left;
	}
	.header-section{
		padding: 25px 0;
	}
	.banner-sec.banner-sec-main{
		padding-top: 240px;
	}
	.button-sec a{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.button-sec a {
	    font-size: 14px;
	    width: 63%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.button-sec{
		flex-wrap: wrap;
	}
}
/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 220px){
	.header-inner{
		flex-wrap: wrap;
	}
	.menu-section{
		width: 100%;
	}
	/* edit style woo commerce */
	.page-single-p-ip .summary.entry-summary {
		text-align: center;
	}
	.page-single-p-ip form.cart{
		justify-content: center;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
		max-width: 100% !important;
	}
	.page-s-ip-checkout .col-2{
		padding: 0px !important;
	}
	.page-s-ip-checkout .col-1 {
		background-color: transparent !important;
		padding: 0px !important;
	}
	.page-s-ip-checkout{
		padding: 0px !important;
	}
	/* cart */
	.pg-cart-st .entry-header h1{
		font-size: 35px;
	}
}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
	/* edit style woo commerce */
	.page-single-p-ip .summary.entry-summary {
		text-align: center;
	}
	.page-single-p-ip form.cart{
		justify-content: center;
	}
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2{
		max-width: 100% !important;
	}

}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){

}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
        
}

/* 06-23-landing-page */
.btn-heading-para-comenzar{
	text-align: center;
	background:#303333;
}
.btn-heading-para-comenzar h4{
	padding-bottom: 30px;
	line-height: 34px;
	font-size: 28px;
}

.btn-text-main-s3 a{
	width: 255px;
	font-size: 23px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 50px;
    display: inline-block;
    text-transform: uppercase;
	color: #303335;
    background: #CBA153;
    margin-right: 0px !important;
    border: 1px solid #CBA153;
}
.btn-text-main-s3 a:hover{
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffff;
}
.btn-heading-para-comenzar{
	padding-bottom: 69px;
}
.sec04{
	text-align: center;
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 60px;
}
.sec04 span{
	color: #CBA153;
}
.sec04-main-image-section{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

.layout-sec01 .layout-vector01 {
    top: 9px;
    position: absolute;
    content: '';
    left: -10px;
    width: 100%;
    height: 155px;
    background: url(./assets/begin2/images/Group171.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}
.layout-sec01{
	padding-bottom: 95px;
	padding-top: 152px;
}
.inner-sec04-grid p{
	color:#303335;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0px;
	font-weight: 500;
}
.sec-05-inner-sec{
	display: grid;
    grid-template-columns: 2fr 1fr;
}
.layout-sec-05-lp{
	background-color: #A07F55;
	padding-top: 66px;
	padding-bottom:66px;
}
.details-of-apartmento h4{
   font-size: 28px;
   line-height: 34px;
   padding-bottom: 24px;
   color: #ffff;
}
.details-of-apartmento ul li{
	list-style: none;
	color: #ffff;
	font-size: 18px;
	line-height: 32px;
}
.details-of-apartmento ul li:before{
	content: url('https://gruporesidencial-begin2.wx.agency/wp-content/uploads/2022/06/Polygon-2.png');
	margin-right: 12px;
}
.details-of-apartmento{
	padding-top: 32.5px;

}
.details-of-apartmento ul{
	margin: 0;
}
.btn-virtual-tour a{
	font-size: 18px;
	line-height: 26px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
	color: #ffffff;
    background: transparent;
    margin-right: 31px;
    border: 1px solid #ffffff;
	width: 235px;
    height: 47px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.btn-virtual-tour{
	padding-top: 31px;
}
.btn-virtual-tour a:hover{
	color: #303335;
    background: #CBA153;
	border: 1px solid #CBA153;
}
/* sec 06 */
.details-of-apartmento-sec2 h4{
	font-size: 28px;
	line-height: 34px;
	padding-bottom: 10px;
	color: #ffff;
	padding-top: 10px;
	font-weight: 500;
 }
 .details-of-apartmento-sec2 ul li{
	 list-style: none;
	 padding-bottom: 10px;
	 color: #ffff;
	 font-size: 18px;
	 line-height: 25px;
	 font-weight: 500;
 }
 .details-of-apartmento-sec2 ul li:before{
	 content: url('https://gruporesidencial-begin2.wx.agency/wp-content/uploads/2022/06/Polygon-2.png');
	 margin-right: 12px;
 }
 .details-of-apartmento-sec2{
	 padding-top: 32.5px;
 
 }
 .details-of-apartmento-sec2 li{
	 margin: 0;
	 max-width: 308px;
	 display: flex;
 }
 .details-of-apartmento-sec2 ul{
	margin: 0px;
 }
 .details-of-apartmento-sec2 p{
	font-size: 18px;
	line-height: 25px;
	padding-bottom: 16px;
	margin-bottom: 0px;
	color: #FFFFFF;
 }
 .layout-sec-06-lp{
	background-color: #2E3336;
 }
 .sec-6-outter-main{
	display: grid;
    grid-template-columns: 1fr 2fr;
 }
 .layout-sec-06-lp .layout-vector03 {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 102px;                                           
    background: url(../images/Group 19.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.sec-7-grid-part{
	display: grid;
    grid-template-columns: 1fr 1.5fr;
}
.future-text-sec01 h4{
	font-size: 45px;
	line-height: 55px;
	padding-bottom: 20px;

}
.future-text-sec01 h4 span{
	color: #CBA153;
}
.future-text-sec01 {
	margin-top: auto;
	margin-bottom: auto;
	max-width: 437px;

}
.sec-7-future{
	padding-top: 15px;
	padding-bottom: 20px;
}
.future-text-sec01 p{
	font-size: 18px;
	line-height: 24px;
	color: #303335;
	font-weight: 500;
}
.layout-sec02 .linear-vector02 {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 98%;
    height: 47%;
    background: url(./assets/begin2/images/vectorbulb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.main-image-apartmento-rent{
	display: flex;
	justify-content: end;
}
/* .main-image-apartmento img{
	height: 100%;
} */
.layout-sec03{
	padding-top: 36px;
	padding-bottom: 96px;
}
.pillar-sec .content-list03 .content-col{
	padding-bottom: 190px;
}
.content-list01{
	background-image: url(https://gruporesidencial-begin2.wx.agency/wp-content/uploads/2022/06/Mask-Group-14.png) !important;
	box-shadow:  inset 0px 63px 44px 14px rgb(48 51 53 / 70%),
	inset 0px -63px 33px 11px rgb(48 51 53 / 70%);
} 
.two-list-background-image{
	background-image: url(https://gruporesidencial-begin2.wx.agency/wp-content/uploads/2022/06/Mask-Group-15.png) !important;
	background-repeat: no-repeat;
	background-size: cover;
	object-fit: cover;
	box-shadow:  inset 0px 63px 44px 14px rgb(48 51 53 / 70%),
	inset 0px -63px 33px 53px rgb(48 51 53 / 70%);
}
.pillar-sec .content-list:before{
	display: none;
}
.pillar-sec .content-list:after{
	display: none;
}
.pillar-sec .content-list .content-col.content-col-02{
	padding-bottom: 140px;
	padding-top: 11px;
}
.pillar-sec .content-list .content-col{
	padding-top: 180px;
}
.pillar-sec .content-list .content-col.content-col-03{
	padding-top: 0px;
}
.pillar-sec .content-list .content-col.content-col-01 {
    padding-bottom: 175px;
}
.img-effact3 {
    position: relative;
    margin: auto;
}
.img-effact3 img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    transform: scale(1);
}

.img-effact3:hover img {
    transform: scale(1.05);
}
.inner-sec04-grid p{
	padding-top: 8px;
}
.form-sec h3{
	line-height: 51px;
}
.form-sec p{
	line-height: 30px;
}
.copy-footer p{
	line-height: 30px;
}
.btn-reserve-rent a{
	max-width: 185px;
}

@media only screen and (max-width: 767px) and (min-width: 220px){
	.video-inner{
		display: block;
	}
	.video-text{
		width: 100%;
	}
	.video-sec {
		width: 100%;
	}
	.heart-icon{
		display: flex;
		justify-content: center;
	}
	.video-sec-con h4{
		text-align: center;
	}
	.video-sec-con p {
		text-align: center;
		padding-bottom: 50px;
	}
	.video-section{
		padding-bottom: 0px;
	}
	.sec04{
		font-size: 36px;
		line-height: 40px;
	}
	.btn-text-main-s3 a {
		font-size: 14px;
	}
	.sec04-main-image-section{
		display: block;
	}
	.inner-sec04-grid{
		padding-bottom: 20px;
	}
	.inner-sec04-grid p{
		text-align: center;
	}
	.layout-sec01{
		padding-bottom: 30px;
	}
	.sec-05-inner-sec {
		display: block;
	}
	.sec-6-outter-main{
		display: block;
	}
	.layout-sec-06-lp .layout-vector03 {
		bottom: -2px;
		width: 121%;
	}
	.main-image-apartmento-rent{
		padding-top: 50px;
	}
	.sec-7-grid-part {
		display: block;
	}
	.inner-sec04-grid img {
		margin-left: auto;
		margin-right: auto;
		display: flex;

	}
	.layout-sec{
		padding-top: 80px;
	}
	.inner-sec04-grid p{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.details-of-apartmento-sec2{
		padding-top: 0px;
	}
	.details-of-apartmento-sec2 h4{
		padding-top: 0px;
	}
	
	.layout-sec02 .linear-vector02{
		height: 39%;
	}
	
	
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.details-of-apartmento{
		padding-left: 20px;
	}
}
@media only screen and (max-width: 1224px){
	.details-of-apartmento{
		padding-left: 20px;
	}
	.sec-6-outter-main {
		grid-template-columns: 1fr 1.2fr;
	}
	
}
@media only screen and (min-width: 1200px){
	.btn-heading-para-comenzar h4{
		padding-bottom: 30px;
		padding-top: 40px;
		line-height: 34px !important;
	    font-size: 28px !important;
	}
	.pillar-sec .content-col .list-contents p{
		font-size: 18px;
		line-height: 24px;
	}
	.pillar-sec .content-col .list-contents h4{
		font-size: 28px;
		line-height: 34px;
	}
	.animationsec-after-vid-animation h3{
		font-size: 28px;
		line-height: 40px !important;
	}
	.animationsec02-head h4{
		font-size: 27px !important;
		line-height: 39px !important;
	}
	.video-sec video {
		width: 674px;
		height: 408px;
		object-fit: cover;
	}
	.main-image-apartmento img{
		max-width: 750px;
	}
	

}
@media only screen and (max-width: 1580px) and (min-width: 1400px){
	.layout-sec-06-lp .layout-vector03{
	width: 109%;
    height: 129px;
	background-size: cover;
	}
}
@media only screen and (max-width: 1780px) and (min-width: 1600px){
	.layout-sec-06-lp .layout-vector03{
		width: 111%;
		height: 148px;
		background-size: cover;
	}
}
@media only screen and (max-width: 1900px) and (min-width: 1780px){
	.layout-sec-06-lp .layout-vector03{
		width: 115%;
		height: 164px;
		background-size: cover;
	}
	.layout-sec03 {
		padding-bottom: 171px;
	}
}
@media only screen and (max-width: 2034px) and (min-width: 1900px){
	.layout-sec-06-lp .layout-vector03{
		width: 115%;
		height: 172px;
		background-size: cover;
	}
	.layout-sec03 {
		padding-bottom: 171px;
	}
}
@media only screen and (max-width: 2240px) and (min-width: 2035px){
	.layout-sec-06-lp .layout-vector03{
		width: 115%;
		height: 172px;
		background-size: cover;
	}
	.layout-sec03 {
		padding-bottom: 171px;
	}
}
@media only screen and (min-width: 2241px){
	.layout-sec-06-lp .layout-vector03{
		width: 115%;
		height: 172px;
		background-size: cover;
	}
	.layout-sec03 {
		padding-bottom: 171px;
	}	
}
@media only screen and (min-width: 2300px){
	.layout-sec03 {
		padding-bottom: 249px;
	}
	.layout-sec-06-lp .layout-vector03{
	width: 123%;
    height: 214px;
    background-size: cover;
	}
}
@media only screen and (max-width: 479px) and (min-width: 220px){
	.layout-sec01 .layout-vector01 {
		top: 10px;
		position: absolute;
		content: '';
		left: 0;
		width: 100%;
		height: 56px; 
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: -75px;
	}
}
@media only screen and (max-width: 550px) and (min-width: 480px){
	.layout-sec01 .layout-vector01 {
		top: 10px;
		position: absolute;
		content: '';
		left: 0;
		width: 100%;
		height: 61px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: -44px;
	}
}
@media only screen and (max-width: 767px) and (min-width: 551px){
	.sec04 {
		padding-top: 20px;
	}
	.layout-sec01 .layout-vector01 {
		top: 10px;
		position: absolute;
		content: '';
		left: 0;
		width: 100%;
		height: 74px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: -44px;
	}
}
@media only screen and (max-width: 985px) and (min-width: 768px){
	.layout-sec01 .layout-vector01 {
		top: 22px;
		left: 0;
		width: 97%;
		height: 104px;
		background-size: cover;
		background-position-x: center;
	}
	.layout-sec-06-lp .layout-vector03{
		width: 128%;
	}

}
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
	.layout-sec01 .layout-vector01 {
		top: 55px;
		left: 14px;
		width: 100%;
		height: 110px;
	}
	.layout-sec01 {
		padding-top: 70px;
	}
}
@media only screen and ( max-width: 1200px ) and (min-width: 1025px){
	.layout-sec01 .layout-vector01 {
		top: 33px;
		left: -30px;
		width: 100%;
		height: 131px;
	}
	.layout-sec01 {
		padding-top: 70px;
	}
}
@media only screen and ( max-width: 1287px ) and (min-width: 1201px){
	.layout-sec01 {
		padding-top: 70px;
	}
	.layout-sec01 .layout-vector01 {
		top: 19px;
		left: -30px;
		width: 100%;
		height: 138px;
	}

}
@media only screen and ( min-width: 1276px ){
	.layout-sec01 {
		padding-top: 70px;
	}
}
@media only screen and ( max-width: 1514px ) and ( min-width: 1430px ){
	.layout-sec01 .layout-vector01 {
		top: 0;
		left: 0;
		width: 100%;
		height: 165px;
		background-size: contain;
	}
}
@media only screen and ( min-width: 1515px ){
	.layout-sec01 .layout-vector01 {
		top: 9px;
		left: 0;
		width: 100%;
		height: 206px;
		background-size: cover;
		background-position: bottom;
	}
	.layout-sec01 {
		padding-top: 117px;
	}
}
@media only screen and ( min-width: 2200px ){
	.layout-sec01 .layout-vector01 {
		top: 432px;
		left: 0;
		width: 100%;
		height: 292px;
		background-size: cover;
		background-position: bottom;
	}
}
@media only screen and ( min-width: 3100px ){
	.layout-sec01 .layout-vector01 {
		top: 402px;
		left: 0;
		width: 100%;
		height: 334px;
		background-size: cover;
		background-position: bottom;
	}
}
@media only screen and ( min-width: 3400px ){
	.layout-sec01 .layout-vector01 {
		top: 220px;
		left: 0;
		width: 100%;
		height: 508px;
		background-size: cover;
		background-position: bottom;
	}
	.layout-sec-06-lp .layout-vector03 {
		width: 99%;
		height: 345px;
		background-size: cover;
	}
}
@media only screen and ( min-width: 2600px ){
	.layout-sec-06-lp .layout-vector03 {
		width: 99%;
		height: 256px;
		background-size: cover;
	}
}
@media only screen and ( min-width: 6000px ){
	.layout-sec-06-lp .layout-vector03 {
		width: 99%;
		height: 504px;
		background-size: cover;
	}
}

@font-face {
	font-family: 'NotoSansJP-Medium';
	src: url('./fonts/Noto_Sans_JP/NotoSansJP-Medium.otf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	@font-face {
		font-family: 'NotoSansJP-Regular';
		src: url('./fonts/Noto_Sans_JP/NotoSansJP-Regular.otf') format('truetype');
		font-style: normal;
		font-display: swap;
		}
		@font-face {
			font-family: 'NotoSansJP-Bold';
			src: url('./fonts/Noto_Sans_JP/NotoSansJP-Bold.otf') format('truetype');
			font-weight: bold;
			font-style: normal;
			font-display: swap;
			}
	
	.button-sec a{
		font-family: 'NotoSansJP-Medium';
	}
	.banner-text{
		font-family: 'NotoSansJP-Medium';
	}
	.video-sec-con h4{
		font-family: 'NotoSansJP-Medium';

	}
	.video-sec-con p{
		font-family: 'NotoSansJP-Medium';
	}
	.pillar-sec .header-row h3{
		font-family: 'NotoSansJP-Medium';

	}
	.pillar-sec .content-col .list-contents h4{
		font-family: 'NotoSansJP-Medium';
	}
	.pillar-sec .content-col .list-contents p{
		font-family: 'NotoSansJP-Regular';

	}
	.btn-text-main-s3 a{
		font-family: 'NotoSansJP-Medium';

	}
	.form-btn .submit input {
		font-family: 'NotoSansJP-Medium' !important;

	}
	.main-navigation ul li:last-child a{
		font-family: 'NotoSansJP-Medium' !important;

	}

	/* 06/07 w-oo come */
	body.single-product header#masthead{
		display: none;
	}
	body.fixed .header-sh{
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 999;
	}
	.header-sh{
		background: #C69A56;
		padding: 10px 0;
	}
	.logo-sh{
		display: flex;
		justify-content: space-between;
	}
	.logo-sh a:first-child {
		width: 80px;
	}
	.logo-sh img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
	.logo-sh a:last-child {
		 width: 200px !important; 
		 height: 100px; 
	}
	.logo-sh a:last-child img {
		object-fit: cover !important;
	}
	.single-lp {
		padding-top: 70px;
	}
	.single-lp .woocommerce-tabs.wc-tabs-wrapper{
		visibility: hidden;
	}

	/* style in header  */
	.woocommerce-product-gallery.check {
		margin-top: 90px;
	}
	.woocommerce-message {
		margin-top: 85px !important;
	}
	.woocommerce-notices-wrapper{
			margin-top: 20px;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		float: left;
		width: 100%;
		max-width: 50%;
	}
	.woocommerce form .form-row-first input, .woocommerce form .form-row-last input, .woocommerce-page form .form-row-first input, .woocommerce-page form .form-row-last input{
		width: 100%;
	}
	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		width: 100% !important;
		background: #EBEBEB;
		border: none;
		height: 40px;
		padding: 0 6px !important;
		outline: none;
		padding-right: 15px !important;
		border-radius: 0;
	}
	.select2-container--default .select2-selection--single{
		border: none !important;
		background-color: transparent !important;
		height: 40px !important;
	}
	span.woocommerce-input-wrapper {
		width: 100%;
	}
	li.wc_payment_method.payment_method_factilo {
		width: 200px;
		/*display: flex;*/
	}
	form.checkout.woocommerce-checkout label {
		color: #8D8D8D !important;
		font-size: 15px;
		margin-bottom: 10px;
		display: block;
	}
	.woocommerce form .form-row textarea {
		height: 200px;
		padding: 10px !important;
	}
	h3#order_review_heading {
		margin-top: 30px;
	}
	a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
		color: #231F20;
	}
	.woocommerce table.cart td.actions .input-text{
		width: 220px !important;
	}
	td.product-name a{
		text-decoration: none;
		color: #231F20;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a{
		color: #000 !important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a:hover{
			color: #fff!important;
		background: #000 !important;
	}
	p.woocommerce-result-count{
		display: none;
	}
	.woo-cart {
		margin-bottom: 30px;
	}
	.wpgs-nav.slick-initialized.slick-slider img {
		height: 120px !important;
	}
	tr.woocommerce-cart-form__cart-item.cart_item td.product-name a {
		color: #B8212F;
	}
	.woocommerce span.onsale{
		background-color: #B8212F !important;
		color: #fff !important;
	}
	.woocommerce div.product p.price{
		color: #B8212F !important;
	}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: right;
	}
	.woocommerce ul.products li.product a img {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 1em;
		box-shadow: none;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin: 0 0 1em;
		padding: 0;
		list-style: none outside;
		clear: both;
	}
	ul.wc_payment_methods.payment_methods.methods label img {
		width: 150px;
	}
	p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
		margin-top: 50px;
		margin-bottom: 20px !important;
	}
	
	ul.wc_payment_methods.payment_methods.methods .grid-container {
		padding: 0;
		display: block !important;
		width: auto;
		margin-top: 0;
		margin-left: 0 !important;
	}
	.woocommerce button[name="update_cart"],
	.woocommerce input[name="update_cart"] {
		display: none !important;
	}
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
		width: 40% !important;
	}
	.woocommerce table.shop_table th{
		font-weight: 400 !important;
	}
	.woocommerce-cart table.cart img{
		width: auto !important;
	}
	nav.woocommerce-MyAccount-navigation {
		margin: 25px 0;
	}
	nav.woocommerce-MyAccount-navigation ul{
		list-style-type: none;
		padding-left: 0;
	}
	nav.woocommerce-MyAccount-navigation li a {
		color: #231F20;
	}
	nav.woocommerce-MyAccount-navigation li.is-active a{
		font-weight: 500;
	}

	/*Shop */
body.archive.post-type-archive.post-type-archive-product header#masthead {
    display: none;
}
body.fixed .header-sh{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
.header-sh{
	background: #C69A56;
	padding: 10px 0;
}
.logo-sh{
	display: flex;
	justify-content: space-between;
}
.logo-sh a:first-child {
    width: 80px;
}
.logo-sh img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.logo-sh a:last-child {
     width: 200px !important; 
     height: 100px; 
}
.logo-sh a:last-child img {
    object-fit: cover !important;
}
	/* edit sty */
	.single-product .single-lp{
		background-color: #f8f8f8;

	}
	.page-single-p-ip h1{
		color: #303335 !important;
	}
	.page-single-p-ip button.single_add_to_cart_button.button.alt{
		background: #CBA153;
		color: #303335;
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
		margin-left: 20px;
		border: 1px solid #CBA153;
		padding: 7px 30px;
	}
	.page-single-p-ip button.single_add_to_cart_button.button.alt:hover{
		background: #ffffff;
		color: #CBA153;
		border: 1px solid #CBA153;
	}
	.page-single-p-ip form.cart{
		display: flex;
		align-items: center;
	}
	.page-single-p-ip a{
		text-decoration: none;
	}
	.page-single-p-ip .posted_in a{
		color: #CBA153;
	}
	.page-single-p-ip bdi{
		color: #CBA153;
	}
	@media only screen and (min-width: 1024px){
		.page-single-p-ip button.single_add_to_cart_button.button.alt{
			padding: 7px 43px;
		}
		.page-single-p-ip .summary.entry-summary{
			padding-left: 3%;
		}
		
	}
	/* checkout page */
	body.page-template-checkout header#masthead{
		display: none;
	}
	.page-s-ip-checkout .woocommerce-info{
		border-top-color: #CBA153;
	}
	/* .page-s-ip-checkout .woocommerce-info a{
		color: #CBA153;
	} */
	.page-s-ip-checkout a{
		color: #CBA153;
	}
	.page-s-ip-checkout a:hover{
		text-decoration: none;
	}
	.page-s-ip-checkout .entry-header{
		padding-top: 30px;
		color: #303335;
		text-align: center;
	}
	.page-s-ip-checkout .col-1{
    padding: 30px 30px;
	}
	.page-s-ip-checkout .col-2{
		padding: 0px 30px;
	}
	.page-s-ip-checkout .woocommerce-billing-fields h3{
		color: #303335;
		text-align: start;
	}
	.page-s-ip-checkout .woocommerce-additional-fields h3{
		color: #303335;
		padding-top: 30px;
		padding-bottom: 20px;
		text-align: start;
	}
	h3#order_review_heading{
		text-align: start;
	}
	.page-s-ip-checkout h3{
		color: #303335;
	}
	button.ecommerce.blue{
		background-color: #CBA153 !important;
		border: 1px solid #CBA153 !important;
	}
	button.ecommerce.blue:hover{
		background-color: #7a6236 !important;
		border: 1px solid #CBA153 !important;
	}
	.page-s-ip-checkout a.button.wc-forward{
		background-color: #CBA153 !important;
		border: 1px solid #CBA153 !important;
		color: #303335;
	}
	.page-s-ip-checkout a.button.wc-forward:hover{
		background-color: transparent !important;
	}
	span.woocommerce-input-wrapper select, span.select2-selection.select2-selection--single span#select2-billing_country-container {
		text-indent: 1px;
		text-overflow: '';
		width: 100px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 2px 2px 2px 2px;
		border: none;
		background: #EBEBEB url(https://gruporesidencial.com/wp-content/uploads/2022/01/chevron-down.svg) no-repeat 98% center !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		text-indent: 1px;
		text-overflow: '';
		width: 100px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 2px 2px 2px 2px;
		border: none;
		background: #EBEBEB url(https://gruporesidencial.com/wp-content/uploads/2022/01/chevron-down.svg) no-repeat 98% center !important;
	}

	.page-s-ip-checkout span.select2-selection__arrow{
		display: none;
	}
	.page-s-ip-checkout span#select2-billing_country-container{
		display: flex;
		align-items: center;
	}
	.page-s-ip-checkout span#select2-billing_state-container {
		display: flex;
		align-items: center;
	}
	.page-s-ip-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{
		color: #75758b;
	}

	/* cart 06-07 */
	body.woocommerce-cart header#masthead{
		display: none;
	}
	.pg-cart-st .entry-header h1{
		text-align: center;
		padding-top: 30px;
		color: #303335;
	}
	.pg-cart-st .cart_totals h2{
		color: #303335;
	}
	.pg-cart-st a.checkout-button.button.alt.wc-forward{
		background: #CBA153;
		color: #303335;
		border: 1px solid #CBA153;

	}
	.pg-cart-st a.checkout-button.button.alt.wc-forward:hover{
		color: #CBA153;;
		background-color: transparent;
	}
	.pg-cart-st .coupon button.button{
		background: #CBA153;
		color: #303335;
		border: 1px solid #CBA153;
	}
	.pg-cart-st .coupon button.button:hover{
		color: #CBA153;;
		background-color: transparent;
	}
	.pg-cart-st a.checkout-button.button.alt.wc-forward{
		font-size: 18px;
	}
	.pg-cart-st .product-name a{
		color:#CBA153 !important;
	}
	@media only screen and (max-width: 767px){
		.pg-cart-st .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
			width: 100% !important;
		}
		.pg-cart-st .coupon{
			display: flex;
		}
	}


	/* shop */
	.shop-page-st header.woocommerce-products-header h1{
		text-align: center;
		font-size: 40px;
		color: #303335;
		padding-bottom: 10px;
		border-bottom: 1px solid;
	}
	.shop-page-st h2{
		font-size: 18px !important;
	}
	.shop-page-st span.woocommerce-Price-amount.amount{
		font-size: 16px;
	}
	.shop-page-st a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
		background: #CBA153;
		color: #303335;
		border: 1px solid #CBA153;
		border-radius: 5px;
		display: flex;
		justify-content: center;
	}
	.shop-page-st a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover{
		color: #CBA153;;
		background-color: transparent;
	}
	.shop-page-st li.product.type-product.post-388.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple{
		/* border: 3px solid #CBA153; */
		padding: 16px 10px;
		border-radius: 10px;
		background-color: #ffffff;
	}
	.shop-page-st a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
		text-align: center;
	}
	.post-type-archive{
		background-color: #f8f8f8;
	}
	.shop-page-st li.product.type-product.post-388.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple:hover{
		box-shadow: rgba(255, 172, 28, 0.199) -10px 10px, rgba(255, 172, 28, 0.19) -20px 20px ;
	}
	.shop-page-st li.product.type-product.post-452.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple:hover{
		box-shadow: rgba(255, 172, 28, 0.199) -10px 10px, rgba(255, 172, 28, 0.19) -20px 20px ;
	}

	/* 404 edit */
	.error404 #masthead{
		display: none;
	}

	/* button hide 360 tour */
	#menu-item-251{
		display: none;
	}
	.hide-btn01{
		display: none;
	}
/* image reponsive after clarity change */
@media only screen and ( max-width: 1371px ) and (min-width: 1203px){
.main-image-apartmento-rent img{
	max-width: 749px;
}
}
.grid-container-tilopay img {
    width: 150px;
    margin-left: 0!important;
}	


