/*
Theme Name: Laqua
Theme URI:
Author: e-mojo.de
Author URI: http://www.e-mojo.de
Template: sydney
Description: Laqua is a child theme for Sydney provided for the "Laqua's Dienstleistungen" website. Built-in support is provided for the Page Builder plugin by SiteOrigin.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laqua
Tags: light, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

a {
  color: #4a82df;
}

a:hover,
a:focus {
  color: #2d3750;
}

.site-header {
  background: rgba(45, 55, 80, 0.5);
}

header .site-title {
  font-family: 'Amazone BT', arial;
  font-size: 32px !important;
}

header .site-description {
  margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 36px 0 18px;
  color: #2d3750;
}

.hentry .title-post {
  font-size: 36px;
  border-bottom: 2px solid #4a82df;
}

.page-wrap .content-wrapper {
  background-color: #e9eaed;
}

.page-wrap .content-wrapper hr {
  border-color: #4a82df;
}

.btn-menu.active::before {
  content: "";
}

#mainnav-mobi {
  right: 0;
  background-color: #2d3750;
}

#mainnav-mobi ul li {
  border-top-color: #e9eaed;
}

#mainnav-mobi ul li a:hover {
  background-color: #4a82df;
  transition: all 0.3 ease-in 0;
}

.footer-widgets {
  padding: 48px 0;
  color: #e9eaed;
}

.footer-widgets .widget-title {
  font-family: 'Amazone BT', arial;
  font-size: 24px;
  color: #e9eaed !important;
  text-transform: none;
}

.footer-widgets span i {
  font-size: 24px;
  color: #2d3750;
  min-width: 30px;
}

.footer-widgets span i::before,
.footer-widgets .social-menu-widget li a::before {
  color: #2d3750;
  text-shadow: 0 0 2px #e9eaed;
}

.footer-widgets .contact-phone span i::before {
  content: '\f098';
}

.footer-widgets .contact-email span i::before {
  content: '\f199';
}

.footer-widgets .social-menu-widget li {
  font-size: 40px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.footer-widgets .social-menu-widget li a[href*="facebook.com"]::before {
  content: '\f082';
  font-size: 40px;
}

.footer-widgets .social-menu-widget li a[href*="instagram.com"]::before {
  content: '\f16d';
  font-size: 40px;
}

.footer-widgets .social-menu-widget li a[href*="xing.com"]::before {
  content: '\f169';
  font-size: 40px;
}

.text-slider .maintitle, .text-slider .subtitle {
  text-shadow: 1px 1px 8px rgba(45, 55, 80, 0.9);
}

.roll-icon-box .icon {
  border-width: 2px;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
  background-color: #4a82df;
  border-color: #2d3750;
  color: #fff;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .site-header {
    background-color: rgba(45, 55, 80, 0.9);
  }
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 540px) {

}

@media only screen and (max-width: 400px) {
  header .site-title {
    font-size: 24px !important;
  }
}
