/*
Theme Name: Locksmith
Theme URI: https://themeszz.com/locksmith
Author: Themeszz
Author URI: https://themeszz.com
Description: Wordpress Theme For Locksmith Services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: locksmith
Tags: featured-images, translation-ready
*/

/*--------------------------------------------------------------
## Sections
# Normalize
# Alignments
Fill All The Sections Here
--------------------------------------------------------------*/

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

body {
    margin: 0;
}

body, html, p {
font-weight: normal;
font-style: normal;
font-size:100%;
}

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

audio,
canvas,
progress,
video {
    display: block;
    vertical-align: baseline;
    margin: 0 auto;
}

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

[hidden],
template {
    display: none;
}

a {
    text-decoration:none !important;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


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

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 #777777;
    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: initial;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {color: #333;font-size: 14px;line-height: 1.5;}

body {
    color: #696969;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 2.5% 0;
}



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

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

address {
    margin: 0 0 1.5em;
}

pre {
    background: #777777;
    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 #696969;
    cursor: help;
}

mark,
ins {
    background: #777777;
    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: #2d3e50;
    border: 0;
    height: 1px;
    margin: 0.5em auto;
}

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

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


td, th {border-right : 0.5px solid #171b1e; border-bottom : 0.5px solid #171b1e;padding: 5px;text-align: center;}

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

button, a.button, input[type="button"], 
input[type="reset"], input[type="submit"] {
	display: inline-block;font-size: 14px;
	padding: 12px 30px;color: #ffffff;
	text-transform: uppercase;border-radius: 2px;
	border: none;
}

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

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: #777777 #2d3e50 #777777;
    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: #555;
    width: 100%;
    border: 1px solid #182327;
   }

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

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

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

textarea {
    padding:10px;
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}
a{
	color: #000000;
	font-weight: 700;
	line-height: 20px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	text-decoration: none;
}
/*--------------------------------------------------------------
# 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: #000000;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #ffffff;
    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;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-branding {
	float: left; 
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	padding: 8px;
	display:inline-block;
}

.site-title-text, .site-description {
    padding-left: 10px;
	margin: 0;
}

.site-logo {
    padding: 0;
}

.site-header {
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	width: 100%;
	z-index: 900;
   -webkit-box-shadow: 2px 7px 26px -6px rgba(0,0,0,0.75);
	box-shadow: 2px 7px 26px -6px rgba(0,0,0,0.75);
}

.headertext { 
	float:right; 
	padding:8px; 
}

.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.fixed-header .main-navigation {
	padding-right:12px;
}
.fixed {
    position: fixed;
    z-index: 999;
    margin-top: 4px !important;
    top: 0;
}

.showinline {
    display: flow-root;
    width: 100%;
}

/* Top Panel */
#panel-block{
    display: flex;
}

.top-panel {width: 100%;display: inline-block; padding:6px;}

.top-panel-left {
    float: left;
    text-align: left;
    padding-left: 10px;
}

.top-panel-right {
    float: right;
    text-align: right;
    padding-right: 10px;
}
.top-panel-align {
	margin: 0px !important;
	text-align: center;
	padding: 5px;
}

.top-panel-left,
.top-panel-right,
.headertext {
	display: inline-block;
	vertical-align: middle;
}

.top-panel-left,
.top-panel-right {
font-size:80%;
}

.headertext {
font-size:120%;
font-weight:bold;
margin-top:4px;
}

/*Basic Breadcrumb */

.breadcrumb {
	padding: 6px 0;
	clear: both;
	overflow: hidden;
    margin-top: 10px;
    list-style: none;
    border-top: 0.5px dotted white;
    border-bottom: 0.5px dotted white;
}

.breadcrumb  li {
	display: inline-block;
	list-style: outside none none;
	}

.breadcrumb  a {
color:#efefef !important;
}
.breadcrumb  a:hover {
color:white;
}
.breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	padding-bottom:0px;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 6px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: black;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -2999px;
    z-index: 99999;
}

.main-navigation ul ul ul {
	left: -2999px;
	top: 0;
}

.main-navigation ul ul li a{
    min-width: 180px;
    max-width:99%;
    color: #FFF;
}

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

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {

    color: #fff !important;
}

.main-navigation .appointment a { 
	background-color:orange;
    border-radius:10px;
    color: black;
}
.main-navigation .appointment a:hover { 
	background-color:white;
    color: black !important;
}

/* Secondary Navigation */

.top-panel [id*='menu-secondary'] { list-style: none; margin-top:-5px; }
.top-panel [id*='menu-secondary'] li { float:left; margin-right: 10px; }
.top-panel [id*='menu-secondary'] a { color:#efefef; }

.site-footer [id*='menu-secondary'] { list-style: none; margin-top:-5px;; }
.site-footer [id*='menu-secondary'] { float:none; }

/* Mobile Menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/* Navigation Menu */

#menu-secondary .search-header-wrap {
    display: none;
}

.add-to-nav {
    float: right;
    display: none;
}

.sub {
    font-size: 13px;
}

.main-navigation > li a {
    text-align: center;
}

.main-navigation li a {
    padding: 10px;
}

