Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .contact-content {
- display: block;
- padding-left: 16.7%;
- margin: 40px;
- }
- .contact-details {
- margin-top: 40px;
- display: flex;
- justify-content: space-between;
- }
- .contact-details__item {
- padding: 1.5rem;
- box-sizing: border-box;
- background: #f8f9fa;
- display: inline-block;
- flex-basis: 25%;
- max-height: 140px;
- }
- .contact-details__item:not(:last-child) {
- margin-right: 30px;
- }
- .send-data {
- padding-left: 16.7%;
- margin-left: 40px;
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- }
- .send-data-left-content {
- width: 100%;
- position: relative;
- }
- .send-form {
- margin: auto;
- }
- .form-item {
- display: block;
- padding: 10px;
- box-shadow: none;
- margin-bottom: 1rem;
- width: 300px;
- font-size: 15px;
- line-height: 1.8;
- font-weight: 500;
- color: #999;
- border: none;
- }
- .form-item:focus {
- outline: none;
- }
- .message-form {
- width: 300px;
- height: 160px;
- }
- .form-button {
- padding: 1rem;
- border-radius: 40px;
- background: #cbb78f;
- text-align: center;
- cursor: pointer;
- color: #fff;
- font-size: 15px;
- line-height: 1.8;
- font-weight: 500;
- }
- @media (min-width: 1200px) {
- .col-sm-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 60%;
- }
- .footer-menu li a span {
- color: rgba(255, 255, 255, 0.8);
- position: absolute;
- right: -34px;
- top: 6px;
- }
- }
- @media (min-width: 992px) and (max-width: 1199px) {
- .col-sm-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 68%;
- }
- .profile {
- padding-top: 1em;
- padding-left: 3em;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- width: 18%;
- background: #f5f5f5;
- }
- }
- @media (min-width: 768px) and (max-width: 991px) {
- .fa {
- display: inline-block;
- font: normal normal normal 14px/1 FontAwesome;
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .header {
- background: #ccb78f;
- display: block;
- margin-left: 0;
- width: 100%;
- padding: 1.8em;
- }
- .contact-content {
- display: block;
- padding-left: 0;
- margin: 40px;
- }
- .send-data {
- /* padding-left: 16.7%; */
- /* margin-left: 40px; */
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- }
- .col-sm-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 88%;
- }
- .footer-menu li a span {
- color: rgba(255, 255, 255, 0.8);
- position: absolute;
- right: -61px;
- top: 12px;
- }
- .send-data {
- padding-left: 56px;
- margin-left: 0px;
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- padding-top: 50px;
- }
- }
- @media (max-width: 767px) {
- .fa {
- display: inline-block;
- font: normal normal normal 14px/1 FontAwesome;
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .header {
- background: #ccb78f;
- display: block;
- margin-left: 0;
- width: 100%;
- padding: 1.8em;
- }
- .contact-content {
- display: block;
- padding-left: 0;
- margin: 40px;
- }
- .send-data {
- /* padding-left: 16.7%; */
- /* margin-left: 40px; */
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- }
- .col-sm-3 {
- -ms-flex: 0 0 25%;
- flex: 0 0 25%;
- max-width: 88%;
- }
- .footer-menu li a span {
- color: rgba(255, 255, 255, 0.8);
- position: absolute;
- right: -61px;
- top: 12px;
- }
- .send-data {
- padding-left: 56px;
- margin-left: 0px;
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- padding-top: 50px;
- }
- .photos-wrap {
- display: flex;
- flex-wrap: wrap;
- width: 20%;
- }
- }
- @media (max-width: 480px) {
- .contact-details {
- margin-top: 40px;
- display: flow-root;
- justify-content: space-between;
- }
- .send-data {
- padding-left: 0px;
- margin-left: 0px;
- background: #f8f9fa;
- display: flex;
- justify-content: space-between;
- padding-top: 50px;
- }
- .form-item {
- display: block;
- padding: 10px;
- box-shadow: none;
- margin-bottom: 1rem;
- width: 200px;
- font-size: 15px;
- line-height: 1.8;
- font-weight: 500;
- color: #999;
- border: none;
- }
- iframe {
- visibility: hidden;
- height: 3%;
- width: 3%;
- }
- .header {
- background: #ccb78f;
- display: block;
- margin-left: 0;
- width: 105%;
- padding: 1.8em;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement