body {
  font-size: 20px;
  color: #212529;
  font-family: "Lora", "Times New Roman", serif;
}
p {
  line-height: 1.5;
  margin: 20px 0 30px 0;
}
p a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  color: #212529;
  transition: all 0.2s;
}
a:focus,
a:hover {
  color: #0085a1;
}
blockquote {
  font-style: italic;
  color: #868e96;
}
hr{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  background: transparent;
}
#primary hr:last-child{
  border: none;
}
.section-heading {
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}
.caption {
  font-size: 14px;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
::-moz-selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #0085a1;
  text-shadow: none;
}
img::-moz-selection {
  color: #fff;
  background: transparent;
}
img::selection {
  color: #fff;
  background: transparent;
}
img::-moz-selection {
  color: #fff;
  background: transparent;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, optgroup, select, textarea {
  font-size: 15px;
  line-height: 1.15;
  margin: 0;
}

label {
  color: #151515;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
}

fieldset {
  margin-bottom: 1em;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"] {
  color: #151515;
  background: transparent;
  border: 1px solid #e6e6e6;
  display: block;
  padding: 12px 15px;
  width: 100%;
}

textarea {
  color: #151515;
  background: transparent;
  border: 1px solid #e9e9e9;
  display: block;
  padding: 15px;
  width: 100%;
  resize: none;
  height: 200px;
}

select {
  color: #151515;
  border: 1px solid #e9e9e9;
  padding: 10px 5px;
  max-width: 100%;
}

input[type="radio"], 
input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label, 
input[type="checkbox"] + label {
  font-weight: 400;
}

button, input[type="button"], 
input[type="submit"] {
  background-color: #151515;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 28px;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 80ms ease-in;
  transition: 80ms ease-in;
}
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
  background-color: #151515;
  color: #fff;
}


.top-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#site-branding {
  padding: 15px 0;
}
#site-branding p{
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
#site-branding h1,
#site-branding h2,
#site-branding p {
  padding: 0;
  margin: 0;
}
#site-branding h1 a,
#site-branding h2 a{
  font-weight: 800;
  font-size: 20px;
  color: #fff;
}
#site-branding a {
  float: left;
  line-height: normal;
}
.sticky #site-branding h1 a,
.sticky #site-branding h2 a,
.sticky #site-branding p{
  color: #333;
}