.main-navigation .set-margin {
	margin-right:2px;
}

.main-navigation .menu-item-has-children li {
    padding:6px;
    padding-top:2px;
}

.main-navigation .sub,
.main-navigation ul ul li {
    text-align: center;
}

.main-navigation .glyphicon-triangle-right {
	padding-top:5px;
	float:right;
}

.main-navigation .glyphicon-triangle-left {
	padding-top:5px;
	float:left;
}

.megamenu li,
.megamenu-block .sub {
    text-align: left !important;

}

.main-navigation ul ul {margin-top: 10px;background: #ffffff;}

.main-navigation li a {
	border-radius: 10px;
}

.main-navigation li a:hover {
	color: #fff !important;
}

.main-navigation ul li ul .empty {
    display: none;
}

.main-navigation .menu-item-has-children .glyphicon-triangle-bottom {
	width:11px;
	margin-left: 10px;
}

.menu-height {
    margin-top: 0px !important;
}

/* Mega Menu */

.megamenu ul ul {
    box-shadow: none;
}

.megamenu-block {
	filter: alpha(opacity=95); 
	opacity: 0.95;
}

.megamenu-block > li > a {
	border-radius: 10px;
	margin-top: 5px;
	margin-left: 5px;
}

.megamenu-block li {
	padding-top:0px !important;
}

.megamenu-block .menu-item-has-children > a {
	border-bottom: 0px solid #171b1e;
	color:white;
	margin-top:10px;
	margin-bottom:0px;
}

.megamenu .menu-item-has-children .sub {
    display: none;
}

.stay-top {
    z-index: 5;
}

.extraheight {}

/* Mobile Navigation */

.menu-toggle, .menu-touch-toggle {
	position: absolute;
	padding: 3px 8px;
	font-size: 24px;
	top: 0;
	margin: 6px;
	z-index: 900;
	border-radius:10px;
	min-width: auto;
	line-height: 30px;
	right:12px;
}

.menu-toggle {
    display: none;
}

.menu-touch-toggle {
position:relative;
margin:0;
padding:4px 10px;
right:0px;
}

.menu-toggle:hover, .menu-touch-toggle:hover {
text-decoration:none;
}

.go-to-top {
    top: 0;
}

.mobile-navigation {
	position: absolute;
	min-height: 100%;
	overflow: hidden;
	opacity: 0.95;
	display: none;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: #171b1e;
	width: 300px;
	color: white;
	font-size: 200%;
	text-align: left;
	padding-top: 2%;
}

.mobile-navigation .sub,
.mobile-navigation .search-header-wrap {
    display: none;
}

.mobile-navigation a {
    color: white !important;
}

.mobile-navigation ul {
    list-style-type: none;
    margin-left: 0px;
}

.mobile-navigation li {
	text-align: left;
	font-size: 18px;
	border-bottom: 1px dotted #666666;
	padding: 8px 14px;
}

.mobile-navigation ul li:last-child {
    border: 0;
}

.mobile-navigation li ul {
    display: none;
    margin:5px;
}

.mobile-navigation li ul li {
    font-size:90%;
    background-color:#171b1e;
}

.mobile-navigation .glyph-small {
    display: none;
}

.mobile-navigation .glyph-mobile {
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

.up-arrow,
.down-arrow {
    float: right;
}
.up-arrow {
    display: none;
}
.hidemenu {
    float: right;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
}
.mobile-search-form {
margin-bottom:10px;
}
.mobile-search-form input {
    font-size: 60%;
    padding:2%;
}

/* Search Form */
#search-block {
	position: absolute;
	border: 1px solid #cccccc;
	border-top:0px;
	display: none;
	z-index: 999;
	padding: 10px;
	background: #FFF;
	text-align: center;
	width:300px;
	border-radius:10px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
#search-block .search-input { 
	border: 0.5px solid #cccccc;
	max-width:200px !important;
	float:left; 
	margin-right:5px; 
}
#search-block button { 
float:left; 
}

.glyph-small {
    font-size: 11px;
}

.search-header {
    padding: 0px;
}

.search-close {
    float: right;
    color: #C0C0C0;
    margin-left:12px;
    margin-top:-5px;
}

.search-close span:hover {
    cursor: pointer;
}

.search-headerform {
    display: inline-block;
    text-align: center;
}

.search .entry-title,
.search .entry-meta,
.search .entry-summary,
.search .entry-footer,
.search .entry-footer {
    text-align: left;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.navigation {
    float: right;
}
/* Page Templates */
.simple-page-template, 
.search-results .site-content, 
.error-404 .site-content { 
	padding:0px 40px !important;
}

/*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;
	width: 100%;
}

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

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

#infinite-handle span {
    border:1px solid #777777;
    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 #333;
	padding: 6px 20px;
	background: #fff;
	display: block;
}

.pagination {
    margin-top: 15px;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
    content: "\e092";
    font-family: Glyphicons Halflings;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
    content: "\e091";
    font-family: Glyphicons Halflings;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

.navigation.pagination {
	text-align: center;
	display: block;
	float: none;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 15px;
    text-align: center;
    display: inline-block;
    margin: 0 2px;
    background: #eee;
}

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

#load_more {
	border-radius: 0;
}
#load_more:hover {
	cursor:pointer;
}
.nav-previous a {
    padding: 10px;
    float: left;
    font-weight: bold;
}

.nav-next a {padding: 10px;float: right;font-weight: bold;=: #777777}
.nav-previous a:hover,
.nav-next a:hover {
	color: white  !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 9999;
}
.preloader-content {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.preloader-title {
    margin-top: 15px;
    font-size: 200%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
}
.preloader-text {
    margin-top: 10px;
    text-shadow: 1px 1px 1px #000000;
}
#progress-bar {
    margin-top: 15px;
    width: 0%;
    position: absolute;
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding: 5px;
    min-width: 40px !important;
    transition: all 0.25s ease;
}
.skip-preloader {
    position: absolute;
    text-align: center;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
    margin-right: 20px;
}
.skip-preloader:hover {
    cursor: pointer;
}
/* Scroll to Top */
.scrolltop {
	position: fixed;
	right: 10px;
	bottom: 30px;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 45px;
	text-align: center;
	text-decoration: none;
	color: #FFF !important;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 2;
}

.scrolltop:hover {
	text-decoration: none;
	color: white !important;
}
.scrolltop:focus {
    text-decoration: none;
}
.scrolltop.active {
    visibility: visible;
    opacity: 1;
}
/* Slider and Header Text */
.caption-html {
	padding: 1.5%;
	text-align: left;
}
.caption-wrap {
    position: absolute;
    z-index: 2;
    border-radius: 10px;
}
.caption-form {
    position: absolute;
    color: white;
    z-index: 1;
    padding: 1.5%;
    border-radius: 10px;
}
.caption-title {
	font-weight: bold;
}
.caption-button {
	padding:1.2%;
	border-radius:10px;
	font-weight:bold;
	min-width: 200px;
	display: inline-block;
}

.caption-button:hover a{
	color:white;
	text-decoration:none;
}
.caption-button:hover {
    color:white;
}
.delay-one {
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation-delay: 0.5s;
}
.delay-two {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;
}
.delay-three {
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;
}
.blog-head-image { 
	max-height:300px; 
	overflow:hidden; 
}

#page-imagery-block .caption-title,
#blog-imagery-block .caption-title { 
color:#efefef; text-shadow: -1px -1px 3px rgba(2, 0, 2, 1); 
}
	
.blog-head-image img { width:100%; }

#primary {
    float: left;
    padding-left: 25px;
    padding-right:25px;
}
#content {
	padding-top:30px;
	padding-bottom:30px;
	margin: 0px;
	clear: both;
}
.home #content {
	padding-top:0px;
	padding-bottom:0px;
}
.single-post #primary, .search-no-results #primary { padding:0% 2% !important; }


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

.site {
	width:100%;
	margin:auto;
	max-width:100%;
}
.site-content {
	width:100%;
	margin:auto;
	min-height:500px;
}
.single-themeszz-team hr {
    top: -12px;
    margin: 0 auto 6px auto;
    width: 100%;
    position: relative;
}

.socials [class*='social-']{
    background: transparent !important;
    border: 2px solid #171b1e !important;
    display: inline-block;

}
.socials [class*='social-']:hover{
	-webkit-filter: grayscale(0.99);
	filter: grayscale(0.99);
}
.designation {
    font-weight: bold;
    line-height: 2;
}
.designation span{
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.page-template-contact #content{
	padding: 0;
}
.contact-details {
	text-align: center;
	display: block;
	width: 100%;
}
.contact-details .contacts{
	padding: 12px 2px;
	margin: 50px 0;
	min-height: 105px;
}

.contact-details .contacts img {
width:24px; height:24px;
margin-top:-10px;
}

.contact-details .contact-info{
    display: block;
    margin: 0;
    font-size:90%;
}
.contact-details i{
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 50px;
	top: -20px;
	margin: -30px auto 10px auto;
	background: #FFF;
	border-radius: 50%;
}

.form-contact {
	background: #777777;
	padding: 4% 0 2%;
}

/* Modal & Booking Form */
.modal-left,
.modal-right {
    float: left;
    width: 47%;
    margin-right: 1%;
}
.modal-right input, .modal-right select[name=tz_service] {
    padding: 5px;
    border: 1px solid #171b1e;
    font-size: 14px;
    color: #444444;
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
}
.modal-right button {
    color: white;
    font-size: 18px;
    width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

#modal-title {padding-bottom: 15px;border-bottom: 1px solid #000000;font-weight: bold;}

.remodal {background-color: white;}

@media screen and (max-width: 480px) {
.modal-left, .modal-right {
	float:none;
	width:100%;
	margin-bottom:15px;
}

}
/* Pagination */
.page-link li a:after{
	font: 14px/1 'Glyphicons Halflings';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\e258";
	float: right;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all,ease,.3s;
	transition: all,ease,.3s;
	color: #7e8c8d;
	margin-top: 14px;
}

.center {
    text-align: center;
}
.ss-prev,
.ss-next {
    display: none;
}
pagination {
    display: inline-block;
}
.paginate-wrap {
    width: 100%;
    text-align: center;
}
.page-head-image {
    max-height: 250px;
    overflow:hidden;
}
.red {
    background-color: red;
    color: white;
    border: 1px solid red;
}
.transparency {
    background-color: transparent;
}
.remodal .booking {
	float:none;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-wrap {
    display: inline-block;
}
.post-info li:hover {
    background-color: #efefef;
}
.entry-excerpt {margin-top: 15px;}

.page .entry-header {
    display: none;
}
.page-template-blog .entry-header {
	display: block;
	font-size: 20px;
}
.entry-content-outer{
	overflow: hidden;
	margin-bottom: 20px;}

.custom-image {
	overflow: hidden;
	float: left;
	margin-right: 20px !important;
	max-width: 300px;
}

.entry-content-outer img{
	vertical-align: middle;
	height: 100%;
	width: 100%;
}

article:hover .entry-content-outer a img,
article:hover .custom-image img  {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.alignment-left img {
    margin-right: 30px;
}

.alignment-right img {
    margin-left: 30px;
}

.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
    display: table;
}

.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
    margin-bottom: 5px;
}

.standard article{padding-bottom:25px;}

/* Sticky Posts */
.sticky-item {
    border: 4px solid #cccccc;
    padding: 2%;
    width: 100%;
}
.sticky-item:hover {
background-color:white;
}

.sticky-item .image {
    float: left;
    padding: 10px;
    width: 40%;
}
.sticky-item .content {
    float: left;
    padding: 10px;
    width: 60%;
}
.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;
}

.entry-meta{
	display: flex;
	border: 1px solid #777777;
	padding: 5px 10px;
	margin-top: 15px;
}

.entry-meta .byline .author.vcard {
    margin-left: -4px;
}
.entry-meta > span {
    margin-right: 5px;
    font-size: 14px;
}
.entry-meta > span .glyphicon{
	 margin-right: 4px;
     font-size: 12px;
}
.entry-footer > span::before,
.entry-meta > span::before{
    display: inline-block;
    font-family: Glyphicons Halflings;
    height: 15px;
	font-size: 12px;
    content: "";
}

.entry-meta > span::after{
    content: " / ";
}

.entry-meta > span:last-child::after{
    content: "";
}

.entry-meta > span a {color: #2d3e50;}

.entry-meta a:hover {color: #777777;}

.entry-meta span.comments-link::before {
    content: "\f075";
	margin-right: 10px;
}

.entry-meta .cat-links::before {
    content: "\e118";
	margin-right: 10px;
}

.entry-meta .tags-links::before{
    content: "\f02c";
	margin-right: 10px;
}

.entry-footer .edit-link::before{
    content: "\f044";
	margin-right: 10px;
}

a.more-link {
    margin-top: 15px;
    display: block;
}

a.more-link::after {
    content: "\f178";
    display: inline-block;
    margin-left: 10px;
    font-family: Glyphicons Halflings;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #7e8c8d;

}
.post-share {
	list-style: none;
	display: inline-block;
	margin-top: -2px;
	margin-bottom: 0;
}
.post-share li {
	float: left;
	text-align: center;
	width: 25px;
	height: 25px;
	margin-right: 5px;
}
.post-share li img {
    height: 21px;
}

.masonry article{
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
	overflow:hidden;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.masonry .entry-content-outer{
	margin-bottom: 0;
}
.masonry .entry-content-wrapper{
    padding: 20px;
    background: #ecf0f1;
}

.masonry article:hover,
.masonry article:hover .entry-excerpt a,
.masonry article:hover .entry-title a,
.masonry article:hover .entry-meta a {color: white;}

.masonry article:hover .entry-content-wrapper{
    -webkit-transition: all 0.55s ease;
    -ms-transition: all 0.55s ease;
    transition: all 0.55s ease;
}


.masonry article:hover .entry-meta {
    border: 1px solid #ffffff;
}

.list .entry-content-outer{
    width: 300px;
    float: left;
    margin-right: 20px;
}

.list .entry-content-wrapper{
    width: 100%;
    min-height: 150px;
    background: transparent;
}

.list .grid-item { width:100%;}

.grid-item article, 
.single-post article, 
.blog #primary article,
.archive #primary article {
    clear: both;
    display: inline-block;
 }
 
#primary .sticky-item article {
border-bottom:0px !important;
}

.grid-item{
	padding-bottom: 15px;
	padding-top: 15px;
}

#postcontent .socials{
    margin-bottom: 15px;
}

/* Jquery UI Tabs */
#tabs ul {
    margin: 0px;
    padding: 0px;
}
#tabs ul li {
    list-style: none;
    text-align: left;
}
/* Tiny Tabs */
.tinytabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0px;
}

.tinytabs ul.tabs li.clear {
    height: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    clear: both;
    float: none;
    font-size: 0px;
}

.tinytabs .tabs li {
    margin: 0 3px 0 0;
    padding:8px;
}

.tinytabs .tabs a {
    font-size: 90%;
    color: #b6bac1;
    font-weight: 700;
}
.tinytabs .tabs a:hover {
color:black !important;
}
.tinytabs .section {
    overflow: hidden;
    clear: both;
    margin:0;
    padding:10px;
    padding-left:0px;
    padding-right:0px;
    background: #ffffff;
}

.tinytabs .sel {
background-color:black !important;
}
.tinytabs .sel a, 
.tinytabs .sel a:hover {
    color: #ffffff;
    text-shadow: none;
}
.tablinks {
    padding-bottom: 8px;
    border-bottom: 1px solid #777777;
}
.tablinks:last-child {
    border: 0;
}

/*--------------------------------------------------------------
# Content - Footer
--------------------------------------------------------------*/
.copyright {
	text-align: center;
	padding: 16px;
	font-size: 90%;
	font-weight: 400;
	color: #f1f1f1;
	border-top:1px solid #efefef;
}
#colophon {
	clear: both;
	color: #fff;
}

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

#above_footer { height:0px; }

.fixed-footer { position:fixed; bottom:0; z-index:-999; width:100%; }

.footerpadding { margin-top:20px; }
 
/*Footer Widget Style*/
.site-footer {
	color: #ffffff;
	overflow: hidden;
    padding: 30px 0 0px;
	background: #171b1e;
	position: relative;
}
.site-footer::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    opacity:0.75;
}
.site-footer-inside {
    width:100%;
    max-width:1170px;
    margin:auto;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {font-weight: 400;color: #FFF;}
.site-footer .widget-title {margin-bottom: 20px;}
.site-footer .widget-title span::before,
.site-footer .widget-title span::after,
.site-footer .widget-title::after {color:#fff;}

.site-footer ul li {
    padding: 3px 0 3px;
    position: relative;
    margin-bottom:2px;
}

.site-footer .widget-title::after {
	content: "";
	display: block;
	width: 60%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom:1px dotted white;
}

.site-footer ul {
    list-style: none;
    margin: 0;
}

.site-footer a{
    color: #bec3c7;
}
.site-footer a:hover {
    color: #fff;
}
.footer-widget-area{
    /* min-height: 160px; */
    margin-bottom: 30px;
}

.footer-widget-area .widget {
    margin-top: 15px;
}
.site-footer  .tinytabs ul.tabs li::before {
    display: none;
}
.tinytabs ul.tabs li{
    width: auto;
    display: inline-block;
}
.tabrows .page-link {
	border-left: 2px solid #171b1e;
	list-style: none;
	margin: 0;
}

.tabrows .page-link li{
	border-bottom: 1px solid #171b1e;
}
.tabrows .page-link li:last-child{
    border-bottom: 0px solid;    
}
.tabrows .page-link li a {
	background: #e6e6e6 none repeat scroll 0 0;
	color: #171b1e;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 23px 15px;
	width: 100%;
	position: relative;
	z-index: 1;
	transition: all 500ms ease;
	transition-delay: 0.15s;
}
.tabrows .page-link li a:hover,
.tabrows .page-link li a.extra{color: #fff !important;}
.tabrows .page-link li a:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	content: "";
	z-index: -1;transition: all 500ms ease;
	transition-delay: 0.15s;
}
.tabrows .page-link li a:hover:before,
.tabrows .page-link li a.extra:before{
    width: 100%;
}

.tabrows .page-link li a:hover:after,
.tabrows .page-link li a.extra:after{
    color: #fff;    
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#home-bar .widget {
	margin-bottom: 0px;
	text-align: center;
	background: #FFF;
}
#secondary {
	padding-left:25px;
	padding-right: 25px;
	border-left: 1px solid #777777;
}
#secondary .tinytabs .tabs li {
    border-left: 1px solid #ebeced;
    background: #fcfcfc;
    font-size: 16px;
    cursor: pointer;
    width: 33.329%;
    padding: 17px 0px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    float: left;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
}
#secondary .tinytabs .tabs li::before{
    display:none;
}
#secondary .tinytabs .tabs li.sel{
    background: #ffffff;
}
.widget_author_info img {
    width: 100%;
    max-width: 200px;
}
.widget_author_info .avatar-default {
    display: none;
}
.instagram-pics {
    list-style: none;
    margin-left: -40px;
}
.instagram-pics li {
    width: 25%;
    float: left;
}
.widget {margin:30px 0 0;width: 100%;}

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

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

