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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family:"Meiryo", Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:1.8;
    font-weight:normal;
    color: #333;
    background: #f5fcff; /* Fallback for when there is no custom background color defined. */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

h2 {
    font-size:26px;
    line-height:1.3;
    font-weight:normal;
    margin: 0 0 10px;
    padding: 0;
    color: #333;
}

h3 {
    font-size:20px;
    line-height:1.3;
    font-weight:bold;
    margin: 0 0 10px;
    padding: 0;
    color: #0044a5;
}

p {
    font-size:16px;
    line-height:30px;
    font-weight:normal;
    margin: 10px 0;
    padding: 0;
    color: #333;
}

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: 0;
}

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: 1em 40px;
}

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
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #222;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     text-rendering: optimizeLegibility;
}

h1 {
    font-size: 32px;
}

/*h2 {
   font-size: 26px;
}

h3 {
    font-size: 22px;
    font-weight: 500;
}*/

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size:16px;
    font-weight: 500;
}

/*p {
    margin: 0 0 15px 0;
}*/

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

blockquote {
    margin: 0 15px;
    border-left: 5px solid #ddd;
    padding-left: 25px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
    font-size: 18px;
    font-style: italic;
}

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

ul,
ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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 15px;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms/Custom Button
--------------------------------------------------------------*/

#primary #infinite-handle span button,
button,
a.button, input[type="button"],
input[type="reset"],
input[type="submit"]{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition:    all 0.3s ease 0s;
    -o-transition:      all 0.3s ease 0s;
    -ms-transition:     all 0.3s ease 0s;
    transition:         all 0.3s ease 0s;
    background: #09254d;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}

#primary #infinite-handle span button:hover,
button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#primary #infinite-handle span button:focus,
button:focus,
a.button:focus,
a.custom-button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
#primary #infinite-handle span button:active,
button:active,
a.custom-button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #00bdff;
    color: #fff;
    border-color: #00bdff;
}

a.custom-button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  border-left: solid 4px #00bdff;
  border-right: solid 4px #00bdff;
  color: #09254d;
  text-shadow: 0 0 5px white;
  padding: 10px 20px;
  background: repeating-linear-gradient(-45deg, #d1f3ff, #d1f3ff 3px,#f1fbff 3px, #f1fbff 7px);
  transition: .4s;
}
a.custom-button:hover {
    background: repeating-linear-gradient(-45deg, #d1f3ff, #d1f3ff 5px,#f1fbff 5px, #f1fbff 9px);
    color: #333;
}

/*custom-secondary*/
a.custom-button.custom-wire {
    color: #fff;
    background: none;
    border: 2px solid #fff;
}

.custom-button.button-secondary, .custom-button.button-secondary:visited {
    background-color: #002147;
    color: #ffffff;
}

.custom-button.button-secondary:hover,
.custom-button.button-secondary:active,
.custom-button.button-secondary:focus {
    background-color: #1f6237;
    color: #fff;
}

#primary #infinite-handle span {
    background: inherit;
    border-radius: inherit;
    color: inherit;
    cursor: inherit;
    font-size: inherit;
    padding: inherit;
}

