/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
	*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: 'Montserrat',sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-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
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}


/* Chrome fix */

body>div {
    font-size: 20px;
    font-size: 2rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a {
    /*color: #c3251d;
    text-decoration: underline;*/
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

p {
    margin: 0 0 28px;
    padding: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

li {
    /*list-style-type: none;*/
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

blockquote,
cite,
em,
i {
    font-style: italic;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote {
    margin: 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat',sans-serif;
	font-weight: 200;

}

h1 {
    font-size: 31px;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

figure {
    margin: 0;
}


/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
    border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    font-size: 18px !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    padding: 5px !important;
    width: 100%;
}


input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #333;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #a1d959;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 16px !important;
    font-weight: 700;
    text-decoration: none;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
    filter: brightness(110%) !important;
	color: #fff !important;
	background: #a1d959 !important;
}

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}


/* ## Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all;
}

tbody {
    border-bottom: 1px solid #eee;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #eee;
    padding: 6px;
}

th {
    font-weight: 400;
    padding: 0 6px;
}

td:first-child,
th:first-child {
    padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1380px;
}

.site-inner {
    clear: both;
    /*margin-top: 146px;*/
    /*padding-top: 40px;*/
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* ### Content */

.content {
    float: right;
    width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px;
}

.full-width-content .content {
    width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%;
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
    color: #c3251d;
}

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    margin-bottom: 40px;
    word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
    margin-bottom: 0;
}

.widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.widget ul>li:last-of-type {
    padding-bottom: 0;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: 0;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    background: none;
    padding: 0;
}

.featured-content .entry:last-of-type {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */


/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover {
    background-color: #fff;
    color: #333;
}

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
}

.faq-div{
    padding-right:5%;
    padding-left:5%;
    }
/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0;
}


/* Display outline on focus */

:focus {
    color: #333;
    outline: #ccc solid 1px;
}
.pic-right{
    float:right !important;
    }

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
    border-bottom: 2px solid #4f5151;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

.site-header>.wrap {
    padding: 5px 0 0 0;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 30px 0 0 0;
    width: 400px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 400px;
    padding: 30px 0 0 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
}

.site-title {
    font-size: 24px;
    font-size: 2.5rem;
    font-weight: 300;
    color: #003399;
    line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #003399;
    text-decoration: none;
}

.header-image .site-title>a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%;
	margin-left: 0px;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: center;
    width: 900px;
	margin-right: 30px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    font-size: 12px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 26px 20px;
    text-decoration: none;
	font-weight: 400;
	
}
.sf-with-ul{padding: 32px 20px !important;}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
    color: #0750b5;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 200px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
}