/***
====================================================================
## Main Menu
====================================================================
***/
.main-header img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.main-header a:hover,
.main-header a:focus,
.main-header a:active {
  text-decoration: none;
}
.main-menu > ul {
  display: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  position: relative;
  list-style: none;
}
.main-menu ul li > a {
  display: block;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #212121;
  padding: 14px 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul li.current-menu-item > a,
.main-menu ul li:hover > a {
  opacity: 0.8;
}
.main-menu ul ul li > a {
  font-size: 14px;
  font-style: normal;
  text-transform: inherit;
  background-color: #efefef;
  padding: 14px 15px 14px 30px;
}
.main-menu ul ul ul li > a {
  padding: 14px 15px 14px 45px;
}
.main-menu ul ul li:hover > a {
  background-color: #efefef;
}
.dropdown-plus {
  width: 49px;
  height: 49px;
  line-height: 49px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.dropdown-plus > a {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}
.dropdown-plus:before,
.dropdown-plus:after {
  position: absolute;
  content: "";
  top: 24px;
  right: 18px;
  width: 13px;
  height: 1px;
  background-color: #111111;
}
.dropdown-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu li > ul,
.dropdown-plus.dropdown-open:after {
  display: none;
}
.main-menu li:focus-within > ul,
.main-menu li:focus > ul,
.main-menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-menu li:focus-within > ul {
  display: block;
}
/* =============================================
##Media queries for responsive design
================================================ */
@media (min-width: 768px) {
  .main-menu {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* =============================================
Viewport Breakpoint
================================================ */
  .main-menu {
    float: right;
    clear: inherit;
  }
  .main-menu > ul {
    display: block !important;
    padding: 0;
    font-size: 0;
  }
  .main-menu > ul > li {
    display: inline-block;
  }
  .main-menu ul li {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .main-menu > ul > li > a {
    position: relative;
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 20px;
  }
  .sticky .main-menu > ul > li > a{
    color: #333;
  }
  .main-menu > ul > li:last-child > a {
    padding: 0 0 0 20px;
  }
  .main-menu ul li.current-menu-item > a,
  .main-menu ul li:hover > a {
    background-color: inherit;
  }
  .dropdown-plus {
    display: none;
  }
  .main-menu ul li.dropdown_menu > a > span:before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    position: relative;
    content: "";
    display: inline-block;
    height: 4px;
    width: 4px;
    top: -3px;
    margin-left: 8px;
    box-sizing: content-box;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sticky .main-menu ul li.dropdown_menu > a > span:before{
    border-color: #333;
  }
  .main-menu li > ul {
    display: block !important;
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
    -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  }
  .main-menu li:focus-within > ul,
  .main-menu li:focus > ul,
  .main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    display: block;
  }
  .main-menu li > ul ul {
    top: 0;
    left: 100%;
  }
  .main-menu ul ul li.dropdown_menu > a > span:before {
    float: right;
    top: 7px;
    right: -10px;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-menu ul ul li > a {
    position: relative;
    color: #818181;
    float: none;
    font-weight: 600;
    margin: 0;
    border-bottom: 1px dashed #eaeaea;
    text-align: left;
    display: block;
    padding: 1em 1.5em;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .main-menu ul ul li:last-child > a {
    border-bottom: 0px;
  }
  .main-menu ul ul li > a,
  .main-menu ul ul li:hover > a {
    color: #818181;
    background-color: transparent;
    text-align: left;
  }
  .main-menu ul li.dropdown_menu > a > span {
    display: none;
  }
  .main-menu.menu-caret ul li.dropdown_menu > a > span {
    display: inline-block;
  }
  .main-menu.menu-caret ul ul li.dropdown_menu > a > span {
    display: inline;
  }
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    background: #fff;
    z-index: 9999;
  }
  .main-menu li ul {
    margin: 0;
    padding: 0;
  }
  .main-menu > ul > li > a {
    line-height: normal !important;
  }
  .menu-toggle {
    display: block;
    width: 20px;
    padding: 21px 0;
    margin: 0;
    float: left;
    position: relative;
    z-index: 2;
    background: none;
    border: none;
  }
  .menu-toggle:hover {
    background: transparent;
  }
  .menu-toggle span {
    background: #fff;
    height: 2px;
    margin: 6px 0;
    display: inherit;
  }
  .menu-toggle:before,
  .menu-toggle:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
  }
  .menu-toggle.menu-open:after,
  .menu-toggle.menu-open:before {
    display: none;
  }
  .menu-toggle.menu-open span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
  }
  .menu-toggle.menu-open span:after {
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sticky .menu-toggle span,
  .sticky .menu-toggle:before,
  .sticky .menu-toggle:after,
  .sticky .menu-toggle.menu-open span:after{
    background: #333;
  }
}
/* =============================================
Header sticky
================================================ */
.main-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.main-header.sticky {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 6px 20px 0 rgba(48, 54, 77, 0.07);
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}


.head-image{
  margin-bottom: 80px;
  background: no-repeat center center;
  background-color: #868e96;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}
.head-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #212529;
  opacity: 0.5;
}
.head-image .page-heading,
.head-image .post-heading,
.head-image .site-heading {
  padding: 200px 0 150px;
  color: #fff;
}
.head-image .page-heading,
.head-image .site-heading {
  text-align: center;
}
.head-image .post-heading .entry-meta,
.head-image .post-heading .entry-meta a{
  color: #fff;
}
@media only screen and (min-width: 768px){
  .head-image .page-heading h1, 
  .head-image .site-heading h1 {
    font-size: 80px;
    margin-bottom:0;
    margin-top: 0;
  }
  .head-image .page-heading .subheading, 
  .head-image .site-heading .subheading {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  }
  .head-image .page-heading h1{
    font-size: 40px;
  }
  .error404  .head-image .page-heading h1{
    font-size: 80px;
  }
}
.is-sidebar{
  padding-right: 50px;
}

.has-post-thumbnail .post-thumbnail{
  margin-bottom: 20px;
  display: block;
}
.entry-title {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}
.entry-footer,
.entry-meta {
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
  color: #868e96;
}
.entry-footer a,
.entry-meta > a {
  text-decoration: none;
  color: #212529;
  margin-right: 5px;
}


/* =============================================
All Widgets
================================================ */

/* widget container */
.widget {
    overflow: hidden;
    word-wrap: break-word
    margin-bottom: 40px;s
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    color: #4c4f53;
}
.widget a {
    color: #4c4f53;
}
.widget a:hover,
.widget a:focus {
    color: #ec407a;
    text-decoration: underline !important;
}

/* widget title */
.widget .widgettitle,
.widget .widget-title {
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 800;
    display: inline-block;
}

.widget .widget-title a {
    color: #2f3235;
}
.widget .widget-title a:hover,
.widget .widget-title a:focus {
    color: #ec407a;
    text-decoration: underline !important;
}

/**
 * Widget: Archives
 * -------------------------------------------------------------
 */

.widget_archive ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_archive ul li {
    color: #989ea6; /* counter */
    margin-bottom: 10px;
}
.widget_archive ul li:last-child {
    margin-bottom: 0;
}
.widget_archive ul li a {
    margin-right: 4px;
}
.widget_archive select {
    margin-top: 5px;
    padding: 8px 20px 8px 10px;
    max-width: 100%;
    width: 100%;
    color: #4c4f53;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.widget_archive select:active,
.widget_archive select:focus {
    outline: none;
}


/**
 * Widget: Pages
 * -------------------------------------------------------------
 */

.widget_pages ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_pages ul li {
    color: #989ea6;
    margin-bottom: 10px;
}
.widget_pages ul li:last-child {
    margin-bottom: 0;
}
.widget_pages ul ul {
    margin: 10px 0 0;
    padding: 0 0 1px 10px;
}
.widget_pages ul ul li:before {
    content: '- ';
    color: #4c4f53;
}


/**
 * Widget: Categories
 * -------------------------------------------------------------
 */

.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li {
   color: #989ea6;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
}
.widget_categories ul li:last-child {
    margin-bottom: 0;
}
.widget_categories ul li a {
    margin-right: 4px;
    display: inline-block;
    text-align: left;
}
.widget_categories ul ul {
    margin: 10px 0 0;
    padding: 0 0 1px 10px;
}
.widget_categories ul ul li:before {
    content: '- ';
    color: #4c4f53;
}
.widget_categories select {
    margin-top: 5px;
    padding: 8px 20px 8px 10px;
    max-width: 100%;
    width: 100%;
    color: #4c4f53;
    background: #ffffff;
    border: 1px solid #ffffff;
}
.widget_categories select:active,
.widget_categories select:focus {
    outline: none;
}


/**
 * Widget: Recent Posts
 * -------------------------------------------------------------
 */

.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
}
.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}
.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 80%;
    color: #989ea6;
}


/**
 * Widget: Tag Cloud
 * -------------------------------------------------------------
 */

.widget_tag_cloud .tagcloud {
    overflow: hidden;
    margin-right: -4px;
}
.widget_tag_cloud a {
    margin-right: 4px;
}


/**
 * Widget: Calendar
 * -------------------------------------------------------------
 */

#wp-calendar {
    max-width: 100%;
    width: 100%;
    line-height: 1.2;
}

/* caption */
#wp-calendar caption {
    padding: 0 0 15px;
    font-weight: 700;
    line-height: 1.7;
    color: #4c4f53;
}

/* thead */
#wp-calendar thead th {
    padding: 10px 0 10px;
    font-weight: 700;
}

/* tbody */
#wp-calendar tbody td {
    padding: 5px 0 5px 2px;
}
#wp-calendar tbody a {
    text-decoration: underline !important;
}
#wp-calendar tbody #today {
    font-weight: 700;
}

/* prev/next links */
#wp-calendar #next {
    text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
    padding: 10px 0 10px;
    font-weight: 700;
}


/**
 * Widget: Navigation Menu
 * -------------------------------------------------------------
 */

.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_nav_menu ul li {
    margin-bottom: 10px;
}
.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.widget_nav_menu ul li i {
    margin-right: 8px;
}
.widget_nav_menu ul ul {
    margin: 10px 0 0;
    padding: 0 0 1px 10px;
}
.widget_nav_menu ul ul li:before {
    content: '- ';
    color: #4c4f53;
}


/**
 * Widget: Meta
 * -------------------------------------------------------------
 */

.widget_meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_meta ul li {
    margin-bottom: 10px;
}
.widget_meta ul li:last-child {
    margin-bottom: 0;
}


/**
 * Widget: Recent Comments
 * -------------------------------------------------------------
 */

#recentcomments {
    list-style: none;
    margin: 0;
    padding: 0;
}
#recentcomments li {
    margin-bottom: 10px;
}
#recentcomments li:last-child {
    margin-bottom: 0;
}
#recentcomments li .comment-author-link a,
#recentcomments li a {
    text-decoration: underline !important;
}


/**
 * Widgets: Text and Custom HTML
 * -------------------------------------------------------------
 */

/* img */
.textwidget img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
.textwidget .wp-caption img {
    margin-bottom: 0;
}

/* text elements */
.textwidget p {
    margin-bottom: 15px;
}
.textwidget a {
    text-decoration: underline !important;
}
.textwidget .wp-caption-text {
    padding: 0;
}
.textwidget ul,
.textwidget ol {
    margin: 0 0 15px;
    padding-left: 18px;
}
.textwidget ul ol,
.textwidget ul ul,
.textwidget ol ul,
.textwidget ol ol {
    margin: 2px 0;
    padding-left: 18px;
}

/* forms: buttons */
.textwidget button,
.textwidget button[disabled]:hover,
.textwidget button[disabled]:focus,
.textwidget input[type="button"],
.textwidget input[type="button"][disabled]:hover,
.textwidget input[type="button"][disabled]:focus,
.textwidget input[type="reset"],
.textwidget input[type="reset"][disabled]:hover,
.textwidget input[type="reset"][disabled]:focus,
.textwidget input[type="submit"],
.textwidget input[type="submit"][disabled]:hover,
.textwidget input[type="submit"][disabled]:focus {
    border: none;
    outline: none;
    display: inline-block;
    padding: 0 30px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #ffffff;
    background: #1f2123;
    border-radius: 0;

    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}
.textwidget button:focus,
.textwidget input[type="button"]:focus,
.textwidget input[type="reset"]:focus,
.textwidget input[type="submit"]:focus {
    color: #ffffff;
}
.textwidget button:hover,
.textwidget input[type="button"]:hover,
.textwidget input[type="reset"]:hover,
.textwidget input[type="submit"]:hover {
    color: #ffffff;
    background: #ec407a;
}
.textwidget button:active,
.textwidget input[type="button"]:active,
.textwidget input[type="reset"]:active,
.textwidget input[type="submit"]:active {
    position: relative;
    top: 1px;
}

/* forms: input tags, select element */
.textwidget input[type="text"],
.textwidget input[type="email"],
.textwidget input[type="url"],
.textwidget input[type="password"],
.textwidget input[type="search"],
.textwidget input[type="tel"],
.textwidget input[type="number"],
.textwidget input[type="date"],
.textwidget textarea,
.textwidget select {
    max-width: 100%;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    font-weight: 400;
    color: #4c4f53;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-color: #e3e5e6;
    border-radius: 0;

    -webkit-transition: border-bottom-color 0.2s ease;
    -moz-transition: border-bottom-color 0.2s ease;
    -o-transition: border-bottom-color 0.2s ease;
    transition: border-bottom-color 0.2s ease;
}
.textwidget input[type="date"] {
    padding-top: 7px;
    padding-bottom: 7px;
}
.textwidget textarea {
    height: 90px;
    margin-bottom: -7px;
    padding: 10px;
    line-height: 1.7;
    resize: vertical;
}
.textwidget select {
    padding-left: 6px;
}
.textwidget select[multiple] {
    height: 90px;
    margin-bottom: -2px;
    padding: 5px 8px;
}
.textwidget input[type="text"]:hover,
.textwidget input[type="email"]:hover,
.textwidget input[type="url"]:hover,
.textwidget input[type="password"]:hover,
.textwidget input[type="search"]:hover,
.textwidget input[type="tel"]:hover,
.textwidget input[type="number"]:hover,
.textwidget input[type="date"]:hover,
.textwidget textarea:hover,
.textwidget select:hover {
    border-bottom-color: #ec407a;
}
.textwidget input[type="text"]:focus,
.textwidget input[type="email"]:focus,
.textwidget input[type="url"]:focus,
.textwidget input[type="password"]:focus,
.textwidget input[type="search"]:focus,
.textwidget input[type="tel"]:focus,
.textwidget input[type="number"]:focus,
.textwidget input[type="date"]:focus,
.textwidget textarea:focus,
.textwidget select:active,
.textwidget select:focus {
    outline: none;
    border-bottom-color: #ec407a;
}
.textwidget input[type="file"] {
    width: 100%;
    margin: 0;
    padding: 9px;
    border: 1px dashed #e3e5e6;

    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.textwidget input[type="file"]:hover {
    border-color: #ec407a;
}
.textwidget input[type="file"]:focus {
    outline: none;
    border-color: #ec407a;
}
.textwidget input[type="checkbox"],
.textwidget input[type="radio"] {
    border-width: 1px;
}
.textwidget input[type="checkbox"]:checked:before,
.textwidget input[type="radio"]:checked:before {
    line-height: 14px;
}

/* label */
.textwidget label {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}
.textwidget p label:last-child {
    padding-bottom: 0;
}

/* Contact Form 7: additional styles */
/* p */
.textwidget .wpcf7 p {
    margin-bottom: 10px;
}
/* label */
.textwidget .wpcf7 span[class*="quiz"] label {
    padding-bottom: 0;
}
/* input, textarea */
.textwidget .wpcf7 label input,
.textwidget .wpcf7 label textarea {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
}
/* submit */
.textwidget .wpcf7 input[type="submit"] {
    margin: 10px 0 5px;
    font-weight: 700;
}
/* checkboxes, radio buttons */
.textwidget .wpcf7 .wpcf7-list-item {
    margin: 0 20px 0 0;
}
.textwidget .wpcf7 .wpcf7-list-item:last-child {
    margin-right: 0;
}
.textwidget .wpcf7 .wpcf7-list-item label {
    font-size: 15px;
    font-weight: 400;
}
.textwidget .wpcf7 .wpcf7-list-item input[type="checkbox"]:first-child,
.textwidget .wpcf7 .wpcf7-list-item input[type="radio"]:first-child {
    margin-right: 5px;
}
.textwidget .wpcf7 .wpcf7-list-item input[type="checkbox"]:last-child,
.textwidget .wpcf7 .wpcf7-list-item input[type="radio"]:last-child {
    margin-right: 0;
    margin-left: 5px;
}
.textwidget .wpcf7 .wpcf7-list-item label input[type="checkbox"],
.textwidget .wpcf7 .wpcf7-list-item label input[type="radio"] {
    margin-top: 0;
}
/* action styles */
.textwidget .wpcf7 .ajax-loader {
    margin-left: 15px;
}
.textwidget .wpcf7 .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #f46180;
}
.textwidget .wpcf7 .wpcf7-response-output {
    margin: 15px 0;
    padding: 10px 15px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    border: none;
    background-color: #e9a62a;
    color: #ffffff;
}
.textwidget .wpcf7 .wpcf7-mail-sent-ok,
.textwidget .wpcf7 .wpcf7-mail-sent-ng,
.textwidget .wpcf7 .wpcf7-aborted,
.textwidget .wpcf7 .wpcf7-spam-blocked,
.textwidget .wpcf7 .wpcf7-validation-errors,
.textwidget .wpcf7 .wpcf7-acceptance-missing {
    border: none;
}
.textwidget .wpcf7 .wpcf7-mail-sent-ok {
    background-color: #7cbd60;
}
.textwidget .wpcf7 .wpcf7-mail-sent-ng,
.textwidget .wpcf7 .wpcf7-aborted {
    background-color: #f46180;
}
.textwidget .wpcf7 .wpcf7-spam-blocked {
    background-color: #e9a62a;
}
.textwidget .wpcf7 .wpcf7-validation-errors,
.textwidget .wpcf7 .wpcf7-acceptance-missing {
    background-color: #f46180;
}


/**
 * Widget: Search
 * -------------------------------------------------------------
 */
.search-form {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-form label{
  display: initial;
}
.widget.widget_search h2.widget-title {
  margin-bottom: 17px;
}
.widget.widget_search input[type="search"] {
  padding: 12px 39px 12px 15px;
    font-size: 15px;
    width: 100%;
    padding-right: 90px;
}
.not-found .search-submit,
.widget.widget_search .search-form .search-submit {
    color: #fff;
    bottom: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: opacity 120ms ease-in;
    transition: opacity 120ms ease-in;
}
.widget.widget_search .search-form .search-submit:hover {
  opacity: .85;
}
.widget.widget_search .search-form .search-submit:focus {
  outline: none;
}
.widget.widget_search .search-form .search-submit:before {
  content: '';
  width: 21px;
  height: 41px;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: -10px;
}

/**
 * Widget: RSS
 * -------------------------------------------------------------
 */

.rsswidget img {
    display: none;
}
.widget_rss .widget-title .rsswidget:first-child:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f09e';
    margin-right: 8px;
    font-size: 80%;
}
.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_rss ul li {
    margin-bottom: 10px;
}
.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.widget_rss ul li .rss-date {
    display: block;
    font-size: 80%;
    color: #989ea6;
}
.widget_rss ul li .rssSummary {
    margin-bottom: 2px;
    font-size: 90%;
}
.widget_rss ul li cite {
    display: block;
    margin: 0;
    text-align: left;
    font-style: normal;
    font-size: 80%;
    color: #989ea6;
}

