/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Change to make background vimeo video behave correctly and fill the background
    independently of page width
 */
.columns-video-bg .video-js .columns-bg-frame {
  width: 100vw !important;
  height: 56.25vw !important;
  min-height: 100vh !important;
  min-width: 177.77vh !important;
}

/* Move bullets up */
.fa-circle::before {
  position: relative;
  top: -4px;
}

/* Menu */
ul#menu-menu-2.pp-advanced-menu a {
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Menu SOME icons */

.elementor-social-icons-wrapper.menu-some-wrapper {
  display: flex;
  margin-top: 30px;
  justify-content: flex-end;
  margin-right: 20px;
}
.elementor-social-icons-wrapper.menu-some-wrapper a {
  color: white;
}
.menu-some-wrapper a.menu-some-fb-icon,
.menu-some-wrapper a.menu-some-fb-icon:focus,
.menu-some-wrapper a.menu-some-fb-icon:hover {
	display:none;
  font-size: 15px;
  padding-left: 32px;
}

.menu-some-wrapper a.menu-some-fb-icon:focus,
.menu-some-wrapper a.menu-some-fb-icon:hover,
.menu-some-wrapper a.menu-some-linkedin-icon:focus,
.menu-some-wrapper a.menu-some-linkedin-icon:hover {
  color: #ff5c39;
}

.menu-some-wrapper a.menu-some-linkedin-icon,
.menu-some-wrapper a.menu-some-linkedin-icon:focus,
.menu-some-wrapper a.menu-some-linkedin-icon:hover {
  font-size: 15px;
  padding-left: 0;
  padding-right: 0;
}

/*
ul.pp-advanced-menu a {
    line-height: initial !important;
}
*/

.link-wrapper {
  font-size: 15px;
  flex-grow: 1;
  margin-left: 35px;
}

.menu-some-wrapper .link-wrapper a,
.menu-some-wrapper .link-wrapper a:hover {
  padding: 0 !important;
  padding-top: 4px !important;
}

table tbody tr > td,
table tbody tr > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: white !important;
}

/*
.swpm-pw-reset-widget-form,
.swpm-edit-profile-form,
.swpm-login-widget-form,
.swpm-registration-widget-form,
.restricted-message {
    font-family: "p22-underground", Sans-serif;
}

.swpm-join-us-link {
    display: none;
}

/* Hides membership level on registration form
.swpm-edit-profile-form table tr:last-of-type,
.swpm-registration-widget-form table tr:last-of-type {
    display: none;
}

.restricted-message {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    background: #e8e8e6;
}

.swpm-forgot-pass-link a,
.restricted-message a {
    color: #fe8028;
}

.swpm-login-widget-form,
.swpm-registration-widget-form {
    margin-bottom: 50px;
}

.swpm-pw-reset-submit-button [type="submit"],
.swpm-login-form-submit[type="submit"],
.swpm-edit-profile-submit-section  [type="submit"],
.swpm-registration-submit-section [type="submit"] {
    color: #fe8028;
    border: 1px solid #fe8028;
    margin-top: 30px;
    margin-bottom: 30px;
}

.swpm-edit-profile-submit-section  [type="submit"]:focus,
.swpm-edit-profile-submit-section  [type="submit"]:hover,
.swpm-pw-reset-submit-button [type="submit"]:focus,
.swpm-pw-reset-submit-button [type="submit"]:hover,
.swpm-login-form-submit[type="submit"]:focus,
.swpm-login-form-submit[type="submit"]:hover,
.swpm-registration-submit-section [type="submit"]:focus,
.swpm-registration-submit-section [type="submit"]:hover {
    background-color: #fe8028;
}

*/