#primary #infinite-handle span button:hover,
#primary #infinite-handle span button:active,
#primary #infinite-handle span button:focus{
    cursor: pointer;
}

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,
select {
    color: #1a1a1a;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

select {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 10px 15px;
}

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

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


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 {
    border:1px solid #319be2;
}

textarea {
    width: 100%;
}

.search-submit {
    width: 100%;
    margin-top: 15px;
}
.searchform {
    width: 335px;
    margin: 0 auto;
    max-width: 100%;
}

.searchform-inner {
    position: relative;
}

.searchform input[type="text"] {
    width: 88%;
    padding: 5px 5% 5px 5%;
}

.sidebar .searchform input[type="text"] {
    width: 86%;
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1a1a1a;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #1a1a1a;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #1a1a1a;
}

:-moz-placeholder { /* Firefox 18- */
  color: #1a1a1a;
}

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

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

a {
    color:#333;
    text-decoration: inherit;
}

a:visited {}

a:hover,
a:focus,
a:active {
    color: #0044a5;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:hover,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active{}

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

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation ul li {
    padding: 27px 20px;
    margin: 0;
}

.main-navigation ul li:hover {
    background: #09254d;
    transition: 0.4s;
}

.main-navigation ul li a {
    display: block;
    outline-offset: -1px;
    font-size: 16px;
    font-weight: normal;
    color: #09254d;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover a {
    color: #fff;
    transition: 0.4s;
}

.main-navigation ul ul {
    display: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.no-js .main-navigation ul ul {
    display: block;
}

.main-navigation ul .toggled-on {
    display: block;
}

.main-navigation ul.primary-menu {
    margin: 0;
    /*padding: 8px 0;*/
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block;
}

.site-header-menu.toggled-on {
    -webkit-animation: fadeIn 1s;
    -moz-animation:    fadeIn 1s;
    -o-animation:      fadeIn 1s;
    animation:         fadeIn 1s;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
    margin: 0;
}

.dropdown-toggle:after {
    border: 0 solid #ececec;
    border-left-width: 1px;
    font-size: 15px;
    left: 1px;
    position: relative;
    width: 39px;
    display: block;
}

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

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.menu-toggle {
    background-color: #ececec;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 15px;
    padding: 6px 20px;
    display: block;
}

.menu-toggle .fas {
    margin-right: 5px;
    width: 15px;
}

.no-js .menu-toggle {
    display: none;
}

.menu-toggle:focus {
    outline: 0;
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted;
}

#main-nav {
    float: left;
}

/* More than standard 910px (devices and browsers) */
@media screen and (min-width: 910px) {
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .main-navigation ul {}

    .main-navigation ul > li {
        float: none;
        display: inline-block;
    }

    .main-navigation ul li a {}

    .main-navigation ul li a:hover {}

    .main-navigation ul ul a {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .main-navigation ul ul {
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
        border-top: 1px solid #fff;
        background: #fff;
        box-shadow: 0 0 30px #7b6a6a4d;
    }

    .main-navigation ul ul ul {
        top: -1px;
        border:none;
    }

    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0;
    }

    .main-navigation ul ul li {
        border-bottom-width: 0;
    }

    .main-navigation ul ul a {
        white-space: normal;
        width: 220px;
    }

    .main-navigation ul li a:focus,
    .main-navigation ul li a:active,
    .main-navigation ul li.current-menu-ancestor > a {
        color: #333;
    }

    .main-navigation ul ul:before {
        border-style: solid;
        content: "";
        position: absolute;
    }

    .main-navigation ul ul:before {
        border-color: #ffffff transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px;
    }

    .main-navigation li:hover > ul,
    .main-navigation li.focus > ul {
        right: 0;
        left: auto;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        right: 100%;
        left: auto;
    }

    .main-navigation .menu-item-has-children > a {
        margin: 0;
        padding-right: 35px;
    }

    .main-navigation .menu-item-has-children > a:after {
        content: "\f107";
        position: absolute;
        right: 14px;
        top: 19px;
    }

    .main-navigation ul ul .menu-item-has-children > a {
        padding-right: 30px;
    }

    .main-navigation ul ul .menu-item-has-children > a:after {
        right: 10px;
        top: 14px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-footer .main-navigation {
        display: none;
    }
}

/* More than standard 910px (devices and browsers) */
@media screen and (max-width: 909px) {
    .main-navigation ul {
        margin: 0;
        padding: 0;
    }

    .site-header-menu.toggled-on, .no-js .site-header-menu {
        display: block;
        position: absolute;
        background: #fff;
        top: 55px;
        right: 0;
        width: 350px;
        box-shadow: 0 0 6px #ddd;
        z-index: 999;
    }

    .main-navigation ul li a {
        padding: 10px 20px;
        border-bottom: 1px solid #f1f1f1;
    }

    .main-navigation ul ul li li a {
        padding-left: 40px;
    }

    .main-navigation ul ul li a {
        padding-left: 30px;
    }
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
}

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

a:hover img,
a:focus img,
a:active img {
    opacity: 0.7;
}

.text-alignleft {
    text-align: left;
}

.text-alignright {
    text-align: right;
}

.text-aligncenter {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.main-right-header {
    position: relative;
}

.pull-none {
    margin:0 auto ;
    float: none;
    display: inline-block;
}

.clear-fix {
    clear: both;
}

.clear-fix:after,
.clear-fix:before {
    content: "";
    display: table;
    clear: both;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear-fix:before,
.clear-fix:after,
.entry-content:before,
.entry-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.col-grid-1,
.col-grid-2,
.col-grid-3,
.col-grid-4,
.col-grid-5,
.col-grid-6,
.col-grid-7,
.col-grid-8,
.col-grid-9,
.col-grid-10,
.col-grid-11,
.col-grid-12 {
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition:    all 0.4s ease-in-out 0s;
    -o-transition:      all 0.4s ease-in-out 0s;
    -ms-transition:     all 0.4s ease-in-out 0s;
    transition:         all 0.4s ease-in-out 0s;
    margin:20px 0;
}

.col-grid-1 {
    width: 8.33333%
}

.col-grid-2 {
    width: 16.66667%
}

.col-grid-3 {
    width: 25%
}

.col-grid-4 {
    width: 33.33333%
}

.col-grid-5 {
    width: 41.66667%
}

.col-grid-6 {
    width: 50%
}

.col-grid-7 {
    width: 58.33333%
}

.col-grid-8 {
    width: 66.66667%
}

.col-grid-9 {
    width: 75%
}

.col-grid-10 {
    width: 83.33333%
}

.col-grid-11 {
    width: 91.66667%
}

.col-grid-12 {
    width: 100%
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#primary article.hentry {
    /*background: #ffffff none repeat scroll 0 0;*/
    /*box-shadow: 0 0 55px #f3f3f3;*/
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}

#primary article.hentry img {
    margin-bottom: 20px;
}

.page-header .page-title {
    margin: 0;
    font-size: 27px;
}

.page-header {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 35px;
    padding: 10px 30px;
    z-index: 9;
    position: relative;
}

.entry-meta {
    margin-bottom: 15px;
}

.single .entry-meta {
    margin-bottom: 30px;
}

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

.entry-meta span:before {
     height: 15px;
     margin-right: 5px;
}

.entry-meta > span {
    margin-right: 15px;
    color: #807a7a;
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

.custom-entry-date {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.custom-entry-date span.entry-month {
    background: #002147 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 12px;
    padding: 8px 22px;
    text-transform: uppercase;
    width: 73px;
}

.custom-entry-date span.entry-day {
    font-size: 38px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0;
    background: #f7f7f7;
    font-weight: bold;
    overflow: hidden;
    width: 73px;
}

.custom-entry-date > span {
    display: block;
    text-align: center;
}

.entry-content-wrapper .entry-header .entry-title {
   margin-bottom: 5px;
}

.sticky .post-thumbnail {
    position: relative;
}

.sticky .post-thumbnail .sticky-post {
    background-color: #002147;
    color: #fff;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# 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 {
    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: inline-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;
    margin-right:-5px;
    margin-left: -5px;
}

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

.gallery-item img {
    vertical-align: middle;
}

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

.home-section-gallery .wp-block-gallery .blocks-gallery-image figcaption, .home-section-gallery .wp-block-gallery .blocks-gallery-item figcaption {
    padding: 27px;
    font-size: 25px;
    font-weight: bold;
    font-style: inherit;
}

.home-section-gallery {
    background: #fff;
}


/*--------------------------------------------------------------
## FontAwesome
--------------------------------------------------------------*/

a.read-more:after,
.sidebar ul li:before,
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.entry-meta span:before,
.home-section-testimonials .testimonials-content-area p:before,
.home-section-team .team-meta span:before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;
    line-height: 1;
}

a.read-more:after,
.sidebar ul li:before,
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after,
.home-section-testimonials .testimonials-content-area p:before,
.entry-meta .tags-links:before {
    font-weight: 900;
}

a.read-more:after {
    content: "\f105";
    font-size: 14px;
    line-height: 0;
}

.sidebar ul li:before {
    content: "\f105";
    font-size: 13px;
    line-height: 1.5;
}

.dropdown-toggle:after {
    content: "\f107";
}

.dropdown-toggle.toggled-on:after {
    content: "\f106";
}

.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
    content:"\f104";
}

.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
    content: "\f105";
}

.entry-meta span:before {
     content: "";
     font-size: 12px;
}

.entry-meta .cat-links:before {
    content: "\f07c";
}

.entry-footer > .cat-links:before {
    content: "\f07c";
}

.entry-meta > .byline:before {
    content: "\f007";
}

.entry-meta .edit-link:before {
    content: "\f044";
}

.entry-meta .tags-links:before {
    content: "\f02c";
}

.entry-meta > .posted-on:before{
    content: "\f017";
}

.home-section-testimonials .testimonials-content-area p:before {
    content: "\f10d";
    font-size: 26px;
}

.home-section-team .team-meta span:before {
    content: "";
}

.home-section-team .team-meta span.phone::before {
    content: "\f095";
}

.home-section-team .team-meta span.address:before {
    content: "\f041";
}

.menu-toggle.toggled-on .fa-bars:before {
    content: "\f00d";
}

/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;

}

.site-layout-boxed #page {
    max-width: 1230px;
    margin-top: 30px;
    box-shadow: 0 2px 2px;
    margin-bottom: 30px;
}

.container {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.inner-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

/*.custom-button {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-button {
    border: 2px solid #179bd7;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
    padding: 8px 25px;
}

.custom-button:hover {
    background:#179bd7;
    color: #fff;
    border-color:#179bd7;
}

.call-to-action-buttons .custom-button {
    border-color:#fff;
    color:#fff;
}

.call-to-action-buttons .custom-button:hover {
    border-color:#179bd7;
}*/

a.read-more::after {
    margin-left: 8px;
    padding-top: 12px;
}

a.read-more {
    margin-left: 10px;
    font-weight: 700;
}

/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/

a.custom-logo-link {
    float: left;
    margin-right: 15px;
}

.site-description {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom: 0;
}

.header-search-box {
    float: right;
    position: relative;
}

.header-search-box > a,
.header-search-box > a:visited {
    color: #333;
    display: block;
    background: #ececec;
    padding: 7px 14px;
    margin-top: 19px;
    margin-left: 15px;
    text-align: center;
    width: 41px;
}

.header-search-box > a:hover,
.header-search-box > a:focus,
.header-search-box > a:active {
    color: #fff;
    display: block;
    background: #09254d;
}

.header-search-box > a i {
    font-size: 13px;
}

.header-search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    top: 55px;
    box-shadow: 0 2px 12px #ececec;
    padding: 15px 15px 15px;
    position: absolute;
    width: 380px;
    z-index: 9999;
    right: 0;
}

.header-search-box .search-box-wrap,
.header-search-box .search-close-icon,
.header-search-box.toggled-on .search-icon {
    display: none;
}

.header-search-box.toggled-on .search-box-wrap,
.header-search-box.toggled-on .search-close-icon {
    display: block;
}

.header-search-box.toggled-on .search-box-wrap {
    -webkit-animation: fadeIn 1s;
    -moz-animation:    fadeIn 1s;
    -o-animation:      fadeIn 1s;
    animation:         fadeIn 1s;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    border-radius: 0;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    width: auto;
}

.search-form input.search-field {
    padding: 15px;
    width: 100%;
}

.header-search-box .search-form input.search-field {
    padding-right: 105px;
}

.site-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition:    all 0.5s ease;
    -o-transition:      all 0.5s ease;
    -ms-transition:     all 0.5s ease;
    transition:         all 0.5s ease;
    width: 100%;
    z-index: 9999;
    background: #00bdff;
    clear: both;
}

