/*
Theme Name: Finish Agent Theme
Theme URI: https://finishagent.com
Description: Custom theme designed by Relative Commotion.
Author: Relative Commotion
Author URI: http://relativecommotion.com
Version: 1.0
Template: twentyeleven

*/
html {
-webkit-text-stroke: 0.25px;
}
body {
    font-size: 16px;
}
body.notitle .headline {
	display:none;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
    border: 0;
    padding: 0;
}
body.single-qa_faqs .pin-it-btn-wrapper,
body.single-qa_faqs .simplesocialbuttons,
body.page-template-single-qa_faqs-php .simplesocialbuttons,
body.single-qa_faqs .fb-comments {
	display:none;
}
h3.collapseomatic {
    background-image: none !important;
    padding: 0 !important;
	color:#0B7F71 !important;
	margin:15px 0 !important;
	text-transform:none;
}
h2.faq {
	margin-top:30px;
}
/** CALL TO ACTION BUTTON ON HOME PAGE **/
.cta-button {
	text-align:center;
}
.cta-button a.fl-button {
	border: 1px solid #009989;
	color: #ffffff;
	background: #00a595;
	padding: 12px 24px;
}
/** REMOVE BACKGROUND FROM OPT IN WIDGET IN SIDEBAR **/
#text-8.widget {
	padding:0;
	border:0;
}
/** ONLINE GROUP SUCCESS PAGE **/
.navbar .nav > li#menu-item-4989 > a {
    background-color: #088779;
}
/** GET IT DONE! PAGE **/
.navbar .nav > li#menu-item-4989 > a {
    background-color: #088779;
}
.navbar .nav > li#menu-item-4989 > a:focus,
.navbar .nav > li#menu-item-4989 > a:hover,
.navbar .nav > li#menu-item-4989.active > a,
.navbar .nav > li#menu-item-4989.current_page_item > a {
    background-color: #90c9c3;
}
body.page-id-4870 .navbar .nav > li.menu-item-3426,
body.page-id-4870 .navbar .nav > li.menu-item-3415,
body.page-id-4870 .navbar .nav > li.menu-item-4435 {
	display:none;
}
body.page-id-4870 .navbar .nav {
	float: right;
}
body.page-id-4870 .content {
	padding:40px 100px;
}

.simplesocialbuttons {
    padding-bottom: 10px;
}
.simplesocialbutton p {
    margin: 0;
}
.gform_wrapper input[type="text"] {
    padding: 10px;
    height: auto;
}
.gform_wrapper input[type="submit"],
.gform_wrapper input.button {
    background-color: hsl(36, 100%, 42%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa51e", endColorstr="#d68000");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa51e), to(#d68000));
    background-image: -moz-linear-gradient(top, #ffa51e, #d68000);
    background-image: -ms-linear-gradient(top, #ffa51e, #d68000);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa51e), color-stop(100%, #d68000));
    background-image: -webkit-linear-gradient(top, #ffa51e, #d68000);
    background-image: -o-linear-gradient(top, #ffa51e, #d68000);
    background-image: linear-gradient(#ffa51e, #d68000);
    border-color: #d68000 #d68000 hsl(36, 100%, 38.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
    -webkit-font-smoothing: antialiased;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	border-radius: 4px;
}


