/*
Theme Name: Corpo Eye Pro
Theme URI: https://themepalace.com/downloads/corpo-eye-pro/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: Corpo Eye Pro is a modern and robust, versatile and flexible, powerful and easy to use, technologically competent and very responsive WordPress multipurpose theme. It is a reliable platform for creating impressive websites for a range of purposes. Personal, corporate, professional and business users alike find this theme an ideal solution. In a matter of minutes, it can set you up with sophisticated custom websites. Regardless of your previous development or coding experience, it delivers sharp, polished results. It comes packed with many useful features, and a design that never fails to impress. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=corpo-eye-pro
Version: 2.4
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: corpo-eye-pro
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, translation-ready, theme-options, threaded-comments, custom-logo
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Custom by WEN Themes

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

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-appearance: textfield;
    box-sizing: content-box;
}

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

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

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

body {
    color: #7a7a7a;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #c10a28;
    font-family: "PT Sans",sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3{
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

blockquote {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 5px solid #ee3b24;
    margin: 0 0 15px;
    padding: 20px 15px 5px;
}

address {
    margin: 0 0 1.5em;
}

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

body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
}

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

blockquote,
q {
    quotes: "" "";
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

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

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

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


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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
 a.button, input[type="button"],
 input[type="reset"],
 input[type="submit"] {
    background: #ee3b24;
    border:none;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 20px;
}


button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #18428c ;
    border-color:transparent;
    color: #fff;
}

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: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #18428c;
    text-decoration: inherit;
}

a:visited {
    color: #18428c;
}

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

a:focus {
    outline:inherit;
}

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

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
    text-decoration: underline;
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
    text-decoration: none;
}

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

#main-nav {
   /* float: right; stops nav bar from floating right - jk*/
	margin:0px auto;
	
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color:#fff;
    box-shadow: 2px 1px 2px #222;
    left:-9999px;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 41px;
    opacity: 0;
    z-index: -9999;
    transition: opacity 0.4s ease-in-out 0s;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    box-shadow: 2px 1px 2px #222;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    /*float: left; this centers the main nav bar - jk*/
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}
.main-navigation ul ul ul li:hover > ul {
    display: block;
}
.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;

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

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation ul li a {
    color: #300a6e; /*colour of the links in main nav bar - jk*/
    display: block;
    font-size: 18px; /*size of font on navbar - jk*/
    font-weight: normal;
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
    z-index: 99;
    border-bottom: 3px solid transparent;
}
.main-navigation ul ul a {
    border-bottom: 1px solid #cccccc;
    border-left: medium none;
    border-right: medium none;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.18) inset;
    transition: padding 0.2s ease-in-out 0s;
    color: #222;
    height: auto;
    padding: 9px 15px;
    text-align: left;
    width: 100%;
    margin: 0;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 10px;
    margin-right: 0;
    float: right;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
    padding-right: 30px;
}

.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
    border-bottom:3px solid #c10a28; /*this is the undelining of main menu items - jk*/
}

.home.header-overlap-on  .main-navigation ul ul li a
.main-navigation li li > a:hover,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current_page_item > a,
.main-navigation li li:hover > a{
    background-color: #18428c;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
    color:#fff;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}
#mobile-trigger {
  display: none;
}
#mob-menu {
  display: none;
}

/*comment and post navigation*/

a.comment-reply-link {
    /* text-transform: uppercase; */
    font-weight: bold;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
}


#infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#infinite-handle span:hover {
    border:1px solid #179bd7;
    background: #179bd7;
    color: #fff;
}


#infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
}


.post-title {
    font-size: 17px;
    margin-top: 15px;
}

.meta-nav {
    display: none;
}
.navigation .nav-links .nav-next{
    float: right;
    margin-bottom: 15px;

}

.navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 15px;
}


.post-navigation a, .posts-navigation a {
    border: 2px solid;
    padding: 10px 15px;
    background: #fff;
    display: block;
}

.navigation,
.pagination {
    margin-top: 15px;
}


.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
    content: "\f178";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
}
.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
    content: "\f177";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 10px;
    text-align: center;
    background-color: #eee;
}

.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
    background: #18428c  none repeat scroll 0 0;
    color: #ffffff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    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: 15px;
}

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

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

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;

}

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

.clear-fix::before,
.clear-fix::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,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}
.widget select {
    max-width: 100%;
}


#sidebar-front-page-widget-area  .widget {
    padding: 50px 0;
    margin: 0;
}
/* Make sure select elements fit in widgets. */

#sidebar-front-page-widget-area {
    clear: both;
}
#sidebar-front-page-widget-area .widget-title::after {
    background: #c10a28 none repeat scroll 0 0; /*separator after widget title - JK*/
    clear: both;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    width: 60px;
    margin: 10px auto;
}
#sidebar-front-page-widget-area .widget-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
#sidebar-front-page-widget-area .widget-subtitle {
    margin:0 auto 30px;
    font-size: 16px;
    text-align: center;
    max-width: 700px;
}
 /*style for dark background*/

#sidebar-front-page-widget-area .corpo_eye_widget_testimonial_slider .separator::before,
#sidebar-front-page-widget-area .corpo_eye_widget_testimonial_slider .separator::after,
#footer-widgets .separator::before,
#footer-widgets .separator::after {
    background:#ffffff;
}

#sidebar-front-page-widget-area .corpo_eye_widget_testimonial_slider .separator,
#footer-widgets .separator {
      background:#fff;
}

#sidebar-front-page-widget-area .corpo_eye_widget_testimonial_slider .widget-title{
    color: #c10a28;/*title of testimonial colour - jk*/

}


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


.blog #primary article img,
.archive #primary article img{
    border-bottom: 5px solid #EE3B24;
}
.blog #primary article img:hover,
.archive #primary article img:hover{
    opacity: 0.7;
}
.blog #primary  article,
.archive #primary article
 {
    padding-bottom: 20px;
    border-bottom: 4px double #ddd;
}
.sticky {
    display: block;
}

.hentry {
    margin: 40px 0 0;
}
.hentry:first-child {
    margin:0;
}
.byline,
.updated:not(.published) {
    display: none;
}

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

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

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}


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

