|
@@ -545,18 +545,18 @@ ul.list-style-none {
|
|
|
border-radius: 0;
|
|
|
}
|
|
|
.btn-template-main {
|
|
|
- color: #38a7bb;
|
|
|
+ color: #181c47;
|
|
|
background-color: #ffffff;
|
|
|
- border-color: #38a7bb;
|
|
|
+ border-color: #181c47;
|
|
|
}
|
|
|
.btn-template-main:hover,
|
|
|
.btn-template-main:focus,
|
|
|
.btn-template-main:active,
|
|
|
.btn-template-main.active,
|
|
|
.open > .dropdown-toggle.btn-template-main {
|
|
|
- color: #38a7bb;
|
|
|
+ color: #181c47;
|
|
|
background-color: #e6e6e6;
|
|
|
- border-color: #2a7d8c;
|
|
|
+ border-color: #181c47;
|
|
|
}
|
|
|
.btn-template-main:active,
|
|
|
.btn-template-main.active,
|
|
@@ -888,11 +888,12 @@ fieldset[disabled] .btn-template-primary.active {
|
|
|
.panel.sidebar-menu .panel-heading h4,
|
|
|
.panel.sidebar-menu .panel-heading h5 {
|
|
|
display: inline-block;
|
|
|
- border-bottom: solid 5px #38a7bb;
|
|
|
+ border-bottom: solid 5px #181c47;
|
|
|
line-height: 1.1;
|
|
|
margin-bottom: 0;
|
|
|
padding-bottom: 10px;
|
|
|
}
|
|
|
+
|
|
|
.panel.sidebar-menu .panel-heading .btn.btn-danger {
|
|
|
color: #fff;
|
|
|
margin-top: 5px;
|
|
@@ -975,7 +976,7 @@ fieldset[disabled] .btn-template-primary.active {
|
|
|
padding: 5px;
|
|
|
border: solid 1px #eeeeee;
|
|
|
border-radius: 0;
|
|
|
- color: #38a7bb;
|
|
|
+ color: #181c47;
|
|
|
margin: 5px 5px 5px 0;
|
|
|
text-transform: uppercase;
|
|
|
letter-spacing: 0.08em;
|
|
@@ -984,12 +985,12 @@ fieldset[disabled] .btn-template-primary.active {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
.panel.sidebar-menu ul.tag-cloud li a:hover {
|
|
|
- color: #38a7bb;
|
|
|
- border-color: #38a7bb;
|
|
|
+ color: #181c47;
|
|
|
+ border-color: #181c47;
|
|
|
}
|
|
|
.panel.sidebar-menu ul.tag-cloud li.active a {
|
|
|
color: #FFFFFF;
|
|
|
- background-color: #38a7bb;
|
|
|
+ background-color: #181c47;
|
|
|
}
|
|
|
.panel.sidebar-menu ul.tag-cloud li.active a:hover {
|
|
|
color: #FFFFFF;
|
|
@@ -1733,10 +1734,45 @@ fieldset[disabled] .btn-template-primary.active {
|
|
|
border: none;
|
|
|
}
|
|
|
#heading-breadcrumbs {
|
|
|
- background: url('../img/texture-bw.png') center center repeat;
|
|
|
- padding: 20px 0;
|
|
|
+ background: #f3f3f9;
|
|
|
+ padding: 0 0;
|
|
|
margin-bottom: 40px;
|
|
|
+ text-align: center;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
+
|
|
|
+#heading-breadcrumbs .blog_social {
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+#heading-breadcrumbs .blog_social a{
|
|
|
+ margin-right: 1rem;
|
|
|
+}
|
|
|
+
|
|
|
+#heading-breadcrumbs .container:nth-of-type(1) {
|
|
|
+ padding: 30px 0;
|
|
|
+}
|
|
|
+
|
|
|
+#heading-breadcrumbs .container:nth-of-type(2) {
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ border-top: 1px solid rgb(206, 206, 206);
|
|
|
+ font-size: 1.8rem;
|
|
|
+}
|
|
|
+
|
|
|
+#heading-breadcrumbs .container:nth-of-type(2) a {
|
|
|
+ color: #181c47;
|
|
|
+}
|
|
|
+
|
|
|
+#heading-breadcrumbs .decor {
|
|
|
+ position: absolute;
|
|
|
+ height: 65px;
|
|
|
+ width: 210px;
|
|
|
+ top: 0;
|
|
|
+ left: 5rem;
|
|
|
+ background: url('https://animoto.com/static/PinkRedTopLeft-42f195470b381165d4626a5adce05837.svg') no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
#heading-breadcrumbs.no-mb {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
@@ -3167,6 +3203,9 @@ a {
|
|
|
color: #38a7bb;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
+.panel.sidebar-menu .panel-body a {
|
|
|
+ color: #181c47;
|
|
|
+}
|
|
|
a:hover,
|
|
|
a:focus {
|
|
|
color: #267280;
|
|
@@ -3274,14 +3313,15 @@ label {
|
|
|
.pager li > a,
|
|
|
.pager li > span {
|
|
|
background-color: #ffffff;
|
|
|
- border: 1px solid #38a7bb;
|
|
|
+ border: 1px solid #181c47;
|
|
|
border-radius: 0;
|
|
|
+ color: #181c47;
|
|
|
}
|
|
|
.pager li > a:hover,
|
|
|
.pager li > a:focus {
|
|
|
text-decoration: none;
|
|
|
color: #fff;
|
|
|
- background-color: #38a7bb;
|
|
|
+ background-color: #181c47;
|
|
|
}
|
|
|
.pager .disabled > a,
|
|
|
.pager .disabled > a:hover,
|