@charset "UTF-8";
/*
Theme Name: Course Maker Pro
Theme URI: https://thebrandidthemes.com/product/course-maker-theme/
Description: Lead your online class with style, organization and the most user-friendly course interface in the StudioPress / Genesis suite, with Course Maker Pro from brandiD.
Author: The brandiD
Author URI: https://thebrandid.com/

Version: 2.0.2

Tags: block-styles, classes, courses, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, lifter-lms, membership, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis
Template Version: 3.0

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

Text Domain: coursemakerpro
*/
html {
  box-sizing: border-box;
}

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -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;
}

[hidden], template {
  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;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.25em;
}

sup {
  top: -.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: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .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: .54;
}

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

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

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

/* ## Float Clearing
--------------------------------------------- */
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 16px;
  font-size: 1.6rem;
}

body {
  background-color: #fff;
  color: #333; 
    font-family: Arial; 
  font-size: 16px;
  font-size: 1.6rem;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; 
  line-height: 1.625;
  margin: 0;
}

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

a {
  color:#0f3567;
  text-decoration: none;
}

a.button:focus,
a.button:hover,
a.entry-image-link {
  border: 0;
}
  

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

ol,
ul {
  padding: 0;
}

li {
  list-style-type: none;
}

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

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #fff;
  color: #000000;
}

blockquote {
  margin: 40px;
}

.bigger {
  font-size: 23.4px;
  font-size: 2.34rem;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 25px;
}

h1 {
  font-size: 50px;
  font-size: 5rem;
}

h2 {
  font-size: 40px;
  font-size: 4rem;
}

h3 {
  font-size: 34px;
  font-size: 3.4rem;
}

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

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

h6 {
  font-size: 18px;
  font-size: 1.8rem;
}
 
/* ## Objects
--------------------------------------------- */
.wp-caption,
embed,
iframe,
img,
object,
video {
  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 #fff;
  height: auto;
  padding: 4px;
}

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px dotted #ccc;
}

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

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

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

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 12px 24px;
  border-radius: 0;
  text-decoration: none;
  white-space: normal;
  width: auto;
  fill: #fff;
}

.button:focus,
.button:hover,
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 {
  color: #fff;
}

.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: #fff;
  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 #fff;
}

td,
th {
  text-align: left;
}

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

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

/*
Accessibility Support
---------------------------------------------------------------------------------------------------- */
/* ## 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;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 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; font-size: 14px;
  font-weight: 600; text-transform:uppercase; padding:15px 20px;
  border:2px solid #e57616; color:#fff; background:#e57616; display: inline-block;
}
.more-link:hover{ color:#fff; background:#00224c; border-color:#00224c;}
.front-page-1 .more-link{ background:#fff; border:2px solid #fff; color:#00224c; margin-top: 30px;}
.front-page-1 .more-link:hover{ background:#00224c; border-color:#00224c; color:#fff;}
/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

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

:focus {
  color: #1c1c1c;
  outline: #a1a1a1 dotted thin;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}

.admin-bar .site-container {
  min-height: calc(100vh - 46px);
}

.site-inner,
.wrap {
  margin: 0 auto;
  width: 100%;
}

.site-inner {
  padding-bottom: 50px;
}  
.site-header .nav-primary .wrap {
  padding: 0;
}

.site-inner {
  clear: both;
  margin-top: 0;
  max-width: 1280px;
  padding: 40px 0;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  word-wrap: break-word;
}

.fixed-header-off .site-inner {
  margin-top: 0;
}

.home .site-inner {
  max-width: 100%;
  width: 100% !important;
  padding-top: 0;
}

.home.home-widgets-inactive .site-inner {
  max-width: 1280px;
  margin: auto;
}

.home.no-featured-section .site-inner {
  margin-top: 40px;
}

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

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-wrap {
  max-width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
}

/* ### Content */
.content,
.sidebar-primary {
  width: 100%;
  margin: 0 auto;
}

.content-sidebar .content,
body.content-sidebar .site-inner > #container {
  -ms-flex-order: 1;
      order: 1;
  width: 100%;
}

body.content-sidebar .site-inner > #container {
  padding-top: 30px;
}

.content-sidebar .sidebar-primary {
  -ms-flex-order: 2;
      order: 2;
}

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

.home.full-width-content .content {
  width: 100%;
  max-width: none;
}

/* ### Primary Sidebar */
.sidebar-content .content {
  -ms-flex-order: 1;
      order: 1;
}

.sidebar-content .sidebar-primary {
  -ms-flex-order: 2;
      order: 2;
}

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

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.alignleft .avatar,
.author-box .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 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.after-entry,
.author-box {
  padding: 30px;
}

.after-entry {
  background-color: #f3f1f2;
  margin: 0 0 24px;
}

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

.bypostauthor {
  margin: auto;
}

.sticky {
  margin: auto;
}

/* ## Search Form
--------------------------------------------- */
.site-header .search-form {
  float: none;
  margin: 16px auto;
}

.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;
}

.search-form {
  position: relative;
  border: 1px solid;
}

.search-form .search-submit {
  bottom: 3px;
  padding: .5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 0;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -4px;
  width: 24px;
}

.search-form button {
  fill: #fff;
}

.search-form button:focus,
.search-form button:hover {
  fill: #fff;
}

/* #
/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

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

.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;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
  color: transparent;
}

/* Firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* oldIE 😉 */
.widget_search .search-form {
  position: relative;
}

