Blame view

css/custom.css 2.01 KB
ee3cea15   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  /* your styles go here */

  #footer{

  	padding: 20px 0;

  }

  #get-it{

      padding: 30px 0 10px;

  }

  

  figure.reviews_gallery {

      width: 33.333%;

      float: left;

      padding: 10px;

  }

  .reviews_gallery img {

      width: 100%;

      height: 100%;

      position: absolute;

      top: 0;

  }

  .reviews_gallery:last-child img{

      margin-bottom:60px;

  }

  .my-gallery{

  	position:relative;

  }

  .my-gallery:after {

      content: '';

      display: block;

      position: relative;

      clear: both;

      margin-bottom: 25px;

  }

  .my-gallery a {

      width: 100%;

      overflow: hidden;

      display: block;

      height: 0;

      padding-bottom: 60%;

      position: relative;

  }

  .testimonials .item .testimonial .name-picture {

      float: right;

      width: 90%;

      text-align: right;

  }

  .testimonials .item .testimonial .bottom .icon {

      color: #6aae7a;

      font-size: 20px;

      float: left;

      width: 10%;

  }

  .testimonials .item .testimonial .name-picture img{

  	margin-bottom:10px;

  }

  @media ( max-width: 690px ) {

      figure.reviews_gallery{

          width:50%;

      }

  }

  @media ( max-width: 380px ) {

      figure.reviews_gallery{

          width:100%;

      }

  }

  ul.list-style-none{

  	margin:0;padding:0;

  }

  .articles-flex{

      display: flex;

      flex-wrap: wrap;

  }

  .articles-flex .box-image-text{

      height: 100%;

      margin-bottom: 30px;

  }

  .articles-flex p.read-more {

      position: absolute;

      bottom: 10px;

      width: 100%;

3a71f94a   Eugeny Galkovskiy   mobile styles and...
80
81
82
  }

  

  /****/

c7eb9ecb   Eugeny Galkovskiy   modal success sty...
83
84
85
86
87
88
  .main-car-mobile .img-responsive{

      width:100%;

      max-width:350px;

      margin:0 auto;

      text-align: center;

  }

3a71f94a   Eugeny Galkovskiy   mobile styles and...
89
  

3a71f94a   Eugeny Galkovskiy   mobile styles and...
90
91
92
93
94
95
96
97
  .main-car-mobile ul, .main-car-mobile p{

      font-weight:400!important;

      font-size: 12px;

  }

  .main-car-mobile ul li{

      margin-bottom: 5px;

  }

  

2e31aaf4   Eugeny Galkovskiy   mobile styles and...
98
99
100
101
102
  @media(max-width:515px){

      .main-car-mobile h1, .main-car-mobile h2 {

          font-size: 7vw;

      }

  }

3a71f94a   Eugeny Galkovskiy   mobile styles and...
103
104
105
106
107
108
  @media(max-width:365px){

      li.previous, li.next {font-size:3.5vw;}

  }

  @media(max-width:350px){

      section .container h2.text-uppercase, .big-text{font-size: 9vw;}

      .big-text-2{font-size: 7vw;}

ee3cea15   Alexey Boroda   first commit
109
  }