/*
Theme Name: Regina Lite
Theme URI: http://www.machothemes.com/themes/regina-lite/
Author: Macho Themes
Author URI: http://www.machothemes.com/
Description: Regina Lite is one of the best free medical WordPress themes, suitable for medical clinics, dentistry websites, medical research facilities and more. Explore Regina Lite - a responsive medical WordPress template with a ton of bundled options.
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: regina-lite
Tags: grid-layout, footer-widgets, blog, education, e-commerce

This theme, like WordPress, is licensed under the GPL.
*/
#navigation ul li ul {
    display: none;
}
.nav-menu-search {
	position: relative;
	margin-left: 20px;
}
body #sub-header .nav-menu-search button.icon {
	position: absolute;
    left: auto;
    right: 2px;
    top: 13.5px;
}
.social-links-container {
	float: left;
}


input[type="tel"] { width: 100%; padding-left: 20px; min-height: 35px; font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; background: 0 0;
                    border: 2px solid #ebebeb; outline: 0; resize: none; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear;
                    -o-transition: all .3s linear; transition: all .3s linear; -webkit-appearance: none; appearance: none; }
					
.wpcf7 input[type="text"] { cursor : auto; }
.wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 textarea:focus { border-color: #08cae8; }


.wpcf7 .wpcf7-submit {
    border-radius:20px;
    border: none;
    outline: none;
    line-height: 1em;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -ms-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    background-color: #08cae8;
    opacity: 1;
    margin-bottom: 7px;  
}



.wpcf7 .wpcf7-submit:hover { cursor : pointer; opacity : 0.6 }	

#navigation ul li.hide-mobile a { color : #fff; border : 2px solid #fff; border-radius : 50px; padding : 12px 35px; } 
#navigation ul li.hide-mobile a:hover { border-color :  rgb(245, 104, 77) !important; }
#call-out .button.white.outline, #navigation ul li.hide-mobile a { background-color : rgb(245, 104, 77); }
#call-out .button.white.outline:hover, #navigation ul li.hide-mobile:hover a { background-color : #fff; color : rgb(245, 104, 77); }


.testimonials .bx-next,
.testimonials .bx-prev {
	display: none;
}

#sub-footer { position : relative; }
#sub-footer .back-to-top { position: absolute; top: 17px;  bottom: 20px; right: 16px; width: 32px; height: 32px; text-align: center;
                           line-height: 28px; border: 2px solid #fff; -webkit-border-radius: 200px;
                           -moz-border-radius: 200px; border-radius: 200px; }

@media screen and ( min-width:1140px ) {			
    button.get-lead { display : none; }
}

@media screen and ( max-width:640px ) {
	.domains-row { margin : 0; }
	.domains-col { flex : 0 0 49%; margin : 0 0 15px; }

}



/*-------------- FAQ PAge ----------*/

.faq-accordion-container{
	border-top: 1px solid #8e8e8e;
	margin-bottom: 80px;
}

.faq-tab {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #8e8e8e;
	text-align: left;
	padding: 3% 25px 3% 0;
	color: #333; }
.faq-tab__title {
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}

.faq-tab__icon-container {
	display: flex;
	align-items: center;
}
.faq-tab__icon {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative; }
.faq-tab__icon::before {
	content: '';
	display: block;
	width: 15px;
	height: 0px;
	border-bottom: solid 2px #8e8e8e;
	position: absolute;
	bottom: 7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: width 0.3s;
	transition: width 0.3s; }
.faq-tab__icon::after {
	content: '';
	display: block;
	width: 15px;
	height: 0px;
	border-bottom: solid 2px #8e8e8e;
	position: absolute;
	bottom: 7px; }
.is-open .faq-tab__icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg); }
.is-open .faq-tab__icon::before {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border-bottom: solid 2px #8e8e8e;
	position: absolute;
	bottom: 7px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg); }

.faq-tabpanel {
	padding: 15px 0;
}