/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor that contains customizations for RINDEV.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0
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
*/

/* Custom RINDEV styles common to all sites */

body {
    color: white;
    background-color: black;
}

a {
    color: #4287F5;
}
a:active, a:hover {
    color: #8bb5f9;
}

/* Customizations for Theme My Login plugin */

.tml-login .tml-button {
	font-size: 30px;
	line-height: 30px;
	color: black;
	background-color: white;
	border: 0;
	border-radius: 50px;
	width: 100%;
	margin-top: 25px;
}
.tml-login .tml-button:hover {
    background-color: #dfdcde;
}
.tml .tml-label {
    margin: 0;
}
.tml .tml-field {
    font-family: arial;
    font-size: 20px;
}
.tml .tml-alerts {
    margin-top: -30px;
    font-family: arial;
    font-size: 16px;
}
.tml .tml-alerts a {
    display: none;
}

/* Customizations for Calenday plugin */

#calendly-inline-widget {
    height: 650px !important;
}
@media (max-width: 767px) {
  #calendly-inline-widget {
    height: 870px !important;
  }
}

/* Customization for Integrate Google Drive plugin */

.igd-context-menu .context-menu-item.download,
.igd-preview .dashicons-download {
    display: none;
}
@media (max-width: 767px) {
  .igd-preview .igd-preview-inner .iframe-wrap {
      width: 100%;
  }
}