.entry-meta > span {
    margin-right: 10px;
    font-size: 14px;

}

.entry-footer > span::before,
.entry-meta > span::before{
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 15px;
    margin-right:8px;
    content: "";
}
.entry-meta > span a{
    color:#49616b;
}

.entry-meta a:hover {
    color: #ee3b24;
}
.entry-meta span.comments-link::before {
    content: "\f075";
}

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

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


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

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

}

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

a.more-link {
    margin-top: 15px;
    font-weight: 500;
}
a.more-link::after {
    content:"\f101";
    display: inline-block;
    margin-left:5px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;


}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
}
#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 100%;
}


.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 100%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    background-color: #f2f2f2;
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
    width: 100%;
}
.comment .reply {
    position: absolute;
    top: 20px;
    right: 30px;
}
.comment-author.vcard {
    font-size: 18px;
    margin-bottom: 5px;
    color: #18428c;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 13px;
    margin-bottom: 10px;
}
.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}
.comment-metadata::before{
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 15px;
    content: "\f017";
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comments-title {
    font-weight: normal;
    margin: 25px 0 25px;
    font-size: 21px;
    font-weight: bold;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content {
    clear: both;
    display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}

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

.authorbox {
    margin: 20px 0;
    border-bottom: 3px double #ddd;
    overflow: hidden;
    border-top: 3px double #ddd;
    padding: 20px 0 0;
}

#commentform label {
    display: inline;
    position:relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}
/*--------------------------------------------------------------
# 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: 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-left: -5px;
    margin-right: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	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;
}


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

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

}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center; /*controls the alignment of site logo - jk*/
}

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

.custom-button {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.custom-button, .custom-button:visited {
    display: inline-block;
    font-size: 14px;
    margin: 10px;
    padding: 10px 30px;
    background: #300a6e;/*changes colour of call to action button primary - jk*/
    color: #fff;
    text-transform: uppercase;
    border-radius: 27px;
}
.custom-button:hover {
    background:#300a6e;
    color: #fff;
}
.call-to-action-buttons .custom-button.btn-call-to-secondary,
a.custom-button.slider-button.button-secondary {
    background: #300a6e; /*changes colour of background for call to action*/
}
.call-to-action-buttons .custom-button.btn-call-to-secondary:hover,
 a.custom-button.slider-button.button-secondary:hover {
    background: #300a6e;
}

/*--------------------------------------------------------------
##  Header Style By WEN Themes
--------------------------------------------------------------*/
.home.header-overlap-on .site-header {
    background-color:inherit;

}
.home.header-overlap-on .site-header {
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 9999;
    box-shadow: inherit;
	
		
}


.home.header-overlap-on .site-header .site-title > a,
.home.header-overlap-on .site-header .site-description,
.home.header-overlap-on .site-header .header-search-box > a,
.home.header-overlap-on .site-header .main-navigation ul li a,
.home.header-overlap-on .site-header .main-navigation ul ul li > a:hover,
.home.header-overlap-on .site-header  .main-navigation ul ul li.current-menu-item > a,
.home.header-overlap-on .site-header .main-navigation ul ul li.current_page_item > a,
.home.header-overlap-on .site-header .main-navigation ul ul li:hover > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header ul ul li > a:hover,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header ul ul li.current-menu-item > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header ul ul li.current_page_item > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header ul ul li:hover > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed ul ul li > a:hover,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed ul ul li.current-menu-item > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed ul ul li.current_page_item > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed ul ul li:hover > a{
    color: #fff;
}

.home.header-overlap-on .site-header .main-navigation ul ul li a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed .site-title > a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed .site-description,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed .main-navigation ul li a,
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed .header-search-box > a{
    color: #000000;
}

.site-header {
    padding: 15px 0;
    background-color: #fff;
    transition: padding 0.2s ease-in-out 0s;
    box-shadow: 0 0 0px #222; /*annoying separator when slider hidden*/
}
.home.enabled-sticky-primary-menu.header-overlap-on .site-header.fixed {
    background-color:#fff;
    box-shadow: 0 0 2px #222;

}

.enabled-sticky-primary-menu .site-header.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
}

.enabled-sticky-primary-menu .site-header.fixed .site-description{
    display: none;
}



.custom-logo-link,
#site-identity {
    
    margin-right: 0px;
	text-align: center;
}

.custom-logo-link {
   max-width: 600px;
}


.site-title {
    margin-bottom: 0;
    font-size: 32px;
    font-family: "PT Sans",sans-serif;
    font-weight: 700;
}
.site-description {
    color: #4d4d4d;
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom:0;
}

.right-head {
    float: right;
    padding-top: 20px;
}

.social-links {
    float: right;
}

.header-search-box {
    float: right;
    margin-top: 5px;
    position: relative;
}

.header-search-box > a {
    color: #4d4d4d;
    display: block;
    padding: 6.2px 8.7px;
}
.header-search-box > a i {
    font-size: 13px;
}
.header-search-box > a:hover {
    color: #18428c;
}

.header-search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    top: 45px;
    box-shadow: 0 1px 2px;
    display: none;
    padding: 5px;
    position: absolute;
    right: 7%;
    width: 300px;
    z-index: 9999;
}

.header-search-box .search-box-wrap {
    right: 3%;
    width: 380px;
}

.search-form input.search-field {
    padding: 10px 9% 10px 10px;
    width: 87%;
    height: 15px;
}
.header-search-box .search-form input.search-field {
    border: none;
    background: #f0f0f0;
    padding: 10px 30px 10px 18px;
    height: 30px;
    font-size: 18px;
}

.header-search-box .search-form .search-submit {
    height: 45px;
    padding: 0 15px;
}
.search-submit {
    border-radius: 0 ;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #aaaaaa;
    font: 14px/1.3 FontAwesome;
    height: 35px;
    padding: 0 15px;
}
.search-form .search-submit:hover {
    background:none!important;
    color:#18428c;
}
.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
    border: 1px solid #dddddd;
    height: 37px;
    padding: 10px 55px 10px 10px;
    width: 100%;
    box-sizing: inherit;
}