.widget_search .search-form input {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.widget_search .search-form input[type="submit"] {
  height: 20px;
  width: 20px;
}

.widget_search .search-form input[type="submit"]:hover {
  opacity: .5;
}

.widget_search .search-form input[type="submit"]:focus {
  padding: 0;
  width: 20px;
  height: 20px;
}

/* ## Titles
--------------------------------------------- */
.archive-description .entry-title,
.author-box-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

.archive-title,
.first-block-align-center .entry-header > .entry-title {
  text-align: center;
}

.archive-title,
.entry-header .entry-title {
  font-size: 50px;
  font-size: 5rem; color:#1e245e;
}

#content > .page-title,
.entry-header .entry-title {
  margin-bottom: 40px;
}

.archive-title,
.site-inner > .entry-title {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.entry-title {
  font-size: 30px;
  font-size: 3rem;
}

.entry-title a,
.sidebar .widget-title a {
  text-decoration: none;
  border-bottom: 0;
  font-weight: 600;
}

.entry-title a:focus,
.entry-title a:hover,
.sidebar .widget-title a:focus,
.sidebar .widget-title a:hover {
  border-bottom: 0;
}

.widget-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
} 

.sidebar .widget-title,
.footer-widgets .widget-title {
  font-weight: normal;   color:#d17729;
}
.footer-widgets .widget-title{ color:#fff; text-transform: uppercase; font-size:18px; font-weight:600;}
.footer-widgets .menu li a{ text-decoration:none; border:none; font-size:15px; color: #b3b3b3; padding-left: 24px; position: relative;}
.footer-widgets .menu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-size: 13px;
    font-family: "FontAwesome";
}
.footer-widgets .menu li a:hover{ color:#fff;}
.footer-widgets .widget ul > li{ margin-bottom:0;}
.footer-contact-list{ padding:0 0 15px 0; display: flex;}
.footer-contact-list .icon {
    padding: 0 10px 0 0;
}
.footer-contact-list .icon i {
    color: #FFF;
    background-color: #ce7728;
    text-align: center;
	font-size: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.gform_legacy_markup_wrapper select{ padding:12px 16px !important;}
/* ## 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%;
}

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

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

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

.wp-caption.alignright,
a.alignright,
img.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;
}

.featured-content .entry.sticky {
  margin: 0;
}

/* Blog Styles
--------------------------------------------------------------------------------------------------- */
/* Blog intro text
------------------------------------- */
.blog-intro {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Featured Articles Slider
------------------------------------- */
.entry-content .featured-articles {
  margin: 30px 0;
  padding: 30px 0 10px 0;
  text-align: center;
}

.entry-content .featured-articles .featured-article {
  display: -ms-flexbox;
  display: flex;
}

.entry-content .featured-articles .featured-article > * {
  width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.entry-content .featured-articles .featured-article .text-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: left;
  padding: 10px 30px;
}

.entry-content .featured-articles .featured-article .text-container .featured-article-item-header {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 6px;
}

.entry-content .featured-articles .featured-article .text-container .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.entry-content .featured-articles .featured-article .text-container .entry-title a {
  text-decoration: none;
  border: 0 !important;
}

.entry-content .featured-articles .featured-article .text-container .entry-title a,
.entry-content .featured-articles .featured-article .text-container .entry-title a:focus,
.entry-content .featured-articles .featured-article .text-container .featured-article-item-header,
.entry-content .featured-articles .featured-article .text-container .author-info .author-text p,
.entry-content .featured-articles .featured-article .text-container .author-info .author-text p a,
.entry-content .featured-articles .featured-article .text-container .author-info .author-text p a:focus {
  color: #fff !important;
}

.entry-content .featured-articles .featured-article .text-container .entry-title a:hover,
.entry-content .featured-articles .featured-article .text-container .author-info .author-text p a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.entry-content .featured-articles .featured-article .text-container .author-info {
  display: none !important;
  -ms-flex-align: center;
      align-items: center;
}

.entry-content .featured-articles .featured-article .text-container .author-info .image {
  margin-right: 10px;
}

.entry-content .featured-articles .featured-article .text-container .author-info .image img {
  width: 24px;
  height: auto;
}

.entry-content .featured-articles .featured-article .text-container .author-info .author-text p {
  font-size: 10px;
  font-size: 1rem;
  margin-bottom: 0;
}

.entry-content .featured-articles .featured-article .text-container .author-info .author-text p.post-category {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content .featured-articles .featured-article .featured-img {
  max-width: 33.333%;
}

.entry-content .featured-articles .featured-article .featured-img a {
  display: block;
  border-bottom: 0 !important;
}

.entry-content .featured-articles .featured-article .featured-img a img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 0 !important;
}

.entry-content .featured-articles .slick-arrow span {
  color: #000000;
}

.entry-content .featured-articles .slick-arrow:hover span {
  color: #999999;
}

.entry-content .featured-articles ul.slick-dots {
  margin-top: 10px;
}

.entry-content .featured-articles button.slick-arrow {
  display: none !important;
  width: 15px;
  height: 30px;
  margin-top: -8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.1;
  transition: all 0.3s ease;
  background-color: #fff !important;
}

.entry-content .featured-articles:hover button.slick-arrow {
  opacity: 1;
}

.entry-content .featured-articles button.slick-arrow,
.entry-content .featured-articles button.slick-arrow:hover,
.entry-content .featured-articles button.slick-arrow:focus,
.entry-content .featured-articles button.slick-arrow:active {
  background: transparent;
  outline: 0;
  border: 0;
}

.entry-content .featured-articles button.slick-arrow:hover span {
  color: #fff !important;
}

.entry-content .featured-articles button.slick-prev {
  left: 0;
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
}

.entry-content .featured-articles button.slick-prev span {
  padding-right: 10px;
}

.entry-content .featured-articles button.slick-next {
  right: 0;
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
}

.entry-content .featured-articles button.slick-next span {
  padding-left: 16px;
}

.entry-content .featured-articles ul.slick-dots {
  margin: 20px 0 0 0;
}

.entry-content .featured-articles ul.slick-dots > li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0 0 0 0;
  cursor: pointer;
  border: none;
  background-image: none;
}

.entry-content .featured-articles .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.entry-content .featured-articles .slick-dots li button::before {
  font-family: 'FontAwesome';
  content: "\f111";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  width: 14px;
  height: 14px;
  text-align: center;
  opacity: 0.33;
  -webkit-font-smoothing: antialiased;
}

.entry-content .featured-articles .slick-dots li.slick-active button:before {
  opacity: 1;
  content: "\f111";
}

/* Categories List
------------------------------------- */
.entry-content ul.blog-categories {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #8e9492;
  border-bottom: 1px solid #8e9492;
}

.entry-content ul.blog-categories > li {
  list-style-type: none !important;
  display: inline-block;
}

.entry-content ul.blog-categories > li a {
  padding: 10px;
  text-transform: uppercase;
}

/* Blog Posts Grid
------------------------------------- */
.entry-content.blog-posts-grid .blog-posts-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
}

.entry-content.blog-posts-grid > .alignfull {
  padding: 0;
}

.entry-content.blog-posts-grid .blog-posts-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post {
  -ms-flex-preferred-size: 96%;
      flex-basis: 96%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  list-style-type: none;
  position: relative;
  width: 100%;
  background: transparent;
  margin: 0 2% 30px 2%;
  padding: 0;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post > .widget-wrap {
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post article.entry {
  padding: 0;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article > .stripe {
  display: block;
  content: " ";
  width: 1%;
  height: 8px;
  margin: 0 auto;
  background-color: #4a6054;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article:hover > .stripe {
  width: 100%;
  opacity: 1;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article > .wrapper {
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 0px transparent;
  transition: all 0.5s ease-out;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article:hover > .wrapper {
  background: white;
  box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.2);
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article a.link-has-image {
  margin-bottom: 0;
  display: block;
  border: none !important;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article a.link-has-image img {
  display: block;
  width: 100%; margin: 0;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-header,
.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-content {
  padding: 20px;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-header .entry-title {
  margin-bottom: 0;
  text-align: left;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-header .entry-title,
.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-header .entry-title a {
  font-size: 18px; 
  font-weight: 600;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-header .entry-title a:hover {
  color: #4a6054;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-content {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left; display:none;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-content a.more-link {
  display: table;
  margin: 20px auto 0 0;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-content a.more-link::after {
  display: none;
}

.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article .entry-content p > a.more-link {
  display: none;
}

.entry-content.blog-posts-grid .archive-pagination > ul {
  margin-left: 0;
}

/* Single Posts
------------------------------------- */
.single-post .featured-image .stripe {
  display: block;
  content: '';
  width: 100%;
  height: 8px;
  margin: 0 auto;
  background-color: #4a6054;
}

.single-post .featured-image img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.single-post .widget-area.after-entry > *,
.single-post .comment-respond > * {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
/* # 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;
}

.sidebar .widget.widget_search {
  padding-left: 10px;
  padding-right: 10px;
}

.widget .button {
  font-family: "Questrial";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  padding: 12px 24px;
  margin: 12px auto;
  text-align: center;
  min-width: 200px;
}

.widget .button:focus,
.widget .button:focus p,
.widget .button:focus p a,
.widget .button:hover,
.widget .button:hover p,
.widget .button:hover p a {
  border: 0;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.site-footer .widget-area {
  width: 100%;
  margin-bottom: 30px;
} 
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

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

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

/* Gravity Form Styles
--------------------------------------------- */
.gform_wrapper {
  padding: 20px;
}

.gform_wrapper .gform_fields input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
  margin-left: 1px;
  margin-right: 1px;
}

body:not(.home) main.content .entry .gform_wrapper .gform_fields input,
body:not(.home) main.content .entry .gform_wrapper .gform_fields textarea {
  box-shadow:0 0 20px #f5f5f5;
}

body:not(.home) main.content .entry .gform_confirmation_message {
  text-align: center;
  margin: 40px auto;
  padding: 30px;
  border: 2px solid;
}

.gform_wrapper .gform_fields input[type="submit"] {
  margin: 0;
  width: auto;
}

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

.home .site-inner .gform_widget .widget-title {
  font-size: 30px;
  font-size: 3rem;
}

.footer-widgets .gform_wrapper {
  padding: 0;
}

.footer-widgets .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}

.footer-widgets .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.footer-widgets .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #989ba2;
  margin: 0;
  padding: 16px 26px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.footer-widgets .gform_wrapper .gform_footer {
  text-align: right;
  margin: 0;
  padding-top: 10px;
}

/* Ninja Form Styles
--------------------------------------------- */
.ninja-forms-all-fields-wrap {
  padding: 20px;
  background-color: #f3f1f2;
}

.footer-widgets-2 .ninja-forms-all-fields-wrap,
.home .ninja-forms-all-fields-wrap {
  background-color: transparent;
  padding: 20px;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-form {
  padding: 20px;
  background-color: #f3f1f2;
}

.footer-widgets-2 .wpcf7-form,
.home .wpcf7-form {
  background-color: transparent;
  padding: 20px;
}

/* Form Widgets in Footer 2
--------------------------------------------- */
.footer-widgets-2 .gform_widget,
.footer-widgets-2 .widget_ninja_forms_widget,
.footer-widgets-2 .wpcf7-form {
  max-width: 600px;
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  width: 100%;
  z-index: 400;
}

.fixed-header-off .site-header {
  position: relative;
}

.js.home .site-header {
  z-index: 400;
  position: relative;
}

.js.home.fixed-header-on .custom-header-background .site-header {
  position: relative;
  z-index: 400;
}

.custom-header-background.light .site-header,
.fixed-header-off .custom-header-background .site-header {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header > .wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
	flex-direction:column;
}

.fixed-header-on .custom-header-background {
  z-index: 100;
}

.site-header,
.site-header.sticky {
  width: 100%;
  z-index: 99999;
}

.site-header.sticky {
  position: relative;
  top: 0;
  background-color: transparent;
}

.site-header.sticky.scrolled {
  position: fixed; box-shadow: 0 0 30px #efefef;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: none;
  padding:10px 20px 10px 0;
  text-align: center;
}

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

.site-title { 
  font-size: 0px;
  font-weight: 500;
  line-height: 1.2;
}

.custom-logo .title-area a.custom-logo-link {
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: 0;
}

.custom-logo p.site-title,
.custom-logo p.site-description {
  display: none;
}

.title-area a .svg {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.site-title a {
  display: block;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  text-decoration: none;
  border-bottom: none; background:url(images/logo.png) left top no-repeat; width:246px; height:72px; display:inline-block; font-size:0px;
}

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

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

.no-primary-nav .site-description,
.no-primary-nav .site-title {
  text-align: center;
}

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

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px;
}
.header-btn{ padding: 20px; margin-left: 20px; background:#fa8520;  color: #fff; text-transform: uppercase; font-size: 15px;}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  order: 11; white-space: nowrap;
}

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

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

.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;
}
body.blog .site-inner h1{ display:none;}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .entry-footer{ display:none;}
.entry-footer{ background: #efefef; padding: 15px; border-radius: 4px;}
.entry-footer .entry-meta {
  display:block;
}

.entry-categories,
.entry-tags {
  display: block; margin-bottom: 20px; font-weight: 600;
}
.entry-categories a, .entry-tags a {
  font-weight: normal;
}
.entry-comments-link {
  font-family: "Questrial";
}

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 5% auto;
}

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

.archive-pagination li {
  display: inline;
}

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

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

.archive-pagination li a {
  margin-bottom: 4px;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #f3f1f2;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px;
  margin-bottom: 5%;
}

.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: 100%;
}

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

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 12px;
}

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

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

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
	width:25%; float:right;
}

.sidebar .widget {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 5%;
  border-top: 1px solid; box-shadow: 0 0 20px #eee;
}

.sidebar .widget li a {
  color: #000;
}
.sidebar .widget.widget_categories ul{ max-height: 300px; overflow: auto;}
.sidebar .widget li a:hover {
  color: #d17729;
}

.sidebar .widget:first-of-type {
  border-top: none;
}

.sidebar .widget.user-profile .avatar {
  border-radius: 0;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  padding:50px 0; background:#171717; color:#b3b3b3;
}
.footer-widgets p{ margin:0;}
.footer-widgets .wrap {
  margin: 0 auto;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-widgets .wrap .widget-area {
  /*width: 100%;*/
  margin: 0 auto 50px auto;
}

.footer-widgets .wrap .widget-area:first-child {
  margin-left: auto; width: 50%;
}

.footer-widgets .wrap .widget-area:last-child {
  margin-bottom: 0;
}

.footer-widgets .wrap .widget-area p {
  font-size: 16px;
  font-size: 1.6rem;
}
.site-footer {
  background-color: #f2f1ef;
  font-size: 14px;
  font-size: 1.4rem; display:none;
  line-height: 1;
  padding: 0;
  text-align: center;
}

.site-footer .nav-secondary {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.site-footer .nav-secondary ul {
  padding-bottom: 0;
}

.site-footer .wrap {
  width: 100%;
  padding: 0 7%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.site-footer .credits {
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-footer .footer-subnav {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px 0;
}

.site-footer .footer-subnav .nav-secondary {
  margin-bottom: 0;
  padding-bottom: 0;
}

.site-footer a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.site-footer a:focus,
.site-footer a:hover {
  border-bottom: 1px solid transparent;
}

.site-footer p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.site-footer p:last-child {
  margin-bottom: 0;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* Genesis Navigation */
/* fix to remove unwanted space between nav items - thanks Rob Neu -> https://gist.github.com/robneu/0ad283737d80802cb0e0 */
.genesis-nav-menu {
  clear: both;
  font-size: .001px;
  font-size: 0.0001rem;
  line-height: 1;
  width: 100%;
  display: none;
}

.genesis-nav-menu .wrap {
  padding: 0;
}

.genesis-nav-menu .menu-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block; text-transform:uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}

.genesis-nav-menu a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  border-bottom: none;
}

.genesis-nav-menu a .icon-angle-down {
  color: transparent;
  display: none;
}

.genesis-nav-menu a span {
  padding-bottom: 3px;
}

.genesis-nav-menu .sub-menu {
  background-color: #fff;
  border-top: 1px dotted #616e63;
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  z-index: 99;
  width: 100%;
}

.genesis-nav-menu .sub-menu a {
  border: 1px dotted;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  word-wrap: break-word;
  width: 100%;
}

.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;
}

.genesis-nav-menu li {
  float: none;
}

/* ## 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 {
  border-radius: 0;
}

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

.sub-menu-toggle::before,
.sub-menu-toggle:focus::before,
.sub-menu-toggle:hover::before {
  color: #fff;
}

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}

/* ## Primary Header Navigation
--------------------------------------------- */
.nav-primary,
.nav-primary-members {
  font-weight: 300;
  display: none;
  width: 100%; text-align: center;
}

.js .nav-primary,
.js .nav-primary-members {
  display: none;
}

.no-js .nav-primary,
.no-js .nav-primary-members {
  opacity: 1;
}

.nav-primary > .wrap,
.nav-primary-members > .wrap {
  width: 100%;
}

/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}

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

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
  border-bottom: none;
}

/* Genesis Responsive Menu */
.genesis-responsive-menu .genesis-nav-menu {
  display: block;
}

.genesis-responsive-menu .wrap {
  padding: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.menu-toggle,
.sub-menu-toggle {
  border-width: 0;
  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 {
  border-width: 0;
}

body .site-header .menu-toggle.dashicons-menu {
  line-height: 22px;
  position: relative;
  width: 100%; background: none !important;
  z-index: 1000; font-size: 0;
}
 .menu-toggle.activated:before {
  content: "\f335";
}
.genesis-nav-menu .menu-item svg {
  width: 12px;
  height: 15px;
}
.menu-toggle::before {
  font-size: 30px;
  margin-right: 0;
  text-rendering: auto;
}

.sub-menu-toggle {
  float: right;
  padding: 13px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  background: transparent;
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background: transparent;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
  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: 0;
  padding: 15px 20px;
  width: 100%;
}

.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 .sub-menu {
  clear: both;
  border: none;
  display: none;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  width: 100%;
}

.nav-secondary {
  width: 100%;
}

.nav-secondary .genesis-nav-menu {
  display: block;
  text-align: center;
} 
.post-type-archive-resources .entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .entry-header {
  display: none;
}
.post-type-archive-resources .entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article > .wrapper{ border:none;}
/*
Social Icons Classes - for custom menu and widgets
---------------------------------------------------------------------------------------------------- */
#menu-social-menu .icon,
.menu-social-menu-container .icon {
  height: 20px;
  width: 20px;
}

.nav-secondary #menu-social-menu {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#menu-social-menu li {
  background-color: transparent;
  margin: 10px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#menu-social-menu li a {
  padding: 0;
  border-radius: 50%;
}

#menu-social-menu li,
#menu-social-menu li:hover,
#menu-social-menu li a,
#menu-social-menu li a:hover,
#menu-social-menu li > a:hover {
  background-color: transparent;
}

#menu-social-menu li a .icon {
  color: #717875;
}

#menu-social-menu li a:hover .icon {
  color: #4c4d50;
}

.menu-social-menu-container ul {
  padding: 20px;
  text-align: center;
}

.menu-social-menu-container ul > li {
  display: inline-block;
  padding: 20px 16px;
}

.sidebar .menu-social-menu-container ul {
  padding: 0;
}

.sidebar .menu-social-menu-container ul > li {
  padding: 10px;
}

/*
Colors - All of the elements for default Custom Scheme
---------------------------------------------------------------------------------------------------- */
.site-header .site-title a,
.site-header .site-description {
  transition: all 0.2s ease-in-out;
}

.home .site-header.sticky:not(.scrolled) .site-title a,
.home .site-header.sticky:not(.scrolled) .site-description,
.home .site-header.sticky .genesis-nav-menu a,
.home .site-header.sticky .genesis-nav-menu .current-menu-item > a {
  color: #595959;
}

.home .site-header.sticky .genesis-nav-menu li li a {
  color: #717875;
}

.home .site-header:not(.sticky),
.home .site-header.sticky.scrolled,
body:not(.home) .site-header {
  background-color: #3c3c3c;
}

.home .site-header.sticky.scrolled .site-description,
body:not(.home) .site-header .site-description,
.home .site-header.sticky.scrolled .genesis-nav-menu a {
  color: #fff;
}

.home .site-header.sticky.scrolled .genesis-nav-menu .current-menu-item > a,
.home .site-header.sticky.scrolled .genesis-nav-menu a:hover,
.home .site-header.sticky .genesis-nav-menu li li a:hover {
  color: #4c4d50;
}

.home .site-header:not(.sticky) .site-title a,
.home .site-header.sticky.scrolled .site-title a,
body:not(.home) .site-header .site-title a {
  color: #616e63;
}

.home .site-header:not(.sticky) .site-title a:hover,
.home .site-header.sticky.scrolled .site-title a:hover,
body:not(.home) .site-header .site-title a:hover {
  color: #4c4d50;
}

.archive-pagination .active a,
.button,
.home .widget .button,
.menu-toggle,
.sidebar .enews-widget input[type="submit"],
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.content .wp-block-button .wp-block-button__link {
  background-color: #d17729;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #fff;
}

.archive-pagination .active a:hover,
.button:hover,
.home .widget .button:hover,
.menu-toggle:hover,
.sidebar .enews-widget input[type="submit"]:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
.menu-toggle:focus,
.menu-toggle:hover,
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.content .wp-block-button .wp-block-button__link:focus,
.content .wp-block-button .wp-block-button__link:hover {
  background-color: #4c4d50;
}

.home .home-welcome .widget .button:hover {
  background-color: #616e63;
}

.footer-widgets .footer-widgets-2 a,
.front-page-1a .widget-title,
.front-page-2 section.coursemaker-subtitle:last-of-type p:first-of-type,
.front-page-3 section.coursemaker-subtitle:first-of-type p:first-child,
.menu-social-menu-container li > a,
.sub-menu-toggle,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover,
.subtitle{
  color: #8e9492;
}

.footer-widgets .footer-widgets-2 a,
.menu-toggle,
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle,
a {
  border-color: #616e63;
}

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

.footer-widgets .footer-widgets-1 a,
.footer-widgets .widget-area a.button,

.site-footer,
.site-footer .genesis-nav-menu a,
.site-footer a {
  color: #717875;
}
.genesis-nav-menu a{ color: #717875;}
.site-header .site-description {
  color: #5e6270;
}

.footer-widgets .footer-widgets-1 a,
.footer-widgets .widget-area a.button,
.site-footer,
.site-footer a {
  border-bottom-color: #8e9492;
}

.custom-header-background .site-header .site-title a:focus,
.custom-header-background .site-header .site-title a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.menu-social-menu-container li > a:focus,
.menu-social-menu-container li > a:hover,
.site-footer .genesis-nav-menu .current-menu-item > a,
.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer a:focus,
.site-footer a:hover,
.site-header .site-title a:focus,
.site-header .site-title a:hover {
  color: #4c4d50;
}

.genesis-nav-menu .current-menu-item > a > span,
.genesis-nav-menu .current-menu-parent > a > span,
.genesis-nav-menu a:focus > span,
.genesis-nav-menu a:hover > span,
.site-footer .genesis-nav-menu .current-menu-item > a > span,
.site-footer .genesis-nav-menu .current-menu-parent > a > span,
.site-footer .genesis-nav-menu a:focus > span,
.site-footer .genesis-nav-menu a:hover > span {
  border-bottom-color: #4c4d50;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover,
.button:focus,
.button:hover,
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,
.home .widget .button:focus,
.home .widget .button:focus p,
.home .widget .button:focus p a,
.home .widget .button:hover,
.home .widget .button:hover p,
.home .widget .button:hover p a {
  background-color: #4c4d50;
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title,
.sidebar .widget.enews-widget {
  background: #f3f1f2;
}

.site-footer .icon {
  color: #fff;
}

.site-footer a:focus,
.site-footer a:hover {
  border-bottom-color: transparent;
}

.footer-widgets .footer-widgets-1 a:focus,
.footer-widgets .footer-widgets-1 a:hover,
.footer-widgets .footer-widgets-2 a:focus,
.footer-widgets .footer-widgets-2 a:hover {
  border-bottom-color: transparent;
}

.fixed-header-on .custom-header-background.light .site-header,
.home.no-featured-section .site-header,
.site-header {
  transition: background-color 0.2s ease-in-out;
  background-color: #2d286b;
}

.entry-title a:focus,
.entry-title a:hover,
a:focus,
a:hover {
  border-bottom-color: transparent;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
  background-color: transparent;
}

.link-has-image {
  border-color: transparent;
}

.genesis-nav-menu .sub-menu-toggle {
  background-color: transparent;
}

.entry-title,
.entry-title a,
.front-page-3 .widget_sp_image-description p:first-child,
.sidebar .widget-title a {
  color: #0f3567;
}

.genesis-nav-menu .current-menu-item > a > span,
.genesis-nav-menu .current-menu-parent > a > span,
.genesis-nav-menu a:focus > span,
.genesis-nav-menu a:hover > span,
.site-footer .genesis-nav-menu .current-menu-item > a > span,
.site-footer .genesis-nav-menu .current-menu-parent > a > span,
.site-footer .genesis-nav-menu a:focus > span,
.site-footer .genesis-nav-menu a:hover > span {
  color:#e57616;
}

/*
Custom Classes - for custom class styles
---------------------------------------------------------------------------------------------------- */
img.circle {
  border-radius: 50%;
}

.dn-subtitle p {
  font-size: 20px;
  font-size: 2rem;
}

.widget_sp_image-image-link {
  border-bottom: 1px solid transparent;
  transition: none;
} 

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

@media screen and (min-width: 320px){
  .site-inner,
  .wrap{
    width: 100%;
  }
  .site-header .wrap{
    max-width: 95%;
    width: 95%;
  }
  .entry{
    margin-bottom: 40px;
  }
  .pagination{
    margin: 40px 2%; text-align: center;
  }
  .archive-pagination li a{
    margin-bottom: 0;
  }
  .comment-respond,
  .entry-comments,
  .entry-pings{
    margin-bottom: 40px;
  }
  .sidebar{
    margin-bottom: 40px;
  }
  .sidebar .widget{
    padding: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px){
  .entry-content .featured-articles .featured-article .text-container{
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 30px;
  }
  .entry-content .featured-articles .featured-article .text-container .featured-article-item-header{
    margin-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
  .entry-content .featured-articles .featured-article .text-container .entry-title{
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 2px;
  }
  .entry-content .featured-articles .featured-article .text-container .author-info{
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .entry-content .featured-articles .featured-article .text-container .author-info .image img{
    width: 32px;
  }
  .entry-content .featured-articles .featured-article .text-container .author-info .author-text p{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .entry-content .featured-articles button.slick-arrow{
    display: inline-block !important;
    width: 24px;
    height: 48px;
    margin-top: -24px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
  }
  .entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post{
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
}

@media screen and (min-width: 861px){
  body > div{
    font-size: 16px;
    font-size: 1.6rem;
  }
  body{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-header .search-form{
    float: right;
    margin: 12px auto 0;
  } 
}
body.home .site-inner{ padding:0 !important;}
.footer-widgets a{ color:#b3b3b3;}
.footer-widgets a:hover{ color:#fff;}
 
.entry-content .type-page .entry-header{ display:none;}
@media screen and (min-width: 1023px){
	.blog .sidebar-primary{ display:none;}
  .admin-bar .site-container{
    min-height: calc(100vh - 32px);
  } 
  .site-header .wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .site-inner{
    padding: 60px 0 !important;
  }
	body.home .site-inner{ padding-bottom:0;}
  .home.no-featured-section .site-inner{
    margin-top: 220px;
  }
  .content-sidebar-wrap{
    margin: auto;
  }
  .content .archive-description,
  .content .entry{
    padding-left: 0;
    padding-right: 0;
  }
  .content-sidebar .content,
  body.content-sidebar .site-inner > #container{
    width: 68%;
    margin-left: 0;
  }
   .content-sidebar #content{ width:70%; float: left;}
  .content-sidebar .sidebar-primary{
    width: 26%;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    float:right;
  }
  .sidebar-content .content{
    -ms-flex-order: 2;
    order: 2;
    width: 68%;
  }
  .sidebar-content .sidebar-primary{
    -ms-flex-order: 1;
    order: 1;
    width: 26%;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    padding-top: 30px;
  }
  .one-half,
  .three-sixths,
  .two-fourths{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  .one-half:last-child,
  .three-sixths:last-child,
  .two-fourths:last-child{
    margin-right: 0;
  }
  .one-third,
  .two-sixths{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  .one-third:last-child,
  .two-sixths:last-child{
    margin-right: 0;
  }
  .four-sixths,
  .two-thirds{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .four-sixths:last-child,
  .two-thirds:last-child{
    margin-right: 0;
  }
  .one-fourth{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
  }
  .one-fourth:last-child{
    margin-right: 0;
  }
  .three-fourths{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
  }
  .three-fourths:last-child{
    margin-right: 0;
  }
  .one-sixth{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
  }
  .one-sixth:last-child{
    margin-right: 0;
  }
  .five-sixths{
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
  }
  .five-sixths:last-child{
    margin-right: 0;
  }
  .last{
    margin-right: 0;
  }
  .last + *,
  .clear-line{
    clear: both;
  }
  .after-entry,
  .author-box{
    padding: 30px;
  }
  .archive-title,
  .site-inner > .entry-title{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .featured-articles .featured-article .text-container{
    padding: 30px 60px;
  }
  .entry-content .featured-articles .featured-article .text-container .featured-article-item-header{
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 4px;
  }
  .entry-content .featured-articles .featured-article .text-container .entry-title{
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 4px;
  }
  .entry-content .featured-articles .featured-article .text-container .author-info .image img{
    width: 64px;
  }
  .entry-content .featured-articles .featured-article .text-container .author-info .author-text p{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .entry-content .featured-articles button.slick-arrow{
    width: 30px;
    height: 60px;
    margin-top: -16px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
  }
  .entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post{
    -ms-flex-preferred-size: 29.333%;
    flex-basis: 29.333%;
  }
  .widget .button{
    font-size: 20px;
    font-size: 2rem;
  }
  .js.home.fixed-header-on .custom-header-background .site-header{
    position: -webkit-sticky;
    position: sticky;
    background-color: transparent;
  }
  .home.fixed-header-on .site-header{
    background-color: transparent;
    position: -webkit-sticky;
    position: sticky;
  }
  .site-header > .wrap{
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header.sticky{
    position: relative;
  }
  .header-image .site-title > a{
    margin-bottom: 0;
  }
  .site-description{
    margin-bottom: 0;
  } 
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"]{
    width: 50%;
  }
  .footer-widgets .wrap{
    max-width: 1200px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-widgets .wrap .widget-area{
    margin: 0 0 0 50px;
  }
  .footer-widgets .wrap .widget-area:first-child{
    margin-left: 0;
  }
  .site-footer .wrap{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .genesis-nav-menu{
    display: block;
  }
  .genesis-nav-menu a{
    padding: 20px;
  }
  .genesis-nav-menu a .icon-angle-down{
    display: inline-block;
    color: inherit;
  }
  .genesis-nav-menu .sub-menu{
    width: 300px;
  }
  .genesis-nav-menu .sub-menu a{
    width: 300px;
  }
  .nav-primary,
  .nav-primary-members{
    opacity: 0;
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .js .nav-primary,
  .js .nav-primary-members{
    opacity: 1;
    display: inline-block;
  }
  .menu-toggle,
  .sub-menu-toggle{
    display: none;
    visibility: hidden;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item{
    display: inline-block;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a{
    width: auto;
    display: block;
    padding: 16px 16px;
    text-decoration: none;
    border-bottom: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a{
    width: 300px;
    max-width: 300px;
    border: 1px dotted #616e63;
    border-top: 0;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu{
    border-top: 1px dotted #616e63;
    left: -9999px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    z-index: 99;
    width: 300px;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu{
    left: auto;
    opacity: 1;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu{
    padding-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu{
    margin: 0 0 0 20px;
  }
  .home .site-header.sticky:not(.scrolled) .site-title a,
  .home .site-header.sticky:not(.scrolled) .site-description,
  .home .site-header.sticky .genesis-nav-menu a,
  .home .site-header.sticky .genesis-nav-menu .current-menu-item > a{
    color: #181818;
  }
  .fixed-header-off .custom-header-background .site-header{
    transition: background-color 0.3s linear .2s;
  }
  .js.fixed-header-on .custom-header-background .site-header{
    transition: background-color 0.3s linear .2s;
  }
  .dn-subtitle p{
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1200px){
  .site-inner,
  .wrap{
    width: 1200px;
  }
  .home.no-featured-section .site-inner{
    margin-top: 150px;
  }
  .title-area{
    padding-left: 0;
   border-right:1px solid #e9e9e9;
    margin-left: 0 !important;
    text-align: left;
  }
  .site-description,
  .site-title{
    text-align: left;
  }
  .genesis-nav-menu a{
    padding: 32px 16px;
  }
  .nav-primary,
  .nav-primary-members{
    display: inline-block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item a{
    padding: 37px 16px;
  }
}

@media screen and (min-width: 1600px){
  .title-area{
    padding-left: 0;
  }
}

@media screen and (max-width: 414px){
  .alignleft.center-mobile,
  .alignright.center-mobile{
    display: block;
    float: none;
    margin: 0 auto 24px;
  }
}

@media print{
  *,
  *::after,
  *::before{
    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) ")";
  }
  .site-title > a::after,
  a[href^="#"]::after,
  a[href^="javascript:"]::after{
    content: "";
  }
  thead{
    display: table-header-group;
  }
  img,
  tr{
    page-break-inside: avoid;
  }
  img{
    max-width: 100% !important;
  }
  @page{
    margin: 2cm .5cm;
  }
  h2,
  h3,
  p{
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre{
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar{
    width: 100%;
  }
  .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,
  button,
  input,
  select,
  textarea{
    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;
  }
}

/*# sourceMappingURL=style.css.map */

.front-page-1 .metaslider .rslides_tabs{ margin:0; background: none; top: auto; bottom: 50px;height: 0;padding: 0 !important;right: 0; position: absolute; transform: translateY(-50%); z-index: 9;-ms-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);}
.front-page-1 .metaslider .rslides_tabs li{ display: inline-block;  margin: 0 5px; padding: 0;width: 15px;height: 15px;border-radius: 15px;border: 2px solid #fff;transition: all 300ms;-moz-transition: all 300ms;-webkit-transition: all 300ms;-ms-transition: all 300ms;font-size: 0px;}
.front-page-1 .metaslider .rslides_tabs li.rslides_here{ background-color: #fff;}
.front-page-1 img{ width:100%; height:100%;} 
.front-page-1 .widget{ max-width:100%; margin:0;}
.front-page-1 .metaslider li:before{ background: rgb(30,36,93);
background: linear-gradient(-117deg, rgba(30,36,93,1) 0%, rgba(30,36,93,1) 35%, rgba(30,36,93,1) 100%); opacity: 0.5; height: 100%; position:absolute; left:0; top:0; width:100%; content:''; display: block !important;}
.front-page-1 .metaslider .caption-wrap{ background:none; opacity: 1; height: 100%; position: absolute; left: 0; top: 0; z-index: 999; width: 100%;}
.front-page-1 .rslides_tabs .rslides_here a{ background:none;}
.front-page-1 .widget, .front-page-1 div, .front-page-1 .rslides, .front-page-1 .rslides li { height: 100%;}
.front-page-1 .metaslider .caption-wrap{ height:100%;}
.front-page-1 h2{ font-family:Poppins; text-transform:uppercase; font-weight:600; font-size:60px; text-transform:uppercase; color:#fff;}
.front-page-1 p{ font-weight:400; font-size:36px; color:#fff; margin: 0 0 30px 0; line-height: 50px;}
.front-page-1 .caption-wrap .caption div{ height:auto;}
.front-page-1 .caption-wrap .caption div.banner-caption{ max-width:65%;}
.front-page-1 .metaslider .caption-wrap .caption { width: 1280px; height: 100%; padding: 80px 0;display: -ms-flexbox;display: flex; align-items: center; margin:0 auto;}
.banner-aption{ width: 40%; text-align: center;}
.banner-btn{ background:#ff8518; border-radius:3px; color:#fff; font-family:Roboto; font-size:18px; text-transform:uppercase; padding:18px 30px; font-weight:400; display: inline-block;} 
.banner-btn:hover{ background:#fff; color:#000;}

.widget-wh-box{ background:#fff; padding:15px; box-shadow:0 0 5px #e3e3e3; margin:0 10px 30px 10px;}
.front-page-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background:#f2f3f5;
	padding:80px 0;
}
.front-page-2 h2{ color:#00224c; font-size:48px; text-align:center; margin:0 0 30px 0;}
.front-page-2 .widget {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; background:#fff;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
	overflow: hidden;
	justify-content: space-between;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	display: flex;
	position: relative; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);  transition: all 0.4s ease-in-out;
}
.front-page-2 .widget:hover{  background:#130f41; color:#fff; transition: all 0.4s ease-in-out;}
.front-page-2 .widget .entry-content{ padding:20px;}
.front-page-2 .widget a.btn{ display: inline-block; min-width: 135px; border-radius: 4px; padding:9px 5px 13px;font-size: 18px; text-align: center; letter-spacing: normal;  font-stretch: condensed; color:#fff; font-family:Oswald; background:#363a44; margin: 0 10px 0 0; text-transform: uppercase; text-decoration:none;}
.front-page-2 .widget.widget-2 a.btn{ color:#363a44; background:#ffffff; border:1px solid #9d9ea3;}
.front-page-2 .widget a.btn:hover{ background:#003b88; color:#fff;} 
/*.front-page-2 .widget .img{ position: absolute; bottom: 0;}
.front-page-2 .widget.widget-1 .img{ left:0;}
.front-page-2 .widget.widget-3 .img{ text-align: center; margin-top: 41px;}*/
.front-page-2 .widget .img { margin: 20px 0; text-align: center;}
.front-page-2 .widget .img img{ display:inline-block;}
.front-page-2 .widget .more-link{ font-size:0px; height: 45px; display: inline-block; line-height: 25px; position: absolute; right: 0;
  bottom: 0;}	
.front-page-2 .widget .more-link:before{ content: "\f105"; font: normal normal normal 14px/1 FontAwesome; font-size: 22px; line-height: 0;}
.front-page-2 .widget:hover .more-link{ background:#fff; border-color:#fff; color:#000;}

.front-page-3{ background:#fff url(images/bg-1.png) left bottom no-repeat; padding:80px 0; clear:both;}
.front-page-3 .widget-title{ font-size:40px; color: #00224c;}
.front-page-3 .widget-row{ align-items:center;}
.front-page-3 h2{ margin: 0 0 30px 0; color:#0f3567; font-size:40px; font-weight:600; text-align:center;}
.front-page-3 h5{ font-size:24px; font-weight:500; color:#ce7728;}
.front-page-3 .widget{ width:50%; margin:0;}
.read-btn{ background:#ff8518; border-radius:3px; color:#fff; font-family:Roboto; font-size:16px; text-transform:uppercase; padding:12px 25px; font-weight:400;}
.read-btn:hover{ background:#1e245d; color:#fff;}

body.single .type-resources .entry-header{ display:none;}
body.single .featured-image{ float: left; margin: 0 30px 30px 0; max-width: 50%;}
body.single-resources .featured-image{ display:none;}

.header-search {
    position: fixed;
    top: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 16, 16, .2);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    transition: all ease .31s;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.header-search.open {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-search .header-search-wrap {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 345px;
    background-color: #fff;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 150;
    transition-duration: 1.6s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.header-search.open .header-search-wrap {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-search .close {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    opacity: 0;
    visibility: visible;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    background: #e65454;
    z-index: 1;
    transition: all ease .31s;
}
.header-search.open .close {
    opacity: 1;
    visibility: visible;
}
.header-search .close i {
    position: relative;
    z-index: -1;
}
.header-search .close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.header-search .header-search-form {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0s ease-in-out;
}
.header-search .header-search-form input[type=search] {
    width: 90%;
    height: 60px;
    color: var(--faktorie-heading-color);
    font-size: 22px;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    padding: 15px 35px 15px 0;
    outline: none;
    background: 0 0;
    border-bottom: 1px solid #000;
    line-height: 28px;
    transition: all 0s ease-in-out;
}
.header-search .header-search-form input::-webkit-input-placeholder {
    color: #aaa;
}
.header-search .header-search-form input:-ms-input-placeholder {
    color: #aaa;
}
.header-search .header-search-form input:-moz-placeholder {
    color: #aaa;
}
.header-search .header-search-form .search-btn {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-left: -24px;
    background: none !important;
    line-height: 29px;
    z-index: 12;
    transition: all 0s ease-in-out;
}
.header-search .header-search-form .search-btn i {
    line-height: 28px;
}
.header-search .header-search-form .search-btn:hover {
    background:none;
}
.header-search .stylish-input-group .btn, .header-search .custom-search-input .btn {
    position: absolute;
    left: 20%}
.header-search .stylish-input-group input:focus, .header-search .stylish-input-group .search-btn:focus, .header-search .stylish-input-group .btn:focus, .header-search .custom-search-input input:focus, .header-search .header-search-form .search-btn:focus, .header-search .custom-search-input .btn:focus {
    box-shadow: none;
    outline: none;
}
.search-icon {
    border:none;
    border-radius:6px;
    background: #FFF;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:left;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	color: #000;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-icon:hover { 
    border-radius: 0;
	color:#fa8520; 
}
.header-search-wrap .close span{
    left: -10px;
	position: relative;
	top: 10px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.header-search-wrap .close span:before, .header-search-wrap .close span:after {
    position:absolute;
    content:'';
    background: #fff;
    border-radius: 2px;
}
.header-search-wrap .close span:before {
    width: 3px;
    height: 22px;
    left: 10px;
    top: 0px;
	transform: rotate(-45deg);
}
.header-search-wrap .close span:after {
    width: 22px;
    height: 3px;
    left: 1px;
    top: 10px;
	transform: rotate(-45deg);
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer; display: inline-block;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
	/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 0;
	text-align: center;
}

.copy-area{ padding:15px 0; clear:both; text-align:center; background:#171717; color:#777777; border-top:1px solid #3c3c3c;}
.site-header.scrolled .nav-primary, .site-header.scrolled .nav-primary-members{ margin:0;}
.board-box { width: calc(33% - 30px); float: left; margin: 0 15px 50px; text-align: center;}
.board-box .details {  padding: 20px 0; background-color: #fff;  box-shadow: 0px 2px 25px 0px #e4e1e1;}
.board-box h3 {  font-size: 20px; margin: 0;}
.board-box h3 a{ text-decoration:none; color:#2d286b;}
.board-box .link-has-image{ float:left;}
.board-box img{ margin-bottom:10px;}

.single-post-nav{ width:100%; color:#fe8f01; float:left; padding:0 0 12px 0; border-bottom:1px solid #ddd; margin-bottom:20px;}
.single-post-left{ float:left;}
.single-post-right{ float:right;}
.single-post-right a{ margin-left:12px; color:#fe8f01;}
.single-post-right a:hover{ color: #2d286b;}

.single-thumb img{ max-width:300px; float:left;}

.sfsi_wicons{ width: 32px !important; margin-bottom: 0 !important;}
.sfsi_holders{ display:none;}
.norm_row{ position: static !important;height: 32px !important;}
.sfsi_widget{ min-height: inherit !important;}

.entry-content.blog-posts-grid .blog-posts-title,
.entry-content ul.blog-categories{ display:none;}
body .entry-content.blog-posts-grid > .alignfull{ background:#fff !important;}
.entry-content.blog-posts-grid .blog-posts-wrapper .cm-featured-post .widget-wrap > article > .wrapper{ border: 1px solid #efefef;}

.justfy-center{ justify-content:center;}

.widget-row{ display:flex; gap:25px;}
.flex-wrap{ flex-wrap:wrap;}
.react-addon-services.services-style11 .rts-single-project-one {
    background: #FFF;
    border-radius: 5px;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail img {
    border-radius: 5px 5px 0 0;
    transition: 1.3s;
    transform: scale(1);
    width: 100%;
	display:block;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail img:hover {
    transform: scale(1.15);
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail .icon {
    position: absolute;
    bottom: 0;
    left: 0;
}
.react-addon-services.services-style11 .rts-single-project-one .thumbnail .icon svg {
    width: 90px;
    height: 90px;
    text-align: center;
    padding: 25px;
    display: block;
    background: #FFF;
    border-radius: 0;
    transform: scale(1)!important;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner {
    background: #00224C;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .pre-title {
    color: #d9d9d9;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.front-page-2 .widget h4,
.react-addon-services.services-style11 .rts-single-project-one .project-inner .content .title {
    color: #fff;
    margin: 20px 20px 0 20px;
    transition: 0.3s;
    font-size: 20px;
}
.front-page-2 .widget:hover h4 a{ color: #fff;}
.react-addon-services.services-style11 .rts-single-project-one .project-inner .icon a {
    background: #ce7728;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    color: #fff;
}
body.blog .archive-description{ display:none;}
.inner-header{ background:#d17729 url(https://cottrill.hunter15.com/wp-content/uploads/2024/01/Cottrill-Hero-Image-1.jpg) left top no-repeat; background-size:cover; padding:40px 0; text-align:center;}
.inner-header h1{ color:#fff; font-weight:600; margin: 0;}
.inner-header p{ margin:0; color:#fff; font-size:20px;}
.inner-header .surgery_info_heading_text,
.inner-header h4{ font-size:18px; color:#fff; font-style:italic;}
.inner-header .surgery_info_heading_text br,
.inner-header h4 br{ display:none;}

.single-thumb{ float: left; margin:0 30px 30px 0;}

.sp-tab-content a{ color:#fff;}
.front-page-4{ padding:80px 0; background:#34414f;}
.front-page-4 h2{ color:#fe9332; font-size:40px; font-weight:600; text-align:center; margin:0 0 35px 0;}
.front-page-4 .full-width-content .entry{ padding:0;}
.front-page-4 img{ margin:0 50px 0 0;}
.front-page-4 h4.entry-title{ font-size:40px; color:#fff; font-weight:600; margin: 0 0 20px 0;}
.front-page-4 p{ color:#fff;}
.front-page-4 .owl-controls{ position: absolute; right: -50px; top: 50%; transform: translateY(-50%);}
.front-page-4 .owl-pagination{display: flex; flex-direction: column; gap: 10px;}
.front-page-4 .owl-controls .owl-page span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 3px solid #fff;
  border-radius: 30px;
}
.front-page-4 .owl-controls .owl-page:hover span,
.front-page-4 .owl-controls .owl-page.active span{ background:#fff;}

.front-page-5{ background:#edf7fe url(images/bg-line.png) right top no-repeat; padding:80px 0; position:relative;}
.front-page-5:before{ content:''; background:url(images/bg-1.png) left top no-repeat; width:743px; height:507px; display:inline-block; position:absolute; left:0; bottom:0;}
.front-page-5 h2{ font-weight:600; color:#0f3567; text-align:center;}
.front-page-5 .blog_box{ width:33%; flex: 1 0 31%; position:relative;}
.blog_box.type_two {
    background: #fff;
    box-shadow: 0 5px 22px 0px rgba(15,53,103,.05);
    border-radius: 20px;
}
.blog_box.type_two .image_box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 235px;
}
.blog_box.type_two .image_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.hover_1 .oh {
    position: absolute;
    content: "";
    width: 25%;
    height: 100%;
    left: 0;
    background: #0f3567;
    transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    bottom: -50%;
    transform: translateY(50%);
    opacity: 0;
}
.hover_1 .oh.ho_2 {
    transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    left: 25%;
    transform: translateY(40%);
}
.hover_1 .oh.ho_3 {
    transition: .7s ease-in-out;
    -ms-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    -o-transition: .7s ease-in-out;
    left: 50%;
    transform: translateY(20%);
}
.hover_1 .oh.ho_4 {
    transition: .9s ease-in-out;
    -ms-transition: .9s ease-in-out;
    -moz-transition: .9s ease-in-out;
    -o-transition: .9s ease-in-out;
    transform: translateY(30%);
    left: 75%;
}
.hover_1_get:hover .hover_1 .oh {
    opacity: .7;
    bottom: 0;
    transform: translateY(0%);
}
.blog_box.type_two .date_tm {
    position: absolute;
    display: flex;
    align-items: center;
    top: 20px;
    left: 20px;
    background: #516780;
    color: #fff;
    border-radius: 6px;
    padding: 2px 12px;
    justify-content: center;
	text-transform: uppercase;
  	font-size: 14px;
}
.blog_box.type_two .date_tm i {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;
}
.blog_box.type_two .content {
    position: relative;
    padding: 20px 25px 20px;
  	width: 100%;
}
.blog_box.type_two .content h4{ margin:0; font-size:18px; font-weight: 600;}
.blog_box.type_two .content h4 a{ text-decoration:none;}

.category-field{ width: 100%; float: right; padding: 50px 0 0 0; margin-bottom: -30px; position: relative; display: flex; justify-content: center;
  gap: 20px; align-items:center;}
.category-field .widgettitle{ display:none;}
.category-field h6{ margin:0;}

#sp-tab__ul{ justify-content: center !important; border-bottom:1px solid #606272 !important;}
.about-one__content__list li span {
    display: inline-block;
    margin-right: 9px;
    color: #e57616;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; margin-top: 6px;
}
.about-one__content__list li {
    list-style: none;
    display: flex;
    font-weight: 600;
    color: #0b182a;
}
.nav-links{ gap: 2rem; display: flex;}
.nav-previous, .nav-next{
	 width: calc(50% - (1px / 2));  border:1px solid #b5b5b5; border-radius: 8px; padding:1.5rem;
}
.nav-links a{ display: flex; align-items: center; max-width: 100%;}
.nav-next a { justify-content: flex-end;}
.post-navigation__arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-navigation__arrow-wrapper {
    padding: 14px;
    background: #F6F6F6;
    border-color: #000;
    border-width: 1px;
    border-radius: 100px;
    font-size: 16px;
}
.post-navigation__arrow-prev {
    margin-right: 12px;
}
.post-navigation__arrow-next {
    margin-left: 12px;
}
.nav-previous, .nav-next{
font-weight: 400;
font-size: 16px;
}
span.elementor-post-navigation__link__next, span.elementor-post-navigation__link__prev {
    display: flex;
    flex-direction: column;
}
.post-navigation__next--label, .post-navigation__prev--label{
	color:#7A7A7A; text-transform:uppercase; font-size: .8em;
}

.content-left{ width:70%; float:left;}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
	.site-title{ text-align:left; padding-left: 20px;}
	.site-header .wrap{ flex-wrap:nowrap; flex-direction:row;}
	
}
@media only screen and (max-width: 1024px) {
	.wrap, #content-sidebar-wrap, .content-sidebar-wrap{ width: 90%; margin:0 auto;}
	.banner-aption{ width:90%;}
	.home .site-inner{ padding:0;}
	.front-page-1 h2{ font-size: 20px; margin: 0;}
	.site-header .widget-area{ display:none;}
	.banner-aption{ width:90%;}
	.front-page-1{ height:auto;}
	.home .site-header {background-color: #373737 !important;}
	.home .site-header.sticky:not(.scrolled) .site-title a, .home .site-header.sticky:not(.scrolled) .site-description, .home .site-header.sticky .genesis-nav-menu a, .home .site-header.sticky .genesis-nav-menu .current-menu-item > a { color: #333;}
	body .site-header .menu-toggle.dashicons-menu{ color:#000; position: absolute; right: 0px; width: auto;}
	body .site-header .menu-toggle.dashicons-menu:hover, body .site-header .menu-toggle.dashicons-menu:focus{ background:none !important;}
	.front-page-1 .more-link{ margin-top:10px; padding: 7px 15px;}
	.front-page-2 h2, .front-page-3 .widget-title, h2{ font-size:28px;}
	.front-page-2, .front-page-3, .front-page-5{ padding:30px 0;}
	.front-page-5 .blog_box{ width: 50%; flex: 1 0 50%;}
	.full-width-content .entry-content .alignfull{ max-width:inherit !important; margin-left:0 !important; margin-right:0 !important;}
	.front-page-1 .metaslider .caption-wrap .caption{ width:90%; padding: 10px 0;}
	.front-page-1 .caption-wrap .caption div.banner-caption{ max-width:100%;}
	.front-page-1 p{ font-size:18px; line-height:24px;} 
	.title-area{ padding-right:0;}
	h1{ font-size:36px;}
	.front-page-5::before{ display:none;}
}
@media only screen and (max-width: 700px) {
	.front-page-3 .widget, .footer-widgets .wrap .widget-area:first-child{ width: 100%;}
	.testi-content{ max-width: 90%;} 
	.board-box{ width:100%; margin:0 0 30px 0;}
	.front-page-1 p{ font-size: 16px; }
	.front-page-5 .blog_box{ width: 100%; flex: 1 0 100%;}
	.footer-widgets .wrap .widget-area{ margin:0 0 20px 0; width:100%;}
	.front-page-2 .widget{ flex-basis: 100%;}
	.single-thumb{ float: none; margin: 0 0 30px 0;}
	.single-thumb img{ max-width: 100%; float: none;}
	.widget-row{ display:block;}
	.nav-links{ flex-direction:column;}
	.nav-previous, .nav-next{ width:100%;}
	.sidebar, .content-left{ width:100%;}
}