.enabled-sticky-primary-menu .site-header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fbfbfb;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.24);
    padding: 15px 0;
    -webkit-animation: smoothScroll 1s forwards;
    -moz-animation:    smoothScroll 1s forwards;
    -o-animation:      smoothScroll 1s forwards;
    animation:         smoothScroll 1s forwards;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition:    all 0.2s ease-in-out 0s;
    -o-transition:      all 0.2s ease-in-out 0s;
    -ms-transition:     all 0.2s ease-in-out 0s;
    transition:         all 0.2s ease-in-out 0s;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

#site-identity {
    float: left;
    margin-right: 15px;
    text-align: left;
}

.site-branding img {
    vertical-align: middle;
    max-width: 100%;
}
.site-branding img:hover {
    opacity: 1;
}

.site-branding {
    float: left;
    margin: 10px 0;
}

#site-logo {
    max-width: 300px;
}

.site-title {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    line-height: 1.3;
}

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

a.custom-button.header-link-button {
    margin-top: 10px;
    margin-left: 15px;
    background: #00448B;
    padding: 8px 25px;
}

/*--------------------------------------------------------------
## Main slider Style By WEN Themes
--------------------------------------------------------------*/

#featured-slider {
    overflow: hidden;
    position: relative;
    clear: both;
}

#main-slider {
    clear: both;
    position: relative;
    z-index: 9;
}

#main-slider img {
    width: 100%;
    vertical-align: middle;
}

#main-slider article {
    width: 100%;
    display: none;
}

#main-slider article.first {
    display: block;
}

#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}

#main-slider .cycle-caption {
    bottom: 30%;
    left: 15%;
    max-width: 100%;
    position: absolute;
    right: 0;
    white-space: normal;
    width: 70%;
    z-index: 9999;
}

#main-slider .cycle-caption.caption-alignment-center {
    text-align: center;
}

#main-slider .cycle-caption.caption-alignment-center p{
    margin:0 auto;
}

#main-slider .cycle-caption.caption-alignment-right {
    text-align: right;
}

#main-slider .cycle-caption.caption-alignment-right p{
    margin:0 auto;
}

#main-slider .cycle-caption.caption-alignment-right .slider-buttons,
#main-slider .cycle-caption.caption-alignment-right p {
    float: right;
}

#main-slider .cycle-caption.caption-alignment-right .slider-buttons a{
    margin-right: 0;
    margin-left: 15px;
}

#main-slider h3 {
    font-size: 75px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 700;
}

#main-slider h3 a {
    color: #ffffff;
    text-shadow: 0 0 1px #000;
}

#main-slider p {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    max-width: 750px;
}

#main-slider article::before {
    /*background: rgb(0, 0, 0);*/
    content: "";
    opacity: 0.5;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 991;
    width: 100%;
}

#featured-slider .slider-overlay-disabled article:before {
    display: none;
}

#featured-slider .slider-overlay-disabled .caption-wrap {
    padding: 20px 45px 30px;
    background: rgba(34, 34, 34, 0.16);
}

/*slider pager box*/
#main-slider .cycle-pager {
    bottom: 40px;
    position: absolute;
    z-index: 999;
    width: auto;
    text-align: center;
    text-align: right;
    left: 15%;
}

#main-slider .pager-box {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 0 6px;
    width: 15px;
    z-index: 99;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition:    all 0.5s ease-in-out 0s;
    -o-transition:      all 0.5s ease-in-out 0s;
    -ms-transition:     all 0.5s ease-in-out 0s;
    transition:         all 0.5s ease-in-out 0s;
}