/**
 * Widget: Image
 * -------------------------------------------------------------
 */

.widget_media_image .wp-caption {
    margin-bottom: 0;
}

/**
 * Widget: Gallery
 * -------------------------------------------------------------
 */

.widget_media_gallery .gallery {
    margin-bottom: 0 !important;
}


footer.site-footer {
  padding: 50px 0 65px;
  border-top: 1px solid rgba(0,0,0,.1);
  text-align: center;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}
footer .copyright {
  
}
/*
# Top Social
 ----------------------------------------*/
.site-footer.centered .social-links-menu {
  margin-bottom: 50px;
}
.footer-socials ul {
    margin: 0;
    padding: 0;
}

.footer-socials ul li {
    display: inline;
    padding: 0 5px;
}

.footer-socials li:last-child {
    margin-right: 0;
}
.footer-socials ul li a{
  font-size: 0;
}
.footer-socials ul li a:before {
  content: "";
  font-family: FontAwesome, sans-serif;
  transition: color 0.3s ease-in-out 0s;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: #333;
}
.footer-socials ul li:hover a:before{
    opacity: .6;
}
.footer-socials ul li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.footer-socials ul li a[href*="twitter.com"]:before {
    content: "\f099";
}

.footer-socials ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.footer-socials ul li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.footer-socials ul li a[href*="youtube.com"]:before {
    content: "\f167";
}

.footer-socials ul li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.footer-socials ul li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.footer-socials ul li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.footer-socials ul li a[href*="github.com"]:before {
    content: "\f113";
}

.footer-socials ul li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.footer-socials ul li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.footer-socials ul li a[href$="/feed/"]:before {
    content: "\f09e";
}

.footer-socials ul li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.footer-socials ul li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.footer-socials ul li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.footer-socials ul li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.footer-socials ul li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.footer-socials ul li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.footer-socials ul li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.footer-socials ul li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.footer-socials ul li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.footer-socials ul li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.footer-socials ul li a[href*="skype.com"]:before {
    content: "\f17e";
}

.footer-socials ul li a[href*="dribble.com"]:before {
    content: "\f17d";
}

.single hr{
  border: 0;
}

/**
 ## Paginations (WordPress CSS classes)
 * -------------------------------------------------------------
 */

.pagination {
    overflow: hidden;
    display: inline-block;
    margin: 0 0 50px;
    padding: 0;
    border-radius: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
.pagination .page-numbers {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #4c4f53;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ddd;
    margin: 0 4px;
    display: inline-block;
}
.pagination .page-numbers.dots {
    padding: 10px 5px;
}

.pagination a.page-numbers:focus {
    color: #4c4f53;
}
.pagination .page-numbers.current {
    background: #333;
    color: #fff;
}
.pagination a.page-numbers:hover {
    color: #ec407a;
    text-decoration: underline !important;
}




.posts-navigation:before,
.posts-navigation:after {
    content: " ";
    display: table;
}
.posts-navigation:after {
    clear: both;
}
.posts-navigation {
    zoom: 1;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    display: inline-block;
    min-height: 1px;
    width: 50%;
    position: relative;
}
.posts-navigation .nav-previous {
    float: left;
    text-align: left;
    padding-right: 15px;
}
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    padding-left: 15px;
}

.posts-navigation .nav-previous a:after {
  position: absolute;
    content: "\f0d9";
    font-family: "FontAwesome";
    color: #fff;
    left: 10px;
    top: 15px;
}

.posts-navigation .nav-next a:after {
    position: absolute;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fff;
    right: 10px;
    top: 15px;
}
.posts-navigation .nav-links a {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0085a1;
    border-color: #0085a1;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus {
    background-color: #00657b;
    border-color: #00657b; 
}

.navigation.post-navigation{
    margin-top: 20px;
    background-color: #f6f6f6;
    padding: 10px 15px;
}
.navigation.post-navigation .nav-links{
  align-items: center;
}
.navigation.post-navigation a{
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
}
.navigation.post-navigation .nav-subtitle{
  display: none;
}
.navigation.post-navigation .nav-next a:after{
    position: absolute;
    content: "→";
    right: 0;
    top: 50%;
    font-size: 24px;
    line-height: 0;
}
.navigation.post-navigation .nav-previous a:after{
    position: absolute;
    content: "←";
    left: 0;
    top: 50%;
    font-size: 24px;
    line-height: 0;
}