.woocommerce-product-search button {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    height: 37px;
    line-height: 1.8;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
}

/*hover effect*/


.custom-button ,
.corpo_eye_widget_services .service-block-inner > a:hover i{
    transition: all 0.4s ease-in-out 0s;
	color: #ffffff;

}
#main-slider h3 a,
.widget h3 a {
     display: block;

}
/*--------------------------------------------------------------
## Social Links Style By WEN Themes
--------------------------------------------------------------*/
#sidebar-front-page-widget-area  .corpo_eye_widget_social {
    text-align: center;
}
#sidebar-front-page-widget-area  .corpo_eye_widget_social li {
    float: none;
    display: inline-block;
}
.corpo_eye_widget_social {
    clear: both;
    overflow: hidden;
}

.corpo_eye_widget_social ul {
    margin: 0;
}

.corpo_eye_widget_social li a {
    border: 1px solid #bababa;
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
}

.corpo_eye_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget-area .corpo_eye_widget_social li,
#footer-widgets .corpo_eye_widget_social li {
    padding: 0;
}

.sidebar .corpo_eye_widget_social ul li::before,
#footer-widgets .corpo_eye_widget_social li::before,
.sidebar .corpo_eye_widget_social ul li::after,
#footer-widgets .corpo_eye_widget_social li::after {
    display: none;
}

.corpo_eye_widget_social ul li a::before {
    font-size: 18px;
}

.corpo_eye_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.corpo_eye_widget_social ul li a::before {
    color: #8c8c8c;
    content: "\f0c1";
    display: block;
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    font-weight: normal;
    line-height: 1.7;
}

.corpo_eye_widget_social ul li a[href*="mailto:"]:before,
.corpo_eye_widget_social ul li a[href*="tel:"]:before,
.corpo_eye_widget_social ul li a[href$="/feed"]:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.corpo_eye_widget_social ul li a:hover {
    background-color: #001837;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.corpo_eye_widget_social ul li a:hover::before {
    color: #fff;
}

.corpo_eye_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.corpo_eye_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.corpo_eye_widget_social ul li a[href*="x.com"]::before {
    content: "\e61b";
}

.corpo_eye_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.corpo_eye_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.corpo_eye_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.corpo_eye_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.corpo_eye_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.corpo_eye_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.corpo_eye_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
}

.corpo_eye_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.corpo_eye_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.corpo_eye_widget_social ul li a[href$="/feed"]::before {
    content: "\f09e";
}

.corpo_eye_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.corpo_eye_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.corpo_eye_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.corpo_eye_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.corpo_eye_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.corpo_eye_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.corpo_eye_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.corpo_eye_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.corpo_eye_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.corpo_eye_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}
.corpo_eye_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}
.corpo_eye_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.corpo_eye_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.corpo_eye_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.corpo_eye_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.corpo_eye_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.corpo_eye_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.corpo_eye_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
}

.corpo_eye_widget_social ul li a[href*="tiktok.com"]::before {
    content: "\e07b";
}

.corpo_eye_widget_social ul li a[href*="threads.com"]::before {
    content: "\e618";
}

.corpo_eye_widget_social ul li a[href*="bsky.app"]::before {
    content: "\e671";
}

.corpo_eye_widget_social ul li a[href*="t.me"]::before {
    content: "\f2c6";
}

.corpo_eye_widget_social ul li a[href*="line.me"]:before {
    content: "\f3c0";
}

.corpo_eye_widget_social ul li a[href*="discord.com"]:before,
.corpo_eye_widget_social ul li a[href*="discord.gg"]:before {
    content: "\f392";
}

.corpo_eye_widget_social ul li a[href*="vk.com"]:before {
    content: "\f189";
}

.corpo_eye_widget_social ul li a[href*="xing.com"]:before {
    content: "\f168";
}

.corpo_eye_widget_social ul li a[href*="tel:"]::before {
    content: "\f095";
}

.corpo_eye_widget_social ul li a[href*="spotify.com"]:before {
    content: "\f1bc";
}

.corpo_eye_widget_social ul li a[href*="snapchat.com"]:before {
    content: "\f2ab";
}

.corpo_eye_widget_social ul li a[href*="amazon.com"]:before {
    content: "\f270";
}

.corpo_eye_widget_social ul li a[href*="apple.com"]:before {
    content: "\f179";
}

.corpo_eye_widget_social ul li a[href*="bandcamp.com"]:before {
    content: "\f2d5";
}

.corpo_eye_widget_social ul li a[href*="behance.com"]:before {
    content: "\f1b4";
}

.corpo_eye_widget_social ul li a[href*="deviantart.com"]:before {
    content: "\f1bd";
}

.corpo_eye_widget_social ul li a[href*="etsy.com"]:before {
    content: "\f2d7";
}

/*social links hover effect */

.corpo_eye_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.corpo_eye_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.corpo_eye_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.corpo_eye_widget_social ul li a[href$="/feed"]:hover  {
    background-color: #dc622c;
}

.corpo_eye_widget_social ul li a[href*="wordpress.org"]:hover,
.corpo_eye_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.corpo_eye_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.corpo_eye_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.corpo_eye_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.corpo_eye_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.corpo_eye_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.corpo_eye_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.corpo_eye_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.corpo_eye_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.corpo_eye_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.corpo_eye_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.corpo_eye_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}

.corpo_eye_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.corpo_eye_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.corpo_eye_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.corpo_eye_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.corpo_eye_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.corpo_eye_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.corpo_eye_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.corpo_eye_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.corpo_eye_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.corpo_eye_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.corpo_eye_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.corpo_eye_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
}

.corpo_eye_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.corpo_eye_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.corpo_eye_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.corpo_eye_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#000;
}

.corpo_eye_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}

.corpo_eye_widget_social ul li a[href*="tiktok.com"]:hover {
    background-color: #000000;
}

.corpo_eye_widget_social ul li a[href*="threads.com"]:hover {
    background-color: #000000;
}

.corpo_eye_widget_social ul li a[href*="bsky.app"]:hover {
    background-color: #87CEEB;
}