#main-slider .pager-box.cycle-pager-active, #main-slider .pager-box:hover {
    background: #00bdff;
    height: 30px;
    border-radius: 43px;
}

/*Slider cycle next / previous*/
#main-slider .cycle-prev,
#main-slider .cycle-next {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.7;
    padding: 18px 25px;
    text-align: center;
    z-index: 999;
    position: absolute;
    top: 43%;
    background: #33385;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0.2s;
    -moz-transition:    all 0.5s ease-in-out 0.2s;
    -o-transition:      all 0.5s ease-in-out 0.2s;
    -ms-transition:     all 0.5s ease-in-out 0.2s;
    transition:         all 0.5s ease-in-out 0.2s;
    border-radius: 100%;
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover {
    background: #00bdff none repeat scroll 0 0;
    color: #fff;
}

#main-slider .cycle-prev {
    left: 0;
}

#main-slider .cycle-next {
    right:0;

}

#main-slider:hover  .cycle-prev{
    left: 30px;
    visibility: visible;
}

#main-slider:hover .cycle-next {
    right:30px;
    visibility: visible;
}

#main-slider .cycle-prev i,
#main-slider .cycle-next i {
    font-size: 23px;
}

#main-slider .slider-buttons a {
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    margin: 8px 15px 0 0;
    padding: 15px 50px;
}

#main-slider  .slider-buttons {
    margin-top: 30px;
}



/*--------------------------------------------------------------
## Main Content Style By WEN Themes
--------------------------------------------------------------*/

.page-template-tpl-full-width #primary {
    width: 100%;
}

.page-template-tpl-builders #content .inner-wrapper {
    margin: 0;
}

.page-template-tpl-frontpage div#content {
    display: none;
}

#primary {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 70%;
}

#content {
    clear: both;
    padding: 50px 0;
}

.home.home-content-not-enabled #content {
    display: none;
}

/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/

.sidebar {
    width: 27%;
}

#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}

.sidebar .widget-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.sidebar .widget-title a, .sidebar .widget-title a:hover {
    color: #333;
}

.sidebar ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.sidebar ul li {
  color: black;
  position:relative;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 5px;
  border-left : solid 45px #00bdff;
  list-style-type: none!important;
}

.sidebar ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  left : -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../wp-content/uploads/2020/05/right-arrow.png) no-repeat center;
  height: 16px;
}

/*.sidebar ul li:before {
    color: #00bdff;
    left: 0;
    position: absolute;
    top: 14px;
    float: left;
}*/

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.sidebar ul li a:hover {
    color: #0044a5;
    font-weight: bold;
    transition: 0.4s;
}

/*--------------------------------------------------------------
## Footer Style By WEN Themes
--------------------------------------------------------------*/

.colophon-bottom.clear-fix {
    /*background: #00bdff;
    padding: 20px;
    border-radius: 9px;*/
}

.colophon-bottom .colophon-column:first-child {
    border: none;
    padding-left: 0;
}

.colophon-bottom .colophon-column {
    display: inline-block;
    margin: 0 5px;
    border-left: 1px solid;
    padding-left: 15px;
}

#colophon {
    background-color: #09254d;
    clear: both;
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

#colophon p {
    color: #fff;
}

#colophon a {
    color:#00bdff;
}

#colophon a:hover {
    text-decoration: none;
    border-bottom: dashed 1px #00bdff;
}

#colophon .copyright {
    margin-bottom: 5px;
}

#footer-widgets {
    background: #080f1e none repeat scroll 0 0;
    overflow: hidden;
    padding: 65px 0 25px;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer-widgets ul li {
    padding: 3px 15px 3px 13px;
    position: relative;
}

#footer-widgets ul li::before {
    color: rgba(255, 255, 255, 0.75);
    left: 0;
    position: absolute;
    top: 9px;
}

#footer-widgets a .footer-widget-area {
    float: left;
    padding: 0 25px;
    width: 25%;
}

#footer-widgets a,
#footer-widgets p {
    color:rgba(255, 255, 255, 0.75);
}

#footer-widgets a:hover {
    color:#fff;
}

#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    width: 33.33%;
}

#footer-widgets .footer-active-4 {
    width: 25%;
}

#footer-widgets .footer-widget-area  {
    float: left;
    padding: 0 25px;
}

#footer-widgets .widget-title {
    color: #ffffff;
    font-size: 23px;
    position: relative;
    margin-bottom: 25px;
}

.widget_mc4wp_form_widget input[type="submit"] {
    width: 100%;
}

.widget_mc4wp_form_widget input[type="email"] {
    width: 100%;
    display: block;
    padding: 15px 20px;
    border: 1px solid #222;
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget_mc4wp_form_widget p {
    margin: 0;
}

#footer-widgets .widget-title:after {
    content: "";
    display: block;
    height: 2px;
    background: #00bdff;
    width: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Scrollup Style*/
.scrollup {
    background-color: #ffffff;
    bottom: 30px;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 11px 17px;
    position: fixed;
    right: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition:    all 0.5s ease-in-out 0s;
    -o-transition:      all 0.5s ease-in-out 0s;
    -ms-transition:     all 0.5s ease-in-out 0s;
    transition:         all 0.5s ease-in-out 0s;
    z-index: 99;
    box-shadow: 0 0 14px #ddd;
    font-size: 18px;
    color: #222;
}

.scrollup:hover, .scrollup:active, .scrollup:focus {
    background-color: #00bdff;
    color: #fff;
    box-shadow: none;
}

/*--------------------------------------------------------------
##  layout sidebar By WEN Themes
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns .sidebar{
    float: right;
}

.three-columns-enabled .sidebar{
     width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/*--------------------------------------------------------------
## Inner Pages Style By WEN Themes
--------------------------------------------------------------*/

/*Error 404 Page*/
section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

/*contact form 7*/
.wpcf7-form {
    max-width: 875px;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}

.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}

/*--------------------------------------------------------------
## Extra css for Pro By WEN Themes
--------------------------------------------------------------*/

/* Global layout sidebar By WEN Themes*/
.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

/* equal global layout*/
.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
}

/*--------------------------------------------------------------
## Home Section
--------------------------------------------------------------*/

#front-page-home-sections {}

#front-page-home-sections > div::after,
#education-soul-front-page-widgets::after {
    clear: both;
    content: "";
    display: table;
}

#front-page-home-sections > div,
#education-soul-front-page-widgets {
    clear: both;
}

#front-page-home-sections .home-section-portfolio .section-title,
#front-page-home-sections .home-section-testimonials .section-title {
    color: #fff;
}

#education-soul-front-page-widgets {
    background-color: rgb(247, 252, 254);
}

#front-page-home-sections img:hover {
    opacity: 0.8;
}

/*--------------------------------------------------------------
## service section css By WEN Themes
--------------------------------------------------------------*/

.home-section-services .services-item {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 15px;
    position: relative;
    text-align: center;
}

.home-section-services .services-col-3 .services-item {
      width: 33.33%;
}

.home-section-services .services-col-4 .services-item h3 {
    font-size: 19px;
}

.home-section-services .services-col-4 .services-item{
      width: 25%;
}

.home-section-services .services-col-3 .services-item:nth-child(3n+1) {
    clear: both;
}

.home-section-services .services-col-4 .services-item:nth-child(4n+1) {
    clear: both;
}

.home-section-services .services-item img {
    width: 100%;
    vertical-align: middle;
}

.home-section-services .services-item > a {
    display: block;
    position: relative;
    z-index: 99;
}

.home-section-services .services-item {
    text-align: left;
}

.home-section-services .services-item .news-content {}

.home-section-services .services-item .news-content h3 {
    color: #333;
}

.home-section-services .services-item-inner {
    padding: 20px;
    background-color: #fff;
}

.home-section-services .services-item-inner .services-post .news-post-inner img {
    margin-bottom: 15px;
}

.home-section-services .services-item-inner h3 a,
.home-section-services .services-item-inner h3 a:visited,
.home-section-services .services-item-inner h3 a:active,
.home-section-services .services-item-inner h3 a:hover,
.home-section-services .services-item-inner h3 a:focus {
    color: #0044a5;
}

/*--------------------------------------------------------------
### Latest News post section style By WEN Themes
--------------------------------------------------------------*/
.home-section-latest-news .latest-news-text-wrap {
    padding: 20px 10px;
}

.home-section-latest-news .latest-news-inner-wrapper {
    /*background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);*/
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 20px;
}

.home-section-latest-news .latest-news-item {
    float: left;
    padding: 15px;
    margin-bottom: 0;
}

.home-section-latest-news .latest-news-text-wrap {
    padding: 40px;
}

.home-section-latest-news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
    clear: both;
}

.home-section-latest-news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
    clear: both;
}

.home-section-latest-news .latest-news-item img {
    margin: 0;
}

.home-section-latest-news .latest-news-wrapper {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition:    all 0.5s ease 0s;
    -o-transition:      all 0.5s ease 0s;
    -ms-transition:     all 0.5s ease 0s;
    transition:         all 0.5s ease 0s;
    border-bottom: 5px solid transparent;
}

.home-section-latest-news  .latest-news-thumb {
    overflow: hidden;
    position: relative;
}

.home-section-latest-news .latest-news-title a {
    color: #0044a5;
    display: block;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
    padding: 42px 60px;
    width: 60%;
    float: left;
    position: relative;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-thumb img {
    width: 100%;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
    content: "";
    position: absolute;
    border-right: 35px solid #fff;
    border-top: 35px solid transparent;
    right: 0;
    z-index: 9;
    display: block;
    height: 15px;
    border-bottom: 35px solid transparent;
    top: 40%;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-thumb {
    overflow: hidden;
    position: relative;
    float: left;
    width: 40%;
}

.home-section-latest-news .latest-news-wrapper.latest-news-layout-2 .latest-news-item {
    width: 100%;
    clear: inherit;
    margin: 15px auto;
    float: none;
}

.home-section-latest-news .latest-news-layout-2 .latest-news-title {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 22px;
}
.home-section-latest-news .latest-news-item img {
    vertical-align: middle;

}

.home-section-latest-news .latest-news-col-3 .latest-news-item {
    width: 33.33%;
}

.home-section-latest-news .latest-news-col-4 .latest-news-item {
    width: 25%;
}

.home-section-latest-news .latest-news-col-2 .latest-news-item {
    width: 50%;
}

.home-section-latest-news .latest-news-col-1 .latest-news-item {
    width: 100%;
}

/*sidebar and footer widget area style*/
#footer-widgets .home-section-latest-news  .latest-news-item,
.sidebar .home-section-latest-news .latest-news-item{
    margin-bottom: 15px;
    width: 100%;
}

/*--------------------------------------------------------------
## call to action style By WEN Themes
--------------------------------------------------------------*/

.home-section-call-to-action {
    margin-top: 60px;
    padding: 0!important;
}

.home-section-call-to-action .cta-content {
    max-width: 100%;
    padding: 20px;
    position: relative;
    margin: 0;
    border: solid 3px #00bdff;
}
.home-section-call-to-action .cta-content h2.section-title {
    position: absolute;
    display: inline-block;
    top: -56px;
    left: -3px;
    padding: 10px 20px;
    height: auto;
    background: #00bdff;
    color: #09254d;
}

#front-page-home-sections .home-section-call-to-action h2.section-title {}

#front-page-home-sections .home-section-call-to-action p {
    color:#333;
}

#front-page-home-sections .home-section.home-section-services,
#front-page-home-sections .home-section.home-section-latest-news {
    margin-top: 40px;
}

/*--------------------------------------------------------------
## outdoor education style By WEN Themes
--------------------------------------------------------------*/

.home-section-educationsoul {
    margin-top: 60px;
    padding: 0!important;
}

.home-section-educationsoul .container-educationsoul {
    margin: 0 auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-section-educationsoul .cta-content {
    max-width: 100%;
    background: #ffffe8;
    padding: 20px;
    border: dashed 3px #F9F871;
}

.home-section-educationsoul .cta-content h2.section-title {}

.home-section-educationsoul .cta-content .cta-content-text h3 {
    color: #333;
}

.home-section-educationsoul .cta-content .cta-content-text img {
    margin-bottom: 15px;
}

#front-page-home-sections .home-section-educationsoul h2.section-title {}

#front-page-home-sections .home-section-educationsoul p {
    color:#333;
}

/*--------------------------------------------------------------
### Rrecent post widget style By WEN Themes
--------------------------------------------------------------*/

#footer-widgets .education_soul_widget_recent_posts .recent-posts-item {
    margin: 0;
}

