/*!
Theme Name: Hedwix Outreach
Author: Hedwix Team
Description: Hedwix Outreach is a responsive multi-purpose WordPress theme. It is a flexible theme suitable for people starting out their first online business. This theme has pre-defined demos which can be imported in less than a minute with the help of one click demo importer plugin. This theme is powered with drag and drop page builder, SiteOrigin Page Builder, which is easy and straightforward for customization. Reach your dream with us!
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hedwix-outreach
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, custom-background, custom-header, footer-widgets, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hedwix Outreach is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Grid and Components
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Hedwix
	## Transitions
  ## Featured Slider
  ## Services
  ## About Us
  ## Titles
  ## Accordion
  ## Team
  ## Call To Action
  ## Pricing Tables
  ## Latest Posts
  ## Contact Us
  ## Blog
  ## Single Blog
  ## Error 404
  ## Footer
  ## Responsive

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: sans-serif;
  -ms-text-size-adjust:     100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
  font-family: 'Lato', sans-serif;	
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
  text-transform: capitalize;
  margin: 0.5em 0;
  color: #222;
  font-weight: 500;
}

h1 { font-size: 52px; }
h2 { font-size: 42px; }
h3 { font-size: 32px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

p {
	margin-top: 1em;
}

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

blockquote {
  margin: 1.5em 0;
  padding: 20px;
  background-color: #f9f9f9;
}

blockquote p {
  margin-top: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 0 0.5em;
  padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
  width: 100%;
}

#wp-calendar caption {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #3294dd;
    border-radius: 0;
    background: #3294dd;
    color:#fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #3294dd;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #3294dd;
    outline: none;
    background-color: #3294dd;
}

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"],
textarea {
  color: #404040;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 15px;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #404040;
  outline: none;
  border: 1px solid #3294dd;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.post-edit-link {
  background-color: royalblue;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 15px;
}

a.post-edit-link:hover,
a.post-edit-link:focus {
  background-color: #037ad0;
  color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead {
  box-shadow: 0 1px rgba(34, 34, 34, 0.1);
}

.site-branding {
  padding: 20px 0 0;
}

.site-branding img {
  width: auto;
  max-height: 80px;
  display: block;
  margin: 0 auto 15px;
}

.site-branding a:focus {
  outline: none;
}

#site-header {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

#masthead .container {
  padding: 0;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
  display: none;
}

#site-navigation {
  text-align: center;
}

#site-navigation ul {
  text-align: left;
  border-top: 1px solid rgba(34, 34, 34, 0.3);
}

#site-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.3);
}

#site-navigation li {
  position: relative;
}

#site-navigation li a {
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
  padding: 12px 0;
  display: block;
}

#site-navigation li a:hover,
#site-navigation li a:focus,
#site-navigation li.current_page_item > a,
#site-navigation li.current-menu-item > a {
  color: #3294dd;
}

.main-navigation ul ul > li {
  border-bottom: 1px solid #444;
}

.main-navigation ul ul > li:last-child {
  border-bottom: none;
}

#site-navigation ul ul li a {
  padding-left: 20px;
}

#site-navigation ul ul ul li a {
  padding-left: 40px;
}

#site-navigation ul ul ul ul li a {
  padding-left: 60px;
}

#site-navigation ul ul ul ul ul li a {
  padding-left: 80px;
}

#site-navigation ul ul ul ul ul ul li a {
  padding-left: 100px;
}

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

.site-description {
  color: #222;
  margin-top: 5px;
}

.main-navigation ul ul {
  background-color: #fff;
  min-width: 200px;
  padding: 0;
  border-top: 3px solid #3294dd;
}

.main-navigation ul ul > li > a {
  color: #c5cfdd;
  padding: 15px 20px;
  min-width: 200px;
  width:auto;
  font-weight: 300;
}

.dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  color: #222;
  width: 50px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
}

button.dropdown-toggle .fa {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.dropdown-toggle.active .fa {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.menu-toggle {
  background-color: transparent;
  width: 70px;
  height: 65px;
  float: none;
  border: none;
}

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

.icon-bar {
  background-color: #222;
  width: 40px;
  height: 3px;
  display: block;
  margin: 8px 0;
}

.icon-bar:first-child {
  margin-top: 0;
}

.icon-bar:last-child {
  margin-bottom: 0;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .navigation .nav-links .page-numbers,
.site-main .navigation .nav-links a {
    background-color: #3294dd;
    border: 1px solid #3294dd;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}
.site-main .navigation.post-navigation .nav-links .nav-previous a:before,
.site-main .navigation.posts-navigation .nav-links .nav-previous a:before {
    content: "\f100";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.site-main .navigation.post-navigation .nav-links .nav-next a:after,
.site-main .navigation.posts-navigation .nav-links .nav-next a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 10px;
}
.site-main .post-navigation, 
.site-main .posts-navigation {
    margin-bottom: 50px;
    clear: both;
}
.navigation.pagination {
    clear: both;
    display: block;
    text-align: center;
}
.navigation.pagination .page-numbers.current {
    background-color: #222;
    border-color: #222;
}
.navigation.pagination {
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.navigation.posts-navigation,
.navigation.post-navigation {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.navigation.posts-navigation {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Grid and Components
--------------------------------------------------------------*/
.panel-grid {
  position: relative;
}
.siteorigin-panels #content > .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.siteorigin-panels #primary article {
  margin: 0;
}
.panel-grid .panel-layout,
.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 40px 0;
}
.page-header-container {
  max-width: 1140px;
}
section,
article,
.relative {
  position: relative;
}
.page-section {
  padding: 100px 0;
  position: relative;
  display: block;
}
.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background-color: #3294dd;
  color: #fff;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-primary {
  background-color: #3294dd;
  color: #fff;
}
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #037ad0;
  color: #fff;
}
.btn-default {
  background-color: #fff;
  color: #222;
}
.btn-default:hover {
  background-color: #222;
  color: #fff;
}
.panel-grid {
  margin-bottom: 0 !important;
}
.entry-header.align-center,
.section-header.align-center {
  text-align: center;
}
.align-center .entry-title:before,
.align-center .entry-title:after,
.align-center .section-title:before,
.align-center .section-title:after {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.widget:before,
.widget:after,
.container:before,
.container:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget:before,
.widget:after,
.container:before,
.container:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  position: relative;
}
.widget:not(:last-child) {
  margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.widget_gallery_slider .slick-dots {
  bottom: 0;
}

.widget_gallery_slider .slick-prev, 
.widget_gallery_slider .slick-next {
  width: 30px;
  height: 40px;
}

.widget_gallery_slider .slick-prev:before, 
.widget_gallery_slider .slick-next:before {
  font-size: 18px;
  line-height: 30px;
}

#footer-widgets .widget-title,
#secondary .widget-title {
  font-size: 24px;
}
.calendar_wrap caption {
  padding-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.home .hentry {
  margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-summary,
.entry-summary p {
    margin-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-content form {
  margin-top: 1em;
}

.siteorigin-panels .template-wrapper.page-section {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.siteorigin-panels .template-wrapper.page-section #primary {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.siteorigin-panels .template-wrapper.page-section article {
  margin: 0;
}
.page-content input[type="submit"] {
  margin-top: 15px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

#respond label {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Hedwix Customized CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Transitions
--------------------------------------------------------------*/
.icon-container .fa,
.featured-title a,
.btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.widget_featured_slider .entry-title a:hover,
.widget_featured_slider .entry-title a:focus,
.navbar-brand:hover .navbar-brand:hover
.navbar-brand:hover .navbar-brand:focus,
b.fn a:hover,
b.fn a:focus {
    color: #3294dd;
}

/*--------------------------------------------------------------
## Featured Slider
--------------------------------------------------------------*/
.widget_featured_slider header.entry-header {
    margin-bottom: 25px;
}
.widget_featured_slider .entry-title:before,
.widget_featured_slider .entry-title:after {
    display: none;
}
.widget_featured_slider .slick-item {
    padding: 200px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.widget_featured_slider .slick-item:after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-slider-content .entry-title {
    font-size: 42px;
}
.widget_featured_slider .entry-title a,
.widget_featured_slider .entry-content,
.widget_featured_slider .entry-title,
.widget_featured_slider .sub-title {
    color: #fff;
}
.widget_featured_slider .sub-title {
    color: #fff;
    text-transform: uppercase;
}
.widget_featured_slider .entry-summary p {
    font-size: 18px;
    margin: 0;
}
.widget_featured_slider .container {
    position: relative;
    z-index: 30;
}
.featured-slider-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.featured-slider-content .entry-content {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}
.featured-slider-content .entry-content p {
    margin: 0;
}
.featured-slider-content .entry-title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 2px 2px rgba(51, 51, 51, 0.60);
}
.featured-slider-content .read-more {
    margin-top: 25px;
}
.widget_featured_slider .slick-dots li button:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-item:focus {
    outline: none;
}
.widget_featured_slider .slick-prev {
    left: 20px;
}
.widget_featured_slider .slick-next {
    right: 20px;
}
.slick-item,
.slick-item:focus {
    outline: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev,
.slick-next {
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #3294dd;
    text-align: center;
}
.slick-prev:focus,
.slick-next:focus {
    background-color: #3294dd;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #037ad0;
}
.slick-prev:before, 
.slick-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 40px;
}
.slick-next:before {
    content: "\f105";
}
.widget_featured_slider .slick-dots {
    bottom: 30px;
}
.widget_featured_slider .slick-prev,
.widget_featured_slider .slick-next {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button:before, 
.slick-dots li button:before {
    content: "";
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 12px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li.slick-active button:before {
    background-color: #3294dd;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
.sow-features-list {
    margin: 0 -15px !important;
}
.so-widget-sow-features {
    max-width: 1170px;
    width: 95%;
    padding: 80px 0;
    margin: 0 auto;
}
.sow-icon-container span {
    border: 3px solid #3294dd;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sow-features-feature h5 {
    font-size: 16px;
    line-height: 1;
    margin-top: 35px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase;
}
.sow-features-feature {
    padding: 0 15px !important;
}
.sow-features-feature:hover .sow-icon-container span {
    border-color: #3294dd;
    background-color: #3294dd;
    box-shadow: 0 12px 22px rgba(0,0,0,.15);
    color: #fff !important;
}
/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.so-widget-sow-editor .widget-title {
    position: relative;
    padding-bottom: 15px;
}
.so-widget-sow-editor .widget-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
.so-widget-sow-editor .widget-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #3294dd;
}
.so-widget-sow-editor .ow-button-base {
    text-align: left;
}
.so-widget-sow-editor .sow-image-container img {
    width: 100% !important;
}
.ow-button-hover {
    display: inline-block !important;
    position: relative;
    font-size: 14px !important;
    height: 50px;
    line-height: 50px !important;
    padding: 0 30px !important;
    background: #3294dd !important;
    color: #fff !important;
    border-radius: 100px !important;
    border: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ow-button-hover:hover {
    background-color: #037ad0 !important;
}
/*--------------------------------------------------------------
## Titles
--------------------------------------------------------------*/
.entry-title {
    font-size: 32px;
    margin: 0 0 15px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: 100%;
}
/*--------------------------------------------------------------
## Accordion
--------------------------------------------------------------*/
.panel-layout .widget-title,
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
.panel-layout .widget-title:before,
.section-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
.panel-layout .widget-title:after,
.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #3294dd;
}
.sow-accordion-panel-header {
    background-color: transparent !important;
    border-bottom: 2px solid #3294dd;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sow-accordion-title {
    color: #3294dd;
    font-weight: 500;
    font-size: 16px;
}
.sow-accordion-panel-header:before {
    content: "\f06c";
    font-family: "FontAwesome";
    color: #3294dd;
    margin-right: 10px;
}
.sow-accordion-panel-border {
    background-color: transparent !important;
    padding: 15px 30px 0 !important;
}
/*--------------------------------------------------------------
## Team
--------------------------------------------------------------*/
#team .entry-header {
    margin-bottom: 30px;
}
#team .entry-content {
    margin: 0 -10px;
}
#team .featured-image {
    position: relative;
}
.team-item {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 50px;
}
.team-item:last-child {
    margin-bottom: 0;
}
.team-item h4 {
    margin: 0;
}
.team-item h4 a {
    color: #037ad0;
}
.team-item h4 a:hover,
.team-item h4 a:focus {
    color: #037ad0;
}
.team-item small {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.team-content {
    padding: 25px 15px 0;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
}
ul.social-icons li:last-child {
    margin-right: 0;
}
#team .overlay,
#team .team-link {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-link {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}
#team .team-item:hover .team-link {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
#team .team-item:hover .overlay {
    opacity: 0.8;
    visibility: visible;
}
/*--------------------------------------------------------------
## Call To Action
--------------------------------------------------------------*/
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}
#call-to-action {
    text-align: center;
}
#call-to-action .container {
    position: relative;
}
#call-to-action .overlay {
    opacity: 0.4;
}
#call-to-action .entry-title {
    margin-bottom: 0;
    color: #fff;
}
#call-to-action .entry-title:before,
#call-to-action .entry-title:after {
    display: none;
}
#call-to-action .entry-description {
    margin-bottom: 25px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
}
#call-to-action .buttons a {
    margin: 10px;
}
/*--------------------------------------------------------------
## Pricing Tables
--------------------------------------------------------------*/
.so-widget-sow-price-table {
    max-width: 1170px;
    width: 95%;
    padding: 80px 0;
    margin: 0 auto;
}
.widget_sow-price-table .widget-title {
    text-align: center;
    margin-bottom: 50px;
}
.widget_sow-price-table .widget-title:before, 
.widget_sow-price-table .widget-title:after {
    right: 0;
    margin: auto;
}
.ow-pt-column {
    padding: 0 25px;
}
.ow-pt-title, 
.ow-pt-details,
.ow-pt-feature,
.ow-pt-button {
    background: #f5f5f6 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.ow-pt-title {
    font-size: 24px !important;
    font-weight: 500;
    color: #222 !important;
    text-align: left !important;
}
.ow-pt-subtitle {
    color: #8b8e93 !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    text-shadow: none;
}
.ow-pt-price {
    color: #3294dd !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    font-size: 50px !important;
    text-align: left;
}
.ow-pt-per {
    color: #8b8e93 !important;
    text-align: left;
    font-size: 16px;
}
.ow-pt-title {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
.ow-pt-column.ow-pt-featured {
    background-color: #fff !important;
    box-shadow: 0 8px 16px rgba(0,0,0,.1);
    border: 1px solid #ebebeb;
}
.ow-pt-column.ow-pt-featured .ow-pt-title, 
.ow-pt-column.ow-pt-featured .ow-pt-details, 
.ow-pt-column.ow-pt-featured .ow-pt-feature, 
.ow-pt-column.ow-pt-featured .ow-pt-button {
    background-color: #fff !important;
}
.ow-pt-features .ow-pt-feature {
    padding-bottom: 0 !important;
}
.ow-pt-button {
    padding-bottom: 35px !important;
    padding-top: 30px !important;
    text-align: right !important;
}
.ow-pt-column.ow-pt-featured .ow-pt-button {
    padding-bottom: 50px !important;
}
.ow-pt-button a {
    display: inline-block !important;
    position: relative !important;
    font-size: 13px !important;
    padding: 10px 20px !important;
    background: #3294dd !important;
    color: #fff !important;
    border-radius: 100px !important;
    border: none !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ow-pt-button a:hover,
.ow-pt-button a:focus {
    background-color: #037ad0 !important;
}
/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
#latest-post .section-header {
    margin-bottom: 50px;
}
#latest-post .read-more {
    margin-top: 15px;
}
#latest-post .read-more a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
#latest-post .read-more a:hover {
    text-decoration: none;
}
#latest-post .entry-title:before,
#latest-post .entry-title:after {
    display: none;
}
#latest-post .entry-title {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#latest-post .entry-title a {
    color: #222;
}
#latest-post .entry-title a:hover,
#latest-post .entry-title a:focus {
    color: #3294dd;
}
#latest-post .entry-container {
    border: 1px solid #efeff3;
    background-color: #fff;
    padding: 25px;
}
#latest-post .no-post-thumbnail .entry-container {
    width: 100%;
    height: auto;
}
#latest-post article:not(:last-child),
.blog-archive-wrapper article:not(:last-child) {
    margin-bottom: 25px;
}
#latest-post article .featured-image img,
.blog-archive-wrapper article .featured-image img {
    width: 100%;
    object-fit: cover;
}
/*--------------------------------------------------------------
## Contact Us
--------------------------------------------------------------*/
#primary ul.address-block {
    margin-top: 30px;
}
#primary ul.address-block i {
    border: 1px solid #3294dd;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 80px;
    margin-right: 25px;
}
#primary ul.address-block li:not(:last-child) {
    margin-bottom: 25px;
}
ul.address-block li a {
    color: #8b8e93;
}
ul.address-block li a:hover,
ul.address-block li a:focus {
    color: #3294dd;
}
ul.address-block i {
    width: 20px;
    margin-right: 15px;
    font-size: 18px;
    color: #3294dd;
}
.address-block {
    font-weight: 400;
}
.wpcf7 label {
    width: 100%;
    font-weight: 400;
}
.wpcf7 label input, 
.wpcf7 label textarea {
    margin-top: 10px;
    background-color: #f5f5f6;
    border-color: #f5f5f6;
    transition: all 0.2s ease-in-out;
}
.wpcf7 label input:focus, 
.wpcf7 label textarea:focus {
    background-color: #fff;
    border-color: #f0f0f0;
    box-shadow: 0 2px 7px rgba(0,0,0,.05);
}
.form-title {
    text-transform: capitalize;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 1em;
}
.wpcf7 input[type="submit"] {
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background-color: #3294dd;
    color: #fff;
    border-radius: 100px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
#innerpage-banner {
    background-color: #404040;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    padding: 175px 0;
    position: relative;
}
#innerpage-banner:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header .entry-title:before,
.page-header .entry-title:after {
    display: none;
}
#innerpage-banner .container {
    position: relative;
}
.page-header .entry-title {
    color: #fff;
}
.banner-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.page-header .entry-title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 600;
}
.banner-wrapper.align-left {
    text-align: left;
}
.banner-wrapper.align-center {
    text-align: center;
}
#innerpage-banner .black-overlay {
    background-color: rgba(5, 12, 26, 0.6);
    opacity: 0.6;
}
.banner-wrapper p {
    max-width: 600px;
}
.banner-wrapper.align-left .title-divider {
    background-position: 0;
}
.banner-wrapper.align-center {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-wrapper.align-center p {
    margin-left: auto;
    margin-right: auto;
}
.banner-wrapper p {
    margin-top: 1.5em;
}
body:not(.siteorigin-panels) .template-wrapper header.entry-header {
    margin-bottom: 0;
}
body:not(.siteorigin-panels) .template-wrapper h2.entry-title {
    font-size: 28px;
    text-transform: capitalize;
}
body:not(.siteorigin-panels) .template-wrapper .entry-title a:hover,
body:not(.siteorigin-panels) .template-wrapper .entry-title a:focus {
    color: #3294dd;
}
.single .blog-featured-image img {
    margin: 0;
}
.blog-featured-imagepost-thumbnail img.post-thumbnail {
    width: 100%;
}
.entry-meta {
    margin: 0 0 1em;
    color: #777;
}
.entry-meta .sep{
  margin: 0 3px;
}
.entry-meta a {
    color: #777;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #3294dd;
}
.entry-content {
    margin-top: 0;
}
.archive-blog-wrapper .entry-title a {
    color: #404040;
}
.archive-blog-wrapper .hentry {
    margin-bottom: 40px;
    background-color: #f6f6f6;
}
.featured-image .aligncenter {
    margin: 0;
}
.single-post-wrapper .featured-image {
    margin-bottom: 25px;
}
.single-post-wrapper .cat-links,
.single-post-wrapper .tags-links {
    margin: 25px 0 10px;
    display: inline-block;
    width: 100%;
}
.tags-links a {
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
    margin-right: 5px;
}
.blog-archive-wrapper span.cat-links, 
.blog-archive-wrapper span.tags-links {
    display: none;
}
.blog-archive-wrapper .entry-content p {
    margin-top: 0;
}
.blog-archive-wrapper article .entry-title {
    font-size: 20px;
    margin-bottom: 0;
}
.blog-archive-wrapper article .entry-title a {
    color: #222;
}
.blog-archive-wrapper article .entry-title a:hover,
.blog-archive-wrapper article .entry-title a:focus {
    color: #3294dd;
}
.blog-archive-wrapper article .entry-title:before,
.blog-archive-wrapper article .entry-title:after {
    display: none;
}
.blog-archive-wrapper .entry-container {
    border: 1px solid #efeff3;
    background-color: #fff;
    padding: 25px;
}
.blog-archive-wrapper article {
    margin: 0;
}
.single-post-wrapper .tags-links {
    margin-top: 0;
}
.single-post-wrapper .featured-image {
    margin-bottom: 25px;
}
.single .archive-blog-wrapper .hentry {
    background-color: transparent;
}
.archive-blog-wrapper .hentry:last-child {
    margin-bottom: 0;
}
span.comments-link a:before{
    content: "\f073";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #777;
}
span.comments-link a:before {
    content: "\f086";
}
span.comments-link a:hover:before,
span.comments-link a:focus:before,
span.byline a:hover:before,
span.byline a:focus:before {
    color: #3294dd;
}
#secondary .widget {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    padding: 25px;
    background-color: #fff;
}
.siteorigin-panels #secondary {
    display: none;
}
input {
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    width: 100%;
}
textarea {
    border-radius: 0;
    padding: 15px;
    width: 100%;
}
.comment-form-comment textarea {
    height: 225px;
}
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    padding: 0;
    width: auto;
}
input[type="submit"] {
    height: auto;
    font-size: 16px;
    width: auto;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.site-main .navigation .nav-links a:hover,
.site-main .navigation .nav-links a:focus {
    background-color: #037ad0;
    color: #fff;
}
#secondary .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
}
p.form-submit {
    display: inline-block;
}
.form-submit input[type="submit"] {
    padding: 12px 25px;
    text-transform: uppercase;
}
.search-form {
    position: relative;
}
.search-form input.search-field {
    width: 100%;
    padding-right: 85px;
}
.search-form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    text-align: center;
    width: 45px;
    font-size: 16px;
}
.search-form label {
    width: 100%;
}
#secondary .widget a {
    color: #666;
    font-weight: 400;
}
#secondary .widget a:hover,
#secondary .widget a:focus {
    color: #3294dd;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 2em;
}
.widget_recent_comments a {
    display: block;
}
/*--------------------------------------------------------------
## Single Blog
--------------------------------------------------------------*/