.corpo_eye_widget_social ul li a[href*="t.me"]:hover {
    background-color: #25A3E1;
}

.corpo_eye_widget_social ul li a[href*="vk.com"]:hover {
    background-color: #0077FF;
}

.corpo_eye_widget_social ul li a[href*="xing.com"]:hover {
    background-color: #0698A0;
}

.corpo_eye_widget_social ul li a[href*="discord.com"]:hover,
.corpo_eye_widget_social ul li a[href*="discord.gg"]:hover {
    background-color: #515ADC;
}

.corpo_eye_widget_social ul li a[href*="line.me"]:hover {
    background-color: #089437;
}

.corpo_eye_widget_social ul li a[href*="spotify.com"]:hover {
    background-color: #1DB954;
}

.corpo_eye_widget_social ul li a[href*="snapchat.com"]:hover {
    background-color: #FFFC00;
}

.corpo_eye_widget_social ul li a[href*="amazon.com"]:hover {
    background-color: #FF9900;
}

.corpo_eye_widget_social ul li a[href*="apple.com"]:hover {
    background-color: #A2AAAD;
}

.corpo_eye_widget_social ul li a[href*="bandcamp.com"]:hover {
    background-color: #629AA9;
}

.corpo_eye_widget_social ul li a[href*="behance.com"]:hover {
    background-color: #1769FF;
}

.corpo_eye_widget_social ul li a[href*="deviantart.com"]:hover {
    background-color: #05CC47;
}

.corpo_eye_widget_social ul li a[href*="etsy.com"]:hover {
    background-color: #F1641E;
}

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

#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;
    z-index: -1;
}

#featured-slider .overlay-enabled article::after {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 888;
}
#featured-slider .overlay-disabled .cycle-caption::after {
    background: #001837 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.83;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

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

#main-slider .cycle-slide {
    width: 100%;
}

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

#main-slider article {
    display: none;
}

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

#main-slider .cycle-caption {
    bottom: 28%;
    height: auto;
    left: 15%;
    max-width: 50%;
    padding: 0;
    position: absolute;
    text-align: left;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
#main-slider.overlay-disabled .cycle-caption {
    padding: 20px;
}
#main-slider h3 {
    display: inline-block;
    font-size: 63px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 0;
}

#main-slider h3::after {
    content:"";
    display: block;
    height: 3px;
    width: 100px;
    background-color: #EE3B24;
}



#main-slider p {
    font-size: 20px;
    margin-bottom:30px;
    color: #fff;
}

#main-slider a,
#main-slider h3 {
    color: #fff;
}
#main-slider h3 a:hover {
 color:#EE3B24;
}

.slider-buttons a {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 15px;
}
.slider-buttons a {
    padding: 10px 37px;
    font-size: 20px;
    text-transform: capitalize;
}
a.custom-button.slider-button.button-primary {
    margin-left: 0;
}

a.custom-button.slider-button.button-secondary {
    margin-left: 0;
}

/*slider pager box*/

#main-slider .pager-box {
    background-color: transparent;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 13px;
    margin: 3px 4px;
    width: 13px;
    z-index: 99;
    border: 2px solid #fff;
}

#main-slider .cycle-pager {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #18428c;
    border-color:#fff;
}

/*Slider cycle next / previous*/

#main-slider .cycle-prev, #main-slider .cycle-next {
    bottom: 40%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 29px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 999;
    background: #fff;
    color: #222;
    height: 60px;
    padding: 7px;
}

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

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

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover{
    background-color: #18428c;
    color: #fff;
}


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

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

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




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

/*--------------------------------------------------------------
## Sidebar Style By WEN Themes
--------------------------------------------------------------*/
.sidebar {
    width:30%;
    padding-left:15px;
    padding-right: 15px;
}

.sidebar .widget-title {
    color: #fff;
    background: #18428c;
    padding: 5px 20px;
    font-size: 18px;
}

#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}
.sidebar  a {
    color: #7a7a7a;
}
.sidebar  a:hover {
    color:#EE3B24;
}

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

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

.sidebar ul li::before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
    height: 6px;
    width: 6px;
    background: #EE3B24;
    display: inline-block;
    transform: rotate(-45deg);
}

.sidebar ul li::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top:0;
    background: #ddd;
}

.sidebar .widget > ul > li:first-child::after {
    display: none;
}

.sidebar ul .sub-menu {
    margin-bottom:-7px;
}

.sidebar > ul > li:first-child::after {
    display: none;
}

.sidebar ul ul li:first-child {
    margin-top: 7px;
}

.sidebar ul ul li:last-child {
    margin-bottom: 0px;
}

.sidebar ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
}

.sidebar ul ul li {
    padding-left:15px;
}

.sidebar ul ul ul {
    margin-left: -15px;
}

.sidebar ul ul ul li {
    padding-left: 30px;
}

.sidebar ul ul ul ul {
    margin-left: -30px;
}

.sidebar ul ul ul ul li {
    padding-left: 45px;
}

.sidebar ul ul ul ul ul{
    margin-left:0
}

.sidebar ul ul ul ul ul > li {
    padding-left: 0;
}

/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {
    background: #18428c none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}

.widget_calendar #today {
    background: #18428c none repeat scroll 0 0;
    color: #ffffff;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #000000;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.widget .tagcloud a:hover {
    border: 1px solid #18428c;
    color: #18428c;
}

.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 79%;
}



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

#colophon {
    background-color: #00132c;
    clear: both;
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    border-top: 1px solid #666;
}

.colophon-column-left {
    float: left;
    width: 50%;
    text-align: left;
}

.colophon-column-right {
    float: right;
    width: 50%;
    text-align: right;
}

.colophon-column-left .colophon-column,
.colophon-column-right .colophon-column {
    width: 100%;
}

#colophon a {
    color:#EE3B24;
}

#colophon a:hover {
    color: #fff;
}


/*social links*/

#colophon .corpo_eye_widget_social li {
    display: inline-block;
    float: none;
    margin-right: 0;
}

#colophon .corpo_eye_widget_social li a {
    border: medium none;
    width: 25px;
    height: auto;
}

