/*
Theme Name: Echoes
Theme URI: http://imtiazrayhan.com/echoes/
Author: Imtiaz Rayhan
Author URI: http://imtiazrayhan.com/
Description: Echoes is a lightweight, fast, clean WordPress theme.
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: echoes
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, 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.

Echoes is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://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
# Transitions and colors
# Custom Widgets
    ## Featured Slider
    ## Services
    ## About Us
    ## Call to Action
    ## Latest News
    ## Contact Us
--------------------------------------------------------------*/


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

html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

#page {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 10px;
    border: 1px solid #ddd;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 29px;
}

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

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    font-weight: 600;
}

h6 {
    font-size: 28px;
    font-weight: 600;
}

p {
    margin: 1.5em 0 0;
}

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

blockquote {
    margin: 1.5em 0;
    padding: 20px;
    background-color: #fff;
    border-left: 5px solid #eee;
}

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 http://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;
    font-family: 'Open Sans', sans-serif;
}

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: 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: #000;
    margin-bottom: 1em;
}


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #000000;
    border-radius: 0;
    background: #444444;
    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: #4174dc;
}

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: #000000;
    outline: none;
    background-color: #000000;
}

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 #000000;
}

textarea {
    width: 100%;
}


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

a {
    color: #4174dc;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #000;
}

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

a:focus {
    outline: none;
}

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

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


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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

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

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

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

.site-title a {
    color: #000;
}

.site-title a:hover,
.site-title a:focus {
    color: #4174dc;
}

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

#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);
}

.black-header #masthead #site-navigation ul li:not(:last-child) {
    border-bottom-color: #444;
}

#site-navigation li {
    position: relative;
}

#site-navigation li a {
    font-weight: 600;
    color: #000;
    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: #4174dc;
}

.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: 600;
    line-height: 1;
}

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

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

.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: #000;
    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: #000;
    width: 35px;
    height: 2px;
    display: block;
    margin: 8px 0;
    margin-top: 8px;
}

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

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

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

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

.site-main .navigation .nav-links .page-numbers,
.site-main .navigation .nav-links a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 25px;
}

.single-post-wrapper .navigation .nav-links a {
    padding: 10px 0;
}

.navigation.pagination {
    clear: both;
    display: block;
    text-align: center;
}