.education_soul_widget_recent_posts .recent-posts-title {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.education_soul_widget_recent_posts .recent-posts-title a {
    color: #222;
}

.education_soul_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 30px;
}

.education_soul_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}

.education_soul_widget_recent_posts .recent-posts-date:before {
    height: 15px;
    margin-right: 8px;
}

/*--------------------------------------------------------------
### Our Team section style By WEN Themes
--------------------------------------------------------------*/

.home-section-team .team-item {
    float: left;
    padding:15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 25%;
}

.home-section-team .team-item img {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition:    all 0.5s ease-in-out 0s;
    -o-transition:      all 0.5s ease-in-out 0s;
    -ms-transition:     all 0.5s ease-in-out 0s;
    transition:         all 0.5s ease-in-out 0s;
    width: 100%;
}

.team-item-inner {
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}

.home-section-team .team-item .team-thumb a {
    display: block;
        background-color: #fff;
}
.home-section-team .team-item .team-thumb {
    overflow: hidden;
    position: relative;
}

.home-section-team .thumb-summary-wrap {
    position: relative;
}

.home-section-team .position {
    display: block;
    font-size: 14px;
    margin-top: 7px;
}

.home-section-team .team-meta span {
    display: block;
    text-align: left;
}

.home-section-team .team-meta span:before{
    margin-right: 10px;
}

.home-section-team .team-title {
    margin: 0;
    padding: 15px;
    position: relative;
    font-size: 20px;
}

.home-section-team .team-title:before {
    content: "";
    position: absolute;
    border-bottom: 15px solid #ffffff;
    border-left: 20px solid transparent;
    left: 40%;
    z-index: 9;
    display: block;
    height: 15px;
    border-right: 20px solid transparent;
    top: -20px;
}

.home-section-team .team-text-wrap {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    left: 0;
    padding: 5px 10px;
}

.home-section-team .team-title a {
    color: #00387d;
}

.home-section-team .team-title a:hover {
    color:#001837;
}

.home-section-team  .teams-col-1 .team-item{
    width: 100%;
}

.home-section-team  .teams-col-2 .team-item{
    width: 50%;
}

.home-section-team  .teams-col-3 .team-item{
    width: 33.33%;
}

.home-section-team  .teams-col-4 .team-item{
    width: 25%;
}

.sidebar .home-section-team  .team-item,
#footer-widgets .home-section-team  .team-item{
    width: 100%;
}

#education-soul-front-page-widgets .home-section-team {
    background: #f9f9f9 none repeat scroll 0 0;
}

/*--------------------------------------------------------------
### Featured Page Widget style By WEN Themes
--------------------------------------------------------------*/

#education-soul-front-page-widgets .education_soul_widget_featured_page .container {
    width: 1349px;
    padding: 0;
    max-width: 100%;
}

#education-soul-front-page-widgets .featured-page-widget img.alignleft {
    margin-right: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    max-width: 50%;
}

#education-soul-front-page-widgets .featured-page-widget img.alignright {
    margin-left: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    max-width: 50%;
}

#education-soul-front-page-widgets .fetured-page-content {
    padding: 50px;
}

#education-soul-front-page-widgets .featured-page-widget.entry-content {
    margin: 0;
    background: #fff;
}

#education-soul-front-page-widgets .education_soul_widget_featured_page {
    padding: 0;
}

/*Carousel*/
.education-soul-carousel .slick-slide:focus,
.education-soul-carousel .slick-slide.slick-active{
    outline: none!important;
}

.education-soul-carousel .slick-list {
    text-align: left;
}

/* widget cycle pager */
.education-soul-carousel .slick-dots {
    text-align: center;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition:    all 1s ease-in-out 0s;
    -o-transition:      all 1s ease-in-out 0s;
    -ms-transition:     all 1s ease-in-out 0s;
    transition:         all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}

.education-soul-carousel .slick-dots span {
    background-color: #686868;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 5px 5px;
    width: 15px;
    z-index: 99;
}

.education-soul-carousel .slick-dots li.slick-active span {
    background-color: #219fcd;
}

.education-soul-carousel .slick-dots li {
    display: inline-block;
    line-height: 0;
    list-style: inherit;
    padding: 0;
}

.education-soul-carousel .slick-dots li button {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 5px;
    text-indent: 999px;
    overflow: hidden;
    background: #717171;
}

.education-soul-carousel .slick-dots li.slick-active button,
.education-soul-carousel .slick-dots li button:hover {
    background: #2761d8;
}

.education-soul-carousel .slick-dots li.slick-active button{
    width: 30px;
    border-radius: 8px;
}

.education-soul-carousel .slick-dots {
    margin-top: 15px;
    margin-bottom: 0;
}

.education-soul-carousel .slick-dots li::before {
    display: none;
}

.education-soul-carousel  .testimonial-item.slick-slide > h4 {
    display: block;
    float: none;
    font-style: italic;
    margin-right: 30px;
    text-align: center;
}

/* cycle next / previous*/
.education-soul-carousel .left-arrow.slick-arrow,
.education-soul-carousel .right-arrow.slick-arrow {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    z-index: 9;
    font-size: 17px;
    padding: 16px 20px;
    background: #ffffff;
    box-shadow: 0 0 40px #2422222b;
    border-radius: 100%;
}

.education-soul-carousel .left-arrow.slick-arrow:hover, .education-soul-carousel .right-arrow.slick-arrow:hover {
    background: #080808;
    color: #fff;
}

.education-soul-carousel .left-arrow.slick-arrow {
    left: -5px;
}

.education-soul-carousel .right-arrow.slick-arrow {
    right: -5px;
}

/*--------------------------------------------------------------
### Featured Content style By WEN Themes
--------------------------------------------------------------*/

.home-section-featured-blocks .featured-block-item {
    float: left;
    padding: 15px;
}

.home-section-featured-blocks .featured-blocks-column-1 .featured-block-item{
    width: 100%;
}

.home-section-featured-blocks .featured-blocks-column-2 .featured-block-item{
    width: 50%;
}

.home-section-featured-blocks .featured-blocks-column-3 .featured-block-item{
    width: 33.33%;
}

.home-section-featured-blocks a.featured-block-thumb {
    margin-bottom: 0;
    display: block;
}

.featured-block-content {
    padding: 45px;
}

.featured-block-inner {
    background: #fff;
}

.home-section-featured-blocks .featured-blocks-column-4 .featured-block-item{
    width: 25%;
}

#front-page-home-sections .home-section-featured-blocks h2.section-title {
    color: #fff;
}

