/*

Theme Name: October

Theme URI: https://themeforest.net/item/october-responsive-one-page-wordpress-theme/19269625

Description: October is a Responsive One Page WordPress Theme for creative freelancers, designers, photographers, illustrators, web agencies or artists.

Version: 2.1

Author: Raven Blue Themes

Author URI: https://ravenbluethemes.com

License: GPL v2

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

Tags: custom-menu, full-width-template, theme-options, translation-ready

Text Domain: october

*/

/* WordPress Core */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #FFF;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

.wpcf7 input[type=submit] {
	max-width: 240px;
}
.services h4 {
	text-transform: uppercase;
	font-size:16px;
}
.navbar-toggler {
    height: 40px;
    background-color: #d6a15b;
    border-radius: 0;
    border: 0;
    float: right;
    margin-top: 15px;
	padding: 12px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #FFF;
    transition: all .3s ease-in-out;
}

.archive .content-area {
	margin-top:160px;
}
.section-content p {
	width:100%;
}
.page-template-default .navbar li > a {
	color: #d6a15b;
}
.news-preview {
	margin-bottom:2em;
}
h3 {
	letter-spacing:inherit;
	font-size:1.5rem;
}
b,strong {
	color:inherit;
}
.section-heading p a {
	color: var(--primary-color);
}
@media screen and (max-width: 767px) {

  .navbar-collapse {
	  top:70px;
  }
	.navbar-collapse li ul {
		display:none;
	}
}

.section-content {
  word-break: break-word;
}

/* Pagination */
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 6px 16px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }

@media screen and (max-width: 782px) {
  #wpadminbar.mobile #wp-admin-bar-my-account>.ab-item {
      width: 42px;
  }
  #wpadminbar.mobile .quicklinks>ul>li>a {
    padding: 0;
  }
  #wpadminbar.mobile #wp-admin-bar-updates {
    display: none;
  } 
}