body {
	font-family: 'PT Sans', sans-serif;
}

p {
	font-size: 18px;
	color: #090909;
	margin: 10px 0;
}

a, a:visited {
	color: #E34111;
}

a:hover {
	color: #523C76;
	text-decoration: none;
}

article.hentry {
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		margin: 0 auto;
	}
}

.topbar {
	margin-top: 10px;
}

.topbar a:hover {
	text-decoration: none;
}

.topbar a:hover span {	
	color: #523C76;
}

.topbar span {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
    color: #484749;
    margin: 0 8px;
}

.topbar span .fa {
	font-size: 10px;
}

.navbar-brand {
	padding-left: 0;
	padding-right: 0;
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
}

#logo {
	max-width: 300px;
	max-height: 40px;
}

.navbar {
	margin-bottom: 18px;
}

.navbar-nav {
	margin-top: 10px;
}

.navbar-nav .caret {
	display: none;
}

.navbar-nav>li>a {
	color: #030204;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.nav>li>a {
	padding-left: 12px;
	padding-right: 12px;
}

.navbar-toggle {
	padding: 9px 0;
}

.navbar-toggle .icon-bar {
	background: #7c7a7f;
	width: 30px;
	height: 1px;
	margin-bottom: 8px;
}

.navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li.current-menu-ancestor>a, .nav>li.current-menu-item>a {
	background-color: #f5f5f5;
	color: #523C76;
}

@media (min-width: 768px) {

	.nav>li>a:focus, .nav>li>a:hover, .nav>li.current-menu-ancestor>a, .nav>li.current-menu-item>a {
		background-color: transparent;
	}
	
	.nav>li.dropdown:hover ul.dropdown-menu {
		display: block!important;
	}
	
	.nav>li ul.dropdown-menu:after {
		width: 15px;
		height: 9px;
		background: url('./images/menu-triangle.png') no-repeat;
		position: absolute;
		top: -9px;
		content: "";
		right: 5px;
	}
}

@media (max-width: 1199px) and (min-width: 830px) {
	.navbar-header {
		width: 25%;
	}
	
	.navbar-nav {
		margin-top: 0;
	}
	
	#logo {
		max-width: 215px;
		max-height: 40px;
	}
}

@media (max-width: 1080px) {
	.fl-node-5a572c5398923 > .fl-module-content {
		margin-left: 90px;
		margin-right: 15px;
	}
}

@media (max-width: 991px) and (min-width: 830px) {
	.container {
		width: 800px;
		margin: 0 auto;
	}
	
	.navbar-nav>li>a {
		font-size: 16px;
	}
	
	.nav>li>a {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.navbar-nav {
		margin-top: 0;
	}
}


@media (max-width: 900px) {
	.fl-node-5a572c5398923 > .fl-module-content {
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media (max-width: 829px) and (min-width: 768px) {	
	
	.navbar-header {
		width: 23%;
	}

	.navbar-nav>li>a {
		font-size: 16px;
	}
	
	.nav>li>a {
		padding-left: 7px;
		padding-right: 7px;
	}
	
	.navbar-nav {
		margin-top: 0;
	}
	
	#logo {
		max-width: 180px;
		max-height: 40px;
	}
}

@media (min-width: 768px) {
	ul.dropdown-menu {
		padding: 0;
		background: #F5F5F5;
		border: 1px solid #7C7A7F;
	}

	ul.dropdown-menu li {
		font-size: 18px;
		border-bottom: 1px solid #7C7A7F;
	}

	ul.dropdown-menu li:last-child {
		border: none;
	}

	ul.dropdown-menu li a:before {
		content: '+';
		padding-right: 5px;
	}

	ul.dropdown-menu li a {
		color: #090909;
		padding: 15px 30px 15px 15px;
	}

	ul.dropdown-menu li a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
		background: #D7D6DA;
		color: #090909;
	}

	.dropdown-toggle::after {
		content: "\f107";
		font: normal normal normal 18px/1 FontAwesome;
		/*padding-left: 5px;*/
	}

	.dropdown-toggle .caret {
		display: none;
	}
}

@media (max-width: 403px) {
	.navbar-brand {
		width: 80%;
	}
	
	.navbar-brand>img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navbar-header {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.dropdown-menu li a:hover, 
	.dropdown-menu>.active>a, 
	.dropdown-menu>.active>a:focus, 
	.dropdown-menu>.active>a:focus, 
	.dropdown-menu>.active>a:hover {
		background: #D7D6DA;
		color: #090909;
	}
}

/*     nav slide from left    */
@media (max-width: 767px) {
    .navbar-toggle {
		margin-right: 0;
	}
	
	.navbar-toggle:focus, .navbar-toggle:visited {
		border: none;
	}
	
	.navbar-collapse {
        position: absolute;
        top: 0px;
        margin-left: -31px;
		left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        width: 100%;
		background: #fff;
		z-index: 9;
		border: 1px solid #7C7A7F;
		border-top: 15px solid #2F1854;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
    .navbar-collapse.show {
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
	
	.nav>li {
		border-bottom: 1px solid #2F1854;
	}
	
	.nav>li:last-child {
		border-bottom: none;
		background: #D7D6DA;
	}
	
	.nav>li:last-child a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.nav>li:last-child a span {
		position: relative;
		bottom: 5px;
	}
	
	.nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 25px;
	}
	
	.nav>li>a:before, .dropdown-menu li a:before {
		content: '+';
		color: #2F1854;
		padding-right: 5px;
	}
	
	.nav>li:last-child>a:before {
		content: '';
	}
	
	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
	}
	
	.fa-times-thin:before {
		content: '\00d7';
		font-family: 'FontAwesome';
		color: #2F1854;
		padding-right: 5px;
	}
	
	.dropdown-menu li a {
		font-size: 18px;
		color: #030204;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 20px;
	}
	
	.dropdown-menu {
		position: inherit;
		width: 100%;
		-webkit-box-shadow: none;
		        box-shadow: none;
		border-top: 1px solid #2F1854;
		border-bottom: 1px solid #2F1854;
		background: #D7D6DA;
		margin-bottom: 25px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
	}
	
	.dropdown-toggle:after {
		font-family: 'FontAwesome';
		content: "\f107";    
		float: right;
		background: #D7D6DA;
		padding: 7px 4px;
		border-radius: 20px;
		font-size: 40px;
		color: #2F1854;
		margin-top: -8px;
	}
}

.row2 {
	margin-bottom: 20px;
}

.flip-container {
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.flip-container:hover .flip-back {
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
}
.flip-container:hover .flip-front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}

.flip-container, .front, .flip-back {
	width: 152px;
	height: 152px;
}

.flipper {
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	position: relative;
}

.flip-front, .flip-back {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
}

.flip-front {
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	        transform: rotateY(0deg);
}

.flip-back {
	-webkit-transform: rotateY(-180deg);
	        transform: rotateY(-180deg);
	background: #FC3000;
	border: 5px solid #fff;
	display: table;
}

.flip-back a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	padding: 20px;
}

#content {
	background: #fff;
	padding: 40px 0;
}

#content .entry-title a, article .entry-title, .widget-title {
	color: #4A3E6F;
	margin-top: 0;
	font-size: 24px;
}

.fl-post-feed-title a {
	color: #4A3E6F; 
}

#content h2.entry-title {
	font-size: 36px;
	color: #4A3E6F;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 25px;
}

.entry-title a:hover {
	text-decoration: none;
	color: #523C76;
}

.search-form {
	position: relative;
}

.search-form label {
	width: 100%;
}

.search-form input[type="search"].search-field {
	padding: 10px 42px 10px 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 18px;
	width: 100%;
	font-weight: 400;
	border-radius: 0;
	border-color: #82898D;
}

.search-form input.search-submit {
    background: url('images/search-icon.svg') no-repeat;
    border: none;
    right: 12px;
    text-indent: -9999px;
    top: 12px;
    background-size: 25px 24px;
    font-size: 26px;
    padding: 0 12px;
    position: absolute;
    width: 25px;
    height: 24px;
}

@media (max-width: 991px) {	
	div#sidebar {
		padding-top: 50px;
		border-top: 1px solid #ccc;
		margin-top: 40px;
	}
}

.fa-search {
	color: #858B95;
	font-size: 26px;
    position: relative;
    right: 40px;
}

article.single-post {
	margin: 0 0 40px;
	border-bottom: 1px solid #D4D6DD;
	padding: 0 0 40px;
}

.sideBlocks, aside .widget {
	margin: 0 0 30px;
	border-bottom: 1px solid #D4D6DD;
	padding: 0 0 30px;
	width: 80%;
}

.entry-meta, .entry-date {
	color: #858B95;
	font-size: 15px;
	display: inline-block;
    font-weight: bold;
}

.entry-meta .cat-black, .cat-links a {
	color: #231F20;
	font-size: 15px;
	display: inline-block;
    font-weight: bold;
}

.cat-links a:hover, .entry-date:hover {
	color: #523C76;
}

#footer {
	border-top: 1px solid #D4D6DD;
}

#footerTop {
	padding: 70px 0 34px;
}

#footerTop h3 {
	margin-top: 0;
	margin-bottom: 15px;
	color: #2F1854;
	font-family: 'Roboto Slab', serif;
}

#footerTop p {
	font-size: 17px;
}

.sidebarLinks, .widget ul {
	margin-top: 20px;
}

.footer-nav ul, .sidebarLinks, .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-nav ul li, .sidebarLinks li, .widget ul li {	
	padding: 5px 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

.sidebarLinks li, .widget ul li {
	/*padding: 4px 0;*/
}

.sidebarLinks li a, .widget ul li a {
	color: #090909;
}

.footer-nav ul li:before {
	content: '+';
	color: #523c76;
}

.footer-nav ul li a {
	color: #090909;
	padding-left: 5px;
}

.footer-nav ul li a:hover, .sidebarLinks li a:hover,  .widget ul li a:hover {
	color: #523C76;
	text-decoration: none;
}

a#sendEmail {
	color: #E34111;
	font-size: 18px;
	text-decoration: underline;
	margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

a#sendEmail:hover {
	color: #523C76;
}

#footerTop .ft-social-links p a {	
	margin: 4px 2px 0 2px;
	display: inline-block;
}

#footerTop .ft-social-links p .fa {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #E34111;
	font-size: 22px;
	text-align: center;
	padding: 5px 0;
}

#footerTop .ft-social-links p .fa:hover {
	background: #523C76;
}

#footerBar {
	background: #25222A;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

#footerBar a {
	color: #fff;
}

#footerTop .accordion {
	margin-top: 30px;
	margin-bottom: 10px;
	border-top: 1px solid #7c7a7f;
	margin-left: -35px;
    margin-right: -35px;
}

#footerTop .accordion-heading {
	border-bottom: 1px solid #7c7a7f;
	padding: 10px 30px 10px 10px;
	font-family: 'Roboto Slab', serif;
}

#footerTop .accordion-inner {
	padding-top: 5px;
	padding-bottom: 10px;
	background: #d7d6da;
}

#footerTop .accordion a.accordion-toggle {
	color: #2F1854;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	padding-left: 25px
}

#footerTop .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";    
    float: right;
	background: #D7D6DA;
    padding: 3px 4px;
    border-radius: 20px;
    font-size: 40px;
    line-height: 28px;
}

#footerTop .accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}

.btn-org {
	background: #E34111!important;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	padding: 10px 10%;
	border-radius: 7px;
	margin-top: 8%;
}

.btn-org:hover {
	background: #523C76!important;
}

/*         Form Styles        */

.wpcf7 label {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #030204;
	font-weight: 400;
	width: 100%;
	text-align: left;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="number"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="checkbox"], 
.wpcf7 textarea, .wpcf7 select, 
.comments-area textarea, select,
input[type="text"], input[type="email"],
input[type="password"], input[type="password"],
input[type="checkbox"], input[type="url"] {
	border: 2px solid #ccc;
	background: #f7f7f7;
	padding: 12px 15px;
	width: 100%;
	border-radius: 0;
	font-size: 16px;
}

.wpcf7 select {
	height: 52px;
}

.wpcf7 textarea, .comments-area textarea {
	height: 180px;
}

.wpcf7 input[type="submit"], 
.comments-area input[type="submit"] {
	background: #E34111;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	padding: 15px 7%;
    border-radius: 10px;
    float: right;
    color: #fff;
	-webkit-box-shadow: 2px 1px 0px #a42f0e;
	        box-shadow: 2px 1px 0px #a42f0e;
	border: none;
	margin-top: 10px;
}

