/* 
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
*/

/*
    Add your custom styles here
*/

		.phone {
				float:left;
				position: relative;
			    height: 572px;
			    width: 310px;
			   
		}

		.video {
			    display: block;
			    position: absolute;
			    left: 54px;
			    top: 48px;
			    width: 204px;
		}
		.cover {background-image: url("/wp-content/uploads/sites/3/2020/01/iphonex_flat.svg");
				position: absolute;
			    left: 0;
			    top: 0;
			    height: 100%;
			    width: 100%;
		}


.textnarrow {
	width:70% !important;
	margin:auto;
}

h2 {
	font-style:italic;
	line-height:40px;
}
.mobile_login {
    border: solid 1px #7A7A7A !important;
    background-color: #7A7A7A;
    border-radius: 30px;
    margin: 10px !important;
}

.mobile_signup {
    border: solid 1px #23A455 !important;
    background-color: #23A455;
    border-radius: 30px;
    color: white !important;
    margin: 10px !important;
}

.country-price {
    font-weight: 900;
    font-size:22px;
}

@media (min-width: 769px){

.mobile_login {
    display: none !important;
}
.mobile_signup {
    display: none !important;
}
.country-price {
    font-size: 30px;
}
}

th {
    border: 0px !important;
}

/* language switcher */

@media (min-width: 769px){

select.msls_languages {
    width: 14%;
    color: #ffa926;
    background-color: transparent;
    border: 0px;
    margin-left: 86%;
    margin-top: 10px;
}
}
@media (max-width: 768px){
select.msls_languages {
    width: 20%;
    margin-left: 80%;
    color: #ffa926;
    background-color: transparent;
    border: 0px;
    padding:0px;
}


}

