/*
Theme Name: Invicta
Theme URI: https://rafael.webpartnergroup.net/
Description: This is the chile theme created for the Genesis Framework.
Author: Rafael Mendoza
Author URI: https://rafael.webpartnergroup.net/

Version: 1.0.0

Tags: accessibility-ready, block-styles, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, theme-options, threaded-comments, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: invicta
Requires at least: 5.4
Requires PHP: 5.6
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #28415c;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #28415c;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 500;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #888;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

.entry-content h2 {
	font-size: 20px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #28415c;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 18px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #888;
	border-width: 0;
	color: #fff;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	table-layout: auto;
	width: 100%;
	word-break: normal;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 500;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin-right: -25px;
	margin-left: -25px;
}

.col {
	padding-left: 25px;
	padding-right: 25px;
}

.col-1 { -ms-flex-preferred-size: 100%; flex-basis: 100% }
.col-2 { -ms-flex-preferred-size: 16.66666666666667%; flex-basis: 16.66666666666667% }
.col-3 { -ms-flex-preferred-size: 25%; flex-basis: 25% }
.col-4 { -ms-flex-preferred-size: 33.33333333333333%; flex-basis: 33.33333333333333% }
.col-5 { -ms-flex-preferred-size: 41.66666666666667%; flex-basis: 41.66666666666667% }
.col-6 { -ms-flex-preferred-size: 50%; flex-basis: 50% }
.col-7 { -ms-flex-preferred-size: 58.33333333333333%; flex-basis: 58.33333333333333% }
.col-8 { -ms-flex-preferred-size: 66.66666666666666%; flex-basis: 66.66666666666666% }
.col-9 { -ms-flex-preferred-size: 75%; flex-basis: 75% }
.col-10 { -ms-flex-preferred-size: 83.33333333333333%; flex-basis: 83.33333333333333% }
.col-11 { -ms-flex-preferred-size: 91.66666666666666%; flex-basis: 91.66666666666666% }
.col-12 { -ms-flex-preferred-size: 8.333333333333333%; flex-basis: 8.333333333333333% }

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

	.content {
		float: left;
		width: 62.34887737478411%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box {
	background-color: #f5f5f5;
	padding: 30px;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.archive-description {
	display: none;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 34px;
	margin-bottom: 24px;
}

.archive .entry-title,
.single .entry-title {
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #333;
}

.widget-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.widget-title span {
	color: #777;
	font-weight: 400;
}

.has-bg-2 .widget-title span {
	color: #FFF;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

.sidebar .widget-title {
	font-size: 25px;
	color: #28415c;
	text-align: center;
}

.sidebar .frm_form_widget .frm_forms {
	padding: 15px 20px;
	background-color: #bbb;
}

.sidebar .frm_form_widget .frm_submit {
	text-align: center;
}

.sidebar-featured-blog {
	padding-top: 55px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

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

.widget {
	margin-bottom: 40px;
}

.widget:last-child,
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widge-title {
	line-height: 1;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Flex Slider
-------------------------------------- */

 .flex-container a:hover, .flex-slider a:hover {outline: none;}.slides, .slides > li, .flex-control-nav, .flex-direction-nav {margin: 0;padding: 0;list-style: none;}.flex-pauseplay span {text-transform: capitalize;}.flexslider {margin: 0;padding: 0;}.flexslider .slides > li {display: none;-webkit-backface-visibility: hidden;}.flexslider .slides img {width: 100%;display: block;}.flexslider .slides:after {content: "\0020";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}html[xmlns] .flexslider .slides {display: block;}* html .flexslider .slides {height: 1%;}.no-js .flexslider .slides > li:first-child {display: block;}.flexslider {margin: 0 0 60px;background: #fff;border: 4px solid #fff;position: relative;zoom: 1;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);}.flexslider .slides {zoom: 1;}.flexslider .slides img {height: auto;-moz-user-select: none;}.flex-viewport {max-height: 2000px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}.loading .flex-viewport {max-height: 300px;}@-moz-document url-prefix() {.loading .flex-viewport {max-height: none;}}.carousel li {margin-right: 5px;}.flex-direction-nav {*height: 0;}.flex-direction-nav a {text-decoration: none;display: block;width: 40px;height: 40px;margin: -20px 0 0;position: absolute;top: 50%;z-index: 10;overflow: hidden;opacity: 0;cursor: pointer;color: rgba(0, 0, 0, 0.8);text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}.flex-direction-nav a:before {font-family: "flexslider-icon";font-size: 40px;display: inline-block;content: '\f001';color: rgba(0, 0, 0, 0.8);text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);}.flex-direction-nav a.flex-next:before {content: '\f002';}.flex-direction-nav .flex-prev {left: -50px;}.flex-direction-nav .flex-next {right: -50px;text-align: right;}.flexslider:hover .flex-direction-nav .flex-prev {opacity: 0.7;left: 10px;}.flexslider:hover .flex-direction-nav .flex-prev:hover {opacity: 1;}.flexslider:hover .flex-direction-nav .flex-next {opacity: 0.7;right: 10px;}.flexslider:hover .flex-direction-nav .flex-next:hover {opacity: 1;}.flex-direction-nav .flex-disabled {opacity: 0!important;filter: alpha(opacity=0);cursor: default;z-index: -1;}.flex-pauseplay a {display: block;width: 20px;height: 20px;position: absolute;bottom: 5px;left: 10px;opacity: 0.8;z-index: 10;overflow: hidden;cursor: pointer;color: #000;}.flex-pauseplay a:before {font-family: "flexslider-icon";font-size: 20px;display: inline-block;content: '\f004';}.flex-pauseplay a:hover {opacity: 1;}.flex-pauseplay a.flex-play:before {content: '\f003';}.flex-control-nav {width: 100%;position: absolute;bottom: -40px;text-align: center;}.flex-control-nav li {margin: 0 6px;display: inline-block;zoom: 1;*display: inline;}.flex-control-paging li a {width: 11px;height: 11px;display: block;background: #666;background: rgba(0, 0, 0, 0.5);cursor: pointer;text-indent: -9999px;-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}.flex-control-paging li a:hover {background: #333;background: rgba(0, 0, 0, 0.7);}.flex-control-paging li a.flex-active {background: #000;background: rgba(0, 0, 0, 0.9);cursor: default;}.flex-control-thumbs {margin: 5px 0 0;position: static;overflow: hidden;}.flex-control-thumbs li {width: 25%;float: left;margin: 0;}.flex-control-thumbs img {width: 100%;height: auto;display: block;opacity: .7;cursor: pointer;-moz-user-select: none;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}.flex-control-thumbs img:hover {opacity: 1;}.flex-control-thumbs .flex-active {opacity: 1;cursor: default;}


/* NextGen Gallery
-------------------------------------- */

.invicta .ngg-slideshow .ngg-gallery-slideshow-image img {
	width: 100%;
	height: 350px;
	max-width: 100% !important;
	max-height: 100% !important;
}

.invicta .ngg-slideshow.slick-slider {
	margin: 0 auto !important;
}

.entry-content .ngg-galleryoverview {
	margin: 0 0 20px;
}

.entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 33.3333%;
}

