/*
Theme Name: monarch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monarch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

monarch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
 
@font-face {
	font-family:'HelveticaNeueLTPro-UltLt';
	src: url('fonts/HelveticaNeueLTPro-UltLt_gdi.eot');
	src: url('fonts/HelveticaNeueLTPro-UltLt_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTPro-UltLt_gdi.woff') format('woff'),
		url('fonts/HelveticaNeueLTPro-UltLt_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeueLTPro-UltLt_gdi.svg#HelveticaNeueLTPro-UltLt') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'HelveticaNeueLTPro-Md';
	src: url('fonts/HelveticaNeueLTPro-Md_gdi.eot');
	src: url('fonts/HelveticaNeueLTPro-Md_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTPro-Md_gdi.woff') format('woff'),
		url('fonts/HelveticaNeueLTPro-Md_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeueLTPro-Md_gdi.svg#HelveticaNeueLTPro-Md') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family:'HelveticaNeueLTPro-Lt';
	src: url('fonts/HelveticaNeueLTPro-Lt_gdi.eot');
	src: url('fonts/HelveticaNeueLTPro-Lt_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTPro-Lt_gdi.woff') format('woff'),
		url('fonts/HelveticaNeueLTPro-Lt_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeueLTPro-Lt_gdi.svg#HelveticaNeueLTPro-Lt') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}
@font-face {
	font-family:'HelveticaNeueLTPro-Roman';
	src: url('fonts/fonts/fonts/HelveticaNeueLTPro-Roman_gdi.eot');
	src: url('fonts/fonts/HelveticaNeueLTPro-Roman_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueLTPro-Roman_gdi.woff') format('woff'),
		url('fonts/fonts/HelveticaNeueLTPro-Roman_gdi.ttf') format('truetype'),
		url('fonts/HelveticaNeueLTPro-Roman_gdi.svg#HelveticaNeueLTPro-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0-10FFFF;
}
html {
	font-family:'HelveticaNeueLTPro-Lt';
	color: #686967;
	font-size: 17px;
	line-height: 22px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family:'HelveticaNeueLTPro-Lt';
	font-weight: 300;
	color: #404040;
	font-size: 17px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 15px;
		font-family:'HelveticaNeueLTPro-Roman';
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;

}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}


ul.points li{
	padding-right: 15px;
}

ul.check-list li:before,
ul.points li:before {
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	vertical-align: middle;
	color: #00b98e;
}
ul.points li:before {
	content: "\f111";
	font-size: 8px;
}
ul.check-list li:before {
	content: "\f00c";
	font-size: 14px;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
 
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#site-navigation{
	float: left;
}
#masthead  ul.nav{
	display: inline-block;
	float: right;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #a7c62e;
	
}

a:visited {
	/* color: purple; */
}

a:hover,
a:focus,
a:active {
	color: #a7c62e;
	text-decoration: underline;

}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	padding-bottom: 15px;
}
.main-navigation li li{
	padding-bottom: 0px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	background: none;
	font-size: 16px;
}
.nav>li>a{
	padding: 10px 7px;
}
.main-navigation li > a:after{
    content: "\f111";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 7px;
  margin-left: 16px;
  vertical-align: middle;
  color: #ef8114;
}
.main-navigation li li> a:after{
	display: none;
}
.main-navigation li:last-child > a:after{
	content: "";
	margin-left: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background: rgba(0,0,0,.7);
	top: 100%;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 250px;
	color: #fff;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #a7c62e;
	background: transparent;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #00b98e;
	background: transparent;
}
.navbar-nav>li>a{
	color: #fff;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		 
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
        display:none;
ye}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/* Layout */
/* Home page */
.slider-wrapper{
	position: relative;
}
.slider-bullets{
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
	color: #ffffff;

}
.slider-bullets ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: table;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.slider-bullets ul li{
	text-align: center;
	padding: 35px 50px;
	display: table-cell;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border-bottom: 6px solid transparent;
    opacity: .4;
    cursor: pointer;
}
.slider-bullets ul li i{
	font-size: 50px;
	margin-bottom: 10px;
}
.slider-bullets ul li:hover{
	background: rgba(255,255,255,.1);
	border-bottom: 6px solid #00b98e;
	opacity: 1;

}
.slick-slide{
	padding: 200px 0;
	min-height: 800px;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
}	
#home-middle-section{
	color: #fff;
	font-size: 22px;
	position: relative;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#home-middle-section .container{
	position: relative;
	padding: 150px 0;
}
#home-middle-section h1,
#home-middle-section h2{font-size: 45px;}
.middle_section_side_image{
	    position: absolute !important;
    right: 0;
    top: -40px;
    left: auto !important;
}
.recent-posts{
	padding-top: 75px;
	margin-bottom: 50px;
}
.recent-post {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
.recent-post h3{
	font-size: 22px;
}
.recent-post h3 a{
	color: #494747;
}
.recent-post h3 a:hover{
color: #a7c62e;
text-decoration: none;	
}
.recent-post img{
	max-height: 240px;
	display: inline-block;
	margin-bottom: 20px;
	border: 5px solid #fff;
}
.recent-post img:hover{
	border: 5px solid #a7c62e;	
	box-shadow: 0 0 4px rgba(0,0,0,.2);
}

/* End of homepages*/
.main-content,
.home-recent-posts{
padding: 100px 0;
}

.logged-in #masthead{
	top: 32px;
}
#masthead {
	position: absolute;
	width: 100%;
	min-width: 90px;
	top: 0;
	background: rgba(255,255,255,.1);
	border-bottom: 1px solid #67615e;
	z-index: 99;
	padding: 15px 0 0;
}
#masthead .navbar{
	margin-bottom: 0;
	min-height: 0;
}
.scoial-links{
						margin: 0;
						float: right;

					}
					.scoial-links li{
						float: left;
						margin-left: 8px;

					}
					.scoial-links li a{
						color: #2f3031;
						background: #fff;
						border-radius: 50%;
						display: inline-block;
						width: 20px;
						height: 20px;
						text-align: center;
						line-height: 20px;
						font-size: 12px;
					}
					.scoial-links li a:hover{
						background: #cb2027;
					}

/* Bottom Footer */


.top-footer{
	background: #333333;
	color: #ccc;
	font-size: 14px;
	padding-bottom: 50px;
}
.top-footer .widgettitle{
	font-size: 24px;
	color: #fff;
}
#footer-head{
	padding: 50px 0;
	color: #fff;
	background: url('images/footer-bg.png') no-repeat bottom center;
	margin-bottom: 50px;
}
#footer-head .scoial-links li a{
	width: 40px;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
}
#footer-head h2{
	font-size: 35px;
	text-transform: uppercase;
}
#footer-head .container{
	max-width: 100%;
	width: 960px;
}
.nav>li>a:hover, .nav>li>a:focus{
background: transparent;
}
.bottom-footer{
	background: #252525;
	color: #666666;
	font-size: 12px;
	padding: 20px 0;

}
.bottom-footer .nav{
	float: right;
}
.bottom-footer .nav>li>a{
	color: #666666;
	padding: 0 15px;
}
.bottom-footer .nav>li>a:hover,
.bottom-footer .nav>li>a:focus{
color: #fff;

}




/* Bootstrap */
.btn{
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	padding: 12px 25px; 
}
.btn.btn-lg{
	padding: 20px 50px; 
	font-size: 23px;
}
.btn.btn-sm{
    padding: 6px 20px;
    font-size: 15px;
}
.btn.btn-primary{
	background: #a7c62e;
	border-bottom: 5px solid #7ca512;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus{
	background: #a7c62e;
	border-color: #7ca512;
}

.tab-content{
	padding: 50px;
	border: 1px solid #ccc;
	background: #fff;
}
.nav-tabs{
	border: 0;
}
.nav-tabs>li{
	  display: inline-block;
  vertical-align: bottom;
  float: none;
}
.nav-tabs>li>a{
	background: #fbf8f8;
	border: 1px solid #ccc;
	margin-right: 0;
	border-radius: 0;
	padding: 10px 40px;
	color: rgb(85,85,85);
}

.nav-tabs>li.active>a{
	padding: 18px 40px 10px;
}
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus{
	background: #fff;
}
.tab_wrap
{
  padding: 10px 15px;
  margin: 0 -15px;
	background: url(images/tab-bg.png) no-repeat top left;
}

#page-header{
	padding: 150px 0 50px;
	box-sizing: border-box;
	text-align: center;
	
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 378px;
	color: #fff;
}
#page-header h1{
	font-size: 52px;
	text-transform: uppercase;
}
.page-title-border{
	display: inline-block;
	width: 140px;
	height: 8px;
	background: #fff;
    margin-bottom: 7px;
}
.page-sep{
	background: url('images/page-sep.png') repeat-x;
	width: 100%;
	height: 12px;
	margin: 50px 0;
}
.media-sep{
	width: 100%;
	height: 3px;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	margin-bottom: 15px;
}

.media-body{
	font-size: 15px;
}
.media-left{
	display: block;
	float: left;
	padding-right: 25px;

}


	.staff-box{
		border: 1px solid #dcdcdd;
		margin-bottom: 25px;
	}
	.staff-box-col{
		margin-bottom: 40px;	
	}
	.staff-footer{
		padding: 20px 10px;
		text-transform: uppercase;
		text-align: center;
		min-height: 95px;
	}
	.staff-footer h3{
		font-size: 22px ;
		color:#6c6969;
		margin-bottom: 5px;
	}
	.staff-footer h4{
		font-size: 18px ;
		color:#506d7a;
		margin-bottom: 0;
	}
	.staff-thumb-placeholder{
		background: #f4f6f6;
		width: 268px;
		height: 258px;
	}
	.thumb-overlay{
		position: absolute;
		top: 0;left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background: #a7c62e;
		text-align: center;
		color: #fff;
	}
	
	.thumb-overlay i{
		position: relative;
		top:50%;
		margin-top: -14px;
		font-size: 28px;
	}
	.post-thumb{
		position: relative;
		display: block;
		
	}
	.staff-box .post-thumb{
		width: 100%;
		text-align: center;
	
	}
	.post-thumb:hover .thumb-overlay{
		display: block;

	}
	.staff-title{
		text-align: center;
		padding: 25px 0 50px;
	}
	.staff-social{
		display: inline-block;
		margin: 0 auto;
	}
	.staff-social li{
		    margin: 0px 6px 0px 0;
		display: inline-block;
	}
	.staff-social li a{
		color: #c3c0c0;
		font-size: 14px;
	}
	.staff-social li a:hover{
		color: #a7c62e;
	}
	.single-staff-left{
		margin-bottom: 20px;
	}

	.service-box .post-thumb{
		text-align: center;
		width: 100%;
		 
		margin-bottom: 15px;
	}
	.service-box a{
		color: #494747;
	}
	.service-box a:hover{
		color: #a7c62e;
		text-decoration: none;
	}
	.service-box h3{
		margin-bottom: 10px;
	}

	.single-stuff-title{
	display: inline-block;
}
.post-navigation{
		float: right;
}
	.nav-links{
	

	}
	.nav-previous a,
	.nav-next a{
		color: #fff;
		background: #506d7a;
		margin-left: 10px;
		/*width: 27px;
		height: 27px;*/
		border-radius: 5px;
		display: inline-block;
		text-align: center;
		line-height: 27px;
		padding:5px 10px;
	}
	.nav-previous a:hover,
	.nav-next a:hover{
		background: #02ac86;
	}





blockquote{
	    border: 0;
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0 50px;
    font-style: italic;
}
blockquote:before{
  content: "";
  display: block;position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 29px;
  background: url(images/quote-top.png) no-repeat;
}
blockquote:after{
content: "";
  display: block;position: absolute;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 29px;
  background: url(images/quote-bottom.png) no-repeat;	
}

.form-control{
	border-radius: 0;
	border-radius: #696767;
}
.form-control:focus{
	border-color: #00b98e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 185, 142, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 185, 142, 0.6);
}


/**---------------------------------------------- 
* ANIMATIONS
------------------------------------------------*/
.sr-animation {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.sr-animation-fromtop { top: -50px; }
.sr-animation-frombottom { top: 50px; }
.sr-animation-fromleft { left: -30px; }
.sr-animation-fromright { left: 30px; }
.sr-animation-zoomin { transform: scale(0);	-ms-transform: scale(0); 	-webkit-transform: scale(0); }
.sr-animation-zoomout { transform: scale(1.5);	-ms-transform: scale(1.5); 	-webkit-transform: scale(1.5); }

.sr-animation.animated { 
	top: 0; 
	left: 0; 
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  
	height: 100%;
	max-height: 100%;
	transform: scale(1.0);
	-ms-transform: scale(1.0); 
	-webkit-transform: scale(1.0);
}



@media screen and (max-width: 992px) {
	.slider-bullets ul li{
		padding: 10px;
	}
	.scoial-links{
		margin-top: 20px;

	}

}
.navbar-toggle{
	    background: #00b98e;
	    padding: 7px 9px;
	    border-radius: 2px;
	    text-shadow: 0 1px 0 rgba(255,255,255,.4);
	    font-size: 14px;
	    	border:0;
	    	    position: absolute;
    right: 16px;
    margin: 0;
    bottom: 20%;
	}
	.navbar-toggle:hover{
		box-shadow: none;
		border:0;
	}

@media screen and (max-width: 768px) {
	#masthead{
		text-align: center;
	}

	.navbar-brand{float: none;display: inline-block;}
	.scoial-links{float: none;display: inline-block;margin: 0 auto;text-align: center;margin: 20px 0 10px;}
	.slider-bullets ul li{
		padding: 20px 10px;

	}
	#main-nav{
	    text-align: left;
    	background: rgba(0,0,0,.8);
        margin: 0 -16px -16px;
	}
	#masthead ul.nav{
		float: none;
		width: 100%;

	}
	.main-navigation li > a:after{
		content: "";
	    margin-left: 0;
	}
	.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a,
	.nav>li>a:hover, .nav>li>a:focus{
		color: #fff;
		background: #8aa230;
	}

	.slick-slide h2
	{font-size: 40px !important;line-height: 50px !important}
	.nav-tabs>li>a{
		padding: 10px;
	}
	.nav-tabs>li.active>a{    padding: 18px 10px 10px;}
	.bottom-footer .nav{
		float: none;
	}

}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    color: #8aa230;
    background: transparent;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #8aa230;
    background: transparent;
}
.slidethumnail:hover {
    border-bottom: 6px solid #a7c62e !important;
}
.fott a:hover, a:focus, a:active {
    color: #a7c62e;
    text-decoration: underline;
}
.fott a {
    color: #fff;
}
.bottom-footer a:hover, a:focus, a:active {
    color: #a7c62e;
    text-decoration: underline;
}
.bottom-footer a{
    color: #a7c62e;
}
.container-fluid{
padding-top:20px;
}
.entry-title{
	display: block;
}
#gform_wrapper_1 ul li.gfield{
clear:none;
}
#gform_wrapper_1 .col-md-6{
padding-left:0;
}
.clear{
clear:left !important;
}
.clear-right{
clear:right !important;
    float: right;
}
#field_1_7{
padding-left:20px !important;
}
#field_1_4{
clear:both !important
}
.posted-on{
display: none;
}
.byline{
display: none !important;
}
.entry-header h1{
display: none;
}
table{
width:100%;
margin-top:20px;
    background-color: #fff;
    text-align: right;
}
table th,table td{
padding:6px;
border:1px solid #ddd;
}

.blog a.thumbnail-wrapper img {
	border: 1px solid #CCC;
    padding: 2px;
    width: 100%;
	max-width:237px
    max-height: 220px;
}

.single-post .entry-content ul li { list-style:outside; margin-left:15px;}

.comment-form-comment label[for="comment"] { display:none;}
table th{
background-color: #808080;
color: #fff;
}
.mx-hgt {
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
@media (max-width: 992px){
#gform_wrapper_1 ul li.gfield{
clear:both;
}
.col-md-6 {
    width: 100%;
}
#field_1_7{
padding-left:0px !important;
}
}
@media screen and (max-width: 992px) {
header .col-md-4{
    width: 37%;
float:left;
}
header .col-md-8{
    width: 63%;
    float: right;
}
.nav>li>a {
        padding: 5px 4px 14px 0px;
}
.scoial-links {
    margin-top: 5px;
}
.main-navigation li {
    padding-bottom: 2px;
}
}
.mobileview{
display:none;
}
@media screen and (max-width: 768px) {
header .col-md-4{
    width: 100%;
float:none;
}
.mobileview{
display:block;
}
.desktopview{
display:none;
}
header .col-md-8{
    width: 100%;
    float: none;
}
.navbar-toggle{
bottom:auto;
top:5px;
}
.navbar-brand>img{
display:inline-block;
max-width:246px;
}
.slidethumnail a{
font-size: 30px !important;
}
.slidethumnail a .fa{
font-size: 25px !important;
padding-bottom: 20px !important;
}

}
/*@media screen and (min-width: 768px) {
.fa-info:before{
  content: ''; /* Remove default icon */
  display: inline-block;
  width: 50px;
  height: 58px;
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-grey.png');
}

.fa-info:hover:before{
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-white.png') center center no-repeat;
}
}
@media screen and (max-width: 768px) {
    .fa-info:before{
  content: ''; /* Remove default icon */
  display: inline-block;
 width: 30px;
  height: 35px;
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-greys.png') center center no-repeat;
}
.fa-info:hover:before{
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-whites.png') center center no-repeat;
}
}
@media screen and (max-width: 480px) {

    
    .fa-info:before{
  content: ''; /* Remove default icon */
  display: inline-block;
 width: 20px;
  height: 25px;
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-grey2.png') center center no-repeat;
}
.fa-info:hover:before{
  background: url('https://www.renegade-fitness.net/wp-content/uploads/2017/04/logo-white2.png') center center no-repeat;
}
}*/
.tp-caption img.info {
    margin-bottom: 15px;
}
.in{
line-height: 16px !important;
font-size: 16px !important;
}
@media screen and (max-width: 768px){
 img.info{
    margin-bottom: 10px !important;
    margin-top: 37px;
}
}
span.sm {
    font-size: 11px !important;
}
.smm.slidethumnail a{
    padding: 0px ;
}
@media screen and (max-width: 480px){
.slidethumnail a .fa {
    font-size: 20px !important;
    padding-bottom: 12px !important;
}
.slidethumnail a{
/*font-size: 20px !important;*/
}
img.info {
    margin-bottom: 0px !important;
    margin-top: 65px;
    vertical-align: baseline;
}
}

.postid-1498 #page-header {
    background-color: #0b1c27;
    background-image: url(https://www.renegade-fitness.net/wp-content/uploads/2017/03/tfw-renegade-blog-header.jpg);
}
.postid-1492 #page-header {
    background-color: #0b1c27;
    background-image: url(https://www.renegade-fitness.net/wp-content/uploads/2017/03/tfw-renegade-blog-header.jpg);
}
.single-post .entry-content ul, .single-tfw_renegade_blog .entry-content ul {
    list-style: disc;
    list-style-position: inside;
}
.slide_top{
z-index: 99999999 !important;
}