.home-section-featured-blocks {
    background: #002147 none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.home-section-featured-blocks p {
    font-weight: 500;
    margin-bottom: 20px;
}

.home-section-featured-blocks .block-title {
    margin-bottom: 20px;
}

.home-section-featured-blocks .block-title a:after {
    content: "";
    display: block;
    height: 1px;
    background: #00bdff;
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -6px;
}

/*--------------------------------------------------------------
19.4 Quick Contact Widget
--------------------------------------------------------------*/

.education_soul_widget_quick_contact .contact-info-wrapper::before {
    margin-right: 5px;
    text-align: center;
    padding: 2px 5px;
    color: #ffffff;
    border-radius: 100%;
}

.education_soul_widget_quick_contact .contact-info-wrapper {
    margin-bottom: 10px;
    position: relative;
}

.education_soul_widget_quick_contact .education_soul_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid rgba(238, 179, 19, 0.56);
}

.education_soul_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid #00bdff;
    color: #fff;
    margin-right: 10px;
}

/*Bio Autherbox*/
.authorbox {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 35px;
    overflow: hidden;
    padding: 20px;
}

.authorbox img {
    border-radius: 100%;
}

.authorbox .author-avatar {
    float: left;
    margin: 5px 15px 10px 0;
}

.authorbox.no-author-avatar .author-info {
    margin-left: 0;
}

.authorbox .author-bio-posts-content {
    margin-top: 10px;
}

.authorbox .author-bio-posts-content p {
    margin: 0;
}

/*--------------------------------------------------------------
##  Custom Block Style
--------------------------------------------------------------*/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5em;
    text-align: left;
}

hr.wp-block-separator {
    background: none;
    border-bottom-width: 1px;
}

.wp-block-gallery {
    margin: 0;
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
    display: flex;
}

.wp-block-gallery figcaption {
    font-style: italic;
}

p.has-drop-cap:not(:focus)::first-letter {
    font-size: 5em;
    margin-top: 0.075em;
}

.wp-block-image {
    margin-bottom: 1.5em;
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-image figure.alignleft {
    margin-right: 1.5em;
}

.wp-block-image figure.alignright {
    margin-left: 1.5em;
}

.wp-block-audio audio {
    display: block;
    width: 100%;
}

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
    display: flex;
}

.wp-block-pullquote blockquote {
    margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
    border-left: 5px solid #179bd7;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    border: none;
    background: #179bd7;
    padding: 30px;
    color: #fff;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    color: #fff;
}

blockquote:before {
    display: none;
}

blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
}

.entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}

.entry-content ul,.entry-content ol {
    padding-left: 20px;
    margin-left: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear: both;
}

/*--------------------------------------------------------------
##  Media Queries By WEN Themes
--------------------------------------------------------------*/