#colophon .corpo_eye_widget_social ul li a::before {
    font-size: 14px;
    margin-right: 0;
}

#colophon .corpo_eye_widget_social ul li a:hover {
    background: none;
}

/*Footer Navigation*/

#footer-navigation {
    margin-top: 5px;
}
#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#colophon .copyright {
    clear: both;
}

#footer-navigation li:first-child a {
    border: none;
    margin: 0;
    padding: 0;
}

#footer-navigation li a {
    border-left: 1px solid;
    display: block;
    line-height: 1;
    margin-left: 7px;
    padding: 0 0 0 7px;
}

#footer-navigation ul {
    margin: 0;
}


/*Footer Widget Style*/

#footer-widgets {
    background-color: #00132c;
    color: #bbbbbb;
    overflow: hidden;
    padding: 30px 0;
}

#footer-widgets .widget-title {
    color: #ffffff;

}

#footer-widgets .widget-title span::before,
#footer-widgets .widget-title span::after,
#footer-widgets .widget-title::after {
    color:#fff;
    background: #fff;
}

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

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

#footer-widgets ,
#footer-widgets a {
    color: #dddddd;
}

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

#footer-widgets ul li::before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: 10px;
    height: 6px;
    width: 6px;
    background: #EE3B24;
    display: inline-block;
    transform: rotate(-45deg);
}

#footer-widgets .widget-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 5px;
    background: #EE3B24;
}

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

#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-widget-area .widget:first-child {
    margin-top: 0;
}

.footer-widget-area .widget {
    margin-top: 15px;
}

/*mid footer section*/

#footer-contact-section::after,
#footer-contact-section::before {
    content: "";
    display: block;
    clear: both;
}

#footer-contact-section {
    padding: 70px 0;
    position: relative;
    z-index: 99;
    background-size: cover;
    border-bottom: 2px solid #fff;
    background: #222;
}
#footer-contact-section.footer-contact-overlay-enabled::before {
    background: #010713;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}
#footer-contact-section .quick-contact .quick-contact-item {
    display: inline-block;
    list-style: outside none none;
    width: 33.33%;
    float: left;
    padding: 15px;
}
#footer-contact-section .quick-contact .quick-contact-item i {
    color: #ffffff;
    display: block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 30px;
    float: left;
    background: #EE3B24;
    padding: 17px 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-right: 20px;
    border-radius: 0 35px 35px;
}
.quick-contact-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    overflow: hidden;
    color: #222;
}
.quick-contact-item h4 {
    margin: 0;
    font-weight: 600;
}
.quick-contact-inner {
    float: left;
}
.quick-contact-item h4::after {
    content: "";
    display: block;
    width: 50px;
    background: #ddd;
    height: 1px;
    margin: 5px 0 5px;
}
.quick-contact .quick-contact-item, .quick-contact a {
    font-size: 17px;
}


/*Scrollup Style*/

.scrollup {
    background-color: #18428c;
    border-radius: 0;
    bottom: 50px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    width: 44px;
    height: 44px;
    padding: 8px;
}
.scrollup:hover {
    background:#ee3b24;
}

.scrollup i {
    font-size: 26px;
    color: #fff;
}


/*--------------------------------------------------------------
##  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
--------------------------------------------------------------*/
/*custom header*/
#custom-header {
    padding: 140px 0 0;
    text-align: center;
    position: relative;
    z-index: 99;
    background-color: #ffffff;
}
.page-title {
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}
#primary .page-title {
    margin-bottom: 15px;
}
#custom-header::after {
    background:#ffffff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:-1;
    opacity: 0.5;
}

#custom-header .separator {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
}

.header-content {
    bottom: -45px;
    z-index: 999;
    position: relative;
    background-color: #ffffff;
    padding: 30px;
    width: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 30px;
}


.header-content-inner {
    float: left;
}

/*Basic Breadcrumb */
#breadcrumb {
    color: #7a7a7a;
    margin-top: 5px;
    float: right;
}


#breadcrumb  li{
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 7px;
}


#breadcrumb  li a::after {
    content: "/";
    margin-left: 7px;
    font-family: 'FontAwesome';
}
#breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}

#breadcrumb a {
    color:#18428c;
}
#breadcrumb a:hover {
    color:#ee3b24;
}


/*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; commenting out centers the form - jk*/
}

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

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
	background-color: #c10a28;
}


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


/*--------------------------------------------------------------
## service widget / page css By WEN Themes
--------------------------------------------------------------*/

.corpo_eye_widget_services .service-block-item {
    float: left;
    padding: 25px 40px;
    text-align: left;
    position: relative;
	color: #300a6e; /*text of content of service blocks - jk*/
}

.service-block-inner-content {
    display: table;
    background: #ffffff;
    padding: 20px 10px 20px 55px;
	

}

.corpo_eye_widget_services .service-block-item a.service-icon {
    color: #fff;
    font-size: 31px;
    height: 60px;
    line-height: 1.5;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    width: 60px;
    background-color: #c10a28; /*service Icons - JK*/
    transform: rotate(45deg);
    float: left;
    text-align: center;
    padding: 5px;
    position: absolute;
    left: 10px;
    top: 36px;
}


.corpo_eye_widget_services  a.service-icon i {
    transform: rotate(-45deg);

}

.corpo_eye_widget_services  .service-item-title {
    margin-bottom: 5px;

	
	
}


.corpo_eye_widget_services .service-block-item {
    width: 50%;
}
.corpo_eye_widget_services .service-block-item p {
    margin-bottom: 10px;
}
/*widget on sidebar*/

.sidebar .corpo_eye_widget_services .service-block-item,
#footer-widgets  .service-block-item{
    width: 100%;
}


.sidebar .corpo_eye_widget_services a.custom-button:hover {
    color: #fff;
}


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

.corpo_eye_widget_call_to_action {
    position: relative;
    text-align: center;
}

#sidebar-front-page-widget-area .corpo_eye_widget_call_to_action {
    background: #ffffff none repeat scroll 0 0;
}

#sidebar-front-page-widget-area .corpo_eye_widget_call_to_action .widget-title {
    color:#fff;
}

