XylotrechusZ
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
# Accessibility And Default Style
# Alignments
# Default style
# Clearings
----------------------------------------------------------------*/
.mb-0 {
margin-bottom: 0;
}
.pa-1 {
padding: 1px !important;
}
.pa-2 {
padding: 2px !important;
}
.pa-3 {
padding: 3px !important;
}
.pa-5 {
padding: 5px !important;
}
.pa-7 {
padding: 7px !important;
}
.pa-10 {
padding: 10px !important;
}
.pa-15 {
padding: 15px !important;
}
.mb-30 {
margin-bottom: 30px;
}
.ml-25 {
margin-left: 25px;
}
.mr-0 {
margin-right: 0;
}
/*--------------------------------------------------------------
# Accessibility And Default Style
--------------------------------------------------------------*/
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 16px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus{
box-shadow: none;
}
.btn.focus, .btn:focus{
box-shadow: none;
}
button:focus {
outline: none;
box-shadow: none;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignnone {
width: auto !important;
margin-bottom: 1.5em;
}
img {
height: auto;
max-width: 100%;
}
.aligncenter img,
.alignright img,
.alignleft img,
.alignnone img {
margin-bottom: 0.5em;
}
img.alignnone,
figure img {
height: auto;
max-width: 100%;
}
iframe {
width: 100%;
height: 600px;
}
.default-footer .widget.widget-newsletter {
padding: 0 !important;
background: transparent !important;
}
.widget {
width: 100%;
margin-bottom: 30px;
display: inline-block;
}
.default-footer .widget.widget:not(.widget-search):not(.widget-newsletter) h6 {
border: none !important;
}
.wp-block-image figcaption,
figure figcaption,
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd,
.wp-caption-overlay .wp-caption .wp-caption-text,
.wp-caption-overlay .wp-caption .wp-caption-dd {
margin-top: 5px;
font-size: inherit;
font-size: 13px !important;
}
.variations select {
padding: 0 1.5em 0 1em;
cursor: pointer;
line-height: 3.5rem;
max-width: 100%;
height: 40px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
position: relative;
border: 1px solid #ccc;
background-color: #e0e0e0;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
}
/*--------------------------------------------------------------
# Default style
--------------------------------------------------------------*/
/* - Calendar Style
------------------------------------------*/
body{
overflow-x: hidden !important;
}
a:hover {
color: #ff5e14;
}
table {
border-bottom: 1px solid #ededed;
border-collapse: collapse;
margin-bottom: 15px;
border-spacing: 0;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
padding: 0 5px;
}
caption {
font-size: 16px;
padding: 10px;
text-align: center;
margin: -1px 0 20px 0;
border: 1px solid #eceef0;
}
th {
font-weight: bold;
text-transform: capitalize;
border-top: 1px solid #EDEDED;
border-left: 1px solid #EDEDED;
border-right: 1px solid #ededed;
padding: 4px 10px;
}
td {
border-top: 1px solid #ededed;
border-right: 1px solid #ededed;
border-left: 1px solid #ededed;
padding: 5px;
}
ins {
text-decoration: none;
margin-left: 5px;
font-size: 1.2em;
font-weight: 700;
}
dl {
margin: 0 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 20px;
}
dt {
margin-bottom: 5px;
}
dd {
margin-bottom: 20px;
}
blockquote {
margin: 20px 0 20px;
font-style: italic;
}
blockquote p {
background: #ff5e14 none repeat scroll 0 0;
border-left: 2px solid #ff5e14;
color: #fff;
font-size: 17px;
font-style: italic;
line-height: 27px;
padding: 25px;
}
blockquote cite {
display: block;
font-size: 13px;
font-style: normal;
line-height: 18px;
}
blockquote cite:before {
content: "\2014 \0020";
}
blockquote code{
color: #fff;
}
blockquote p a{
color: #fff;
}
blockquote p cite a{
color: #fff;
}
blockquote p a:hover{
color: #061538;
}
blockquote a>code {
color: #fff;
}
blockquote cite a,
blockquote cite a:visited {
color: #8B9798;
border: none
}
label {
width: 100%;
display: inline-block;
}
.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
margin-top: 15px;
}
.comment-area ul#submited-comment li.pingback {
padding: 0 0 40px;
margin: 0 0 40px;
border-bottom: 1px solid #f1f1f1;
}
.comment-navigation {
width: 100%;
display: inline-block;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
color: inherit;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
color: #ff5e14;
}
/* - Widget Common Style
------------------------------------------*/
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_rss ul {
padding-left: 0;
list-style: none;
}
.widget_recent_comments ul li.recentcomments,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li {
margin: 5px 0;
position: relative;
}
.widget_categories select,
.widget_archive select {
width: 100%;
height: 40px;
display: block;
margin-top: 15px;
padding: 7px 10px;
}
.widget_categories select option,
.widget_archive select option {
padding: 7px 10px;
}
.textwidget strong {
margin: 5px 0;
}
/* - Rss Style
------------------------------------------*/
.widget_rss ul li {
padding-top: 10px;
padding-bottom: 10px;
word-break: break-word;
}
.widget_rss ul li a {
color: #ff5e14;
display: inline-block;
padding-bottom: 0;
}
.widget_rss ul li a:hover {
color: #0260bb;
}
.widget_rss ul li cite {
display: inline-block;
font-size: 16px;
}
.widget_rss .footer-widget .title-small a.rsswidget {
color: #333;
text-decoration: none;
}
footer .widget_rss span,
footer .widget_rss a,
footer .widget_rss {
color: #fff;
}
/* - Archive Style
------------------------------------------*/
.widget_categories ul li a:hover,
.widget_archive ul li:hover a,
.widget_archive ul li:hover,
.widget_archive ul li a:hover {
color: #ff5e14;
text-decoration: none;
}
/* - Archive Style
------------------------------------------*/
/* - Category Style
------------------------------------------*/
.widget_categories ul {
padding: 0;
list-style: none;
}
.widget_categories ul li {
color: #242424;
margin: 2px 0;
font-size: 16px;
position: relative;
width: 100%;
display: inline-block;
}
footer .widget_categories ul li {
margin: 2px 0;
}
.widget_categories ul li a {
color: #242424;
font-size: 16px;
line-height: 28px;
font-weight: 500;
position: relative;
text-decoration: none;
}
.widget_categories ul li span {
margin-top: 5px;
}
.widget_categories ul li:hover span,
.widget_categories ul li:hover > a {
color: #ff5e14;
}
footer .widget_categories ul li span,
footer .widget_categories ul li a,
footer abbr,
footer ul li a,
footer ul li {
color: #a5a5a5;
}
.h3-footer-top-area .widget_categories li a,
.footer-top-area .widget_categories li a {
padding-left: 25px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.footer-top-area .footer-widget ul>li a {
color: #fff;
}
.h3-footer-top-area .footer-widget ul>li>a:hover,
.h3-footer-top-area .footer-widget ul>li:hover>a,
.h3-footer-top-area .footer-widget ul>li:hover,
.h3-footer-top-area .footer-widget ul>li>a:hover,
.footer-top-area .footer-widget ul>li>a:hover,
.footer-top-area .footer-widget ul>li:hover>a,
.footer-top-area .footer-widget ul>li:hover,
.footer-top-area .footer-widget ul>li>a:hover {
color: #ff5e14;
text-decoration: none;
}
footer .footer-widget .rssSummary,
footer .footer-widget cite {
color: #a5a5a5;
}
footer .widget_tag_cloud {
border: none;
}
footer .widget_tag_cloud h4.title{
border: none;
}
/* - Widget Text Style
------------------------------------------*/
.widget_text select {
width: 100%;
height: 40px;
padding: 7px 15px;
}
.widget-item.widget_archive li a {
float: left;
}
footer strong,
footer b,
footer p {
color: #848484;
margin-bottom: 0;
}
footer .social li a {
color: #333 !important;
}
/* - Tag Cloud Style
------------------------------------------*/
.widget_tag_cloud .tagcloud {
width: 100%;
display: inline-block;
list-style: outside none none;
}
.widget_tag_cloud h4.title {
border-bottom: 1px solid #cdcdcd;
margin: 0 0 28px;
padding: 0 30px 20px;
}
.widget_tag_cloud a {
color: #061538;
padding: 7px 15px 5px;
margin: 7px 3px 0px;
font-size: 16px !important;
text-transform: none;
background: transparent;
border: 1px solid #e9e9e9;
display: inline-block;
float: left;
font-weight: 400;
text-transform: capitalize;
}
.widget_tag_cloud a:hover {
color: #fff;
border-color: #ff5e14;
background-color: #ff5e14;
}
footer .widget_tag_cloud a {
color: #a5a5a5;
border: 1px solid #a5a5a5;
}
/* - Sidebar Default Menu Style
------------------------------------------*/
.widget_nav_menu ul{
padding: 0px;
}
.widget_nav_menu ul li{
list-style:none;
}
.widget.widget_nav_menu ul.sub-menu{
border-top: 1px solid #f4f4f4;
padding-left: 20px;
}
/**
* Default galleries
*/
.gallery {
margin: -5px;
}
.gallery-item {
width: 100%;
display: inline-block;
vertical-align: top;
text-align: center;
padding: 5px;
position: relative;
box-sizing: border-box;
margin: 0px;
}
.gallery-item a img {
width: 100%;
display: block;
margin: 0 auto;
}
.gallery-columns-1 .wp-caption-text {
margin-top: 12px;
margin-bottom: 28px;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-7 .wp-caption-text,
.gallery-columns-8 .wp-caption-text,
.gallery-columns-9 .wp-caption-text {
display: none;
}
.right-sidebar .gallery-columns-2 .wp-caption-text,
.right-sidebar .gallery-columns-3 .wp-caption-text,
.right-sidebar .gallery-columns-4 .wp-caption-text,
.right-sidebar .gallery-columns-5 .wp-caption-text,
.right-sidebar .gallery-columns-6 .wp-caption-text {
display: none;
}
/**
* One + Two Columns Gallery
*/
.gallery-1-2 {
margin: 32px -5px;
}
.gallery-1-2 > .gallery {
margin: 0;
}
.gallery-1-2 img {
display: block;
}
.gallery-1-2 .gallery-item {
position: relative;
display: block;
box-sizing: border-box;
width: 50%;
max-width: 100%;
padding: 5px;
float: left;
}
.gallery-1-2 .gallery-item:hover .gallery-caption {
visibility: visible;
opacity: 1;
}
.gallery-1-2 .gallery-item:nth-child(3n+1) {
width: 100%;
}
.gallery-1-2 .gallery-caption {
position: absolute;
overflow: hidden;
opacity: 0;
visibility: hidden;
padding: 7px 10px;
background: rgba(17, 17, 17, 0.7);
bottom: 0;
left: 0;
right: 0;
margin: 5px;
color: #fff;
font-size: 15px;
-webkit-transition: all .3s ease-in;
transition: all .3s ease-in;
}
/**
* Gallery slider
*/
.gallery-slider {
visibility: hidden;
margin-bottom: 36px;
}
.gallery-slider.slick-initialized {
visibility: visible;
}
.gallery-slider .slick-slide {
position: relative;
}
.gallery-slider .slick-slide img {
margin-bottom: 0 !important;
}
.gallery-slider .caption {
position: absolute;
padding: 7px 10px;
background: rgba(17, 17, 17, 0.7);
bottom: 0;
left: 0;
right: 0;
color: #fff;
font-size: 15px;
font-style: italic;
}
/* - calendar widget Default Menu Style
------------------------------------------*/
#wp-calendar {
width: 100%;
background: #ccc;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
#wp-calendar caption {
background: #ff5e14;
border: 1px solid #ff5e14;
color: #fff;
padding: 0.25rem;
text-align: center;
margin-bottom: 0;
}
#wp-calendar thead tr {
border-right: 1px solid #ccc;
}
#wp-calendar thead th {
font-size: 90%;
font-weight: bold;
padding: 0.25rem;
background: #ff5e14;
color: #fff;
text-transform: uppercase;
text-align: center;
}
#wp-calendar tbody td {
position: relative;
padding: 0.125rem;
text-align: center;
border: 1px solid #ccc;
background: #fff;
}
#wp-calendar tbody td.pad {
opacity: 0.7;
}
#wp-calendar tbody td#today {
font-weight: bold;
background: #ff5e14;
color: #fff;
}
#wp-calendar tbody td#today:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
border-top: 10px solid #061538;
border-left: 10px solid transparent;
}
#wp-calendar tbody td a {
color: inherit;
display: block;
}
#wp-calendar tbody td a:hover {
color: #fff;
background: #ff5e14;
}
#wp-calendar tfoot tr {
background: rgba(255, 255, 255, 0.7);
border: 1px solid #ccc;
}
#wp-calendar tfoot tr td {
border: 0;
padding: 0;
}
#wp-calendar tfoot tr a {
display: block;
padding: 0.25rem 0.75rem;
}
#wp-calendar tfoot tr a:hover {
background: #fff;
}
#wp-calendar tfoot tr #prev {
text-align: left;
}
#wp-calendar tfoot tr #next {
text-align: right;
}
/* - Sticky Post Style
------------------------------------------*/
.sticky {
display: block;
background: #f7f7f7;
}
.sticky a.entry-title {
color: #ff5e14;
padding-left: 20px;
position: relative;
}
.sticky a.entry-title:before {
top: 0;
left: 0;
content: '\f08d';
font-size: 18px;
position: absolute;
font-family: FontAwesome;
}
.gallery-item {
max-width: 25%;
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
padding: 0 1.1400652% 2.2801304%;
}
.gallery-icon img {
margin: 0 auto;
}
.page-links {
width: 100%;
margin-top: 30px;
margin-bottom: 15px;
display: inline-block;
}
.page-links a,
.page-links > span {
color: #343a40;
font-size: 1.3em;
line-height: 20px;
margin-left: 5px;
text-align: center;
padding: 10px 15px;
display: inline-block;
border: 1px solid #dee2e6;
}
.page-links a:hover,
.page-links > span {
color: #fff;
background-color: #ff5e14;
border-color: #ff5e14;
}
.page-links > span a {
color: #fff;
}
/* - Others Style
------------------------------------------*/
p.logged-in-as {
margin-top: -15px;
margin-bottom: 15px;
}
p.logged-in-as a {
color: #242424;
}
p.logged-in-as a:hover {
color: #ff5e14;
}
.logged-in header.navbar-fixed-top {
top: 32px;
}
/*--------------------------------------------------------------
# Search None Page
--------------------------------------------------------------*/
.row.section-content {
margin-bottom: 80px;
}
h2.search-page-title {
margin-top: 0;
margin-bottom: 50px;
}
.search-none-search-bar {
max-width: 700px;
margin-top: 25px;
}
.error-area .search-none-search-bar {
margin: 0 auto;
}
.search-none-search-bar input {
width: 94%;
height: 40px;
padding: 10px;
border: 2px solid #eceef0;
padding-right: 53px !important;
}
.search-none-search-bar button {
width: 45px;
height: 40px;
color: #a9a9a9;
border: 2px solid #eceef0;
background-color: transparent;
}
section.no-results.not-found {
padding: 0 15px;
}
.search-results .page .entry-content {
display: none;
}
/*--------------------------------------------------------------
# Sticky Post Style
--------------------------------------------------------------*/
.single-blog.sticky {
padding: 15px;
background-color: #eceef0;
}
nav.navigation.post-navigation {
width: 100%;
margin-top: 30px;
margin-bottom: 12px;
display: inline-block;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
.nav-links a {
color: inherit;
font-size: 18px;
font-weight: 500;
transition: all .2s ease;
}
.nav-links a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
# Default Sidebar Commnets Style
--------------------------------------------------------------*/
.widget_recent_comments span.comment-author-link {
display: inline-block;
font-weight: 600;
font-style: normal;
}
.widget_recent_comments li {
margin-bottom: 10px !important;
}
footer.footer .widget_recent_comments span.comment-author-link a {
color: #d6d2d2;
}
/*--------------------------------------------------------------
# Default Password Style
--------------------------------------------------------------*/
.post-password-form p {
margin-top: 15px;
}
.post-password-form label {
width: initial;
margin-top: 10px;
display: inline-block;
}
.post-password-form input[type=submit],
input#pwbox-1168 {
width: auto;
height: 40px;
padding: 0 15px;
border: 1px solid #eceef0;
background-color: #f9f9f9;
}
.post-password-form input[type=submit] {
color: #fff;
height: 40px;
line-height: 20px;
background-color: #ff5e14;
}
/*--------------------------------------------------------------
# Default Comments Style
--------------------------------------------------------------*/
.block.blog-details .blog-comment-area {
margin-top: 45px;
padding: 0;
}
.blog-comment-area .comment-title {
padding-bottom: 6px;
}
.blog-comment-area .comment-title small a {
color: inherit;
}
.blog-comment-area .comment-title small a:hover {
color: #f76b2b;
}
.blog-comment-area .form-control {
margin: 0;
}
.comment-respond {
margin-top: 10px;
margin-bottom: 30px;
}
.page .comment-respond {
margin-bottom: 15px;
}
.comment-form {
margin-top: 50px;
}
.bd-comments {}
.bd-comments .title {
border-bottom: 1px solid #f1f1f1;
color: #061538;
font-size: 18px;
font-weight: 500;
letter-spacing: 0;
line-height: 25px;
margin: 0 0 33px;
padding: 0 0 30px;
}
.blog-comment-area ul li article {
border-bottom: 1px solid #f1f1f1;
margin: 0 0 17px;
}
.bd-comment-box {
overflow: auto;
margin-bottom: 10px;
margin-top: 0px;
}
.bd-comment-box .img {
float: left;
width: 100px;
margin-bottom: 17px;
}
.bd-comment-box .img img {
width: 100%;
height: auto;
}
.bd-comment-box .content {
overflow: auto;
padding-left: 20px;
}
.bd-comment-box .content .name {
margin-top: 0;
margin-bottom: 3px;
color: #061538;
font-size: 20px;
font-weight: 600;
letter-spacing: 0;
line-height: 28px;
overflow: visible;
text-transform: capitalize;
}
.bd-comment-box .content .name a.comment-reply-link {
color: #061538;
float: right;
font-size: 16px;
font-weight: 400;
line-height: 18px;
border: 1px solid #ff5e14;
padding: 3px 12px;
border-radius: 3px;
}
.bd-comment-box .content .name a.comment-reply-link:hover {
background: #ff5e14;
color: #fff;
}
.bd-comment-box .content .ago {
color: #061538;
display: block;
font-size: 15px;
letter-spacing: 0;
line-height: 18px;
margin: 0 0 10px;
}
.bd-comment-box .content .text {
color: #242424;
font-size: 16px;
line-height: 26px;
}
ul#submited-comment {
padding-left: 0;
}
.blog-comment-area ul {
list-style: none;
padding-left: 0;
}
.sidebar .children,
.sidebar .parent,
footer .children,
footer .parent {
padding-top: 0;
padding-bottom: 0;
}
ul.children {
margin-left: 20px;
}
.bd-comment-box .text> ul>li {
list-style: disc !important;
}
.bd-comment-box .text> ul>li>ul>li {
list-style: circle !important;
}
.bd-comment-box .text> ul>li>ul>li>ul>li {
list-style-type: square !important;
}
.bd-comment-box .text> ul>li>ul>li>ul,
.bd-comment-box .text> ul>li>ul,
.bd-comment-box .text> ul {
padding-left: 30px !important;
}
/*--------------------------------------------------------------
# Default Comments Style
--------------------------------------------------------------*/
.woocommerce-product-search,
.ws-input form {
position: relative;
}
.woocommerce-product-search .search-field,
.ws-input input {
width: 100%;
height: 44px;
margin-bottom: 0;
padding: 5px 10px;
border: 1px solid #ddd;
}
.woocommerce-product-search button,
.ws-input button {
top: 0;
right: 0;
height: 44px;
font-size: 20px;
color: #24242460;
padding: 5px 15px;
position: absolute;
transition: all .4s ease;
background-color: transparent;
border: 1px solid transparent;
}
.woocommerce-product-search button {
z-index: 1;
cursor: pointer;
border-left: 1px solid #dee2e6;
}
.ws-input button:hover {
color: #ff5e14;
}
.ws-input input:focus {
outline-color: #ff5e14;
}
.ws-input button:focus {
outline: none;
}
.blog-comment-area ul#submited-comment li.pingback {
padding: 0 0 5px;
margin: 0 0 25px;
border-bottom: 1px solid #f1f1f1;
}
.blog-comment-area ul#submited-comment li.pingback p {
font-weight: 600;
color: #0b0b0b;
}
.blog-comment-area ul#submited-comment li.pingback p a {
font-weight: 400;
color: #0b0b0b;
}
.blog-comment-area ul#submited-comment li.pingback p a:hover {
color: #ff5e14;
}
/*--------------------------------------------------------------
# Default Pagination Style
--------------------------------------------------------------*/
.blog-pagination.blog-list-pagination {
width: 100%;
margin-top: 50px;
display: inline-block;
}
.blog-pagination.blog-list-pagination ul {
padding: 0;
list-style: none;
text-align: center;
}
.blog-pagination.blog-list-pagination ul li {
display: inline-block;
}
.blog-pagination.blog-list-pagination ul li a {
color: #333;
height: 30px;
width: 30px;
display: inline-block;
border: 1px solid #333;
line-height: 30px;
margin: 0 3px;
text-decoration: none;
}
.blog-pagination.blog-list-pagination ul li.active a,
.blog-pagination.blog-list-pagination ul li a:hover {
color: #fff;
border-color: #ff5e14;
background-color: #ff5e14;
}
/* - Sidebar Default Menu Style
------------------------------------------*/
.widget_nav_menu ul {
padding-left: 0;
list-style: none;
}
.widget_nav_menu .menu ul li {
text-align: left;
display: block;
}
.widget_nav_menu .menu ul.sub-menu {
padding-left: 15px;
}
.widget_nav_menu .menu li a {
width: 100%;
padding: 5px 0;
color: #373636;
text-align: left;
display: inline-block;
line-height: 26px;
}
.widget_nav_menu .menu li a:hover{
color: #ff5e14;
}
.widget_nav_menu .menu ul li::before {
display: none;
}
/* - Dustrial List Style
------------------------------------------*/
.dustrial-list {
padding-left: 0;
margin-top: 15px;
}
.dustrial-list li {
margin-bottom: 5px;
position: relative;
list-style-type: none;
padding-left: 25px;
}
.dustrial-list li:before {
left: 0;
top: -3px;
color: #ff5e14;
content: '\f00c';
position: absolute;
font-family: FontAwesome;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.admin-bar .h2-menu-area.navbar-fixed-top,
.admin-bar .h3-menu-area.navbar-fixed-top,
.admin-bar .home2-menu-area.navbar-fixed-top,
.admin-bar .menu-area.navbar-fixed-top {
margin-top: 32px;
}
/* - Custom Default
==========================================================*/
.fallbackcd-menu-item a.fallbackcd {
color: #061538;
margin-top: 5px;
display: inline-block;
}
.default-logo a {
color: #061538;
font-size: 36px;
padding: 10px 0;
margin-right: 0;
font-weight: 600;
}
.default-logo a:hover {
color: #ff5e14;
}
.h1-navigation-area.have-site-desc .default-logo a {
padding-bottom: 0;
}
.news-one-sb.single-blog .content .type a {
color: #dd4961;
}
.dropdown-toggle::after {
border-top: 0;
vertical-align: 0;
}
/*contact form 7*/
.wpcf7-form .wpcf7-form-control-wrap {
margin-bottom: 0px;
display: block;
}
.wpcf7 label{
margin-bottom: 0px;
}
.wpcf7 p{
margin-bottom: 0px;
}
input.wpcf7-form-control {
background-color: #fff;
border: 1px solid #ced4da;
color: #9b9b9b;
padding: 7px 10px;
margin-bottom: 15px;
line-height: normal;
font-size: 15px;
font-weight: 400;
-webkit-transition: all .2s linear 0ms;
-khtml-transition: all .2s linear 0ms;
-moz-transition: all .2s linear 0ms;
-ms-transition: all .2s linear 0ms;
-o-transition: all .2s linear 0ms;
transition: all .2s linear 0ms;
-webkit-box-shadow: none;
-khtml-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-khtml-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0;
width: 100%;
outline: none;
}
textarea.wpcf7-form-control{
width: 100%;
height: 150px;
background-color: #fff;
border: 1px solid #ced4da;
color: #9b9b9b;
}