.entry-container-single{
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.post-thumbnail {
    width: 100%;
}
#reply-title,
.comments-title {
    font-size: 32px;
}
.comment-author img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
#comments ol {
    list-style: none;
}
span.says {
    display: none;
}
b.fn,
b.fn a {
    font-weight: 500;
    font-size: 18px;
    color: #222;
}
ol.comment-list {
    margin-top: 50px;
    padding: 0;
}
ol.children {
    margin-top: 50px;
}
ol.comment-list li {
    margin-bottom: 50px;
}
.comment-reply-link {
    font-weight: 500;
    margin-top: 15px;
    display: table;
    color: #3294dd;
    font-size: 16px;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #000;
}
#comments ol.comment-list > li article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
#comments ol.comment-list > li:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
/*--------------------------------------------------------------
## Error 404
--------------------------------------------------------------*/
.error-404.not-found {
    text-align: center;
}
.big-title {
    font-size: 150px;
    line-height: 0;
    color: #3294dd;
}
.error-404.not-found .page-title {
    font-size: 42px;
}
.error-404.not-found .search-form {
    margin-top: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-widgets {
    background-color: #1d2025;
    color: #fff;
}
.site-info .container {
    padding: 0;
}
#footer-widgets a,
.site-info,
.site-info a {
    color: #fff;
}
#footer-widgets a:hover,
#footer-widgets a:focus,
.site-info a:hover,
.site-info a:focus {
    color: #3294dd;
}
.footer-active-1 {
    width: 100%;
}
.footer-column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-column:last-child {
    margin-bottom: 0;
}
.widget-title {
    font-size: 32px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-widgets .widget-title,
#footer-widgets #wp-calendar caption {
    color: #fff;
}
#secondary .widget ul li:before,
#footer-widgets .widget ul li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 15px;
}
#secondary .widget ul#recentcomments li:before, 
#footer-widgets .widget ul#recentcomments li:before {
    content: "\f27b";
}
#secondary .widget.widget_recent_entries li:before,
#footer-widgets .widget.widget_recent_entries li:before {
    content: "\f18c";
}
#secondary .widget.widget_archive li:before,
#footer-widgets .widget.widget_archive li:before {
    content: "\f274";
}
#secondary .widget.widget_categories li:before,
#footer-widgets .widget.widget_categories li:before {
    content: "\f07c";
}
#secondary .widget.widget_meta li:before,
#footer-widgets .widget.widget_meta li:before {
    content: "\f02b";
}
#secondary .widget.widget_pages li:before,
#footer-widgets .widget.widget_pages li:before {
    content: "\f15b";
}
.widget ul#recentcomments li a {
    padding-left: 15px;
}
#secondary .widget ul li:hover:before,
#footer-widgets .widget ul li:hover:before {
    color: #3294dd;
}
body:not(.home) #content,
.home.blog #content {
    background-color: #f9f9f9;
}
.widget.widget_address ul li a:before {
    display: none;
}
.widget_tag ul li a:before {
    display: none;
}
.widget ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.widget.widget_tag ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.widget_tag ul li a {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}
.widget_tag ul li:hover a {
    border-color: #3294dd;
}
.site-footer .widget_gallery ul li,
#secondary .widget_gallery ul li {
    margin: 0;
    padding: 0 5px 5px 0;
}
.widget_gallery ul li img{
    vertical-align: middle;
}
.widget_gallery ul.col-2 li {
    width: 50%;
    float: left;
}
.widget_gallery ul.col-3 li {
    width: 33.33%;
    float: left;
}
.widget_gallery ul.col-4 li {
    width: 25%;
    float: left;
}
.site-info {
    padding: 20px 0;
    background-color: #1d2025;
    border-top: 1px solid rgba(255,255,255,.06);
    text-align: center;
}
.site-info p {
    margin: 5px 0;
}
.site-info p:nth-child(2) {
    margin-top: 3px;
}
.widget_social_medias a:before {
    display: none;
}
.widget_social_medias li {
    display: inline-block;
}
.widget_social_medias li a {
    width: 40px;
    height: 40px;
    background-color: #3294dd;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
#secondary .widget_social_medias li a {
    color: #fff;
}
#secondary .widget_social_medias li a:hover,
#secondary .widget_social_medias li a:focus {
    color: #fff;
}
#footer-widgets .widget_text {
    padding-left: 0;
    padding-right: 0;
}
.footer-active-1 {
    text-align: center;
}
#footer-widgets ul.address-block i {
    color: #fff;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
    .site-branding {
        float: left;
        padding: 10px 0;
        display: flex;
        align-items: center;
        max-width: 100%;
        width: 85%;
        min-height: 100px;
    }
    .site-branding img {
        margin: 0 15px 0 0;
        float: left;
    }
    .menu-toggle {
        float: right;
        height: 100px;
    }
    #site-header {
        text-align: left;
        float: left;
        width: auto;
    }
    #latest-post article,
    .blog-archive-wrapper article {
        width: 50%;
        float: left;
    }
    #latest-post article:not(:last-child),
    .blog-archive-wrapper article:not(:last-child) {
        margin-bottom: 0;
    }
    #latest-post article .entry-container,
    .blog-archive-wrapper article .entry-container {
        border-left: none;
        border-right: none;
    }
    #latest-post article:nth-child(odd) .entry-container,
    .blog-archive-wrapper article:nth-child(odd) .entry-container {
        border-right: 1px solid #efeff3;
    }
    #latest-post article:nth-child(2n+1),
    .blog-archive-wrapper article:nth-child(2n+1) {
        clear: left;
    }
    #team .col-3 .team-item {
        width: 50%;
        float: left;
    }
    #team .col-3 .team-item:nth-child(2n+1) {
        clear: left;
    }
    #team .col-3 .team-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    #team .col-3 img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .footer-active-2.footer-column {
        width: 50%;
        float: left;
    }
    .footer-active-2.footer-column:not(:last-child) {
        padding-right: 30px;
    }
    .footer-active-2.footer-column:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .footer-active-4.footer-column {
        width: 50%;
        float: left;
    }
    .footer-active-4.footer-column:nth-child(odd) {
        padding-right: 30px;
    }
    .footer-active-4.footer-column:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .footer-active-4.footer-column:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (min-width: 767px) {
    .footer-active-3.footer-column {
        width: 33.33%;
        float: left;
    }
    .footer-active-3.footer-column:not(:last-child) {
        padding-right: 30px;
    }
    .footer-active-3.footer-column:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .menu-toggle,
    .dropdown-toggle {
        display: none;
    }
    .site-branding {
        max-width: 100%;
        width: 35%;
    }
    ul#primary-menu {
        display: block !important;
    }
    .main-navigation ul {
        display: block;
    }
    #site-navigation ul li:not(:last-child),
    #site-navigation ul {
        border: none;
    }
    #site-navigation {
        float: right;
    }
    #site-navigation ul ul {
        display: none;
        position: absolute;
        top: 100%;
        background-color: #fff;
        right: 0;
        left: auto;
        z-index: 1;
        border: 1px solid #eee;
    }
    #masthead ul ul li.menu-item-has-children:hover > ul {
        top: -1px;
        right: 100%;
        left: auto;
    }
    #site-navigation ul li.menu-item-has-children:hover > a {
        color: #3294dd;
    }
    #site-navigation ul ul li.menu-item-has-children:hover > a {
        background-color: #eee;
        color: #3294dd;
    }
    #masthead #site-navigation ul ul a {
        padding: 10px 15px;
    }
    #site-navigation ul li {
        display: inline-block;
        vertical-align: middle;
    }
    #site-navigation ul ul li {
        display: block;
    }
    #site-navigation ul li a {
        padding: 38px 10px;
    }
    #masthead li.menu-item-has-children:hover > ul {
        display: block;
        left: auto;
        right: 0;
    }
    .main-navigation ul > li.menu-item-has-children > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        padding-left: 10px;
    }
    .main-navigation ul ul > li.menu-item-has-children > a:after {
        display: none;
    }
    .main-navigation ul ul li.menu-item-has-children > a:before {
        content: "\f104";
        font-family: "FontAwesome";
        float: right;
        padding-left: 10px;
    }
    .main-navigation ul ul > li > a:focus, 
    .main-navigation ul ul > li > a:hover {
        color: #3294dd;
        background-color: #eee;
    }
    #site-navigation ul ul li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

    .widget_featured_slider .slick-prev, 
    .widget_featured_slider .slick-next {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .widget_featured_slider:hover .slick-prev, 
    .widget_featured_slider:hover .slick-next,
    .widget_featured_slider:focus .slick-prev, 
    .widget_featured_slider:focus .slick-next {
        opacity: 1;
        visibility: visible;
    }
    #latest-post article {
        width: 100%;
        float: none;
        clear: both;
    }
    #latest-post article:not(:last-child) {
        margin-bottom: 20px;
    }
    #latest-post article .featured-image,
    #latest-post article .entry-container,
    .blog-archive-wrapper article.has-post-thumbnail .featured-image,
    .blog-archive-wrapper article.has-post-thumbnail .entry-container {
        width: 40%;
        float: left;
    }
    #latest-post article .entry-container,
    .blog-archive-wrapper article.has-post-thumbnail .entry-container {
        width: 60%;
        padding: 25px;
    }
    #latest-post article .featured-image img,
    #latest-post article .entry-container,
    .blog-archive-wrapper article.has-post-thumbnail .featured-image img,
    .blog-archive-wrapper article.has-post-thumbnail .entry-container {
        height: 300px;
    }
    #latest-post article:not(:last-child),
    .blog-archive-wrapper article:not(:last-child) {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }
    #team .col-3 .team-item {
        width: 33.33%;
    }
    #team .col-3 .team-item:nth-child(2n+1) {
        clear: none;
    }
    #team .col-3 .team-item:nth-child(3n+1) {
        clear: left;
    }
    #team .col-3 .team-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    #team .col-3 img {
        height: 300px;
    }
    .blog-archive-wrapper article:last-child {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .left-sidebar #primary,
    .home.blog.left-sidebar #primary {
        padding-left: 25px;
        float: right;
        width: 70%;
    }
    .right-sidebar #primary,
    .home.blog.right-sidebar #primary {
        padding-right: 25px;
        width: 70%;
        float: left;
    }
    .error404.right-sidebar #primary {
        width: 100%;
        padding-right: 0;
    }
    .left-sidebar #secondary,
    .home.blog.left-sidebar #secondary {
        width: 30%;
        float: left;
    }
    .right-sidebar #secondary,
    .home.blog.right-sidebar #secondary {
        width: 30%;
        float: right;
    }
    .no-sidebar #primary,
    .home.blog.no-sidebar #primary,
    .siteorigin-panels #primary {
        width: 100%;
        padding: 0;
    }
    .no-sidebar #secondary {
        display: none;
    }
    .home.left-sidebar #primary {
        padding-left: 0;
    }
    .home.siteorigin-panels.right-sidebar #primary {
        padding-right: 0;
        width: 100%;
    }
    body:not(.logged-in) p.comment-form-comment {
        width: 50%;
        float: right;
    }
    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 50%;
        float: left;
        padding-right: 1em;
    }
    .footer-active-4.footer-column {
        width: 25%;
    }
    .footer-active-4.footer-column:nth-child(odd) {
        padding-right: 0;
    }
    .footer-active-4.footer-column:not(:last-child) {
        padding-right: 30px;
    }
    .footer-active-4.footer-column:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    .footer-active-4.footer-column:nth-child(2n+1) {
        clear: none;
    }
}
@media screen and (min-width: 1200px) {
    
}
@media screen and (min-width: 1600px) {
    .widget_featured_slider .slick-item {
        padding: 365px 0;
    }
}
@media screen and (max-width: 992px) {
    .featured-slider-content .entry-title {
        font-size: 42px;
    }
    .widget_featured_slider .slick-item {
        padding: 250px 0;
    }
    #primary:before,
    #primary:after {
        content: "";
        clear: both;
        display: table;
    }
    #secondary {
        clear: both;
        margin-top: 2em;
    }
}
@media screen and (max-width: 800px) {
    .featured-slider-content .entry-title {
        font-size: 32px;
    }
    .featured-slider-content {
        max-width: 75%;
    }
    .widget_featured_slider .entry-summary p {
        font-size: 16px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .ow-pt-column {
        padding: 0 25px;
        width: 100% !important;
        max-width: 400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        margin-bottom: 35px !important;
    }
    .ow-pt-column:last-child { 
        margin-bottom: 0 !important
    }
    .ow-pt-column.ow-pt-featured {
        max-width: 350px !important;
    }
    .so-widget-sow-price-table,
    .panel-grid .panel-layout, 
    .container {
        padding: 60px 0;
    }
}
@media screen and (max-width: 567px) {
    #innerpage-banner {
        padding: 125px 0;
    }
    .featured-slider-content .entry-title {
        font-size: 32px;
    }
    .widget_featured_slider .slick-item {
        padding: 200px 0;
    }
    .widget_featured_slider .entry-summary p {
        font-size: 15px;
    }
    .widget_featured_slider .slick-dots {
        bottom: 0;
    }
    .widget_featured_slider .slick-prev,
    .widget_featured_slider .slick-next {
        display: none !important;
    }
    .navigation.posts-navigation a {
        min-width: 155px;
    }
}
@media screen and (max-width: 421px) {
    .featured-slider-content .entry-title {
        font-size: 22px;
    }
    .widget_featured_slider .slick-prev {
        left: 0;
    }
    .widget_featured_slider .slick-next {
        right: 0;
    }
    .widget_featured_slider .slick-item {
        padding: 175px 0;
    }
    .ow-pt-column.ow-pt-featured {
        max-width: 290px !important;
    }
}
@media screen and (max-width: 380px) {
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        float: none;
        text-align: center;
        margin: 5px 0;
    }
}
