/*
 Theme Name:     Specular Child
 Theme URI:      http://codeless.co
 Description:    Specular Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       specular
 Version:        1.0.0
*/

@import url("../specular/style.css");

/*---GENERAL CSS---*/
h1, h2, h3, h4, h5, h6, p, a, li{
	font-family: Open Sans !important;
}

/*---TOP BAR---*/
@media screen and (max-width: 767px){
	.top_nav{
		display:block !important;
	}
	.top_nav .pull-right{
		margin-top:-45px;
	}
	#logo{
		margin-top:-12px;
	}
}

/*---LEFT HEADER---*/
.header_7{
	height:100% !important;
}

/*---LOGO---*/
@media screen and (min-width: 481px){
	#logo img{
		height:90px !important;
	}
}
@media screen and (max-width: 979px){
	#logo img{
		height:90px !important;
	}
}
@media screen and (min-width: 980px){
	#logo img{
		height:160px !important;
	}
}

/*---CONTACT FORM 7---*/
.wpcf7-confirm_email{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
}

/*---FAQ ACCORDION---*/
.accordion-inner a{
	color: #10b8c7 !important;
}