#sidebar-front-page-widget-area .corpo_eye_widget_call_to_action .call-to-action-description p {
    color: #cccccc;
    font-size: 16px;
}

.corpo_eye_widget_call_to_action  .call-to-action-description {
    margin: 0 auto;
    max-width: 660px;
}

.corpo_eye_widget_call_to_action .separator {
    display: none;
}

.corpo_eye_widget_call_to_action  a.button {
    color: #ffffff;
    display: inline-block;
}

.sidebar .corpo_eye_widget_call_to_action,
.footer-widget-area .corpo_eye_widget_call_to_action  .corpo_eye_widget_call_to_action {
    padding: 5px;
}

/*--------------------------------------------------------------
### Testimonial widget style By WEN Themes
--------------------------------------------------------------*/

#sidebar-front-page-widget-area .corpo_eye_widget_testimonial_slider {
    position: relative;
    z-index: 99;
    background-color: #ffffff; /*testimonial background - JK*/
    background-size: cover;
    padding: 40px 0 70px;
}

#sidebar-front-page-widget-area .overlay-enabled.corpo_eye_widget_testimonial_slider::before {
    background:#001837;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}

.corpo_eye_widget_testimonial_slider {
    clear: both;
}

.corpo_eye_widget_testimonial_slider img {
    vertical-align: middle;
    border-radius: 100%;
    border: 3px solid #fff;

}
.corpo_eye_widget_testimonial_slider article {
    width: 100%;
}
.corpo_eye_widget_testimonial_slider .testimonial-thumb {
    float: left;
    margin-bottom:15px;
    max-width: 125px;
    z-index: 9999;
    position: relative;
    margin-top: 15px;
    float: none;
    margin: 0 auto;
}

.corpo_eye_widget_testimonial_slider  p.widget-subtitle {
    color: #fff;
}

.corpo_eye_widget_testimonial_slider .cycle-pager > span.cycle-pager-active,
.corpo_eye_widget_testimonial_slider .cycle-pager > span:hover{
    border: 2px solid #c10a28; /*little dots on testimonials - jk*/
}

.corpo_eye_widget_testimonial_slider .cycle-pager {
    bottom: -35px;
    clear: both;
    position: absolute;
    text-align: center;
    width: 100%;
}

.corpo_eye_widget_testimonial_slider .cycle-pager span {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    background: transparent;
    margin: 5px;
    border-radius: 100%;
    border: 2px solid #c10a28;
}

.corpo_eye_widget_testimonial_slider .testimonial-content-area > h4 {
    color: #c10a28;/*colour of company on testimonila slider - jk*/
    float: right;
    font-weight: bold;
    float: none;
    font-style: italic;
}

.corpo_eye_widget_testimonial_slider .testimonial-content-area {
    max-width: 70%;
    position: relative;
    margin: 20px auto;
    text-align: center;
}

.corpo_eye_widget_testimonial_slider .testimonial-content-area p::before {
    color: #c10a28; /*colour of quotations in testimonial - jk*/
    content: "\f10d";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 26px;
    margin-top: -10px;
    margin-right: 20px;
}

.corpo_eye_widget_testimonial_slider .testimonial-excerpt > p {
    font-size: 17px;
    font-style: italic;
    position: relative;
    color: #300a6e; /*color of font in excerpt in testimonial - jk*/
}


/*--------------------------------------------------------------
### Rrecent post widget style By WEN Themes
--------------------------------------------------------------*/
.corpo_eye_widget_recent_posts .recent-posts-title {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}
.corpo_eye_widget_recent_posts .recent-posts-title a {
    color: #222;
}
.corpo_eye_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 10px;
}
.corpo_eye_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}
.corpo_eye_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    height: 15px;
    margin-right:8px;
    content: "\f017";
}

/*--------------------------------------------------------------
### Latest News post widget style By WEN Themes
--------------------------------------------------------------*/
.corpo_eye_widget_latest_news {
  background:#f5f5f5
}

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

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

.corpo_eye_widget_latest_news .latest-news-text-wrap {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    padding: 20px 20px 0;
}

.corpo_eye_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 5px solid transparent;

}

.corpo_eye_widget_latest_news .latest-news-title {
    line-height: 1.2;
    margin-bottom: 10px;
}

.corpo_eye_widget_latest_news .latest-news-title  a {
    display: block;
}

.corpo_eye_widget_latest_news .latest-news-thumb {
    overflow: hidden;
}

.corpo_eye_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.corpo_eye_widget_latest_news .latest-news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.corpo_eye_widget_latest_news .latest-news-title {
    margin-bottom:10px;
}

.corpo_eye_widget_latest_news .latest-news-title::after {
    content: "";
    display: block;
    width: 80px;
    background: #ddd;
    height: 1px;
    margin: 15px auto;
}

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

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

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

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

.corpo_eye_widget_latest_news .latest-news-meta > span {
    font-size: 12px;
}

.corpo_eye_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
}

.corpo_eye_widget_latest_news .latest-news-col-3 .latest-news-meta > span {
    font-size: 15px;
}

.corpo_eye_widget_latest_news .latest-news-summary > p {
    margin: 0;
}

.corpo_eye_widget_latest_news a.custom-button {
    position: relative;
    bottom: -27px;
    margin-top: -10px;
}

.corpo_eye_widget_latest_news .latest-news-date {
      position: absolute;
    z-index: 99;
    background: #18428c;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
}

.corpo_eye_widget_latest_news .latest-news-meta span.news-meta-date {
    font-weight: bold;
    font-size: 23px;
}

.corpo_eye_widget_latest_news .latest-news-meta span {
    display: block;
    font-size: 18px;
    line-height: 1.3;
}


.corpo_eye_widget_latest_news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
    clear: both;
}
.corpo_eye_widget_latest_news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
    clear: both;
}
/*sidebar and footer widget area style*/

#footer-widgets .corpo_eye_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .corpo_eye_widget_latest_news .latest-news-widget .latest-news-item{
    width: 100%;
}
.sidebar .corpo_eye_widget_latest_news .latest-news-widget,
#footer-widgets .corpo_eye_widget_latest_news .latest-news-widget {
    padding: 15px;
}