.wpcf7 input[type="submit"]:hover, 
.comments-area input[type="submit"]:hover {
	background: #CE3511;
	/* -webkit-box-shadow: 2px 1px 0px #2f1854;
	        box-shadow: 2px 1px 0px #2f1854; */
}

span.wpcf7-form-control-wrap {
	display: block;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #484749;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #484749;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #484749;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #484749;
}

/* New Styles Sona - Inner Pages */
#banner {
	background: #2F1854;
	padding: 5% 0;
	color: #fff;
}

#banner h2 {
	font-size: 42px;
	color: #FFF;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 25px;
}

#banner p {
	color: #fff;
}

#banner h6 {
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
}

.innerWrapper {
	padding: 0 12%;
}

@media (max-width: 991px) {
	#banner img {
		margin-top: 15%;
	}
	/* #footerTop h3.widget-title {
		display: none;
	} */
	.widget_nav_menu.footer-widget {
		margin-bottom: 0;
		background: #d7d6da;
	}
	
	#footerTop .widget ul {
		padding-left: 40px;
	}
	
	#footerTop .widget ul li:before {
		content: '+';
		margin-right: 10px;
	}
	
	#footerTop .widget-title {
		display: none;
	}
	
	#content {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#content h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #2F1854;
	font-weight: 400;
}

.specials .entry-title {
	font-size: 36px;
	color: #4A3E6F;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 40px;
}

#footerTop {
	border-top: 1px solid #D4D6DD;
}

.specials {
	margin: 0;
    padding: 40px 0 0;
}

.specials img {
	margin-bottom: 40px;
}

.specials ul {
	margin: 0;
	list-style: none;
}

@media (min-width: 769px) {
	.specials ul {
		padding: 0;
	}
}

.specials ul li {
	font-size: 18px;
	margin-bottom: 37px;
	color: #030204;
	line-height: 23px;
	text-indent: -2.2em;
}

.specials ul li p {
	display: inline;
}

.specials ul li h6 {
	font-size: 24px;
	font-weight: 400;
	color: #2F1854;
	display: inline;
}

.specials ul li::before {
	content: "■";
	color: #2F1854;
	font-size: 26px;
	padding-right: 24px;
}

.specials ul li:last-child {
	margin-bottom: none;
}

.specials:last-child {
	border-bottom: none;
}

#newsletter {
	background: #D7D6DA;
}

#newsletter h2 {
	font-size: 36px;
	color: #4A3E6F;
	margin-top: 0;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}

#newsletter form {
	/*padding: 40px 10%;*/
}

@media (min-width: 768px) {
	#newsletter .wpcf7 input[type="email"] {
		width: 60%;
	}
}

#newsletter .wpcf7 input[type="submit"] {
	padding: 15px 3%;
}

@media (max-width: 991px) {	
	#newsletter .wpcf7 input[type="submit"] {
		float: none;
		margin-top: 20px;
	}
	#newsletter form {
		padding-left: 0;
		padding-right: 0;
	}
}

table.template {
	border-color: #7c7a7f;
	margin-bottom: 20px;
	border: none;
}

table.template td {
	padding: 5px 10px;
	font-size: 18px;
	border: 1px solid #7c7a7f;
}

table.template td:first-child {
	background: #d7d6da;
}

table.template td:last-child {
	background: #f5f5f5;
}

@media (max-width: 768px) {
	.page-banner p, .entry-content p {
		text-align: center;
	}
	
	/* .box-star {
		margin-top: -110px;
	} */
	
	table.template td {
		width: 100%;
		display: block;
	}
	
	.wpcf7 input[type="submit"] {
		float: none;
		width: 100%;
	}
}

article.single-post .entry-content p, .fl-post-feed-content p {
	text-align: left;
}

/*      Homa Page Content Styles    */

@media (min-width: 769px) {
	.fl-node-5a52ff228c4a8 > .fl-row-content-wrap {
		background-position: 75% -11px;
		background-size: inherit;
	}
}

.fl-node-5a52ff228c4a8 > .fl-row-content-wrap {
	background-size: inherit;
}

