/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.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
*/

/* Add your custom styles here */

/* Header Menu
 * ========================================================================== */
.lowie-nav-menu li {
    display: inline-block;
    list-style: none !important;
    position: relative;
}
.lowie-nav-menu a {
    border: none;
    display: block;
    margin: 0 16px 0;
    position: relative;
    color: #fff;
    opacity: .7;
	text-decoration: none;
}

.lowie-nav-menu a:hover{
    opacity: 1;
	outline: 0;
	text-decoration: none;
}

@media only screen and (min-width: 800px) {
    .lowie-nav-menu .menu-item.highlight a {
        background: transparent;
        border: 1px solid #fff;
        border-radius: 3px;
        color: #fff;
        line-height: 1;
        padding: 10px 10px 8px;
    }
}
/* footer
 * ========================================================================== */
 .site-footer a {
	color: #fff;
	opacity: .5;
  }
/* Links
 * ========================================================================== */

 a {
	color: #52c0cb;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}


/* Transitions
 * ========================================================================== */

 a,
 button,
 input:focus,
 input[type="button"],
 input[type="reset"],
 input[type="submit"],
 textarea:focus,
 .elementor-button,
 .elementor-button:after,
 .elementor-button:before,
 .genesis-nav-menu a,
 .team-grid .overlay {
     -webkit-transition: all .2s ease-in-out;
     -moz-transition:    all .2s ease-in-out;
     -ms-transition:     all .2s ease-in-out;
     -o-transition:      all .2s ease-in-out;
     transition:         all .2s ease-in-out;
 }

 /* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.elementor-button {
	background-color: #e6413e;
	border-radius: 4px;
	box-shadow: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.612;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px 12px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

.nohover .elementor-button:hover {
	box-shadow: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.elementor-button:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: inset 0 0 0 200px rgba(0,0,0,0.1);
}

.elementor-button.small {
	font-size: 14px;
	padding: 8px 20px 5px;
}

.elementor-button.secondary {
	background: #52c0cb;
}

.elementor-button.light {
	background: rgba(255,255,255,0.2);
	color: #fff;
}

.bg-primary  .elementor-button.light:hover,
.elementor-background-slideshow .elementor-button.light:hover {
	box-shadow: inset 0 0 0 200px rgba(255,255,255,0.2);
}

.elementor-button.full-width {
	display: block;
	width: 100%;
}

.elementor-button.minimal {
	background: transparent;
	color: #e6413e;
	padding-left: 0;
	padding-right: 0;
}

.elementor-button.minimal:hover {
	box-shadow: none;
}

.elementor-button.white {
	background: #fff;
	color: #e6413e;
}

.elementor-button.arrow-left:before,
.elementor-button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.elementor-button.arrow-right:after {
	content: "\f30f";
	margin-left: 8px;
}

 .elementor-button.arrow-right:hover:after {
	margin-left: 12px;
	margin-right: -4px;
}

 .elementor-button.arrow-left:before {
	content: "\f2ca";
	margin-right: 8px;
}

 .elementor-button.arrow-left:hover:before {
	margin-right: 12px;
	margin-left: -4px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
 
/* text
 * ========================================================================== */
.widgettitle {
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
	font-size: 24px;
	opacity: .5;
}

.border {
	border-top: 1px solid #d3d3d3;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60%;
  }

  .widget-area ul li {
	list-style-type: none;
	margin-bottom: 16px;
	line-height: 1.2;
  }

.right{
	float: right;
}

.left {
	float: left;
}