/*--------------------------------------------------------------
### Featured Page Grid widget style By WEN Themes
--------------------------------------------------------------*/
.corpo_eye_widget_featured_pages_grid {
  background:#ffffff
}

.corpo_eye_widget_featured_pages_grid .grid-item {
    float: left;
    padding: 15px;
}

.corpo_eye_widget_featured_pages_grid .grid-item img {
    margin: 0;
}

.corpo_eye_widget_featured_pages_grid .grid-text-content {
    background: #ffffff none repeat scroll 0 0;
    text-align: center;
    padding: 20px 20px 0;
}

.corpo_eye_widget_featured_pages_grid .item-title  a {
    display: block;
}

.corpo_eye_widget_featured_pages_grid .grid-item-thumb {
    position: relative;
}

.corpo_eye_widget_featured_pages_grid .grid-item-thumb > a{
    overflow: hidden;
    display: block;
}

.corpo_eye_widget_featured_pages_grid .grid-item-inner {
    background-color: #fff;
    padding-bottom:20px;
}

.corpo_eye_widget_featured_pages_grid .grid-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.corpo_eye_widget_featured_pages_grid .grid-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.corpo_eye_widget_featured_pages_grid .item-title {
    position: absolute;
    z-index: 99;
    background: #f5f5f5;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    bottom: -23px;
    width: 90%;
    left: 5%;
    box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.corpo_eye_widget_featured_pages_grid .grid-summary {
    margin-top: 20px;
}

.corpo_eye_widget_featured_pages_grid .grid-column-3 .grid-item {
    width: 33.33%;
}

.corpo_eye_widget_featured_pages_grid .grid-column-4 .grid-item {
    width: 25%;
}

.corpo_eye_widget_featured_pages_grid .grid-column-2 .grid-item {
    width: 50%;
}

.corpo_eye_widget_featured_pages_grid .grid-column-1 .grid-item {
    width: 100%;
}

.corpo_eye_widget_featured_pages_grid .latest-news-meta > span {
    font-size: 12px;
}

.corpo_eye_widget_featured_pages_grid .latest-news-meta .latest-news-comments {
    float: right;
}

.corpo_eye_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
}

.corpo_eye_widget_featured_pages_grid .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
}

/*sidebar and footer widget area style*/

#footer-widgets .corpo_eye_widget_featured_pages_grid .grid-item,
.sidebar .corpo_eye_widget_featured_pages_grid .grid-item{
    width: 100%;
}
#footer-widgets .corpo_eye_widget_featured_pages_grid,
.sidebar .corpo_eye_widget_featured_pages_grid{
   padding: 15px;
}
#footer-widgets .corpo_eye_widget_featured_pages_grid .grid-item img,
.sidebar .corpo_eye_widget_featured_pages_grid .grid-item img  {
    margin: 0 auto;
    width: 100%;
}
/*--------------------------------------------------------------
### Our Team widget style By WEN Themes
--------------------------------------------------------------*/
.corpo_eye_widget_teams .team-item{
    float: left;
    padding:15px;
    text-align: center;
}

.corpo_eye_widget_teams .team-title {
    font-size: 20px;
}

.corpo_eye_widget_teams  .team-text-wrap {
    position: relative;
}

.corpo_eye_widget_teams  .team-item:hover img {
   border: 5px solid #18428c;
    padding: 5px;
}

.corpo_eye_widget_teams .team-item img {
    transition: all 0.5s ease-in-out 0s;
    border: 7px solid #f5f5f5;
    padding: 7px;
    background: #fff;
}

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

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

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

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

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


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


#sidebar-front-page-widget-area .corpo_eye_widget_featured_page .container {
    width: 1349px;
    max-width: 100%;
}

#sidebar-front-page-widget-area .corpo_eye_widget_featured_page {
    background-color: ffffff;
    padding: 15px 0 15px;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft  img{
    margin-right: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    float: left;

}
#sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
    display: table-cell;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
    margin-left: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    float: right;
}

#sidebar-front-page-widget-area .featured-page-widget  {
    padding: 50px;
    background-color:#fff;
    display: table-cell;
}



#sidebar-front-page-widget-area .featured-page-widget .widget-title{
    text-align: left;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-title::after {
    margin:5px 0;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-subtitle {
    font-style: italic;
    font-size: 19px;
    color: #18428c;
    margin: 15px 0;
    text-align: left;
}

/*.sidebar .featured-page-content,
#footer-widgets .featured-page-content  {
    float: left;
    width: 100%;
}*/
/*--------------------------------------------------------------
## Custom Woocommerce
--------------------------------------------------------------*/
.entry-content p.cart-empty {
    margin-bottom: 15px;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

.woocommerce span.onsale {
    background-color: orange;
}

.woocommerce .products .star-rating {
    display: inline-block;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-bottom: 20px;
    background: rgba(241, 240, 240, 0.25);
    box-shadow: 0 0 1px #DDD;
    text-align: center;
}

.woocommerce .star-rating span:before {
    color: #EE3B24;
}

/*Woocommerce*/
.woocommerce #comments {
     margin-top:0;
}

.woocommerce #primary .button,
.woocommerce #review_form #respond .form-submit input {
    background: #18428c!important;
    font-weight: normal;
    border-radius: 27px;
    color: #fff;
}

.woocommerce #primary .button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #EE3B24!important;
}

.woocommerce .quantity .qty {
    height: 34px;
}

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

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

    .site-header {
        padding: 10px 0 10px;
    }

    .main-navigation ul li a {
        margin: 0 10px;
    }

    .main-navigation ul li li a {
        margin: 0;
    }

    #main-slider .cycle-caption {
        bottom: 15%;
        max-width: 70%;
    }

    #main-slider h3 {
        font-size: 45px;
    }
    .corpo_eye_widget_teams .team-item {
        padding: 15px;
    }
}