@media (max-width: 768px) {
	.fl-node-5a52ff228c4a8 > .fl-row-content-wrap {
		background-size: 480px;
		background-position: 106px -25px;
	}
	
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 28px!important;
	}
	
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text p {
		line-height: 36px!important;
		text-align: left!important;
	}
	
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-text p:last-child span {
		font-size: 18px!important;
	}
	
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.fl-content-slider .bx-viewport {
		height: 350px!important;
	}
	
	.fl-row[data-node] .fl-row-content-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 991px) {		
	#footerTop {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
		padding-top: 50px;
	}
	
	.wpcf7 input[type="submit"] {
		float: none;
		width: 100%;
	}
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px;
    height: 13px;
	border-radius: 8px;
	background: #cecdcf;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus, 
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #e44113;
}

.home .specials ul li {
	margin-bottom: 5px;
	text-indent: -1.5em;
}

.home .specials ul {
	padding-left: 34%;
}

.home .specials ul li::before {
	padding-right: 12px;
}

@media (min-width: 769px) {
	.home .specials ul {
		padding-left: 40%;
	}
}
	
.entry-content {
	margin-top: 0;
}

.hm-banner-wrapper {
	background-image: url(http://demo11.whiterabbit.group/claimpower/wp-content/uploads/2018/01/pattern-1.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-attachment: scroll;
    background-size: contain;
    min-height: 483px;
    padding: 42px 0 64px;
}

.wrg-heading {
	color: #fff;
	font-size: 30px;
}

.wrg-rich-text p {
	padding: 25px 0 35px;
	font-size: 24px;
	color: #fff;
}

a.wrg-button {
	font-size: 20px;
    line-height: 22px;
    padding: 12px 24px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #E44113;
    border: 1px solid #d83507;
    color: #fff;
}

span.wpcf7-form-control-wrap.speciality:after, 
span.wpcf7-form-control-wrap.doctor:after {
	content: '\f107';
	color: #7c7a7f ;
	FONT-FAMILY: FontAwesome;
	POSITION: absolute;
	font-size: 33px;
	background: #d7d6da ;
	padding: 1px 15px 0 15px;
	border: 1px solid #7c7a7f ;
	right: 0px;
	z-index: 0;
	pointer-events: none;
	font-weight: 100;
}

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	-o-text-overflow: "";
	   text-overflow: "";
	cursor: pointer;
}

select::-ms-expand {
    display: none;
}

@media (max-width: 768px) {
	/* .fl-row[data-node] .fl-row-content-wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	} */
	
	.fl-node-5a53129200ab1 > .fl-row-content-wrap,
	.fl-node-5a530c1c3943f > .fl-row-content-wrap	{
		background-image: none;
	}
}

	
.specials {
	padding-top: 0;
}

a.fl-button {
	-webkit-box-shadow: 2px 1px 0px #a42f0e;
	        box-shadow: 2px 1px 0px #a42f0e;
	padding-left: 40px!important;
	padding-right: 40px!important;
}

/* a.fl-button:hover, a.fl-button:focus, a.fl-button:visited {
	-webkit-box-shadow: 2px 1px 0px #2f1854;
	        box-shadow: 2px 1px 0px #2f1854;
} */

.wrg-button a.fl-button {
	padding-left: 65px!important;
    padding-right: 65px!important;
}

@media (max-width: 480px) {
	.wrg-button a.fl-button, .exploding-arrow  a.fl-button {
		padding-left: 15px!important;
		padding-right: 15px!important;
		width: 100%;
	}
}

@media (min-width: 410px) {
	.return-btn a.fl-button {
		padding-left: 85px!important;
		padding-right: 85px!important;
	}
}

@media (max-width: 409px) {
	.return-btn a.fl-button {
		padding-left: 19%!important;
		padding-right: 19%!important;
	}
}

.conversation a.fl-button {
	border: 1px solid #2f1854!important;
	-webkit-box-shadow: 2px 2px 0px #666;
	        box-shadow: 2px 2px 0px #666;
	font-family: 'Roboto Slab', serif;
}

@media (min-width: 768px) {
	.fl-subscribe-form {
		width: 530px;
		margin: auto;
	}
}

.fl-subscribe-form input[type="email"] {
	border-radius: 0!important;
	border-color: #7c7a7f!important;
}