.sidebar .widget-title {color: #333333;padding: 10px 20px 10px 0;font-size: 22px;border-bottom: 3px double #171b1e;margin-bottom: 20px;}

.sidebar .widget-title a {
    color: #fff;
}

.sidebar .widget-subtitle {
    text-align: center;
}

.sidebar a {color: #2d3e50;}


.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: 'Glyphicons Halflings';margin-right: 10px;height: 6px;width: 6px;background: #56b9e0;display: inline-block;transform: rotate(-45deg);}

.sidebar .widget_archive ul li::before,
.sidebar .widget_categories ul li::before,
.sidebar .widget_pages ul li::before ,
.sidebar .widget_meta ul li::before,
.sidebar .widget_recent_comments ul li::before,
.sidebar .widget_recent_entries ul li::before,
.sidebar .widget_tag_cloud ul li::before,
.sidebar .widget_rss ul li::before {
	background: inherit;
	transform: inherit;
	margin-right: 20px;
	font-size: 14px;}

.sidebar .widget_archive ul li::before {
    content: "\e139";
}

.sidebar .widget_categories ul li::before {
    content: "\e118";
}

.sidebar .widget_pages ul li::before {
    content: "\f15b";
}

.sidebar .widget_meta ul li::before {
    content: "\e144";
}

.sidebar .widget_recent_comments ul li::before {
    content: "\e111";
}

.sidebar .widget_recent_entries ul li::before {
    content: "\e041";
}

.sidebar .widget_rss ul li::before  {
    content: "\f09e";
}

.sidebar .widget_tag_cloud ul li::before  {
    content: "\f0c2";
}

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

.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;
}
/* Search widget */
.widget_search .search-submit {display: block;width: 46px;
height: 46px;position: absolute;top: 0;right: 0;
padding: 0;margin: 0;
background: url(assets/images/search_icon.png) no-repeat center center;text-indent: -9999999px;}
.widget_search label{
	margin-bottom: 5px;
	width: 100%;
	position: relative;
}
.widget_search form{
	position: relative;
}
.widget_search input{
	width: 83%;
	padding: 12px 15% 12px 2%;
}

/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {background: none repeat scroll 0 0;color: #ffffff;padding: 8px;text-align: center;}

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

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

.widget .tagcloud a {display: inline-block;font-size: 16px !important;line-height: 1.5;margin-bottom: 5px;padding: 5px 15px;text-transform: capitalize;}

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

 /*style for dark background*/

.site-footer .separator::before,
.site-footer .separator::after {
    background:#777777;
}

.quick-contact {
    font-size: 90%;
    padding-bottom: 4px;
}
.quick-contact .address,
.quick-contact .phone,
.quick-contact .email{
    margin-bottom: 10px;
}

.quick-contact i {
    margin-right: 2px;
    padding-top: 2px;
    text-align: center;
	display: inline-block;
	vertical-align: top;
}
.quick-contact .contact-info{
    display: inline-block;
    margin-left: 8px;
}

.topcomments-widget {
    max-width:480px;
    margin:auto;
}

.topcomments-widget .widgcontainer {
    width: 100%;
    height: 150px;
    line-height: 150px;
	border-bottom:4px solid white;
}

.topcomments-widget .widgcontainer:hover .widgtitle {
	filter: alpha(opacity=30);
	opacity: 0.3;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: transform 1s cubic-bezier(.17, .67, .69, 1.33);
}

.topcomments-widget .widgcontainer:hover span {opacity: 1;}

.topcomments-widget .widgtitle {
    background-color: #333333;
	filter: alpha(opacity=70);
	-webkit-opacity: 0.7;
	opacity: 0.7;
    font-size: 21px;
    position:absolute;
    min-width:225px !important;
    height: 146px;
    margin-top:3px;
    overflow:hidden;
}

.topcomments-widget .widgtitle a {
    color: white;
    padding:4px;
}

.topcomments-widget span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	opacity: 1;
}
.topcomments-widget img {
    width:100%;
    height:100%;
}
#ajax_load {
    display: none;
}

/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/

.related-posts {
margin-top:30px;
padding-bottom:15px;
}

.related-posts img {
border-radius:20px;
-webkit-transition: all 0.5s;
transition: all 0.5s;
margin-bottom:5px;
}

.related-posts .col-md-4:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.related-posts .entry-title {
padding:6px;
font-size:90%;
}

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

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

#respond {
    clear: both;
    display: block;
}

#comments {
    margin-top: 15px;
    margin-bottom: 30px;
    background-color:#fafafa;
    border:1px solid #efefef;
    padding:24px;
}

#commentform label {
    display: inline-block;
    width: 100px;
    position: relative;
}

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

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.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-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: #fcfcfc;
	border: 1px solid #777777;
	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: 32px;
	right: 36px;
}

.comment-author.vcard {
	font-size: 18px;
	margin-bottom: 5px;
	color: #777777;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid #777777;
    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: 0;
	margin-right: 10px;
	width: 50px;
}

.comment-metadata {
	font-size: 12px;
	float: right;
	position: relative;
	top: -8px;
	margin-right: 70px;
}

.comment-metadata > a{color: #777777;margin-right: 65px;}

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

.comment-respond label {
    display: block;
    font-weight: normal;
}

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

.comment-content a {
    word-wrap: break-word;
}
.comment-meta{
    border-bottom: 1px solid #777777;
    background: #777777;
    padding: 10px;
}
.bypostauthor {
    display: block;
}
.comment-awaiting-moderation{
	margin: 0;
}
#commentform label {
    display: inline-block;
    width: 100px;
}

#commentform span.required {
    font-size: 19px;
    position: absolute;
    bottom: 2px;
    color: red;
}

.comment-content {
	clear: both;
	display: block;
	font-size: 110%;
	padding: 10px 0;
}
.comment-list time {
	float: right;
	margin-top: -20px;
	font-size: 100%;
}
.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 #777777;
    overflow: hidden;
    border-top: 3px double #777777;
    padding: 20px 0 0;
}