/* 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;
        text-align: center;
    }

    body{
        padding-top: 0;
    }

    #page {
        margin-top:45px;
    }

    #main-nav {
        display: none;
    }

    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 93px;
    }

    .sidr-open #mobile-trigger {
        transition: inherit;
    }

    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .logged-in #mobile-trigger {
        top: 45px;
    }

    .sidr-open #mobile-trigger {
        padding-left: 275px;
        text-align: left;
        transition: inherit;
    }

    #masthead {
        text-align: center;
    }

    .site-branding {
        float: none;
        margin-right: 0;
		
			
    }

    .custom-logo-link {
        max-width: inherit;
    }

    #mobile-trigger i {
        background-color: #18428c;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }

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

    .corpo_eye_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }

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

    #main-slider h3 {
        font-size: 35px;
        margin: 0;
    }

    #main-slider p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .corpo_eye_widget_featured_pages_grid .grid-column-4 .grid-item,
    .corpo_eye_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
    }

    #footer-contact-section .quick-contact .quick-contact-item i {
        font-size: 20px;
        padding: 7px 0;
        width: 35px;
        height: 35px;
        float: none;
        margin: 0 auto 15px;
    }

    .quick-contact-inner {
        float: none;
        text-align: center;
        width: 100%;
    }

    .quick-contact-item h4::after {
        width: 100%;
    }
    #colophon .colophon-column-left,
    #colophon .colophon-column-right{
        float: left;
        width: 100%;
        text-align: center;
    }

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


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

    .header-search-box {
        margin-top: 0;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3{
        font-size: 18px;
    }

    h4 {
        font-size:16px;
    }

    h5 {
        font-size: 15px;
    }

    h6 {
        font-size: 14px;
    }

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

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

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

    /*featured slider style*/

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

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

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

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

    .custom-button, .custom-button:visited {
        font-size: 14px;
        padding: 5px 20px;
        text-transform: inherit;
    }

    #content {
        clear: both;
        padding-top: 20px;
    }

    #sidebar-front-page-widget-area {
        clear: both;
    }

    /*sidebar layout*/

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

    .widget.corpo_eye_widget_services .service-block-item {
        width: 100%;
    }

    .corpo_eye_widget_latest_news .latest-news-widget .latest-news-item {
        width: 50%;
    }

    #footer-widgets {
        padding: 30px 15px;
    }

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

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

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


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

    .copyright {
        margin-bottom: 5px;
    }

    #footer-contact-section .quick-contact .quick-contact-item {
        margin-bottom: 5px;
        text-align: center;
        width: 100%;
    }

    #footer-contact-section .quick-contact .quick-contact-item::before {
        display: inline-block;
        font-size: 19px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    #custom-header {
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 45px 0 43px;
    }
     .corpo_eye_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 50%;
     }
     #sidebar-front-page-widget-area .widget {
        padding: 30px 0;
        margin: 0;
    }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {

    .corpo_eye_widget_latest_news .latest-news-widget .latest-news-item {
        width: 100%;
    }

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


    #custom-header {
        background-repeat: no-repeat;
        padding: 25px 0 30px;
    }

    .page-title {
        font-size: 30px;
    }
    .home.header-overlap-on .site-header,
    .enabled-sticky-primary-menu.admin-bar #masthead.fixed,
    .enabled-sticky-primary-menu  #masthead.fixed,
    .site-header {
        position: inherit;
        padding:15px 0;
        top: 0;
    }
    .home.enabled-sticky-primary-menu.header-overlap-on .site-header .site-title > a,
    .home.enabled-sticky-primary-menu.header-overlap-on .site-header .header-search-box > a {
        color: #222;
    }
    .header-search-box {
        margin: 0;
    }
    #main-slider .cycle-caption h3 {
        font-size: 18px;
    }
    #main-slider .cycle-prev, #main-slider .cycle-next {

        font-size: 24px;
        width: 25px;
        height: 45px;
        padding: 5px;
    }
    #main-slider .cycle-caption {
        bottom: 50px;
        text-align: center;
    }
    .header-search-box .search-box-wrap {
        right: 3%;
        width: 280px;
    }
    .header-search-box .search-form input.search-field {
        padding: 10px 35px 10px 18px;
        height: 23px;
        font-size: 15px;
        width: 80%;
    }
    .corpo_eye_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 100%;
    }
    #sidebar-front-page-widget-area .featured-page-widget {
        padding: 10px;
    }
    .corpo_eye_widget_services .service-block-item {
        padding-right: 0;
    }
    #main-slider .cycle-pager {
        display: none;
    }
    a.custom-button.slider-button {
        padding: 2px 15px;
        font-size: 14px;
        margin-right: 5px;
    }

    .header-content {
    padding: 10px;
    bottom: -65px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

    .corpo_eye_widget_teams .teams-col-4 .team-item,
    .corpo_eye_widget_teams .teams-col-3 .team-item,
    .corpo_eye_widget_teams .teams-col-2.team-item,
    .corpo_eye_widget_teams .teams-col-1 .team-item {
            max-width: 300px;
            margin: 0 auto;
            width: 100%;
            float: none;
    }
    .custom-logo-link,
    #site-identity {
        display: block;
        float: none;
        margin-right: 0;
        text-align: left;
        width: 100%;
        max-width: inherit;
    }

    .site-branding {
        text-align: center;
    }
    .comment .reply {
        position: inherit;
        top: inherit;
        right: inherit;
    }
    ol.comment-list .children {
        padding-left: 0;
    }
    .navigation .nav-links .nav-previous,
    .navigation .nav-links .nav-next {
        width: 100%;
        text-align: center;

    }


    #footer-widgets .footer-widget-area {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #fff;
        margin-top: 15px;
    }

    .site-description {
        margin-bottom: 0;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }


    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }

    .widget.corpo_eye_widget_services .service-block-item {
        width: 100%;
    }

    .corpo_eye_widget_portfolio_slider .portfolio-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    #custom-header {
        min-height: auto;
        padding: 15px 0 25px;
    }
}

/*** Block Styles ***/

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

hr.wp-block-separator {
	background: ffffff;
	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 #ee3b24;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
	background: #ee3b24;
	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;
}
/*================================================================
========================= Style Ends =============================
================================================================= */