.entry-content .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	border: none;
	background-color: #000;
}

.entry-content .ngg-gallery-thumbnail {
	margin: 13px;
}

.entry-content .ngg-gallery-thumbnail a {
	margin: 0;
}

.entry-content .ngg-gallery-thumbnail img {
	opacity: 0.6;
	transition: opacity .3s ease-in;
}

.entry-content .ngg-gallery-thumbnail:hover img {
	opacity: 1;
}

/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #888;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	z-index: 99;
	transition: opacity 0.4s ease-in-out;
}

.genesis-nav-menu .sub-menu a {
	background-color: #bbb;
	border: 1px solid #888;
	border-top: 0;
	font-size: 16px;
	position: relative;
	word-wrap: break-word;
	padding: 20px 16px;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 250px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		background-color: #8e8e90;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .no-click {
	cursor: pointer;
}

.genesis-nav-menu .no-click > a {
	pointer-events: none;
}

/* Header Menu
--------------------------------------------- */

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Go Top Link
--------------------------------------------- */

.gotop{font-size: 22px;line-height: 1;position:fixed;bottom:30px;right:30px;transition:background-color .3s,opacity .5s,visibility .5s;opacity:0;visibility:hidden;z-index:99;color:#fff;width:45px;height:45px;display:inline-block;background-color:#406893;text-align:center;padding:12px 5px}
.gotop:active,.gotop:hover{cursor:pointer;background:#27405b}
.gotop.show{opacity:1;visibility:visible}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #28415c;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
	float: right;
	padding-top: 10px;
	width: 32.38341968911917%;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #28415c;
	clear: both;
	color: #FFF;
	font-weight: 700;
	padding: 60px 0;
}

.footer-widget-area {
	float: left;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 25%;
}

.footer-widgets-2 {
	width: 22%;
}

.footer-widgets-3 {
	width: 28%;
}

.footer-widgets-4 {
	float: right;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets a {
	color: #FFf;
}

.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #aaa;
}

.footer-widgets ul > li {
	margin-bottom: 3px;
	margin-left: 0;
}

.footer-widgets .widget-title {
	font-size: 22px;
	text-transform: uppercase;
	color: #aaa;
}

.footer-widgets__footer-logo {
	margin-bottom: 15px;
}

.footer-services-info {
	text-align: center;
}

.call-us-today__text {
	margin-bottom: 10px;
	font-size: 20px;
	color: #aaa;
}

/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #555555;
	color: #FFF;
	font-size: 13px;
	line-height: 1.5;
	padding: 10px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.credit-info {
	clear: both;
	overflow: hidden;
}

.credit-left {
	float: left;
}

.credit-right {
	float: right;
}



/* Custom Styles
---------------------------------------------------------------------------- */

.content-width-medium {
	max-width: 1360px;
	margin: 0 auto;
}

.textalign-center,
.home-widget-area.textalign-center .widget-title {
	text-align: center;
}

.has-bg {
	background-color: #f2f2f2;
}

/* Homepage
--------------------------------------------- */

.home-widget-area {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: justify;
}

.home-widget-area.padding-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}