[class*='comment-form-'] .icon{
	position: relative;
	float: right;
	margin-right: 10px !important;
	top: -4px !important;
	z-index: 2;
	color: #777777;
	font-size: 14px;
	line-height: 2;
}
.comment-form-comment .icon-textarea {
  position: relative;
  float: right;
  margin-right: 10px;
  top: -78px !important;
  z-index: 2;
  color: #777777;
}

/*--------------------------------------------------------------
# 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%; display: block;}

/*--------------------------------------------------------------
## 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;
}
.gallery img{
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery-box {
padding:0px;
margin:0px;
overflow:hidden;
}

.gallery-box:hover .gallery-image {
    filter: brightness(50%);
}
.gallery-box:hover .gallery-title {
opacity:1;
}
.gallery-title {
width:100%;
position:absolute;
font-size:24px;
text-align:center;
color:white;
top: 50%;
transform: translateY(-50%); 
transition: all 0.5s ease-in-out;
opacity:0;
padding:4px;
}
.gallery-box .gallery-image { 
max-width:100%;
}
.gallery-box:hover .gallery-image {
transform: scale(1.1);
transition: all 0.5s ease-in-out; 
}

.album-div {
    border-radius: 10px;
}
.album-div img {
    width:100%;
}
.album-name {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    background-color: #ecf0f1;
}
.image-count {font-size: 125%;font-weight: bold;color: white;text-align: center;padding: 2%;}

.covermask {
	display: none;
	width: inherit;
	height: inherit;
	padding: 25%;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	background-color: white;
	opacity: 0.8;
	font-size: 20px;
}

.gal-item:hover .covermask {
    position: relative;
	display:block;
	top: 100%;
	transform: translateY(-100%);
}
.gal-item a {
    color: black;
}
/* Ticker */
.ticker {
  padding: 10px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  background-color:#BF263C;
  color:#fff;
  font-size:85%;
}

.ticker .ticker-caption {
 padding:4px;
 padding-right:8px;
 padding-left:8px;
 border-radius:10px;
 background-color:gray;
 color:white;
 font-weight:bold;
 margin-right:10px;
}

.ticker ul {
  width: 100%;
  margin:auto;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
  height:40px;
  white-space:nowrap;
}

/* Extra CSS */

.img-overlay {
    position: absolute;
    display: none;
	background-color: rgba(147, 165, 165, 0.5);
	background-image: radial-gradient(#000 5%, transparent 35%);
	background-size: 3px 3px;
}

#header-cta-block .widget {
    padding: 0;
    margin: 0;
}

.video-frame {
    margin: 0;
    padding: 0;
    border: 0;
}

.last {
    border-right: none;
}

.fullwidth {
    width: 100%;
}

.setmaxheight { 
	max-height:76px; 
	overflow:hidden; 
}

img {
    -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
    transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
.featherlight-content img {
    -webkit-transition: none;
    transition: none;
}
#header-imagery-block {
position: relative;
}

.font-100 { font-size: 100%; }
.font-120 { font-size: 120%; }

.ptag {
height:15px;
width:1px;
}

.top-panel-right-content [class*='social-'] img { width:21px; height:21px; margin-top:4px; }
#panel-block { border-bottom:2px solid white; }

.entry-excerpt a b, .sticky-item a b {
float:right;
border-radius:10px;
padding:8px;
margin:10px;
margin-right:0px;
background-color:#cccccc;
color:#666666;
}

#contact-area, #sendform-contact {
width:100%;
}

.breadcrumb { margin-left:0px ; }

.page-template-blog article h2 {
font-size:150%;
}

.themeszz-description img {
/* margin-bottom:15px; */
}

.home .entry-content {
margin-top:0px;
padding-top:0px;
}

/* Extra CSS */
/* Payment Form */
.payment-box {
	width:100%;
	margin:auto;
	border:2px solid #c3ced6;
	padding:30px;
	text-align:center;
	background-color:#d6d9e2;
}

.payment-box input,
.payment-box select,
.payment-box button {
width:95%;
margin-top:5px;
margin-bottom:5px;
padding:10px;
border:1px solid #c3ced6;
}


.payment-box h2 {
font-size:185%;
}

.payment-box h3 {
font-size:250%;
padding:15px;
}

.payment-submit {
padding: 12px !important;
font-size: 125%  !important;
font-weight: bold;
}

.license {
font-size:100%;
font-weight: bold;
}

.content-area {
	overflow-x:hidden;
}
.site-header {
    border-bottom: 7px solid #335e9e;
    border-bottom: 2px solid #f0f0f126;
    /* box-shadow: inset 5px -20px 15px 0px black; */
    }
.site-footer, .copyright {
    background-color: #0b2348 !important;
}
.mgpl-prices-7 .dark .mgpl-price-box {
    border-right: 0px solid black;
    box-shadow: 2px 2px 20px 0px #b7b7b766;
    padding: 16px;
}
.mgpl-prices-7 .mgpl-price-box {
    border-right: 1px solid #dcd0bf;
}

