.container { margin-right: auto; margin-left: auto; padding-left: 0.9375rem; padding-right: 0.9375rem; } .container::after { content: ""; display: table; clear: both; } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0.375rem; padding-right: 0.375rem; } .container-fluid::after { content: ""; display: table; clear: both; } .row { margin-left: -0.9375rem; margin-right: -0.9375rem; } .row::after { content: ""; display: table; clear: both; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { position: relative; box-sizing: border-box; min-height: 1px; width: 100%; padding-left: 0.9375rem; padding-right: 0.9375rem; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-1 { width: 8.33333%; } .col-xs-2 { width: 16.66667%; } .col-xs-3 { width: 25%; } .col-xs-4 { width: 33.33333%; } .col-xs-5 { width: 41.66667%; } .col-xs-6 { width: 50%; } .col-xs-7 { width: 58.33333%; } .col-xs-8 { width: 66.66667%; } .col-xs-9 { width: 75%; } .col-xs-10 { width: 83.33333%; } .col-xs-11 { width: 91.66667%; } .col-xs-12 { width: 100%; } .col-xs-pull-0 { right: auto; } .col-xs-pull-1 { right: 8.33333%; } .col-xs-pull-2 { right: 16.66667%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-4 { right: 33.33333%; } .col-xs-pull-5 { right: 41.66667%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-7 { right: 58.33333%; } .col-xs-pull-8 { right: 66.66667%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-10 { right: 83.33333%; } .col-xs-pull-11 { right: 91.66667%; } .col-xs-pull-12 { right: 100%; } .col-xs-push-0 { left: auto; } .col-xs-push-1 { left: 8.33333%; } .col-xs-push-2 { left: 16.66667%; } .col-xs-push-3 { left: 25%; } .col-xs-push-4 { left: 33.33333%; } .col-xs-push-5 { left: 41.66667%; } .col-xs-push-6 { left: 50%; } .col-xs-push-7 { left: 58.33333%; } .col-xs-push-8 { left: 66.66667%; } .col-xs-push-9 { left: 75%; } .col-xs-push-10 { left: 83.33333%; } .col-xs-push-11 { left: 91.66667%; } .col-xs-push-12 { left: 100%; } .col-xs-offset-0 { margin-left: 0%; } .col-xs-offset-1 { margin-left: 8.33333%; } .col-xs-offset-2 { margin-left: 16.66667%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-4 { margin-left: 33.33333%; } .col-xs-offset-5 { margin-left: 41.66667%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-7 { margin-left: 58.33333%; } .col-xs-offset-8 { margin-left: 66.66667%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-10 { margin-left: 83.33333%; } .col-xs-offset-11 { margin-left: 91.66667%; } .col-xs-offset-12 { margin-left: 100%; } .img-fluid { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 0.3rem; } .img-thumbnail { padding: 0.25rem; line-height: 1.5; background-color: #fff; border: 1px solid #ddd; border-radius: 0.25rem; transition: all .2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in IE and iOS. */ /* Document ========================================================================== */ html { font-family: sans-serif; /* 1 */ line-height: 1.15; /* 2 */ -ms-text-size-adjust: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 3 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { 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 ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 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; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * 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; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * 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 ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * 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; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 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; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ 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; /* 1 */ padding: 0; /* 2 */ } /** * 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; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [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; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } /* List ========================================================================== */ ul, ol { margin: 0; padding: 0; list-style: none; } a:hover { color: #F26522; text-decoration: none; } img { max-width: 100%; } body { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; } a { text-decoration: none; transition: all 0.5s; } input { outline: none !important; } select { outline: none; } body { overflow-x: hidden; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } * { font-weight: 400; } .title-primary { position: relative; font-size: 30px; line-height: 1.2; color: #272c59; font-weight: 600; margin-top: 0; } .title-primary:after { display: block; width: 116px; height: 17px; content: ''; background-image: url(../img/decor.png); background-position: center center; background-size: cover; position: absolute; top: calc(100% + 20px); left: 0; z-index: 1; } .title-primary:before { display: block; content: ''; position: absolute; max-width: 400px; width: 100%; height: 1px; background-color: #F26522; top: calc(100% + 28px); left: 0; z-index: 0; } .footer { padding: 50px 0; background-color: #F26522; } .footer .footer-logo { text-align: center; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .footer .title-primary { font-size: 20px; margin-top: 30px; color: #fff; text-transform: uppercase; } .footer .title-primary:before { background-color: rgba(255, 255, 255, 0.3); } .footer .wrap-most-user { text-align: left; margin-top: 80px; } .footer .wrap-most-user img { width: 108px; height: 108px; border-radius: 10px; margin: 0 5px 5px 0; } .footer .usefull-link { margin-top: 80px; } .footer .usefull-link i { margin-right: 5px; } .footer .usefull-link a { color: #fff; font-size: 17px; display: block; margin-bottom: 20px; } .footer .usefull-link a:hover span { text-decoration: underline; } .footer .language { margin-top: 80px; } .footer .language img { display: inline-block; width: 80px; border-radius: 10px; margin-right: 10px; } .footer .language p { color: #fff; } .menu-toggle { display: inline-block; margin-left: -15px; outline: none; float: right; } .menu-toggle svg { cursor: pointer; display: inline-block; height: 60px; transform: translate3d(0, 0, 0); width: 50px; } .menu-toggle path { fill: none; stroke: #fff; stroke-dashoffset: 0; stroke-linecap: round; stroke-width: 40px; transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25); } .menu-toggle.is-active path#middle { stroke-dasharray: 1px 220px; stroke-dashoffset: -115px; } .menu-toggle.is-active path#top, .menu-toggle.is-active path#bottom { stroke-dashoffset: -650px; } .menu-toggle path#top, .menu-toggle path#bottom { stroke-dasharray: 240px 950px; } body { overflow-x: hidden; } p { line-height: 1.3; } .login-left { color: #fff; } .breadcrumb { width: -webkit-max-content; width: -moz-max-content; width: max-content; padding: 20px; border-radius: 5px 5px 0 0; background-color: #fff; } .breadcrumb i { margin: 0 5px; } .breadcrumb a { color: #333; } .breadcrumb a:hover { color: #F26522; } body .header { background-color: #F26522; } body .header .login { text-align: right; padding: 15px 0; } body .header .login a { color: #fff; font-size: 14px; font-weight: 600; } body .header .login i { margin-right: 5px; } body .header .login .menu-login-success { display: none; } body .header .login.login-success .menu-login-success { display: block; } body .header .login.login-success .menu-login-success div { display: inline-block; margin: 0 8px; } body .header .login.login-success .menu-login-success div:last-child { margin-right: 0; } body .header .login.login-success .menu-login { /*//display: none;*/ } .button { background: linear-gradient(to right, yellow -30%, #F26522 100%); /*background: linear-gradient(to bottom, #80C200 0%, #B7EB2B 100%) color: #fff !important;*/ font-size: 14px; font-weight: 600; border-radius: 20px; /* padding: 14px 30px; */ margin: 20px auto; display: block; /* max-width: 200px; */ text-align: center; transition: all 0.5s; height: 45px; padding: 12px; color: white; } .button:hover { background-color: #F26522; } .slick-arrow { display: inline-block; width: 40px; height: 40px; background-color: #F26522; border: none; border-radius: 100%; font-size: 0; cursor: pointer; outline: none; transition: all 0.5s; } .slick-arrow:hover { background-color: #272c59; } .slick-arrow.slick-prev:after { content: url(../img/arrow.png); transform: rotate(90deg) translateY(1px); display: block; } .slick-arrow.slick-next:after { content: url(../img/arrow.png); transform: rotate(-90deg) translateY(1px); display: block; } body.homepage .header { background-image: url(../img/banner.png); background-position: center center; background-repeat: repeat; background-size: cover; height: 950px; background-color: transparent !important; padding-bottom: 30px; } body.homepage .header .logo-menu { margin: 0; } body.homepage > .wrap-content { margin-top: -870px; } .logo-menu { margin-bottom: 20px; } .logo-menu img { display: inline-block; max-width: 200px; transform: translateY(20px); } .logo-menu .menu { background-color: #282c59; border-radius: 10px; display: inline-block; width: calc(100% - 300px); height: 70px; padding: 0 20px; float: right; } .logo-menu .menu li { position: relative; display: inline-block; line-height: 70px; padding: 0 20px; } .logo-menu .menu li:after { display: block; content: ''; width: 2px; height: 2px; position: absolute; top: 50%; background-color: #fff; right: 0; transform: translateY(-50%); } .logo-menu .menu li a { color: #a3a8d9; font-weight: 600; transition: all 0.5s; } .logo-menu .menu li a.active, .logo-menu .menu li a:hover { color: #fff; } .logo-menu .menu i { color: #fff; font-weight: 500; margin-left: 20px; } .logo-menu .menu input { width: 300px; height: 33px; line-height: 38px; border-radius: 10px; padding: 0 20px; border: none; margin: 0 10px; font-weight: 400; font-size: 15px; } .form { position: relative; } .form .form-wrapper { width: 400px; display: inline-block; vertical-align: top; margin-top: 50px; background-color: #fff; border-radius: 10px; padding: 50px 30px; text-align: center; position: relative; z-index: 1; } .form .heading { position: relative; color: #272c59; margin-bottom: 25px; } .form .heading h3, .form .heading h4 { margin: 0; font-size: 30px; font-weight: 400; } .form .heading h3 span, .form .heading h4 span { color: #F26522; } .form .heading h4 { color: #272c59; } .form .title { font-size: 16px; font-weight: 600; text-align: left; color: #272c59; margin: 10px 0; } .form .nice-select { width: 100%; margin-bottom: 15px; } .form .nice-select .list { width: 100%; } .form .three-input { display: grid; grid-gap: 15px; grid-template-columns: repeat(3, 1fr); padding: 0; } .form .two-input input { background-color: #fff; border-radius: 5px; border: solid 1px #e8e8e8; box-sizing: border-box; clear: both; cursor: pointer; display: inline-block; width: calc(50% - 10px); margin-bottom: 15px; font-family: inherit; font-size: 14px; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 18px; padding-right: 30px; position: relative; text-align: left !important; } .form .two-input input:first-child { transform: translateX(-8px); } .form .two-input input:last-child { transform: translateX(8px); } .form .desc { font-size: 14px; line-height: 1.5; margin: 0; } .form .desc a { color: #F26522 !important; text-decoration: underline; } .form > img { float: right; max-width: 750px; width: 100%; } .how-it-works { margin-top: 90px; } .how-it-works .sub-title { margin-top: 70px; margin-bottom: 30px; font-weight: 400; } .how-it-works .block-icon { text-align: center; max-width: 600px; margin: 0 auto 20px auto; font-size: 0; } .how-it-works .icon, .how-it-works .wrap-content { display: inline-block; vertical-align: top; } .how-it-works .icon { position: relative; width: 60px; height: 60px; border-radius: 100%; background-color: #F26522; } .how-it-works .icon i { font-size: 28px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .how-it-works .wrap-content { display: inline-block; width: calc(100% - 80px); margin-left: 20px; text-align: left; } .how-it-works .wrap-content .title { font-size: 22px; color: #F26522; } .how-it-works .wrap-content p { font-size: 15px; line-height: 1.4; color: #272c59; } .love-tips { padding: 50px 0; background-color: #f9f9f9; } .love-tips .col-md-12 { margin-bottom: 30px; } .love-tips .love-tip p { text-align: left; line-height: 1.4; } .recent-members { padding: 50px 0; } .recent-members .wrap-member { position: relative; padding-top: 50px; } .recent-members .wrap-image, .recent-members .wrap-image img { border-radius: 10px 10px 0 0; } .recent-members .wrap-image { position: relative; overflow: hidden; } .recent-members .wrap-image .meta { position: absolute; bottom: 10px; left: 10px; } .recent-members .wrap-image .meta .gallery, .recent-members .wrap-image .meta .email, .recent-members .wrap-image .meta .love, .recent-members .wrap-image .meta .gift { position: relative; display: inline-block; color: #fff; border-radius: 20px; background: rgba(31, 31, 31, 0.6); padding: 4px 15px; margin: 0 2px; z-index: 1; } .recent-members .wrap-image .meta .gallery i, .recent-members .wrap-image .meta .email i, .recent-members .wrap-image .meta .love i, .recent-members .wrap-image .meta .gift i { color: #fff; } .recent-members .wrap-image:after { display: block; position: absolute; content: ''; width: 100%; height: 100%; border-radius: 10px 10px 0 0; top: 0; left: 0; background-color: #F26522; opacity: 0; visibility: hidden; transition: all 0.5s; } .recent-members .wrap-content { position: relative; background-color: #f9f9f9; padding: 20px; border-radius: 0 0 10px 10px; margin-top: -2px; z-index: 2; } .recent-members .wrap-content .title { position: relative; font-size: 22px; } .recent-members .wrap-content .title a { color: #F26522; } .recent-members .wrap-content .title:after { display: block; content: ''; position: absolute; top: 50%; right: 0; width: 10px; height: 10px; border-radius: 100%; transform: translateY(-50%); } .recent-members .wrap-content .title:after { background-color: #ccc; } .recent-members .wrap-content.active .title:after { background-color: #4fc401; } .recent-members .member { outline: none; } .recent-members .member:hover .wrap-image:after { opacity: 0.5; visibility: visible; } .recent-members .slick-arrow { display: inline-block; position: absolute; top: -5%; right: 80px; } .recent-members .slick-prev { right: 70px; } .recent-members .slick-next { right: 15px; } .wrap-login, .wrap-register, .wrap-register-subcribe { max-width: 800px; width: 100%; position: fixed; padding: 50px; left: 50%; top: 50%; opacity: 0; visibility: hidden; background-color: #fff; transform: translate(-50%, -20%); box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2); border-radius: 15px; transition: all 0.5s; z-index: 999; } .wrap-login h3, .wrap-register h3, .wrap-register-subcribe h3 { font-weight: 600; border-bottom: 1px solid #eee; padding-bottom: 10px; } .wrap-login h3 span, .wrap-register h3 span, .wrap-register-subcribe h3 span { color: #F26522; } .wrap-login .col-lg-5 img, .wrap-register .col-lg-5 img, .wrap-register-subcribe .col-lg-5 img { margin-top: 30px; } .wrap-login .wrap-confirm, .wrap-register .wrap-confirm, .wrap-register-subcribe .wrap-confirm { margin: 5px 0; } .wrap-login .title, .wrap-login .get-otp, .wrap-register .title, .wrap-register .get-otp, .wrap-register-subcribe .title, .wrap-register-subcribe .get-otp { font-size: 16px; font-weight: 600; text-align: left; color: #272c59; margin: 10px 0; display: block; } .wrap-login .get-otp, .wrap-register .get-otp, .wrap-register-subcribe .get-otp { color: #F26522 !important; } .wrap-login input, .wrap-register input, .wrap-register-subcribe input { background-color: #fff; border-radius: 5px; border: solid 1px #e8e8e8; box-sizing: border-box; clear: both; cursor: pointer; display: inline-block; width: 100%; font-family: inherit; font-size: 14px; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 18px; padding-right: 30px; position: relative; text-align: left !important; } .wrap-login .button, .wrap-register .button, .wrap-register-subcribe .button { text-align: center; } .wrap-login .close-popup, .wrap-register .close-popup, .wrap-register-subcribe .close-popup { position: absolute; top: 20px; right: 20px; } .wrap-login .close-popup i, .wrap-register .close-popup i, .wrap-register-subcribe .close-popup i { font-size: 25px; color: #333; } .wrap-register .login-now { color: #F26522; transition: all 0.5s; } .wrap-register .login-now:hover { text-decoration: underline; } .wrap-register .service, .wrap-register-subcribe .service { font-size: 0; position: relative; min-height: 60px; } .wrap-register .service p, .wrap-register-subcribe .service p { display: inline-block; vertical-align: middle; font-size: 20px; font-weight: 400; margin: 10px 20px 10px 0; } .wrap-register .service p i, .wrap-register-subcribe .service p i { font-size: 20px; color: #c61932; } .wrap-register .service .button-register, .wrap-register-subcribe .service .button-register { display: inline-block; vertical-align: middle; font-size: 16px; padding: 7px 20px; margin: 0; } .wrap-register .service .confirm-total, .wrap-register-subcribe .service .confirm-total { opacity: 0; visibility: hidden; } .wrap-register .service .confirm, .wrap-register-subcribe .service .confirm { position: relative; display: inline-block; width: 48%; margin-right: 8px !important; margin-top: -50px; opacity: 0; visibility: hidden; transition: all 0.5s; } .wrap-register .service .confirm .wrap-confirm, .wrap-register-subcribe .service .confirm .wrap-confirm { display: flex; } .wrap-register .service .confirm .button-confirm, .wrap-register-subcribe .service .confirm .button-confirm { font-size: 14px; height: 42px; line-height: 42px; padding: 0 10px; margin: 0; border-radius: 0 5px 5px 0; } .wrap-register .service.input-fade-in .confirm, .wrap-register .service.input-fade-in .confirm-total, .wrap-register-subcribe .service.input-fade-in .confirm, .wrap-register-subcribe .service.input-fade-in .confirm-total { margin: 0; opacity: 1; visibility: visible; } .dialog-popup { position: fixed; top: 50%; left: 50%; display: flex; border-radius: 15px; overflow: hidden; max-width: 800px; width: 60%; margin: 0 auto; opacity: 0; visibility: hidden; transform: translate(-50%, -30%); transition: all 0.5s; z-index: 100; } .dialog-popup .close-popup { position: absolute; top: 20px; right: 20px; font-size: 20px; color: #111; z-index: 1; } .dialog-popup .user-img { width: 40%; background-position: center; background-size: cover; } .dialog-popup .wrap-intro-user { /*width: 60%;*/ background-color: #f6f6f6; padding: 50px 30px; } .dialog-popup input { width: calc(100% - 200px); border: none; padding: 10px 20px; border-radius: 10px; outline: none; margin-bottom: 20px; } .dialog-popup textarea { width: 90%; border: none; padding: 20px; border-radius: 10px; outline: none; } .dialog-popup .button { text-align: center; display: inline-block; } .chat-popup .wrap-intro-user { background-color: #f6f6f6; padding: 50px 30px; } body:after { background-color: #000; content: ''; height: 100%; left: 0; opacity: 0; visibility: hidden; position: fixed; top: 0; width: 100%; z-index: 99; transition: all 0.5s; } body.popup-active-login:after { opacity: 0.8; visibility: visible; } body.popup-active-login .wrap-login { opacity: 1; visibility: visible; transform: translate(-50%, -50%); } body.popup-active-register:after { opacity: 0.8; visibility: visible; } body.popup-active-register .wrap-register { opacity: 1; visibility: visible; transform: translate(-50%, -50%); } body.popup-active-register-subcribe:after { opacity: 0.8; visibility: visible; } body.popup-active-register-subcribe .wrap-register-subcribe { opacity: 1; visibility: visible; transform: translate(-50%, -50%); } /*body.popup-chat:after { opacity: 0.8; visibility: visible; }*/ body.popup-dialog:after { opacity: 0.8; visibility: visible; } /*body.popup-chat .popup-chat-active .dialog-popup { opacity: 1; visibility: visible; transform: translate(-50%, -50%); }*/ body.popup-dialog .dialog-popup-active { opacity: 1; visibility: visible; transform: translate(-50%, -50%); } .article-love-tips { font-size: 0; border-bottom: 1px solid #ccc; padding: 25px 15px; } .article-love-tips.first { border-top: none; } .article-love-tips.last { border-bottom: none; } .article-love-tips .article-love-tips-image, .article-love-tips .article-love-tips-content { display: inline-block; vertical-align: middle; } .article-love-tips .article-love-tips-image { width: 200px; height: 200px; border-radius: 100%; margin-right: 30px; background-size: cover; background-position: center center; } .article-love-tips .article-love-tips-content { width: calc(100% - 230px); text-align: center; } .article-love-tips .article-love-tips-content h3 a { color: #333; font-size: 22px; letter-spacing: 0.3px; font-weight: 600; margin-top: 0; } .article-love-tips .article-love-tips-content h3 a:hover { color: #F26522; } .article-love-tips .article-love-tips-content p { font-size: 16px; line-height: 1.3; font-weight: 400; } .article-love-tips .article-love-tips-content .date, .article-love-tips .article-love-tips-content .comments { font-size: 14px; color: rgba(51, 51, 51, 0.7); display: inline-block; margin: 0 5px; } .page-404 .wrap-content { padding: 100px 0; } .page-404 .wrap-content .title-primary { font-size: 18px; } .page-404 .wrap-content .title { margin: 80px 0 30px 0; font-size: 60px; color: #272c59; } .page-404 .wrap-content .button { margin: 20px 0; } .page-love-tips-detail > .wrap-content { padding: 100px 0; } .page-love-tips-detail .wrap-image-content .wrap-image { display: inline-block; vertical-align: top; width: 250px; margin-right: 20px; position: relative; } .page-love-tips-detail .wrap-image-content .wrap-image .wrap-date { position: absolute; width: 100px; height: 100px; color: #fff; background-color: #F26522; top: -20px; border-radius: 100%; text-align: center; } .page-love-tips-detail .wrap-image-content .wrap-image .wrap-date .date-month { position: absolute; width: 100%; height: 100%; top: 50%; transform: translateY(-30%); } .page-love-tips-detail .wrap-image-content .wrap-image .wrap-date .date { font-weight: 700; font-size: 30px; } .page-love-tips-detail .wrap-image-content .wrap-image .article-love-tips-image { width: 220px; height: 220px; border-radius: 100%; background-size: cover; background-position: center center; } .page-love-tips-detail .wrap-image-content .wrap-content { display: inline-block; width: calc(100% - 280px); vertical-align: top; } .page-love-tips-detail .wrap-image-content .wrap-content .title { font-size: 30px; font-weight: 600; margin-bottom: 10px; } .page-love-tips-detail .wrap-image-content .wrap-content .meta { color: rgba(31, 31, 31, 0.7); margin-bottom: 20px; } .page-love-tips-detail .wrap-image-content .wrap-content .meta i { color: #000; font-weight: 600; } .page-love-tips-detail .wrap-quote { border-left: 3px solid #F26522; padding-left: 30px; } .page-love-tips-detail .wrap-quote .quote { font-style: italic; font-size: 20px; margin-bottom: 20px; } .page-love-tips-detail .wrap-quote .author-image { display: inline-block; vertical-align: middle; width: 80px; height: 80px; background-size: cover; background-position: center; border-radius: 100%; } .page-love-tips-detail .wrap-quote .author-content { display: inline-block; vertical-align: middle; width: calc(100% - 130px); margin-left: 20px; } .page-love-tips-detail .wrap-quote .name { font-weight: 600; margin-bottom: 7px; } .page-love-tips-detail .content-list i { color: #F26522; margin-right: 5px; } .page-love-tips-detail .content-list li { margin-bottom: 7px; } .page-love-tips-detail .wrap-image-content.square { margin: 20px 0; } .page-love-tips-detail .wrap-image-content.square br { display: none; } .page-love-tips-detail .wrap-image-content.square .image-square { width: 250px; height: 300px; background-position: center; background-size: cover; border-radius: 10px; } .page-love-tips-detail .wrap-author { position: relative; margin: 30px 0; background-color: #f6f6f6; padding: 20px; border-radius: 10px; } .page-love-tips-detail .wrap-author .name { display: inline-block; font-weight: 600; border-bottom: 1px solid #ccc; padding-bottom: 10px; } .page-love-tips-detail .wrap-author .social { position: absolute; top: 20px; right: 20px; } .page-love-tips-detail .wrap-author .social a { color: #fff; margin: 0 5px; background-color: #272c59; padding: 5px; border-radius: 100%; width: 20px; height: 20px; display: inline-block; text-align: center; } .page-love-tips-detail .wrap-author .social a:hover { background-color: #F26522; } .page-love-tips-detail .wrap-author .social a:first-child { margin-left: 0; } .page-love-tips-detail .wrap-author .social a:last-child { margin-right: 0; } .page-love-tips-detail .wrap-author .social a i { font-size: 13px; } .page-love-tips-detail .wrap-author .author-image { width: 100px; height: 100px; border-radius: 100%; background-size: cover; background-position: center; display: inline-block; vertical-align: top; } .page-love-tips-detail .wrap-author .author-content { display: inline-block; vertical-align: top; margin-left: 30px; width: calc(100% - 150px); } .page-love-tips-detail .row.comment-facebook { margin-top: 50px; } .page-about-us .wrap-content { padding: 100px 0; } .page-about-us .wrap-content .desc { margin: 50px 0; } .page-about-us .row-accordion { display: flex; align-items: center; } .page-about-us .title-accordion { position: relative; background: #F26522; padding: 25px; border-radius: 10px; margin-bottom: 10px; } .page-about-us .title-accordion:after { content: url(../img/arrow.png); transform: translateY(-50%); display: inline-block; position: absolute; top: 50%; right: 25px; transition: all 0.5s; } .page-about-us .title-accordion.open { margin: 0; border-radius: 10px 10px 0 0; } .page-about-us .title-accordion.open:after { transform: translateY(-50%) rotate(180deg); } .page-about-us .title-accordion a { font-size: 17px; font-weight: 600; color: #fff; position: absolute; width: 100%; height: 100%; top: 0; left: 25px; line-height: 50px; outline: none; } .page-about-us .content-accordion { padding: 20px; background-color: #f6f6f6; border-radius: 0 0 10px 10px; margin-bottom: 20px; box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2); } .page-about-us .col-img { text-align: center; } .page-match-profile > .wrap-content { padding: 100px 0; } .page-match-profile .recent-members { padding: 0; } .page-match-profile .recent-members.loaded { height: initial; } .page-match-profile .recent-members .wrap-member { padding: 0; } .page-match-profile .recent-members .wrap-loadmore { display: none; } .page-match-profile .recent-members .wrap-loadmore.loaded { display: block; } .page-match-profile .recent-members .member { margin-bottom: 20px; } .page-match-profile .recent-members .member .wrap-content { transition: all 0.5s; } .page-match-profile .recent-members .member .wrap-content:hover { box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2); } .page-match-profile .recent-members .btn-loadmore { text-align: center; } .page-match-profile .recent-members .btn-loadmore .button { display: flex; justify-content: center; } .page-match-profile-detail > .wrap-content { padding: 100px 0; } .page-match-profile-detail .intro-user { display: flex; margin-bottom: 40px; border-radius: 15px; overflow: hidden; } .page-match-profile-detail .intro-user .user-img { width: 40%; background-position: center; background-size: cover; } .page-match-profile-detail .intro-user .wrap-intro-user { width: 60%; background-color: #f6f6f6; padding: 30px; } .page-match-profile-detail .intro-user .wrap-intro-user .name { color: #272c59; font-size: 25px; font-weight: 600; position: relative; } .page-match-profile-detail .intro-user .wrap-intro-user .name:before { display: block; content: ''; position: absolute; background-color: #ccc; top: 50%; right: 0; width: 10px; height: 10px; border-radius: 100%; transform: translateY(-50%); } .page-match-profile-detail .intro-user .wrap-intro-user.active .name::before { background-color: #4fc401; } .page-match-profile-detail .intro-user .wrap-intro-user .intro { font-size: 18px; line-height: 1.4; } .page-match-profile-detail .intro-user .wrap-intro-user textarea { width: 90%; border: none; padding: 20px; border-radius: 10px; outline: none; } .page-match-profile-detail .intro-user .wrap-intro-user .button { text-align: center; display: inline-block; } .page-match-profile-detail .user-extra { display: grid; grid-gap: 30px; grid-template-columns: repeat(3, 1fr); padding: 0; } .page-match-profile-detail .user-extra .col-extra { background-color: #f6f6f6; border-radius: 15px; padding: 30px 20px; } .page-match-profile-detail .user-extra .col-extra .title { font-size: 18px; color: #272c59; font-weight: 600; margin-bottom: 25px; } .page-match-profile-detail .user-extra .col-extra span { color: #969696; font-weight: 600; } .page-match-profile-detail .user-extra .col-extra p { line-height: 1.4; } .page-match-profile-detail .user-extra .col-extra.about p { margin-top: 0; margin-bottom: 10px; } .page-match-profile-detail .user-extra .col-extra.favorite { font-size: 0; } .page-match-profile-detail .user-extra .col-extra.favorite .icons { display: inline-block; width: 33.33%; text-align: center; } .page-match-profile-detail .user-extra .col-extra.favorite .icons h5 { font-size: 16px; margin: 20px 0; } .user-gallery img { border-radius: 10px !important; } .user-gallery a { outline: none; } .user-gallery .user-gallery-bg { position: relative; width: 100%; height: 250px; border-radius: 10px; background-position: center; background-size: cover; } .user-gallery .user-gallery-bg:after { position: absolute; content: '\f06e'; font-family: 'FontAwesome'; font-size: 25px; text-align: center; line-height: 50px; width: 50px; height: 50px; color: #fff; border: 1px solid #fff; border-radius: 100%; top: 50%; left: 50%; opacity: 0; visibility: hidden; transform: translate(-50%, -30%); transition: all 0.5s; } .user-gallery .user-gallery-bg:before { display: block; position: absolute; content: ''; width: 100%; height: 100%; border-radius: 10px; top: 0; left: 0; background-color: #F26522; opacity: 0; visibility: hidden; transition: all 0.5s; } .user-gallery .user-gallery-bg:hover:before { opacity: 0.7; visibility: visible; } .user-gallery .user-gallery-bg:hover:after { opacity: 1; visibility: visible; transform: translate(-50%, -50%); } .sidebar .section-widget { background-color: #f6f6f6; border-radius: 10px; padding: 30px 20px; margin-bottom: 30px; } .sidebar .section-widget.user-info { text-align: center; } .sidebar .section-widget.user-info .welcome { font-weight: 600; font-size: 18px; margin-bottom: 20px; } .sidebar .section-widget.searches .search-element { transition: all 0.5s; padding: 10px 20px; margin: 0 -20px; } .sidebar .section-widget.searches .search-element a { color: #333; } .sidebar .section-widget.searches .search-element i { margin-right: 5px; } .sidebar .section-widget.searches .search-element:hover { background-color: #F26522; } .sidebar .section-widget.searches .search-element:hover a, .sidebar .section-widget.searches .search-element:hover i { color: #fff; } .sidebar .title-widget { font-size: 20px; color: #272c59; font-weight: 600; margin-bottom: 20px; } .sidebar .title { font-size: 16px; font-weight: 600; text-align: left; color: #272c59; margin: 10px 0; } .sidebar .two-select { display: grid; grid-gap: 15px; grid-template-columns: repeat(2, 1fr); padding: 0; } .sidebar .two-select .nice-select { margin: 0; } .sidebar .nice-select { width: 100%; margin-bottom: 20px; } .sidebar .nice-select .list { width: 100% !important; } .sidebar .btn-search { text-align: center; } .sidebar .button { display: inline-block; } .sidebar .button i { margin-right: 7px; } .sidebar .user { margin-bottom: 15px; } .sidebar .user .user-image { display: inline-block; vertical-align: middle; border-radius: 100%; width: 60px; height: 60px; background-size: cover; background-position: center; } .sidebar .user .wrap-user-content { display: inline-block; vertical-align: middle; width: calc(100% - 100px); margin-left: 15px; } .sidebar .user .wrap-user-content .title { margin: 0 0 5px 0 !important; } .sidebar .user .wrap-user-content .view i { font-weight: 600; } .my-profile > .wrap-content { padding: 100px 0; } .my-profile .sidebar .title { font-size: 20px; color: #272c59; font-weight: 600; margin-bottom: 20px; } .my-profile .sidebar .col-extra.favorite .icons { display: inline-block; width: 32.33%; text-align: center; } .my-profile .user-gallery .button { margin-top: 50px; } .my-profile .info-user .wrap-field { padding: 5px 0; /*border-bottom: 1px solid #eee;*/ } .my-profile .info-user .wrap-field.first { margin-top: 50px; } .my-profile .info-user .wrap-field .title-filed { display: inline-block; vertical-align: top; max-width: 150px; width: 100%; margin-top: 10px; } .my-profile .info-user .wrap-field textarea, .my-profile .info-user .wrap-field input { display: inline-block; vertical-align: top; background-color: #fff; border-radius: 5px; border: solid 1px #e8e8e8; box-sizing: border-box; clear: both; display: inline-block; width: calc(100% - 155px); font-size: 14px; font-weight: normal; height: 42px; line-height: 40px; outline: none; padding-left: 18px; padding-right: 30px; position: relative; text-align: left !important; } .my-profile .info-user .wrap-field textarea { height: auto !important; } .my-profile .info-user .wrap-field .nice-select { width: calc(100% - 155px); float: none; display: inline-block; } .my-profile .info-user .wrap-field .nice-select .list { width: 100%; } .my-profile .info-user .wrap-field .wrap-birth-day { display: inline-block; vertical-align: middle; width: calc(100% - 155px); } .my-profile .info-user .wrap-field .birthday { display: grid; grid-gap: 15px; grid-template-columns: repeat(3, 1fr); padding: 0; } .my-profile .info-user .wrap-field .birthday .nice-select { width: 100%; } .my-profile .info-user .button { text-align: center; } .gift-element { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; } .gift-element.last { border: none; padding: 0; margin: 0; } .gift-element .wrap-image { display: inline-block; vertical-align: top; width: 100px; } .gift-element .wrap-image .gift-img { width: 100px; height: 100px; background-size: cover; background-position: center; border-radius: 10px; } .gift-element .wrap-content { display: inline-block; vertical-align: top; width: calc(100% - 120px); margin-left: 10px; } .gift-element .wrap-content .numbers { font-weight: 600; font-size: 20px; } .gift-element .wrap-content .button { padding: 8px 12px; } .page-message > .wrap-content { padding: 100px 0; } .page-message .chat-wrap { background-color: #f6f6f6; border-radius: 10px; padding: 30px 20px; margin-bottom: 30px; } .page-message .chat-wrap .chat-user:nth-child(even) { background-color: bisque; } .page-message .chat-wrap .chat-user:nth-child(odd) { background-color: antiquewhite; } .page-message .chat-wrap .chat-user:nth-child(2) { border-radius: 10px 10px 0 0; } .page-message .search { position: relative; margin-bottom: 30px; } .page-message .search input { width: calc(100% - 75px); height: 50px; line-height: 38px; border-radius: 10px; padding: 0 50px 0 20px; border: none; font-weight: 400; font-size: 15px; } .page-message .search i { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); } .page-message .chat-user { position: relative; display: block; width: calc(100% - 30px); padding: 15px; } .page-message .chat-user:last-child { border-radius: 0 0 10px 10px; } .page-message .chat-user .wrap-message { position: relative; z-index: 1; cursor: pointer; } .page-message .chat-user .user-img, .page-message .chat-user .title-name, .page-message .chat-user .time, .page-message .chat-user .btn-delete { display: inline-block; vertical-align: middle; } .page-message .chat-user .title-name { /*width: 70%;*/ padding: 10px 20px; font-weight: 600; height: 60px; overflow: hidden; line-height: 60px; } .page-message .chat-user .user-img, .page-message .chat-user .btn-delete { text-align: center; } .page-message .chat-user .btn-delete { color: red; margin-left: 30px; } .page-message .chat-user .user-img { display: inline-block; vertical-align: middle; border-radius: 100%; width: 60px; height: 60px; background-size: cover; background-position: center; } .page-message .chat-user .time { margin: auto; float: right; line-height: 80px; /* max-height: 60px; */ vertical-align: middle; text-align: center; margin: auto; } .page-message .chat-user.open-message .wrap-chat-box { display: block; } .page-message .chat-user .wrap-chat-box { background-color: #fff; border-radius: 10px; display: none; transition: all 0.5s; } .page-message .chat-user .wrap-chat-box .inbox, .page-message .chat-user .wrap-chat-box .outbox { padding: 15px; } .page-message .chat-user .wrap-chat-box .inbox .user-img, .page-message .chat-user .wrap-chat-box .outbox .user-img { display: inline-block; vertical-align: middle; } .page-message .chat-user .wrap-chat-box .inbox .wrap-content { margin-left: 10px; } .page-message .chat-user .wrap-chat-box .outbox .wrap-content { margin-right: 10px; background-color: #F26522; } .page-message .chat-user .wrap-chat-box .outbox .wrap-content .content { color: #fff; } .page-message .chat-user .wrap-chat-box .wrap-content { display: inline-block; vertical-align: middle; width: calc(100% - 120px); padding: 10px 20px; background-color: #f0f0f0; border-radius: 20px; } .page-message .chat-user .wrap-chat-box .wrap-reply { padding: 15px; } .page-message .chat-user .wrap-chat-box .wrap-reply .reply i { color: #F26522; } .page-message .chat-user .wrap-chat-box .wrap-reply input { width: calc(100% - 80px); line-height: 38px; border-radius: 10px; padding: 0 10px 0 15px; border: none; font-weight: 400; font-size: 15px; margin: 0 15px; background-color: #f6f6f6; } @media (min-width: 544px) { .container { max-width: 576px; } .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33333%; } .col-sm-2 { width: 16.66667%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33.33333%; } .col-sm-5 { width: 41.66667%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33333%; } .col-sm-8 { width: 66.66667%; } .col-sm-9 { width: 75%; } .col-sm-10 { width: 83.33333%; } .col-sm-11 { width: 91.66667%; } .col-sm-12 { width: 100%; } .col-sm-pull-0 { right: auto; } .col-sm-pull-1 { right: 8.33333%; } .col-sm-pull-2 { right: 16.66667%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-4 { right: 33.33333%; } .col-sm-pull-5 { right: 41.66667%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-7 { right: 58.33333%; } .col-sm-pull-8 { right: 66.66667%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-10 { right: 83.33333%; } .col-sm-pull-11 { right: 91.66667%; } .col-sm-pull-12 { right: 100%; } .col-sm-push-0 { left: auto; } .col-sm-push-1 { left: 8.33333%; } .col-sm-push-2 { left: 16.66667%; } .col-sm-push-3 { left: 25%; } .col-sm-push-4 { left: 33.33333%; } .col-sm-push-5 { left: 41.66667%; } .col-sm-push-6 { left: 50%; } .col-sm-push-7 { left: 58.33333%; } .col-sm-push-8 { left: 66.66667%; } .col-sm-push-9 { left: 75%; } .col-sm-push-10 { left: 83.33333%; } .col-sm-push-11 { left: 91.66667%; } .col-sm-push-12 { left: 100%; } .col-sm-offset-0 { margin-left: 0%; } .col-sm-offset-1 { margin-left: 8.33333%; } .col-sm-offset-2 { margin-left: 16.66667%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-4 { margin-left: 33.33333%; } .col-sm-offset-5 { margin-left: 41.66667%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-7 { margin-left: 58.33333%; } .col-sm-offset-8 { margin-left: 66.66667%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-10 { margin-left: 83.33333%; } .col-sm-offset-11 { margin-left: 91.66667%; } .col-sm-offset-12 { margin-left: 100%; } } @media (min-width: 768px) { .container { max-width: 720px; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33333%; } .col-md-2 { width: 16.66667%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33.33333%; } .col-md-5 { width: 41.66667%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33333%; } .col-md-8 { width: 66.66667%; } .col-md-9 { width: 75%; } .col-md-10 { width: 83.33333%; } .col-md-11 { width: 91.66667%; } .col-md-12 { width: 100%; } .col-md-pull-0 { right: auto; } .col-md-pull-1 { right: 8.33333%; } .col-md-pull-2 { right: 16.66667%; } .col-md-pull-3 { right: 25%; } .col-md-pull-4 { right: 33.33333%; } .col-md-pull-5 { right: 41.66667%; } .col-md-pull-6 { right: 50%; } .col-md-pull-7 { right: 58.33333%; } .col-md-pull-8 { right: 66.66667%; } .col-md-pull-9 { right: 75%; } .col-md-pull-10 { right: 83.33333%; } .col-md-pull-11 { right: 91.66667%; } .col-md-pull-12 { right: 100%; } .col-md-push-0 { left: auto; } .col-md-push-1 { left: 8.33333%; } .col-md-push-2 { left: 16.66667%; } .col-md-push-3 { left: 25%; } .col-md-push-4 { left: 33.33333%; } .col-md-push-5 { left: 41.66667%; } .col-md-push-6 { left: 50%; } .col-md-push-7 { left: 58.33333%; } .col-md-push-8 { left: 66.66667%; } .col-md-push-9 { left: 75%; } .col-md-push-10 { left: 83.33333%; } .col-md-push-11 { left: 91.66667%; } .col-md-push-12 { left: 100%; } .col-md-offset-0 { margin-left: 0%; } .col-md-offset-1 { margin-left: 8.33333%; } .col-md-offset-2 { margin-left: 16.66667%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-4 { margin-left: 33.33333%; } .col-md-offset-5 { margin-left: 41.66667%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-7 { margin-left: 58.33333%; } .col-md-offset-8 { margin-left: 66.66667%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-10 { margin-left: 83.33333%; } .col-md-offset-11 { margin-left: 91.66667%; } .col-md-offset-12 { margin-left: 100%; } } @media (min-width: 992px) { .container { max-width: 940px; } .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33333%; } .col-lg-2 { width: 16.66667%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33.33333%; } .col-lg-5 { width: 41.66667%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33333%; } .col-lg-8 { width: 66.66667%; } .col-lg-9 { width: 75%; } .col-lg-10 { width: 83.33333%; } .col-lg-11 { width: 91.66667%; } .col-lg-12 { width: 100%; } .col-lg-pull-0 { right: auto; } .col-lg-pull-1 { right: 8.33333%; } .col-lg-pull-2 { right: 16.66667%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-4 { right: 33.33333%; } .col-lg-pull-5 { right: 41.66667%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-7 { right: 58.33333%; } .col-lg-pull-8 { right: 66.66667%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-10 { right: 83.33333%; } .col-lg-pull-11 { right: 91.66667%; } .col-lg-pull-12 { right: 100%; } .col-lg-push-0 { left: auto; } .col-lg-push-1 { left: 8.33333%; } .col-lg-push-2 { left: 16.66667%; } .col-lg-push-3 { left: 25%; } .col-lg-push-4 { left: 33.33333%; } .col-lg-push-5 { left: 41.66667%; } .col-lg-push-6 { left: 50%; } .col-lg-push-7 { left: 58.33333%; } .col-lg-push-8 { left: 66.66667%; } .col-lg-push-9 { left: 75%; } .col-lg-push-10 { left: 83.33333%; } .col-lg-push-11 { left: 91.66667%; } .col-lg-push-12 { left: 100%; } .col-lg-offset-0 { margin-left: 0%; } .col-lg-offset-1 { margin-left: 8.33333%; } .col-lg-offset-2 { margin-left: 16.66667%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-4 { margin-left: 33.33333%; } .col-lg-offset-5 { margin-left: 41.66667%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-7 { margin-left: 58.33333%; } .col-lg-offset-8 { margin-left: 66.66667%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-10 { margin-left: 83.33333%; } .col-lg-offset-11 { margin-left: 91.66667%; } .col-lg-offset-12 { margin-left: 100%; } .menu-toggle { display: none; } } @media (min-width: 1200px) { .container { max-width: 1200px; } .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 { float: left; } .col-xl-1 { width: 8.33333%; } .col-xl-2 { width: 16.66667%; } .col-xl-3 { width: 25%; } .col-xl-4 { width: 33.33333%; } .col-xl-5 { width: 41.66667%; } .col-xl-6 { width: 50%; } .col-xl-7 { width: 58.33333%; } .col-xl-8 { width: 66.66667%; } .col-xl-9 { width: 75%; } .col-xl-10 { width: 83.33333%; } .col-xl-11 { width: 91.66667%; } .col-xl-12 { width: 100%; } .col-xl-pull-0 { right: auto; } .col-xl-pull-1 { right: 8.33333%; } .col-xl-pull-2 { right: 16.66667%; } .col-xl-pull-3 { right: 25%; } .col-xl-pull-4 { right: 33.33333%; } .col-xl-pull-5 { right: 41.66667%; } .col-xl-pull-6 { right: 50%; } .col-xl-pull-7 { right: 58.33333%; } .col-xl-pull-8 { right: 66.66667%; } .col-xl-pull-9 { right: 75%; } .col-xl-pull-10 { right: 83.33333%; } .col-xl-pull-11 { right: 91.66667%; } .col-xl-pull-12 { right: 100%; } .col-xl-push-0 { left: auto; } .col-xl-push-1 { left: 8.33333%; } .col-xl-push-2 { left: 16.66667%; } .col-xl-push-3 { left: 25%; } .col-xl-push-4 { left: 33.33333%; } .col-xl-push-5 { left: 41.66667%; } .col-xl-push-6 { left: 50%; } .col-xl-push-7 { left: 58.33333%; } .col-xl-push-8 { left: 66.66667%; } .col-xl-push-9 { left: 75%; } .col-xl-push-10 { left: 83.33333%; } .col-xl-push-11 { left: 91.66667%; } .col-xl-push-12 { left: 100%; } .col-xl-offset-0 { margin-left: 0%; } .col-xl-offset-1 { margin-left: 8.33333%; } .col-xl-offset-2 { margin-left: 16.66667%; } .col-xl-offset-3 { margin-left: 25%; } .col-xl-offset-4 { margin-left: 33.33333%; } .col-xl-offset-5 { margin-left: 41.66667%; } .col-xl-offset-6 { margin-left: 50%; } .col-xl-offset-7 { margin-left: 58.33333%; } .col-xl-offset-8 { margin-left: 66.66667%; } .col-xl-offset-9 { margin-left: 75%; } .col-xl-offset-10 { margin-left: 83.33333%; } .col-xl-offset-11 { margin-left: 91.66667%; } .col-xl-offset-12 { margin-left: 100%; } } @media (max-width: 767.9px) { .title-primary:before { width: 50%; } .breadcrumb { margin-left: 10px; } .logo-menu { padding: 0 15px; } .form > img { display: none !important; } .wrap-register .service .confirm-total, .wrap-register-subcribe .service .confirm-total { margin-top: -50px; } .wrap-register .service .confirm, .wrap-register-subcribe .service .confirm { width: 100%; margin-bottom: 10px; } .dialog-popup { display: block; width: 90%; } .dialog-popup .close-popup { width: 20px; text-align: center; border-radius: 100%; background-color: #fff; } .dialog-popup .user-img { width: 100%; height: 200px; } .dialog-popup .wrap-intro-user { width: 100%; padding: 10px 20px; } .dialog-popup input { width: calc(100% - 200px); } .dialog-popup textarea { width: calc(100% - 40px); } .page-love-tips-detail .wrap-image-content .wrap-image .wrap-date { top: 0; left: 10%; } .page-love-tips-detail .wrap-author .social a { margin: 5px 0; } .page-about-us .wrap-content { padding: 50px 0; } .page-about-us .row-accordion { display: block; } .page-match-profile .recent-members .wrap-member { padding: 0 15px; } .my-profile .info-user .wrap-field .title-filed { font-size: 20px; max-width: none; display: block; margin-bottom: 10px; } .my-profile .info-user .wrap-field textarea, .my-profile .info-user .wrap-field input { width: 100%; } .my-profile .info-user .wrap-field .nice-select { width: 100%; } .my-profile .info-user .wrap-field .wrap-birth-day { width: 100%; } .page-message > .wrap-content { padding: 50px 0; } .page-message .chat-user .title-name { /*width: 65%;*/ padding: 10px; line-height: 40px; height: 40px; } .page-message .chat-user .time { line-height: inherit; float: none; } .page-message .chat-user .wrap-chat-box .wrap-reply input { /*width: 55% !important;*/ width: calc(100% - 60px) !important; margin: 0 5px; } } @media screen and (max-width: 1200px) { .footer .wrap-most-user img { width: 80px; height: 80px; } .logo-menu .menu input { width: 60px; } .form > img { position: absolute; left: 25%; } } @media (max-width: 991.9px) { .footer .wrap-most-user img { width: 60px; height: 60px; } .logo-menu .menu { display: none; } .menu-mobile { position: fixed; background-color: #fff; width: 300px; top: 0; left: 0; height: 100vh; box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2); transform: translateX(-400px); transition: all 0.5s; z-index: 10; } .menu-mobile .menu-mobile { list-style: none; } .menu-mobile .search-wrapper { position: relative; } .menu-mobile .search-wrapper .search { position: absolute; top: 50%; right: 25px; transform: translateY(-50%); } .menu-mobile input { width: calc(100% - 50px); height: 30px; padding: 0 35px 0 10px; } .menu-mobile li { padding: 10px 20px; border-bottom: 1px solid #eee; } .menu-mobile li a { color: #333333; } .menu-toggle.is-active .menu-mobile { transform: translateX(0); } .search-wrapper { background-color: #e6e6e6; padding: 10px; position: relative; } .form { overflow: hidden; transform: translateX(10px); } .form .form-wrapper { left: 5%; } .form > img { left: 20%; max-width: none; } .wrap-login, .wrap-register, .wrap-register-subcribe { width: 65%; } .wrap-register .service p, .wrap-register-subcribe .service p { margin: 0 10px 0 0; } .article-love-tips .article-love-tips-image, .article-love-tips .article-love-tips-content { display: block; text-align: center; } .article-love-tips .article-love-tips-image { margin: 0 auto 20px auto; } .article-love-tips .article-love-tips-content { width: 100%; } .page-love-tips-detail .wrap-image-content .wrap-image { width: 100%; } .page-love-tips-detail .wrap-image-content .wrap-image .article-love-tips-image { margin: 0 auto 20px auto; } .page-love-tips-detail .wrap-image-content .wrap-content { width: 100%; } .page-love-tips-detail .wrap-image-content.square .image-square { width: 100%; } .page-love-tips-detail .wrap-author .social { position: static; } .page-match-profile > .wrap-content { padding: 50px 0; } .page-match-profile-detail > .wrap-content { padding: 50px 0; } .page-match-profile-detail .intro-user { display: block; } .page-match-profile-detail .intro-user .user-img { width: 100%; height: 300px; } .page-match-profile-detail .intro-user .wrap-intro-user { width: 100%; } .page-match-profile-detail .user-extra { display: block; } .page-match-profile-detail .user-extra .col-extra { margin-bottom: 15px; } .user-gallery .user-gallery-bg { height: 180px; } .my-profile > .wrap-content { padding: 50px 0; } .page-message .chat-wrap { padding: 20px 5px; } .page-message .chat-user { padding: 5px; width: calc(100% - 10px); } .page-message .chat-user .user-img { width: 40px; height: 40px; } .page-message .chat-user .wrap-chat-box { margin-top: 20px; } .page-message .chat-user .wrap-chat-box .wrap-content { width: calc(100% - 90px); margin-right: 0px !important; margin-left: 0px !important; } .page-message .chat-user .wrap-chat-box .inbox, .page-message .chat-user .wrap-chat-box .outbox, .page-message .chat-user .wrap-chat-box .inbox, .page-message .chat-user .wrap-chat-box .inbox { padding: 5px; } .page-message .chat-user .wrap-chat-box .wrap-reply input { /*width: 65%;*/ width: calc(100% - 60px) !important; margin: 0 5px; } } @media screen and (max-width: 800px) { .d-sm-none { display: none; } } @media (max-width: 543.9px) { .form { text-align: center; } .form .form-wrapper { width: 100%; } .container { overflow-x: hidden; } .form-wrapper { left: 0 !important; max-width: 300px; } .love-tip { text-align: center; } } @media screen and (max-width: 350px) { .form .form-wrapper { max-width: 270px; padding: 20px 13px; transform: translateX(-8px); } } @media (max-width: 1199.9px) { .recent-members .wrap-image .meta .gallery, .recent-members .wrap-image .meta .email, .recent-members .wrap-image .meta .love { padding: 4px 10px; } } /*# sourceMappingURL=style.css.map */