.home-widget-area .widget-title {
	font-size: 40px;
	color: #28415c;
	margin-bottom: 40px;
}

.home-widget-area.no-padding {
	padding: 0;
}

.home-widget-one {
	border-bottom: 20px solid #555;
}

.home-slider-widget .gallery {
	text-align: center;
}

.home-main-title {
	margin-top: -52px;
	position: relative;
	z-index: 10;
}

.home-main-title .widge-title {
	background-color: #28415c;
	color: #FFF;
	border: 3px solid #888;
	margin: 0;
	padding: 20px;
	font-size: 40px;
}

.our-work .col {
	padding-top: 25px;
	padding-bottom: 25px;
}

.our-work .col-wrapper {
	background-color: #000;
	border: 11px solid #bbb;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.our-work .title,
.our-work .view-gallery {
	position: absolute;
	left: 0;
	right: 0;
}

.our-work img {
	opacity: 0.8;
	transition: opacity .3s ease-in;
}

.our-work .col-wrapper:hover img {
	opacity: 0.3;
}

.our-work .cta {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.our-work .title {
	color: #FFF;
	font-size: 22px;
	text-transform: uppercase;
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	top: calc(50% - 15px);
	margin-bottom: 0;
	transition: margin-top 0.3s ease-in;
}

.button.view-gallery {
	padding: 10px 15px;
	width: 145px;
	margin: 0 auto;
	bottom: -50%;
	transition: bottom 0.3s ease-in;
}

.our-work .col-wrapper:hover .title {
	margin-top: -30px;
}

.our-work .col-wrapper:hover .view-gallery {
	bottom: 30%;
}

.home-widget-four {
	background: #8e8e90 url("/wp-content/uploads/2021/10/get-free-quote-section-background.png") scroll no-repeat center right;
	color: #FFF;
	background-size: contain;
}

.home-widget-four .widget-title {
	margin-bottom: 25px;
}

.home-widget-four .widget-title span {
	color: #FFF;
}

.get-free-quote {
	width: 60%;
}

.featured-blog-post .col-wrapper {
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(125, 125, 125, 0.4);
	border-top: 10px solid #28415c;
	height: 100%;
	text-align: center;
}

.featured-blog-post .featured-images {
	margin-top: -55px;
	margin-bottom: 25px;
}

.featured-blog-post img {
	border: 10px solid #28415c;
	background-color: #FFF;
}

.featured-blog-post .title {
	text-align: center;
}

.featured-blog-post .post-content {
	margin-bottom: 30px;
	text-align: justify;
	padding: 0 15px;
	min-height: 200px;
}

.featured-blog-post .read-more {
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
}

.invicta .latest-blog .widget-title {
	margin-bottom: 0;
}

.blog-wrapper {
	padding-top: 55px;
}

.latest-blog .flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 40px;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}

.latest-blog .view-more-link {
	text-align: right;
	font-weight: 700;
	font-family: "Roboto Slab", sans-serif;
	font-size: 18px;
}

/* Inner Pages
--------------------------------------------- */

.page-gallery-slideshow {
	margin-bottom: 30px;
}

.entry-content .our-work-page-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width: 20%;
}