.panel-body {
    padding: 4px;
    border: 2px solid #deab7f;
    background-color: whitesmoke;
}

.custom-box {
box-shadow: 5px 6px 0px 0px #d8d7d7b3;
padding: 30px;
background-image:url("https://themeszz.com/magicplugin/wp-content/uploads/2020/05/doc-bg.jpg");
}

.magic-border-gray {
	border-top: 5px solid #d6d5d5fa !important;
}

.main-intro {
font-size:125%;
}

.main-intro h5 {
color: #ad7125;
text-shadow: 4px 2px white;
}

.magic-border {
border-top:5px solid #e0e0e0fa;
}

.mgpl-prices-7 .dark .mgpl-price-box {
    background-color: #f3f2f2;
    transition: all 0.2s linear;
}

.mgpl-prices-7 .dark .mgpl-price-box:hover {
background-color: white;
transform: scale(1.025);
z-index:2;
}

.mgpl-prices-7 h4 {
margin-top:10px;
}

.mgpl-prices-7 h5 {
margin-top:12px;
font-size:100%;
}

.mgpl-prices-7 a {
width:100%;
}

.mgpl-prices-7 .panel .panel-footer {
padding:16px 0px;
}

.mgpl-services-section-6 figure {
max-height:180px;
}

.mgpl-section-services-6 .mgpl-info-box {
background-color: #f7f7f726;
}

.mgpl-section-services-6 .glyphicon {
line-height: 2;
}

.mgpl-section-services-6 .letter {
padding: 4px 16px;
}

.page-id-277 .site-content {
background-size:cover;
background-repeat:no-repeat;
background-color:white;
}

.footer-logo {
width:300px;
max-width:100%;
}


@media screen and (max-width: 768px) {
.mgpl-section-services-6 .mgpl-service-grid {
float:none;
max-width:480px;
margin:auto;
margin-bottom:20px;
}

.mgpl-width-480 {
float:none;
max-width:480px;
margin:auto;
margin-bottom:30px;
}

.mgpl-width-360 {
float:none;
max-width:480px;
margin:auto;
margin-bottom:30px;
}

}

.transparent-header {
background-color: #00000014 !important;
}

.copyright {
    display:none;
}

.mgpl-section-services-6 .mgpl-btn {
    background-color: #5fa0e2 !important;
}

.mgpl-section-services-6 .mgpl-service-grid {
margin-bottom:30px;
}

.mod-slider {
margin-top:30px;
margin-bottom:30px;
}

.mod-slider img {
border-radius:16px;
}

.pricingbox {
	margin:auto;
    margin-top: 24px;
    box-shadow: -1px 0px 10px #a59d9d;
    padding: 10px;
    border-radius: 16px;
    padding-bottom: 7px;
    max-width:500px;
}

.pricingbox h4 {
	color:#222222;
}

.pricingbox .lead {
	color:#b5aa99;
}

.custom-box img {
transition:all 0.35s linear;
transform:scale(0.95);
box-shadow: 5px 4px #d8d8d891;
border-radius:15px;
}

.custom-box img:hover {
transform:scale(1);
}

.custom-box h1 {
}


.faq-grid h2 {
color:#555555;
font-size:150%;
margin-top:20px;
margin-bottom:10px;
line-height:1.4;
text-shadow:none;
}

.main-navigation ul ul li a:hover {
background-color:transparent !important;
padding-left:18px;
}

.main-navigation ul ul li a:hover:before {
  content: "\00BB \0020";
}

.total h4 {
font-size:250%;
margin-bottom:6%;
}

.total {
padding:2%;
padding-bottom:0%;
border-radius:20px;
margin-bottom:18px;
background-color:#efefef;
font-size:125%;
}

.block-setup {
background-color:#cccccc;
}

.block-design {
background-color:#c0dedf;
}

.block-maint {
background-color:#ffcc66;
}

.block-hosting {
background-color:#e4d1bc;
}

.feat-box h4 {
font-size:250%;
margin-bottom:3%;
}

.custom-box h1 {
margin: 8px;
margin-top:0px;
}

#page-imagery-block .caption-title {
    color: #c3cbdc;
    text-shadow:none;
}

.rounded-img {
border-radius:10px;
}

.hidden-block-grid {
	display:none;
}
.wrapper-code {
background-color:#efefef;
}
.wrapper-code.mgpl-margin-normal {
padding:2% 0 2% !important;
}

.code-wrapper {
width:400px;
max-width:98%;
margin:auto;
}

.copycode {
float:left;
width:48%;
margin-left:2%;
color:white;
text-align:center;
padding:8px 16px;
font-size:125%;
font-weight:bold;
border-radius:10px;
}

.copycode:hover {
cursor:pointer;
background-color:blue;
}

.full-code {
background-color:green;
}

.raw-code {
background-color:gray;
}

.css-code {
background-color:orange;
}


@media screen and (max-width: 768px) {
.rounded-img {
display:none;
}
}

.darkhue {
background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.sunset {
background: #fceabb;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fceabb, #f8b500);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #fceabb, #f8b500); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}