.fl-subscribe-form a.fl-button {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

.testimonials .fl-slide-text p:last-child {
	margin-top: 45px!important;
}

.widget-area section.widget:last-child, 
.widget-area section.widget_search {
	border: none;
}

@media (max-width: 991px) {
	.widget-area section.widget:last-child {
		margin: 0;
		padding: 0;
	}
}

.widget-area section.widget_search {
	margin-bottom: 0;
}

a.read_more {
	text-decoration: underline;
}

.nav-links a {
	font-size: 16px;
	color: #231f20;
	text-transform: capitalize;
}

.nav-links a:hover {
	color: #2f1854;
}

.nav-links {
    margin-bottom: 15px;
}

@media (min-width: 769px) {
	.page-template-default #main, .error404 #main {
		padding-bottom: 80px;
	} 
}

@media (max-width: 768px) {
	.page-template-default #main, .error404 #main {
		padding-bottom: 40px;
		padding-left: 30px;
		padding-right: 30px;
	} 
}

.fl-builder-content .fl-node-5a544bb2b307d > .fl-col-content {
	border-width: 1px!important;
}

/* .fl-node-5a544bb2b307d > .fl-col-content {
	padding-top: 60px;
} */

.fl-node-5a54604f9c571.specials ul li {
	margin-bottom: 18px;
}

.g-recaptcha {
	float: left;
	-webkit-transform: scale(.66);
	    -ms-transform: scale(.66);
	        transform: scale(.66);
	-webkit-transform-origin: 0 0 0;
	    -ms-transform-origin: 0 0 0;
	        transform-origin: 0 0 0;
	margin-top: 10px;
}

div.wpcf7-response-output { CLEAR:BOTH }

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -2px;
	left: 5px;
}

.newsletter-lead-wrap {
	width: 546px;
    margin: auto;
}

.newsletter-lead-wrap .txtemail-wrap {
	float: left;
    margin: 0;
}

.newsletter-lead-wrap .txtemail, 
.newsletter-lead-wrap .fl-form-field .txtemail {
	font-size: 16px;
    line-height: 20px;
    padding: 12px 24px;
    height: 51px;
    width: 326px;
    border-radius: 0!important;
    border-color: #7c7a7f!important;
    font-family: 'PT Sans', sans-serif;
}

.newsletter-lead-wrap .btnsubmit-wrap {
	float: left;
    padding-left: 15px;
}

.newsletter-lead-wrap .btnsubmit {
	webkit-border-radius: 12px;
    border-radius: 12px;
    background: #E44113;
    border: 1px solid #d83507;
    color: #ffffff;
    height: 51px;
    line-height: 18px !important;
    padding: 12px 14px;
    font-size: 20px;
    width: 202px;
    font-weight: 100;
    font-family: 'PT Sans', sans-serif;
	-webkit-box-shadow: 2px 1px 0px #a42f0e;
	        box-shadow: 2px 1px 0px #a42f0e;
}

.newsletter-lead-wrap .btnsubmit:hover,
.newsletter-lead-wrap .btnsubmit:focus {
	background: #CE3511;
    border: 1px solid #CE3511;
}

/* .exploding-arrow .fl-button .fl-button-icon.fl-button-icon-before:before {
	background: url('./images/join-arrow.svg');
	width: 25px;
	height: 37px;
	content: "";
    display: inline-block;
} */

@media (max-width: 768px) {
	.newsletter-lead-wrap {
		width: 100%;
	}
	.newsletter-lead-wrap .txtemail-wrap {
		float: none;
	}
	
	.newsletter-lead-wrap .txtemail {
		width: 100% !important;
	}
	.newsletter-lead-wrap .btnsubmit-wrap {
		padding-left: 0;
		padding-top: 22px;
		float: none;
	}
	
	.newsletter-lead-wrap .btnsubmit {
		margin: auto !important;
		display: block;
	}
}

/* @media (max-width: 480px {
	.newsletter-lead-wrap .btnsubmit {
		width: 100% !important;
	}
} */

.row.ft-social-links {
    margin-top: 15px;
}

/*     For Mobile    */

@media (max-width: 768px) {
	.xs-shrink-title h2 {
		font-size: 24px!important;
	}
	
	.xs-banner h2 {
		font-size: 36px!important;
	}
	
	.xs-banner .xs-small-heading h2 {
		font-size: 32px!important;
	}
	
	#home-banner p {
		font-size: 20px!important;
		line-height: 26px!important;
	}
}

@media (max-width: 500px) {
	.conversation a.fl-button {
		padding-left: 0!important;
		padding-right: 0!important;
		width: 100%;
	}
}