|
|
@@ -26,7 +26,7 @@ Text Domain: ams2016
|
|
|
font-size: 25px;
|
|
|
}
|
|
|
|
|
|
-.fa-chevron-right, .fa-chevron-left {
|
|
|
+.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
|
|
|
background: #008238;
|
|
|
border-radius: 50%;
|
|
|
padding: 16px;
|
|
|
@@ -90,7 +90,9 @@ Text Domain: ams2016
|
|
|
|
|
|
.content-wrapper {
|
|
|
position: relative;
|
|
|
- padding: 10px 0;
|
|
|
+ padding: 0;
|
|
|
+ padding-top: 1px;
|
|
|
+ margin-top: -1px;
|
|
|
margin-bottom: 25px;
|
|
|
}
|
|
|
|
|
|
@@ -263,6 +265,7 @@ Text Domain: ams2016
|
|
|
|
|
|
.b-to-top {
|
|
|
text-align: center;
|
|
|
+ padding-bottom: 5px;
|
|
|
}
|
|
|
|
|
|
.b-to-top a {
|
|
|
@@ -272,6 +275,16 @@ Text Domain: ams2016
|
|
|
color: white;
|
|
|
}
|
|
|
|
|
|
+@media(min-width: 544px) {
|
|
|
+ .menu-item.dropdown::after {
|
|
|
+ content: "\f0d7";
|
|
|
+ font: normal normal normal 14px/1 FontAwesome;
|
|
|
+ position: absolute;
|
|
|
+ right: -12px;
|
|
|
+ top: 12px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
@media (min-width: 768px) {
|
|
|
.slick-slider .icon-next {
|
|
|
right: -35px;
|
|
|
@@ -280,4 +293,8 @@ Text Domain: ams2016
|
|
|
.slick-slider .icon-prev {
|
|
|
left: -35px;
|
|
|
}
|
|
|
+
|
|
|
+ .navbar-nav .nav-item {
|
|
|
+ margin-left: 1rem;
|
|
|
+ }
|
|
|
}
|