.entry-content .our-work-page-gallery .ngg-gallery-thumbnail img {
	opacity: 1;
}

.photo-gallery-page .col {
	margin-bottom: 60px;
}

.photo-gallery-cover {
	position: relative;
	text-align: center;
	background-color: #333;
	margin-bottom: 25px;
	line-height: 1;
	transition: background-color 0.6s ease-in;
} 

.photo-gallery-cover:hover {
	background-color: #0052aa;
}

.photo-gallery-img {
	opacity: 0.6;
}

.photo-gallery-label {
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	letter-spacing: 2px;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	right: 0;
}

.photo-gallery-page .excerpt {
	color: #333;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1024px) {
	.home-widget-area {
		padding-top: 5.859375%;
		padding-bottom: 5.859375%;
	}

	.home-main-title .widge-title {
		font-size: 28px;
	}

	.home-widget-area .widget-title {
		font-size: 38px;
		margin-bottom: 25px;
	}

	.flex {
		margin-right: -13px;
		margin-left: -13px;
	}

	.col {
		padding-left: 13px;
		padding-right: 13px;
	}

	.our-work .col {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.our-work .title {
		font-size: 16px;
	}

	.home-widget-four {
		background-image: url('/wp-content/uploads/2021/10/get-free-quote-section-background-x1024.png');
	}

	.get-free-quote {
		width: 50%;
	}

	.footer-widgets .widget-title {
		font-size: 18px;
	}

	.sidebar .widget-title {
		font-size: 20px;
	}

	.entry-title {
		font-size: 30px;
	}

	.entry-content .our-work-page-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 860px) {

	.home-widget-area .widget-title {
		font-size: 32px;
		margin-bottom: 25px;
	}

	.our-work .col.col-4 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.our-work .title {
		font-size: 22px;
	}

	.latest-blog .col.col-4 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.latest-blog .col.col-4:not(:last-child) {
		margin-bottom: 100px;
	}

	.featured-blog-post .post-content {
		min-height: auto;
	}

	.footer-widget-area {
		min-height: 330px;
		width: 50%;
	}

	.footer-widgets-4 {
		float: left;
	}

	.footer-services-info {
		text-align: left;
	}

	.credit-left,
	.credit-right {
		float: none;
	}
}

@media only screen and (max-width: 768px) {

	.site-inner {
		padding-top: 65px;
		margin-bottom: 30px;
	}

	.home-main-title .widge-title {
		font-size: 22px;
	}

	.home-widget-four {
		background-image: none;
		text-align: center;
	}

	.get-free-quote {
		width: 100%;
	}

	.footer-widgets ul > li {
		margin-bottom: 8px;
	}

	.content,
	.sidebar {
		width: 100%;
	}

	.content {
		margin-bottom: 30px;
	}

	.entry-content .our-work-page-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 20%;
	}
}

@media only screen and (max-width: 640px) {
	.our-work .title {
		font-size: 18px;
	}
}

@media only screen and (max-width: 540px) {

	.wrap {
		padding: 0 20px;
	}

	.home-main-title {
		margin-top: -44px;
	}

	.content-width-medium {
		max-width: 420px;
	}

	.our-work .col.col-4 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.footer-widget-area,
	.footer-services-info {
		min-height: auto;
		width: 100%;
		text-align: center;
	}

	.footer-widget-area:not(:last-child) {
		margin-bottom: 40px;
	}

	.invicta .ngg-slideshow .ngg-gallery-slideshow-image img {
		height: 300px;
	}

	.entry-content .ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 50%;
	}

	.entry-content .our-work-page-gallery .ngg-galleryoverview .ngg-gallery-thumbnail-box {
		width: 33.3333%;
	}

}

@media only screen and (max-width: 480px) {
	.before-header {
		font-size: 14px;
	}

	.home-main-title {
		margin-top: -33px;
	}

	.home-main-title .widge-title {
		font-size: 18px;
	}

	.latest-blog .flex,
	.latest-blog .view-more-link {
		display: block;
		text-align: center;
	}

	.invicta .latest-blog .widget-title {
		margin-bottom: 15px;
	}

	.photo-gallery-page .col.col-6 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 426px;
		margin: 0 auto 60px;
	}
}

@media only screen and (max-width: 360px) {
}