/*
Theme Name: WP Advocate
Theme URI: http://wpdevshed.com/themes/advocate/
Author: WP Dev Shed
Author URI: http://wpdevshed.com/
Text Domain: wp-advocate
Description: The advocate theme is a entirely corporate theme suitable for professional services businesses such as accountants and law firms. Upload your own logo, choose one of the bundled background images or upload your own rich imagery to brand your site. The dedicated home page template can also slide a range of brand images in the background, powered by a native WordPress gallery. The advocate theme also comes bundled with an optional plugin to add a custom post type for staff profiles. Combined with the bespoke profile templates this makes it easy to profile the most important part of your business, the people.
Version: 2.2
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

*/

@import url(css/style-starter.css);


/*-- button style --*/
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 10px 30px;
  font-size: 16px;
  color: #fff;
  background: var(--primary-color);
  border-radius: 0;
  font-weight: 300;
  text-transform: uppercase;
}


.h1tag{
text-align:center;
font-size: 2.5rem;
line-height: 36px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  color: #fff;
  background: var(--secondary-color);
}

ul.wp-block-archives-list.wp-block-archives, ul.wp-block-categories-list.wp-block-categories, ul.wp-block-latest-posts__list.wp-block-latest-posts {
    margin: 30px;
}

ul.wp-block-archives-list.wp-block-archives li, ul.wp-block-categories-list.wp-block-categories li, ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 11px;
}
.even article.post {
    margin-top: 40px;
}

body.post-template-default.single.single-post.single-format-standard.logged-in.single-author .align-items-center {
    align-items: baseline !important;
}
.wp-block-group__inner-container {
    margin-top: 50px;
}
h1.page-title {
    line-height: 43px;
}

body.archive.category.category-mixing-and-mastering-studio-design.category-4.logged-in.single-author header.page-header {
    margin-bottom: 16px;
}

.navbar .navbar-brand img {
    max-width: none;
}
.lb-nav a {
    display: inline-block !important;
}

.lb-nav a.lb-next {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
}
.lb-nav a.lb-prev {
    filter: alpha(Opacity=100) !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
a.navbar-brand img {
    height: 50px !important;
}
}