.navigation.pagination .page-numbers.current {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

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

.single .post-navigation {
    border-top: 5px solid #ddd;
    border-bottom: 5px solid #ddd;
    padding: 20px 0;
}

.single .post-navigation .post-title {
    font-weight: 600;
}

.single .post-navigation i {
    font-size: 18px;
    font-size: 1.8rem;
}

.single .post-navigation .meta-nav {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #999;
    margin-bottom: 5px;
}

.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-links i {
    vertical-align: text-top;
}

body:not(.single) .nav-links i {
    font-size: 20px;
    font-size: 2rem;
}

.nav-previous {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-previous i {
    margin-right: 10px;
}

.nav-next {
    text-align: right;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-next i {
    margin-left: 10px;
}

.nav-previous+.nav-next {
    width: 50%;
}

@media (max-width: 991px) {
    .nav-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nav-previous,
    .nav-next {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .nav-previous+.nav-next {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    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;
    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;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 40px 0 60px 0;
}

div[row_stretch="wrapper"] {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1170px;
    width: 90%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding: 60px 0;
}

div[row_stretch="wrapper"].full-width,
div[row_stretch="wrapper"].full-width-stretched {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

section,
article,
.relative {
    position: relative;
}

.page-section {
    padding: 80px 0;
    position: relative;
    display: block;
}

.btn {
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background-color: #4174dc;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-primary {
    background-color: #4174dc;
    color: #fff;
}

.btn-default {
    background-color: #fff;
    color: #4174dc;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #000;
    color: #fff;
}

.read-more a:not(:last-child) {
    margin: 0 10px 10px;
}

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


/* Make sure select elements fit in widgets. */

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

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

.single .byline,
.group-blog .byline {
    display: inline;
}

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

body:not(.home) #primary .entry-container .entry-content p:first-child,
body:not(.single) #primary .entry-container .entry-content p:first-child {
    margin-top: 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,

/* Older / Newer Posts Navigation (always hidden) */

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


/*--------------------------------------------------------------
## 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: -5px;
}

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

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


/*--------------------------------------------------------------
# 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: #4174dc;
}


/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/

#logo {
    margin: 0 -15px;
}

#logo .logo-item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding: 0 15px;
}


/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/

#latest-post .no-post-thumbnail .entry-container {
    width: 100%;
    height: auto;
}

#latest-post article,
.blog-archive-wrapper article {
    padding: 0 10px;
    margin-bottom: 20px;
}

#latest-post article:last-child,
.blog-archive-wrapper article:last-child {
    margin-bottom: 0;
}

.post-wrapper {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    text-align: center;
}

#latest-post header.entry-header {
    margin-bottom: 15px;
}

#latest-post .read-more {
    margin-top: 15px;
}

#latest-post .read-more a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

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

#latest-post .entry-title a:hover,
#latest-post .entry-title a:focus {
    color: #4174dc;
}

#latest-post .entry-container {
    background-color: #fff;
    padding: 25px;
}

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

.cat-links a {
    color: #444444;
}

.cat-links a:hover,
.cat-links a:focus {
    color: #4174dc;
}

.blog-archive-wrapper article .entry-header {
    margin-bottom: 15px;
}

.right-sidebar .blog-archive-wrapper article,
.left-sidebar .blog-archive-wrapper article {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

.right-sidebar .blog-archive-wrapper article:last-child,
.left-sidebar .blog-archive-wrapper article:last-child {
    margin-bottom: 0;
}

.single-post-wrapper .entry-footer {
    border-top: 1px solid #BEBEBE;
    margin-top: 30px;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

#primary ul.address-block {
    margin-top: 30px;
}

#primary ul.address-block li:not(:last-child) {
    margin-bottom: 25px;
}

ul.address-block li a {
    color: #444444;
}

ul.address-block li a:hover,
ul.address-block li a:focus {
    color: #4174dc;
}

ul.address-block i {
    width: 20px;
    margin-right: 15px;
    font-size: 18px;
    color: #4174dc;
}

.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: #4174dc;
    color: #fff;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
}

.sow-contact-form {
    border: none !important;
    background-color: transparent !important;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

#innerpage-banner {
    background-color: #404040;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    padding: 125px 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;
}

.single .blog-featured-image img {
    margin: 0;
}

.blog-featured-imagepost-thumbnail img.post-thumbnail {
    width: 100%;
}

.entry-meta {
    margin: 0 0 1em;
    color: #777;
    font-size: 13px;
}

.single-post-wrapper .entry-meta {
    border-bottom: 1px solid #BEBEBE;
    padding-bottom: 25px;
}

.entry-meta a {
    color: #777;
}

.entry-meta a:hover,
.entry-meta a:focus {
    color: #4174dc;
}

.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: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}

.blog-archive-wrapper article .entry-title a {
    color: #000;
}

.blog-archive-wrapper article .entry-title a:hover,
.blog-archive-wrapper article .entry-title a:focus {
    color: #4174dc;
}

.blog-archive-wrapper article .entry-title:before,
.blog-archive-wrapper article .entry-title:after {
    display: none;
}

.blog-archive-wrapper .entry-container {
    border-bottom: 1px solid #d6d6da;
    background-color: #fff;
    padding: 0 0 35px 0;
    margin-bottom: 40px;
}

.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:hover:before,
span.comments-link a:focus:before,
span.byline a:hover:before,
span.byline a:focus:before,
.blog-archive-wrapper span.posted-on a:hover:before,
.blog-archive-wrapper span.posted-on a:focus:before,
.single-post-wrapper span.posted-on a:hover:before,
.single-post-wrapper span.posted-on a:focus:before {
    color: #4174dc;
}

.entry-meta>span {
    margin-right: 15px;
}

#secondary .widget {
    padding: 25px;
    background-color: #fff;
}

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,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
    background-color: #000;
    border-color: #000;
    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;
    border-radius: 25px;
}

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

#secondary .widget:not(:last-child) {
    margin-bottom: 2em;
}

.widget_recent_comments a {
    display: block;
}

.comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
}


/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/

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

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: #4174dc;
    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: #4174dc;
}

.error-404.not-found .page-title {
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

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

.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: uppercase;
    border-bottom: 2px solid #444;
    padding-bottom: 8px;
}

.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 {
    content: '';
    background: #000;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    left: 2px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#footer-widgets .widget ul li:before {
    content: '';
    background: #fff;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    left: 2px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#secondary .widget.widget_address ul li:before,
#footer-widgets .widget.widget_address ul li:before {
    display: none;
}

.widget ul#recentcomments li a {
    padding-left: 15px;
}

#secondary .widget ul li:hover:before,
#footer-widgets .widget ul li:hover:before {
    color: #4174dc;
}

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

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

.backtotop {
    background-color: #4174dc;
    z-index: 300;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 38px;
    font-size: 26px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}

.footer-white #footer-widgets,
.footer-white .site-info {
    background-color: #fff;
    border-top: 1px solid rgba(17, 17, 17, 0.15);
}

.footer-white #footer-widgets,
.footer-white #footer-widgets a,
.footer-white .site-info p,
.footer-white .site-info a {
    color: #444444;
}

.footer-white #footer-widgets .widget-title,
.footer-white #footer-widgets #wp-calendar caption {
    color: #000;
}

.widget_echoes-pro-social-icons ul li:before {
    display: none;
}


/*--------------------------------------------------------------
# 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: 80px;
    }
    .custom-logo-link {
        margin: 0 15px 0 0;
    }
    .site-branding img {
        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:nth-child(2n+1),
    .blog-archive-wrapper article:nth-child(2n+1) {
        clear: left;
    }
    .grid.column-3 .grid-item {
        width: 50%;
        float: left;
    }
    .grid.column-3 .grid-item:nth-child(2n+1) {
        clear: left;
    }
    .grid.column-3 .grid-item-wrapper {
        padding: 125px 0;
    }
    #logo .col-6 .logo-item {
        width: 50%;
        float: left;
    }
    #logo .col-6 .logo-item:nth-child(2n+1) {
        clear: left;
    }
    #logo .col-6 .logo-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .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) {
    .grid.column-3 .grid-item-wrapper {
        padding: 150px 0;
    }
    .featured-services-wrapper.column-per-row-3 article {
        width: 50%;
        float: left;
    }
    .featured-services-wrapper.column-per-row-3 article:nth-child(2n+1) {
        clear: left;
    }
    .featured-services-content {
        padding: 30px;
    }
    #logo .col-6 .logo-item {
        width: 33.33%;
    }
    #logo .col-6 .logo-item:nth-child(2n+1) {
        clear: none;
    }
    #logo .col-6 .logo-item:nth-child(3n+1) {
        clear: left;
    }
    #logo .col-6 .logo-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .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%;
        max-width: 35%;
        min-width: 25%;
    }
    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-top: 1px solid #eee;
        box-shadow: 0 2px 10px rgba(218, 235, 255, 0.50);
    }
    #site-navigation ul ul li a:hover,
    #site-navigation ul ul li a:focus {
        color: #fff;
    }
    .black-header #masthead #site-navigation ul ul {
        background-color: #000;
        border-color: #000;
    }
    .black-header #masthead #site-navigation ul ul li.menu-item-has-children:hover>a,
    .black-header #masthead .main-navigation ul ul>li>a:focus,
    .black-header #masthead .main-navigation ul ul>li>a:hover {
        background-color: #111;
    }
    #masthead ul ul li.menu-item-has-children:hover>ul {
        top: -1px;
        right: auto;
        left: 100%;
    }
    #site-navigation ul li.menu-item-has-children:hover>a {
        color: #4174dc;
    }
    #site-navigation ul ul li.menu-item-has-children:hover>a {
        background-color: #4174dc;
        color: #fff;
    }
    #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: 28px 10px;
    }
    #masthead li.menu-item-has-children:hover>ul {
        display: block;
        left: 0;
        right: auto;
    }
    .main-navigation ul ul>li.menu-item-has-children>a:after {
        display: none;
    }
    .main-navigation ul ul>li>a:focus,
    .main-navigation ul ul>li>a:hover {
        color: #fff;
        background-color: #4174dc;
    }
    #site-navigation ul ul li:not(:last-child) {
        border-bottom: 1px solid #eee;
    }
    .sticky-menu #masthead.nav-shrink {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3000;
    }
    .white-header.sticky-menu #masthead.nav-shrink {
        background-color: #fff;
    }
    .black-header.sticky-menu #masthead.nav-shrink {
        background-color: #111;
    }
    .sticky-menu #masthead.nav-shrink #site-navigation ul.nav-menu>li>a {
        padding: 28px 10px;
    }
    .sticky-menu #masthead.nav-shrink .site-branding {
        min-height: 80px;
    }
    .sticky-menu #masthead .site-branding,
    .sticky-menu #masthead #site-navigation ul.nav-menu>li>a {
        -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;
    }
    .customize-support.sticky-menu #masthead.nav-shrink {
        top: 32px;
    }
    .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;
    }
    .featured-services-wrapper.column-per-row-3 article {
        width: 33.33%;
    }
    .featured-services-wrapper.column-per-row-3 article:nth-child(2n+1) {
        clear: none;
    }
    .featured-services-wrapper.column-per-row-3 article:nth-child(3n+1) {
        clear: left;
    }
    .featured-services-content {
        padding: 50px 50px 90px;
    }
    #call-to-action .entry-title {
        font-size: 42px;
    }
    #logo .col-6 .logo-item {
        width: 25%;
    }
    #logo .col-6 .logo-item:nth-child(3n+1) {
        clear: none;
    }
    #logo .col-6 .logo-item:nth-child(4n+1) {
        clear: left;
    }
    #logo .col-6 .logo-item:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
    #latest-post article:not(:last-child) {
        margin-bottom: 20px;
    }
    #latest-post article .entry-container,
    .blog-archive-wrapper article.has-post-thumbnail .entry-container {
        padding: 25px 0;
        padding-top: 0;
    }
    #latest-post article,
    .blog-archive-wrapper article {
        width: 33.33%;
    }
    #latest-post article:nth-child(2n+1),
    .blog-archive-wrapper article:nth-child(2n+1) {
        clear: none;
    }
    #latest-post article:nth-child(3n+1),
    .blog-archive-wrapper article:nth-child(3n+1) {
        clear: both;
    }
    #latest-post article:nth-last-child(-n+3),
    .blog-archive-wrapper article:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
    .right-sidebar .blog-archive-wrapper article,
    .left-sidebar .blog-archive-wrapper article {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .right-sidebar .blog-archive-wrapper article:last-child,
    .left-sidebar .blog-archive-wrapper article:last-child {
        margin-bottom: 0;
    }
    .grid.column-3 .grid-item {
        width: 33.33%;
    }
    .grid.column-3 .grid-item:nth-child(2n+1) {
        clear: none;
    }
    .grid.column-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }
    .grid.column-3 .grid-item-wrapper {
        padding: 100px 0;
    }
    #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;
    }
    .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 {
        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%;
    }
    .footer-active-4 {
        width: 25%;
        float: left;
        margin-top: 0;
    }
    body.boxed #page {
        max-width: 1200px;
        width: 90%;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    body.frame #page {
        width: 92%;
        margin: 50px auto;
        background-color: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    body.boxed,
    body.frame {
        background-image: url('assets/images/pattern.png');
    }
    .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) {
    .grid.column-3 .grid-item-wrapper {
        padding: 125px 0;
    }
    .featured-slider-content .entry-title {
        letter-spacing: 1px;
    }
    .featured-slider-content .entry-content p {
        font-size: 18px;
    }
    #logo .col-6 .logo-item {
        width: 16.66%;
    }
    #logo .col-6 .logo-item:nth-child(4n+1) {
        clear: none;
    }
    #logo .col-6 .logo-item:nth-child(6n+1) {
        clear: left;
    }
    #logo .col-6 .logo-item:nth-last-child(-n+6) {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1800px) {
    .widget_featured_slider .slick-item {
        padding: 365px 0;
    }
    #team .entry-content {
        margin: 0 -15px;
    }
    .team-item {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    body.boxed #page {
        max-width: 1600px;
    }
    body.frame #page {
        margin: 70px auto;
    }
}

@media screen and (max-width: 992px) {
    .featured-slider-content .entry-title {
        font-size: 42px;
    }
    .widget_featured_slider .slick-item {
        padding: 250px 0;
    }
    #latest-post article:nth-child(2n) .entry-container,
    .blog-archive-wrapper article:nth-child(2n) .entry-container {
        border-left: none;
    }
    .counter-item {
        width: 50%;
    }
    .counter-item:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
    .counter-item:nth-child(2n+1) {
        clear: left;
    }
    .statwrap {
        margin-left: auto;
        margin-right: auto;
    }
    #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;
    }
    .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;
    }
    .panel-grid .panel-layout,
    .container {
        padding: 60px 0;
    }
    .site-branding {
        width: auto;
        padding-right: 50px;
    }
    .site-branding:after {
        display: none;
    }
    #site-header {
        padding-right: 0;
    }
    #progress-bar {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 567px) {
    .site-branding {
        padding: 20px 0;
        border-bottom: 1px solid rgba(34, 34, 34, 0.3);
    }
    .site-branding:after {
        display: inline-block;
        left: 100%;
        top: 0px;
        height: 100%;
        width: 2000%;
        background-color: #4174dc;
        transform: none;
    }
    #featured-slider .btn {
        min-width: 210px;
    }
    #innerpage-banner {
        padding: 125px 0;
    }
    .navigation.posts-navigation a {
        min-width: 155px;
    }
    #latest-post article:nth-child(2n) .entry-container,
    .blog-archive-wrapper article:nth-child(2n) .entry-container {
        border-left: 1px solid #efeff3;
    }
    .counter-item,
    .counter-item:nth-last-child(-n+2) {
        width: 100%;
    }
    .counter-item:last-child {
        margin-bottom: 0;
    }
}

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

.more-link {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 14px;
    box-shadow: none;
    color: #272c30;
    margin-top: 15px;
    border: solid 2px;
    float: right;
}

.more-link:hover {
    color: #4174dc;
    border-color: #4174dc;
}

.author-box {
    background-color: #f6f6f6;
    padding: 30px;
    margin: 35px 0 20px;
    display: inline-block;
    width: 100%;
}

.author-box .author-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.author-box .author-img img {
    border-radius: 50%;
}

.author-box .author-name {
    font-weight: bold;
    clear: none;
    display: inline;
}

.card {
    background-color: #fff;
    max-width: 800px;
    display: grid;
    grid-template-column: repeat(5, 1fr);
}

.card .img-container {
    grid-column: 2;
    background-color: #ffffff;
    padding-right: 20px;
    padding-top: 10px;
}

.card .img-container img {
    max-width: 150px;
    max-height: 150px;
}

.card-content {
    grid-column: 3 / 5;
    padding-top: 3px;
}

.card-content p {
    margin: 0;
    padding-top: 3px;
}

@media only screen and (max-width:600px) {
    .card {
        display: block;
    }
    .card .img-container {
        width: 100%;
    }
    .card .img-container img {
        max-width: 200px;
        max-height: 200px;
        margin: 10px auto;
        display: block;
    }
    .card-content {
        border: 0;
        padding-bottom: 50px;
    }
}