/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1300px) {
    .container {
        width: 97%;
    }
    .home-section-educationsoul .container-educationsoul {
        width: 97%;
    }

    a.custom-button.button-secondary.header-link-button {
        margin-left: 5px;
        padding: 6px 11px;
        font-size: 13px;
    }

    .menu-toggle {
        padding: 6px 11px;
    }

    a.custom-logo-link {
        float: left;
        margin-right: 15px;
    }

    .header-search-box > a,
    .header-search-box > a:visited {
        padding: 6px 8px;
        font-size: 13px;
        margin-left: 5px;
        width: 34px;
    }

    #main-slider h3 {
        font-size: 51px;
    }

    #main-slider p {
        font-size: 18px;
    }

    .home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
        padding: 23px 35px;
        width: 60%;
        float: left;
        position: relative;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
    h1 {
        font-size: 22px;
    }

    /*h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }*/

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

    td,
    th {
        font-size: 12px;
        padding: 2px;
    }

    body.three-columns-enabled #primary .site-main,
    body #content #primary .site-main {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 30px;
        width: 100%;
    }

    body.three-columns-enabled #content .sidebar,
    body #content .sidebar {
        /*border-bottom: 1px solid #dddddd;*/
        margin-bottom: 20px;
        /*padding-bottom: 20px;*/
        width: 100%;
    }

    body{
        padding-top: 0;
    }


    #primary,
    .sidebar {
        width: 100%;
    }

    .site-branding {
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .site-title {
        margin-top: 10px;
        font-size: 18px;
    }

    .site-description {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
    }

    #main-slider h3 {
        font-size: 40px;
    }

    #main-slider .slider-buttons a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 10px 0 0;
        padding: 10px 27px;
    }

    .home-section-news-and-events .recent-news,
    .home-section-news-and-events .recent-events {
        float: left;
        padding: 0 15px;
        width: 100%;
    }

    .home-section-news-and-events .recent-news {
        margin-bottom: 30px;
    }

    #main-slider .cycle-prev i, #main-slider .cycle-next i {
        font-size: 18px;
    }

    #main-slider .cycle-prev, #main-slider .cycle-next {
        padding: 12px 16px;
        font-size: 14px;
        visibility: visible;
    }

    #main-slider:hover .cycle-prev,#main-slider .cycle-prev {
        left: 20px;
        visibility: visible;
    }

    #main-slider:hover .cycle-next,
    #main-slider .cycle-next {
        right: 20px;
        visibility: visible;
    }

    .cta-buttons .cta-btn,
    #primary #infinite-handle span button, a.custom-button,
    a.custom-button:visited, button, a.button,
    input[type="button"], input[type="reset"],
    input[type="submit"] {
        padding: 10px 30px;
    }

    #front-page-home-sections .home-section {}

    .home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
        border-right: 21px solid #ffffff;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
    }

    .home-section-team .teams-col-4 .team-item {
        width: 50%;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
    h1 {
        font-size: 25px;
    }

    /*h2 {
        font-size: 22px;
    }

    h3{
        font-size: 20px;
    }*/

    h4 {
        font-size:18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }

    body .sidebar,
    body #primary {
        width: 100%;
    }

    .site-content {
        padding-top: 15px;
    }

    .home-section-services .services-item h3 {}

    .home-section-gallery .wp-block-gallery .blocks-gallery-image figcaption,
    .home-section-gallery .wp-block-gallery .blocks-gallery-item figcaption {
        padding: 15px;
        font-size: 17px;
        font-weight: 500;
        font-style: inherit;
    }

    .home-section-latest-news .latest-news-layout-2 .latest-news-thumb,
    .home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
        overflow: hidden;
        position: relative;
        float: left;
        width: 100%;
    }

    .home-section-latest-news .latest-news-layout-2 .latest-news-thumb:before {
        border-bottom: 21px solid #ffffff;
        border-right: 21px solid transparent;
        border-left: 21px solid transparent;
        border-top: none;
        right: 45%;
        bottom: 0;
        top: inherit;
    }

    #front-page-home-sections .home-section-call-to-action h2.section-title {}

    .home-section-news-and-events .recent-events h3 {
        font-size: 21px;
    }

    /*featured slider style*/
    #main-slider .cycle-caption h3 {
        font-size: 28px;
        line-height: 1.4;
    }

    #main-slider .cycle-caption p {
        font-size: 14px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    #content {
        clear: both;
    }

    #colophon .copyright {
        clear: both;
        text-align: center;
        width: 100%;
    }

    #main-slider::before,
    #main-slider::after {
        display: none;
    }

    .home-section-team .teams-col-4 .team-item,
    .home-section-team .teams-col-3 .team-item,
    .home-section-team .teams-col-2.team-item,
    .home-section-team .teams-col-1 .team-item {
        max-width: 300px;
        margin: 0 auto;
        width: 50%;
        float: none;
    }

    .home-section-team .teams-col-4 .team-item,
    .home-section-team .teams-col-3 .team-item,
    .home-section-team .teams-col-2 .team-item,
    .home-section-team .teams-col-1 .team-item {
        max-width: 300px;
        margin: 0 auto 15px;
        width: 50%;
        float: left;
    }

    #colophon .colophon-column {
        float: left;
        width: 100%;
    }

    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }

    .copyright {
        margin-bottom: 5px;
    }

    .entry-footer > span {
        border-right: medium none;
        border-top: 1px solid #dddddd !important;
        display: block;
        float: left;
        padding: 10px 15px;
        width: 100%;
    }

    .service-block-inner-content {
        display: block;
    }

    .home-section-latest-news .latest-news-item:nth-child(3n),
    .home-section-latest-news .latest-news-item:nth-child(6n) {
        clear: both;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {
    .header-search-box .search-box-wrap {
        right: -7px;
        width: 317px;
    }

    .header-search-box .search-form input.search-field {
        padding: 10px 85px 10px 10px;
    }

    .header-search-box .search-form .search-submit {
        padding: 10px 15px;
    }

    #main-nav {
        position: relative;
    }

    #main-slider .slider-buttons a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 7px 0 0;
        padding: 5px 15px;
        letter-spacing: normal;
    }

    #main-slider .cycle-pager {
        bottom: 0;
    }

    #main-slider .pager-box.cycle-pager-active, #main-slider .pager-box:hover {
        height: 22px;
        border-radius: 43px;
    }

    #main-slider:hover .cycle-next, #main-slider .cycle-next {
        right: 5px;
        visibility: visible;
    }

    #main-slider:hover .cycle-prev, #main-slider .cycle-prev {
        left: 5px;
        visibility: visible;
    }

    #main-slider .slider-buttons {
        margin-top: 10px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

    #main-slider .cycle-caption h3 {
        font-size: 22px;
        line-height: 1.4;
    }

    #main-slider .cycle-caption {
        bottom: 23%;
    }

    #main-slider .pager-box {
        background-color: #fff;
        cursor: pointer;
        display: inline-block;
        float: none;
        height: 10px;
        margin: 0 3px;
        width: 10px;
    }

    #front-page-home-sections .section-title {}

    .home-section-news-and-events .recent-events img {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .cta-buttons .cta-btn, #primary #infinite-handle span button,
    a.custom-button, a.custom-button:visited,
    button,
    a.button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        padding: 7px 20px;
        letter-spacing: 0;
    }

    .home-section-team .teams-col-4 .team-item,
    .home-section-team .teams-col-3 .team-item,
    .home-section-team .teams-col-2.team-item,
    .home-section-team .teams-col-1 .team-item {
        max-width: 300px;
        width: 100%;
        float: none;
    }

    .site-branding {
        text-align: center;
    }

   .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }

    #education-soul-services.home-section-services .services-item,
    .home-section-latest-news .latest-news-item,
    #latest-news.home-section-latest-news .latest-news-item,
    .home-section-featured-blocks .inner-wrapper article,
    .home-section-featured-blocks .inner-wrapper .featured-block-item {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0;
        float: none;
    }

    .home-section-services .services-item h3 {}

    .home-section-latest-news .latest-news-layout-2 .latest-news-title {
        font-weight: 600;
        margin-bottom: 8px;
        font-size: 19px;
    }

    .entry-header .entry-title {
        font-size: 20px;
    }
    #primary article.hentry {
        padding: 15px;
    }

    .main-right-header.pull-right {
        clear: both;
        float: left;
        width: 100%;
    }

    .site-header-menu.toggled-on, .no-js .site-header-menu {
        display: block;
        position: absolute;
        background: #fff;
        left: -7px;
        width: 317px;
        z-index: 999;
        right: inherit;
    }

    a.custom-logo-link {
        margin: 0 auto 15px;
        float: none;
        display: block;
    }

    #site-identity {
        float: none;
        display: block;
        text-align: center;
        margin: 0 0 15px;
    }

    .header-search-box > a,
    .header-search-box > a:visited {
        margin: 0 0 0 8px;
    }

    a.custom-button.button-secondary.header-link-button {
        margin: 0;
    }

    .menu-toggle {
        margin: 0;
    }

    .main-right-header.pull-right {
        clear: both;
        float: left;
        width: 100%;
        padding: 7px;
        border: 1px solid #ececec;
        box-shadow: 0 0 11px #ddd;
    }

    .enabled-sticky-primary-menu .site-header.fixed {
        top: 0;
    }

    .enabled-sticky-primary-menu .site-header.fixed .site-branding {
        display: none;
    }
    #content {
        padding: 0;
    }
    .home-section-latest-news .latest-news-layout-2 .latest-news-text-wrap {
        padding: 20px 0;
    }
    .home-section-call-to-action .cta-content {
        margin-top: 50px;
    }
    .home-section-call-to-action .cta-content h2.section-title {
        top: -30px;
    }
    .home-section-call-to-action .cta-content .cta-content-text p {
        padding-top: 15px;
    }
    .home-section-call-to-action .cta-content {
        padding-top: 45px;
    }
}

@media only screen and (max-width:360px) {
    .site-header-menu.toggled-on, .no-js .site-header-menu,
    .header-search-box .search-box-wrap {
        width: 280px;
    }
}