.genesis-nav-menu>.right {
    float: right;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
    left: auto;
    opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 70px 0px;
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 60px;
    margin-top: 10px;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.entry-categories,
.entry-tags {
    display: block;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
    clear: both;
    margin: 40px 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
    background-color: #c3251d;
    color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px;
}

.entry-comments {
    padding: 60px;
}

.comment-list li {
    padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
    padding-left: 0;
}

.comment-header {
    margin-bottom: 30px;
}

.comment-content {
    clear: both;
}

.comment-content ul>li {
    list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-header p {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.comment-respond textarea {
    margin-bottom: 25px;
    resize: none;
    min-height: 120px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.comment-form [type="submit"] {
    text-transform: uppercase;
    border: 2px solid #ececec !important;
    padding: 7px 16px !important;
    color: #595758 !important;
    font-size: 15px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
}

.comment-form [type="submit"]:hover {
    background-color: transparent;
}


/* # Single Posts
---------------------------------------------------------------------------------------------------- */
.single-post #genesis-content img.wp-post-image {
    width: 100%;
}
.single-post .content {
    max-width: 965px;
    width: 100%;
}
.single-post .avatar {
    margin-top: -70px;
}
.single-post .type-post p.entry-meta:first-child{
    display: none
}
.single-post .entry-meta .entry-tags {
    margin-top: 15px;
}
/*
.single-post main article.type-post .entry-meta{
    display: none;
}
*/
.single-post .entry-footer{
    display: none;
}
.single-post .entry-header h1 {
    padding-top: 70px;
    padding-bottom: 27px;
    text-align: center;
}
.single-post .entry-header-wrapper h1 {
    padding-top: 50px;
    padding-bottom: 25px;
}

.single-post .site-inner {
    margin-top: 0px;
    margin-bottom: 70px;
}

.single-post .entry-header-wrapper {
    margin-top: 100px;
    text-align: center;
}

.sub-title {
    position: relative;
    margin-bottom: 30px;
    color: #292b2c;
    padding-bottom: 15px;
    font-family: 'Montserrat';
}

.bottom-border-sub:after {
    content: " ";
    background-color: #96d645;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.entry-content blockquote {
    -moz-box-shadow: 0px 1px 6px 1px #e4dddd;
    -webkit-box-shadow: 0px 1px 6px 1px #e4dddd;
    box-shadow: 0px 1px 6px 1px #e4dddd;
    padding: 40px;
}

.entry-content blockquote {
    padding: 40px;
    border: 1px solid #eee;
    font-size: 14px;
    position: relative;
    margin: 50px 0px !important;
}

.entry-content blockquote em {
    font-size: 17px;
}

.entry-content blockquote cite {
    padding-top: 10px;
    display: block;
}

.entry-content blockquote:before {
    content: "";
    background-image: url("images/quote-dark.png");
    width: 42px;
    height: 36px;
    display: block;
    position: absolute;
    top: -20px;
    right: 40px;
    left: auto;
}


/* # Side Bar
---------------------------------------------------------------------------------------------------- */

.recent-posts-extended {
    border: 1px solid #eaeaea !important;
}

.post-ratings {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.comment-respond {
    padding: 30px 45px;
    border: 1px solid #eeeeee;
    margin-top: 25px;
    margin-bottom: 25px;
}


/* 
.single-post .content {
    width: 975px;
} 
*/

.single-post main .entry {
    padding: 18px 0px;
}

.single-post .comment-respond {
    padding: 50px;
}

.sidebar-primary .widget {
    padding: 20px;
}

.sidebar .type-page a img {
    max-height: 150px;
    min-height: 150px;
}

.sidebar .widget_nav_menu {
    border: 1px solid #eaeaea !important;
    margin-bottom: 50px !important;
}

.widget-area .featuredpage:nth-of-type(2) {
    border-top: 1px solid #eaeaea !important;
}

.widget-area .featuredpage:last-of-type {
    border-bottom: 1px solid #eaeaea !important;
}

.featuredpage {
    border-left: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
}

.content-sidebar-wrap .sidebar .widget {
    padding: 20px;
}

.comment-respond .comment-reply-title,
.sidebar-primary .widget-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;
}

.comment-respond .comment-reply-title:after,
.sidebar-primary .widget-title:after {
    content: " ";
    background-color: #626b7c;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.menu-blog-menu-container ul {
    padding-left: 0px;
}

.menu-blog-menu-container ul li {
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 15px;
    padding-top: 15px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6 !important;
    position: relative;
}

.menu-blog-menu-container ul li:before {
    content: " ";
    background-image: url(images/arrow-right-blue.png);
    position: absolute;
    width: 16px;
    height: 10px;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
}

.menu-blog-menu-container ul li a {
    color: #595758 !important;
    font-weight: 500;
    font-family: 'Montserrat';
    padding-left: 23px;
    display: block;
}


/* # Entry Avatar
---------------------------------------------------------------------------------------------------- */

.single-post .entry-avatar .avatar {
    max-width: 88px;
    margin-top: -155px;
    margin-right: 67px;
}


/* # Post Footer
---------------------------------------------------------------------------------------------------- */


/*
.cont-blog-posts{
	background-image: url("images/rotate-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
}
*/

.blog-posts {
    padding-top: 100px;
}

.blog-posts .rpwe-title a {
    font-size: 15px;
    color: #222527;
    position: relative;
    padding-left: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-posts .rpwe-title a:hover {
    text-decoration: underline;
}

.blog-posts .rpwe-img {
    display: none !important;
}

.blog-posts time {
    display: none !important;
}

.yre-blog-posts {
    margin-top: 35px;
}

.rpwe-block {
    margin-top: 25px;
}

.blog-posts .rpwe-block li {
    border-bottom: 0px;
    margin: 0;
    padding: 0;
}

.blog_img .team-alternate2 {
    width: 380px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.blog-posts .rpwe-clearfix:before,
.blog-posts .rpwe-clearfix:after {
    content: "";
    display: initial !important;
}

.blog-posts .rpwe-block ul {
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
    list-style: none!important;
    margin-left: 0!important;
    padding-left: 0!important;
    display: table;
    margin: 50px auto !important;
}

.yre-blog-post .blog-post-thumb>a {
    display: block;
    position: relative;
}

.yre-blog-post .blog-post-thumb:hover>a:after,
.yre-blog-post .blog-post-thumb:hover>a:before {
    opacity: 1;
}

.yre-blog-post .blog-post-thumb>a:before {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.80);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.yre-blog-post .blog-post-thumb>a:after {
    content: "Read More";
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #003399;
    font-weight: bold;
    opacity: 0;
    z-index: 2;
    text-transform: uppercase;
    font-size: 13px;
}

.avatar {
    border-radius: 50%;
    margin-top: -35px;
    float: right;
    z-index: 99;
    position: relative;
    box-sizing: content-box;
    margin-right: 15px;
}

.yre-blog-post h3 {
    margin-top: 50px;
}

.yre-blog-post h3 a {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #605e5e;
    text-decoration: none;
}

.yre-blog-post h3 a:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 25px;
    height: 4px;
    background: #96d645;
}

.yre-blog-post .blog-post-thumb>a {
    display: block;
    position: relative;
}

.yre-blog-post .wp-post-image {
    width: 100%;
}


/* # Information
---------------------------------------------------------------------------------------------------- */

.information {
    padding-top: 70px;
    padding-bottom: 70px;
}

.row-information {
    padding-top: 25px;
    padding-bottom: 25px;
}

.information .team-alternate-main2 .col-md-5 {
    float: left;
    height: 100%;
    background: #f7f7f7;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

.information .team-alternate-main2 {
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    padding: 0px;
    min-height: 215px;
}

.information .blog_img .team-alternate2 {
    width: 405px;
    height: 216px;
    background-size: cover;
    background-repeat: no-repeat;
}

.information .section-main-content .blog_home {
    font-family: 'Montserrat', sans-serif !important;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
}

.information .team-alternate-main2 .col-md-7 {
    float: right;
    border-left: 1px solid #e2e2e2;
    padding: 20px;
    margin-bottom: -2px;
    font-size: 16px;
    line-height: 25px;
}

.information .team-alternate-main2 .col-md-7 .team-name-2:after {
    position: absolute;
    content: '';
    width: 240px;
    left: 0px;
    border-bottom: 1px solid #337ab7;
    bottom: 0px;
    height: .1px;
    font-weight: normal;
}

.information .team-alternate-main2 .col-md-7 .team-name-2 a {
    color: #000;
}

.information .team-alternate-main2 .col-md-7 .team-name-2 {
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 21px;
}

.information .blog_img .team-name-2 {
    font-size: 13px;
    padding-bottom: 15px !important;
}

.information .row-information {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
}


/* # About team
---------------------------------------------------------------------------------------------------- */

.agents-title {
    padding-bottom: 50px;
}

.row-agetns {
    display: flex;
}

.agents .team-alternate-main2 {
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    padding: 0px;
    min-height: 215px;
}

.agents .team-alternate-main2 .team-image {
    /*float: left;*/
    /*height: 100%;*/
    background: #f7f7f7;
    /*width: 100%;*/
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding: 0px;
    margin: 0px;
}

.agents .team-alternate-main2 .team-image:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #96d645 transparent transparent transparent;
    line-height: 0px;
    _border-color: #0000cc #000000 #000000 #000000;
    _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.agents .team-alternate-main2 .team-image:after {
    content: "\f0e7";
    display: inline-block;
    font: normal normal normal 27px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    left: 6px;
    top: 5px;
    z-index: 2;
}

.agents .team-alternate-main2 .team-image .team-img-2 img {

    /*position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
    max-height: 100%;
    max-height: 100%;
    */
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
}

.agents .team-alternate-main2 .team-content {
    border-left: 1px solid #e2e2e2;
    padding: 30px;
    margin-bottom: -2px;
}

.agents .team-alternate-main2 .team-content .team-name-2 {
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-weight: 600;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 21px;
}

.agents .team-name-2 {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

.agents .team-alternate-main2 .team-content p,
.agents .team-alternate-main2 .team-content span {
    font-size: 16px;
}

.agents .team-alternate-main2 .team-content .team-name-2:after {
    position: absolute;
    content: '';
    width: 240px;
    left: 0px;
    border-bottom: 1px solid #96d645;
    bottom: 0px;
    height: .1px;
    font-weight: normal;
}

.agents .team-info,
.agents .team-info li {
    list-style: none;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 8px;
}

.agents .team-info .icon-address:before {
    content: "\f041";
    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;
    margin-right: 10px;
    color: #96d645;
}

.agents .team-info .icon-phone:before {
    content: "\f095";
    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;
    margin-right: 10px;
    color: #96d645;
}

.agents .team-info .icon-email:before {
    content: "\f003";
    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;
    margin-right: 10px;
    color: #96d645;
}

.agents {
    margin-top: 10px;
    margin-bottom: 10px;
}

.entry-tags {
    position: relative;
}

.entry-meta .entry-categories {
    display: none;
}

.entry-meta {
    margin-bottom: 35px;
    border-bottom: 2px solid #ececec;
    padding-bottom: 20px;
}

.entry-meta .entry-tags a,
.entry-meta .entry-tags {
    text-transform: uppercase;
    color: #605e5e;
    margin-top: 25px;
}

.entry-meta span:last-child:before {
    font-family: "fontawesome";
    content: "\f02b";
    margin-right: 8px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.sidebar .widget {
    background-color: #fff;
    padding: 40px;
}

.repair-title p, .repair-grid-item p, .content-title p, .content-grid-item p {
    font-size: 16px;
    font-weight: 300;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 380px;
}

.footer-widgets-1 {
    margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #232425;
    color: #8b8b8b;
    font-size: 16px;
    font-size: 1.25rem;
    line-height: 1.75;
    padding: 60px 20%;
    text-align: center;
}

.site-footer p {
    margin-bottom: 0;
}


/* # Google
---------------------------------------------------------------------------------------------------- */

.grw-slider {
    padding-bottom: 10px;
}

/* # Before footer
---------------------------------------------------------------------------------------------------- */
.before-footer{
    padding-top: 50px;
    padding-bottom: 120px;
    border-top: 1px solid #eff2f7;
}
.before-footer h3{
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
}
.before-footer ul{
    max-width: 450px;
    margin: 0 auto;
    padding-left: 60px;
}
.before-footer ul>li{
    margin: 0;
    padding: 0;
}
.before-footer ul>li a{
    font-size: 18px;
    color: #6d6a6b;
}
.before-footer ul>li a:hover{
    text-decoration: underline;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {
    .site-inner,
    .wrap {
        max-width: 1140px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px;
    }
    .content,
    .site-header .widget-area {
        width: 800px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px;
    }
    .sidebar-primary {
        width: 300px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px;
    }
    .footer-widgets-1 {
        margin-right: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content,
    .site-header .widget-area {
        width: 620px;
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: left;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }
    .site-header .search-form {
        margin: 16px auto;
    }
    /* ### Genesis Responsive Menus */
    .genesis-responsive-menu .wrap {
        padding: 0;
    }
    .genesis-responsive-menu {
        display: none;
        position: relative;
    }
    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }
    .menu-toggle,
    .sub-menu-toggle {
        background-color: #fff;
        border-width: 0;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }
    .menu-toggle:focus,
    .menu-toggle:hover,
    .sub-menu-toggle:focus,
    .sub-menu-toggle:hover {
        background-color: #fff;
        border-width: 0;
        color: #c3251d;
    }
    .menu-toggle {
        line-height: 22px;
        position: relative;
        width: 100%;
        z-index: 1000;
    }
    .menu-toggle,
    .menu-toggle:focus,
    .menu-toggle:hover {
        border-top: 1px solid #eee;
    }
    .menu-toggle::before {
        font-size: 1.5em;
        margin-right: 10px;
        text-rendering: auto;
    }
    .sub-menu-toggle {
        float: right;
        padding: 13px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .sub-menu .sub-menu-toggle {
        padding: 12px 10px;
    }
    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate( 0);
        -ms-transform: rotate( 0);
        transform: rotate( 0);
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
    }
    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate( 180deg);
        -ms-transform: rotate( 180deg);
        transform: rotate( 180deg);
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        position: relative;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        border: none;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }
    .genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
        content: none;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }
    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }
    
}
@media only screen and (max-width: 992px) {
    .single-post .sidebar-primary {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .pic-right{
        float:left !important;
    }
}

@media only screen and (max-width: 860px) {
    body,
    body>div {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .site-inner {
        padding: 5% 5% 0;
    }
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }
    .sidebar {
        margin-bottom: 5%;
    }
    .pagination {
        margin: 5% auto;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    
    .entry-content ul{
        margin-left: 20%;
        }
        .block-the-content p{
        /*margin: 0 22% 20px !important;*/
        }
	.bigger{
        font-size:50px !important;
        }
}
@media only screen and (max-width: 600px) {
    .single-post .avatar {
        margin-top: -60px;
        width: 75px;
    }
}
@media only screen and (max-width: 500px) {
    .single-post .entry-avatar .avatar {
        margin-top: -204px !important;
    }
    .single-post .comment-respond {
        padding: 15px;
    }
    .before-footer ul{
        padding-left: 20px;
    }
    .single-post .avatar {
        margin-top: -52px;
        width: 60px;
    }
    .single-post .sidebar-primary {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width:430px) {
    .block-the-content p{
       /* margin: 0 16% 20px !important;*/
        }

    .bbg{
        font-size:68px !important;
      }
    
    .firstfont {
        font-size: 26px !important;
    }
    .entry-content ul{
        margin-left: 17%;
        }
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
    *,
    *::before,
    *::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        /*text-decoration: underline;*/
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title>a::after {
        content: "";
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    .content,
    .content-sidebar {
        width: 100%;
    }
    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }
    .title-area {
        text-align: center;
        width: 100%;
    }
    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }
    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }
    .author-box {
        margin-bottom: 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }
    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }
    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }
    dl,
    ol,
    ul {
        page-break-before: avoid;
    }
}
.nav-header{
	float:right;
}
@media screen and (min-width: 768px) {
	.nav-header {
		position: relative;
		right: 274px;
		width: 100%;
	}
}
/*.header-widget-area .contact-widget{margin-right:50px;}*/


@font-face {
    font-family: firstFont;
    src: url(RidleyRegular.otf);
}

.footer-widgets-1{width: 100%; text-align:center; background-color: #222222; padding: 20px 0; font-family: 'Montserrat',sans-serif !important;}
.footer-widgets-1 h3{font-family: 'Montserrat',sans-serif !important;}
.site-footer {padding: 20px 0; color: #fff;background: #000; font-family: 'Montserrat',sans-serif !important;}
.footer-widgets-2{width: 100%;background-color: #1a1a1a; padding: 60px 0; font-family: 'Montserrat',sans-serif !important;}
.footer-widgets-2 h3{font-family: 'Montserrat',sans-serif !important;}
.footer-widgets .wrap{max-width:100% !important; padding:0px !important;}
.wrap002{max-width: 1250px; margin: 0 auto;}
.wrap002 h3{font-size: 24px !important; margin-bottom: 20px !important; color: #f1f1f1 !important; text-transform: uppercase !important;}
.social01 a{border-radius: 200px; border: 2px solid #999999; color: #999999; font-size: 19px; width: 50px; height: 50px; display: block; float: left; line-height: 47px; margin: 0px 5px;}
.social01 {display:inline-block;margin-bottom: 0px !important; padding-bottom: 0px !important;}
.social01 a:hover{color: #78acbc; border-color:#78acbc;}
.footer-widgets-1 h3{color:#afafaf !important; font-size:25px !important; visibility:hidden;}
.wrap002 h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 5px;
	background: #a1d959;}
.wrap002 p{color:#f1f1f1 !important; font-size:12px !important;}
.menu-btm1{list-style:none !important; padding:0px !important;}
.menu-btm1 li{margin-bottom: 0 !important; padding-bottom: 0 !important;line-height: 25px !important; color: #f1f1f1 !important;font-size: 12px !important;}
.menu-btm1 a{color: #f1f1f1 !important;font-size: 12px !important;}
.menu-btm1 a:hover{color: #96d645 !important;}
.menu-btm1 i{color: #78acbc; margin-right: 10px;}

@media only screen and (max-width: 968px) {
	.wrap002{text-align:center;}
	.wrap002 h3::after {
    margin-left: auto;
    margin-right: auto;}
}
.testimonial_by, .testimonial_site{font-family: 'Montserrat',sans-serif !important;}