/*
Theme Name: Gulf Services
Theme URI: https://asghar-ali.com
Author: Ali Asghar
Author URI: https://asghar-ali.com
Description: This theme is developed for Gulf Services CZ
Version: 1.0.0
Text Domain:  Gulf Services
Tags: custom-background, custom-logo, custom-menu, featured-images
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* =Global
----------------------------------------------- */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('fonts/iconfont/MaterialIcons-Regular'),
    url(fonts/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

@font-face {
    font-family: 'Verlag';
    src: url('fonts/Verlag-Light.woff2') format('woff2'),
        url('fonts/Verlag-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: 'Verlag XLight';
    src: url('fonts/Verlag-XLight.woff2') format('woff2'),
        url('fonts/Verlag-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Verlag Bold';
    src: url('fonts/Verlag-Bold.woff2') format('woff2'),
        url('fonts/Verlag-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/



body,
button,
input,
select,
textarea {
   font-family: "Verlag", Open Sans, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.62857143;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 300;
}
body {
    background-color: #ffffff;
    overflow: visible;
    overflow-x: hidden;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.95);
    font-weight: normal;

     
}
h1 {
    font-size: 1.8em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: 1.0em;
}
hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}
/* Text elements */
ul, ol {
    margin: 0 0 20px 0;
    padding-left: 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
    margin-bottom: 0;
    margin-left: 0px;
}
dt {
    font-weight: normal;
}
dd {
    margin: 0 1.5em 20px;
}
b, strong {
    font-weight: normal;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    background: none repeat scroll 0 0 #eee;
    margin: 0 0 20px;
    padding: 20px 20px 1px;
}
address {
    margin: 0 0 20px;
}
pre {
    background: none repeat scroll 0 0 #eee;
    border-radius: 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    white-space: pre-wrap;
}
code {
    padding: 20px;
    max-height: 600px;
    overflow: auto;
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
    font-size: 13px;
    background-color: #f1f3f4;
    display: block;
    border-radius: 2px;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    text-decoration: none;
    padding: 0 0.4em;
    border-radius: 4px;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 20px;
    width: 100%;
}
th {
    font-weight: normal;
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
    *overflow: visible; /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: none repeat scroll 0 0 #4285F8;
    border: medium none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-radius: 3px;
    
}
input[type="reset"] {
    background: none repeat scroll 0 0 #f1f1f1;
    color: #222222;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.9;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    opacity: 0.9;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
textarea,
.custom-file,
.form-control,
.custom-file-label{
    color: #666;
    border: 1px solid #f1f3f4;
    max-width: 100%;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    background: #f1f3f4;
    width:100%;
}
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=tel],
input[type=time],
input[type=number],
input[type=password],
.custom-file-input,
.custom-file,
.form-control,
.custom-file-label,
.custom-file-label::after{
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea ,
textarea.form-control {
    overflow: auto;
    padding: 5px 10px 10px 10px;
    vertical-align: top;
    width: 100%;
    height: 100px;
}
select,
.custom-select,
select.form-control:not([size]):not([multiple]) {
    height: 34px;
    border: 1px solid #f1f3f4;
}
.custom-file-label::after {
    border: none;
    height: 32px;
    line-height: 32px;
    margin: 0;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #f1f3f4;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single {
    background-color: #f1f3f4;
    border: none;
    border-radius: 2px;
    height: 34px;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px;
    padding: 0px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 28px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f1f3f4;
}
.text-muted {
    font-size: 0.65em;
}
label {
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1em;
}
.form-group {
    margin-bottom: 10px;
}
/* Links */
a,
a:visited {
    color: #4285F8;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:focus,
a:active {
    color: #007bff;
    text-decoration:none;
    -webkit-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-embed{
    border-radius: 3px;
    padding: 1em;
    font-size: 1em;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; 
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
.no-js .material-icons {
    font-size: 0;
}
.navbar-collapse{
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 3px;
    margin-top: 20px;
    box-shadow: 0 0 0 1px #f0f2f7;
    position: relative;
    margin: 12px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 100;
    min-width: 300px;
    right: 10px;
    left: auto;
}
/* .navbar-collapse:after, .navbar-collapse:before {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar-collapse:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.navbar-collapse:before {
    border-color: rgba(240, 242, 247, 0);
    border-bottom-color: #f0f2f7;
    border-width: 8px;
    margin-left: -8px;
} */
.navbar-dark .navbar-collapse .navbar-nav .nav-link{
    color: #222;
    border:none;
}
.navbar .site-header-user .menu li.user > .btn{
    background-color:transparent;
}
/* =Content
----------------------------------------------- */
.hentry .entry-header .entry-title a {
    color: #323232;
}
.single .hentry,
.page .hentry {
    border-bottom: none;
}
.entry-meta {
    clear: both;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.entry-thumbnail {
    padding: 0;
    margin-bottom: 20px;
}
.entry-summary p {
    margin-bottom: 10px;
}
.entry-content {
    margin: auto;
}
.page-links {
    clear: both;
    margin: 0 0 20px;
}
.page-header {
    border-bottom: medium none;
    padding-bottom: 0;
    margin: 0;
}
.page-header .entry-title {
    font-size: 48px;
    margin-bottom: 5px;
    color: #fff;
}
.contact-header .entry-title {
    margin-bottom: 0;
}
.attachment .entry-meta {
    clear: none;
}
.clear {
    clear: both;
}

/* =Media
----------------------------------------------- */
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.gallery a img {
    border: medium none;
    display: block;
    height: auto;
    max-width: 100% !important;
    border: none !important;
    margin-bottom: 0;
}
.gallery dd {
    margin: 0;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0px !important;
    text-align: center;
    margin-bottom: 0 !important;
    position: relative;
}
.gallery .gallery-item .gallery-caption {
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.gallery .gallery-item:hover .gallery-caption {
    visibility: visible;
}
.verita-gallery {
    max-width: 1440px;
    margin: auto;
    margin-bottom: 50px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
audio,
video {
    max-width: 100%;
}
/* =Widgets
----------------------------------------------- */
.widget-title {
    position: relative;
    font-weight: normal;
}
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}
/* Search widget */
#searchform {
    position: relative;
    max-width: 100%;
    margin: 0 auto 0;
}
#searchform .field {
    width: 100%;
    border: #fff solid 1px;
    background-color: #fff;
    padding-right: 50px;
    padding-left: 15px;
    height: 50px;
    border: 1px solid #f1f3f4;
    background: #f1f3f4;
}
#searchform .submit {
    padding: 12px 14px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    border-radius: 0 3px 3px 0;
    height: 50px;
}
.site-header .search-box {
    position: absolute;
    margin: 0 92px 0 70px;
    left: 0;
    right: 0;
    z-index: 0;
    padding: 0;
    display: block;
}
.site-header .search-box  #searchform .field {
    padding-right: 34px;
    padding-left: 10px;
    height: 34px;
    max-width: 100%;
}
.site-header .search-box  #searchform .submit {
    padding: 5px 5px;
    height: 34px;
    background: transparent;
    color: initial;
}
.site-header .search-box-togle,
.site-header .search-box-togle:focus,
.site-header .search-box-togle:active{
    width: 40px;
    height: 40px;
    padding:8px;
    border:none;
    box-shadow: none;
}

.widget_categories ul li:hover a,
.widget_categories ul li.current-cat > a {
    color: #337ab7;
}
.widget_categories .children > li > a{
    padding-left: 20px;
    
}
.widget_categories .children > li:last-child{
    border-bottom: none;
}
.widget_nav_menu .menu li {
    position: relative;
}
.widget_nav_menu .menu li a {
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    display: block;
    padding: 6px 10px 6px 0;
    font-size: 16px;
}
.widget_nav_menu .menu li:last-child a {
    border: none;
}
.widget_nav_menu .menu-item-has-children {
    border-bottom: 1px solid #eee;
}
.widget_nav_menu .menu li .sub-menu > li > a {
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
#comments {
    margin: 0 -10px 0px;
    background: #fff;
    padding: 10px 10px 1px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    max-width: 840px;
}
#comments h2 {
    margin-bottom: 20px;
}
.commentlist {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    font-size: 0.9em;
    line-height: 1.4em;
}
.commentlist li.comment {
    padding: 0;
    min-height: 70px;
}
.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}
.commentlist li.comment .comment-author img {
    float: left;
    margin-right: 10px;
}
.commentlist li.comment .comment-meta {
    float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 5px;
}
.commentlist li.comment .reply {
    background: none repeat scroll 0 0 rgba(0,0,0,0.15);
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: -webkit-auto;
    left: 0;
}
.commentlist li.comment .reply a {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}
.commentlist li.comment .children {
    list-style: none outside none;
    margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment {
    background: #f8f8f8;
    padding: 24px 10px 10px;
    margin-bottom: 5px;
    position: relative;
    min-height: 90px;
    border-radius: 2px;
}
.commentlist li.comment article.comment .comment-content p {
    margin: 0;
}
#respond {
    padding-bottom: 10px;
}
#commentform p {
    margin-bottom: 10px;
}
#commentform label {
    width: 100%;
    display: block;
    font-size: 0.8em;
    margin: 0 0 0.5em;
}
#commentform textarea {
    height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 100%;
}
.nocomments {
    display: none;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */
.widget-area {
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget-area .widget {
    margin-bottom: 20px;
}
.archive-content .single-hentry {
    border-bottom: #f4f4f4 solid 1px;
}
.archive-content .single-hentry .entry-meta {
    padding: 5px 0;
}
.archive-content .single-hentry .entry-meta {
    padding: 0;
}
.site-archive-header {
    padding: 0;
    background-color: transparent;
    min-height: 0;
    text-align: center;
    padding: 20px 10px 60px;
    text-align: left;
}
.header-sticky .site-archive-header{
    padding-top: 74px;
}
.site-archive-header .page-title {
    font-size: 1.6em;
    margin-bottom: 0;
    display: inline-block;
}
.site-archive-header .breadcrumbs {
    margin-top: 0px;
    padding: 5px 0;
    float: right;
    display: none;
}
.site-archive-content {
    margin-top: -54px;
    padding:0 10px;
}
.home .site-archive-content{
    margin-top: -60px;
}
.site-archive-content .hentry {
    border-radius: calc(0.25rem - 1px);
    margin-bottom: 1.2em;
    background-color: #fff;;
}
.hentry.card .entry-summary{
    padding-bottom: 1em;
    padding-bottom: 0;
}
.hentry.card .entry-summary p{ margin-bottom: 10px; }
.site-archive-content .hentry .card-body{
    padding:10px;
}
.site-archive-content .hentry .entry-header .entry-title{ font-size: 1em; margin-bottom: 0; }
.site-archive-content .hentry .card-body .entry-categories{
    font-size: 0.7em;
    margin-bottom: 0px;
}
.site-archive-content .hentry .card-body .entry-footer{
    font-size: 0.8em;
}
.single .site-single-header {
    padding: 20px 0 104px;
    position: relative;
}

.header-sticky.single .site-single-header{
    padding-top: 84px;;
}
.site-single-header:before{
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    z-index: 0;
    top: 0;
    bottom: 0;
}
.single .site-single-header .breadcrumbs {
    padding: 10px;
    display: none;
}
.single .site-archive-content {
    margin: -10px 0 30px;
    position: relative;
    z-index: 10;
}
.site-archive-content .single-hentry {
    padding:0;
    box-shadow: none;
    border-radius: 2px;
    margin-top: -114px;
    margin-bottom: 0;
    background-color: transparent;
}
.site-archive-content .single-hentry .entry-header{ padding:0; }
.site-archive-content .single-hentry .entry-header .entry-title {
    margin-bottom: 0;
    color: #000000;
    font-size: 1.4em;
}
.site-archive-content .single-hentry .entry-meta {
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 1em;
    color: rgba(0, 0, 0, 0.54);
}
.site-archive-content .single-hentry .entry-meta a {
    color: rgba(0, 0, 0, 0.54);
}
.site-archive-content .single-hentry .entry-thumbnail{
    margin: 0 -20px;;
    text-align: center;
    display: block;
}
.site-archive-content .single-hentry .entry-thumbnail .wp-post-image{
    border-radius: 0!important;
}
.site-archive-content .single-hentry .entry-content {
    padding: 20px 0 5px;
    box-shadow: none;
    overflow: hidden;
    margin-bottom: 0;
}
.verita-author-bio{
    padding: 20px;
    background-color: #f4f4f4;
    margin-bottom: 0px;
    margin:0 -20px;
}
.verita-author-bio .avatar{ max-width: 100%; height: auto; }
.verita-author-bio .author-description{ margin-bottom:0; }
.verita-author-bio .social-buttons{ margin-bottom: 0; }
.related-posts{ padding:20px 20px 0 20px;   }

.site-archive-content .single-hentry.attachment{
    padding: 1em 5em 1em 5em;
    margin-bottom: 0;
}
.site-archive-content .single-hentry.attachment .entry-attachment{
    padding: 0;
    border-radius: 3px;
    margin-bottom: 0;
    overflow: hidden;
}
.site-archive-content .single-hentry.attachment .entry-attachment .attachment{
    margin-bottom: 0;
}
.site-archive-content .single-hentry.attachment .entry-attachment .attachment img{
    max-width: 100%;
    height: auto;
}
.site-archive-content .single-hentry.attachment .entry-caption{
    padding: 2.5em 5em 2.5em;
    border-radius: 3px;
    margin-bottom: 0;
}
/* =Main Layout
----------------------------------------------- */
.site-header {
    width: 100%;
    z-index: 110;
}
.site-header.sticky{
    position: absolute;
}
.site-header.sticky-active{
    background-color: #4054b2;
}

.fixed.site-header {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: fixed;
}
.navbar-toggler {
    margin-right: 0px;
    margin-left: -12px;
    font-size: 13px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border-color: transparent;
    padding: 0;
    text-align: center;
    border:none;
}

.verita-nav-toggler{
    padding: 5px 8px;
    height: 40px;
    line-height: 43px;
    margin-right: -10px;
    float:right;
    position: relative;
    z-index: 100;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    background-color: rgba(1,1,1,0.05);
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 0.9);
    border-color: transparent;
}
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:focus {
    background-color: rgba(0,0,0,0.1);
    border: none;
    outline: none;
    color: rgba(1,1,1,0.05);
    border-color: transparent;
}
.site-header .navbar{
    padding: 12px 20px;
}
.site-header .navbar-brand {
    max-width: 200px;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    margin-left: -6px;
}
.site-header .navbar-brand img {
    padding: 0;
    max-height: 40px;
    max-width: 125px;
    float: left;
    
}
.site-header .navbar-brand em {
    font-size: 0.65em;
    font-weight: lighter;
    font-style: normal;
    vertical-align: middle;
    padding-left: 1em;
    padding-right: 1em;
}
.site-header .nav-verita-header{
    margin-right: -6px;
}
.site-header .site-search .btn {
    height: 32px;
    width: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 50%;
}
.site-header .site-search .btn:hover,
.site-header .site-search .btn:active {
    background-color: #f1f1f1;
}

.single-product .site-header .search-box{
    display: none;;
}

.site-header .site-header-cart {
    padding: 0;
}
.site-header .site-header-cart .menu{ margin-bottom: 0; }
.site-header .site-header-cart li {
    display: inline-block !important;
    height: 40px;
}
.site-header .site-header-cart > ul.menu > li > a,
.site-header .site-header-cart > ul.menu > li > span {
    display: inline-block;
    padding: 8px;
    font-size: 18px;
}
.site-header .site-header-cart > li > a {
    padding: 0 8px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
}
.site-header .site-header-cart > li:hover > a {
    background: #f1f1f1;
}
.site-header .site-header-cart .cart-contents {
    height: 40px;
    width: 40px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.85);
    border: none;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.site-header .site-header-cart .cart-contents:hover {
    background-color: #f1f1f1;
}
.site-header .site-header-cart .cart-contents .badge {
    font-size: 11px;
    min-width: 15px;
    line-height: 14px;
    padding: 2px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px;
    background: #db4437;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
}
.site-header .site-header-cart li:hover a.btn {
    opacity: .9;
    background-color: #4285F8;
    border-color: #4285F8;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-top {
    padding: 0;
}
.navbar-nav .nav-link {
    font-weight: 400;
    text-decoration: none;
    zoom: 1;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    padding: 0.25em 0em;
    font-size: 1.1em;
}
.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, 0.85);
}
.navbar-light .navbar-nav > .menu-item:first-child .nav-link {
    border-top: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #4285F8;
}
.navbar-dark .navbar-brand img{
    filter: brightness(0) invert(1);
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.85);
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.navbar-dark .navbar-nav .nav-item:last-child .nav-link{ border-bottom: none!important; } 
.wpmm-main-wrap-primary .menu-item.cta > a,
.navbar-light .navbar-nav .nav-item.cta > .nav-link {
    background: #4285F8;
    color: #fff !important;
    border-radius: 3px;
    padding: .75em 2em;
    font-weight: 600;
    border: none;
    text-align: center;
    font-weight: 600 !important;
}
.dropdown-toggle::after{
    vertical-align: unset;
}
.navbar-nav .dropdown-menu{
    float: none;
    padding: 10px;
    min-width: 280px;
    border: none;
    box-shadow: 0 0px 2px 0px rgba(0,0,0,0.1);
    position: relative;
    background: #ffffff;
    border-radius: 2px;
}
.navbar-nav .dropdown-menu .dropdown-item{
    padding:5px 10px;
}
.navbar-nav > .dropdown > .dropdown-menu:after, 
.navbar-nav > .dropdown > .dropdown-menu:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar-nav > .dropdown > .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.navbar-nav > .dropdown > .dropdown-menu:before {
    border-color: rgba(248, 248, 248, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
}
.navbar .dropdown-menu li {
    width: 100%;
    margin-left: 0 !important;
}
.navbar .dropdown-menu li.dropdown{
    position: relative;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu {
    position: absolute;
    left: 98%;
    top: 0;
    margin-top: -10px;
}
.navbar .dropdown-menu li.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: transparent;
    color:#000;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:after, 
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar .dropdown-menu > li.dropdown > .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.navbar .dropdown-menu > li.dropdown > .dropdown-menu:before {
    border-color: rgba(248, 248, 248, 0);
    border-right-color: #f8f8f8;
    border-width: 11px;
    margin-top: -11px;
}

.site-page-header{
    min-height: 128px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 76px;
    padding-left: 10px;
    padding-right: 10px;
}

.header-sticky .site-page-header{
    padding-top: 74px;
}

.site-page-header .page-title{
    margin-bottom: 0;
    font-size: 1.4em;
    display: inline-block;
    font-weight: normal;
}
.site-page-header .breadcrumbs{
    margin-top: 0px;
    padding: 5px 0;
    float: right;
    display: none;
}
.page-content .entry-content {
    padding: 10px 10px 5px;
    border-radius: 2px;
    margin-top: -74px;
    background: #ffff;
    margin-bottom: 14px;
    min-height: 320px;
}
.page-content .content-search-results{  margin-top: 0px; }
.header-sticky .page-content .content-search-results{  padding-top: 64px; }
.page-content .content-search-results .list-group-item h5{ 
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.33;
}
.page-content .content-search-results .list-group-item p{
    line-height: 1.54;
    word-wrap: break-word;
    font-size: 0.9em;
    margin-bottom: 0;
}
.site-footer{ clear: both; }
.site-footer .nav-link {
    display: block;
    padding: 0 10px 10px 10px;
}
.site-footer .footer-content {
    margin: auto;
    padding: 30px 0px 10px;
    position: relative;
    width: 100%;
}
.site-footer .footer-info {
    padding:6px;
    line-height: 1.6em;
    font-size: 0.9em;
}
.site-footer .footer-logo img{ max-height: 50px; width: auto; }
.site-credit,
.site-copyright {
    padding: 0 5px;
    margin-bottom: 0px;
    display: inline-block;
}
.site-breadcrumbs {
    background: #4285F8;
    padding: 0.5em 1em;
}
.site-breadcrumbs,
.site-breadcrumbs a {
    color: #fff;
}
.breadcrumbs {
    font-size: 0.8em;
    opacity: 0.8;
}
.breadcrumbs p {
    margin-bottom: 0;
}

.site-main{
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}

/* =Menu
----------------------------------------------- */
.top-bar-search {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 3px;
    overflow: hidden;
}
.input-group-search .input-group-text {
    background-color: transparent;
    border: none;
}
.input-group-search .custom-select {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
}
.input-group-search .form-control,
.input-group-search .form-control:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
/* =Custom .gallery
----------------------------------------------- */
.item-gallery {
    position: relative;
    margin-bottom: 20px;
}
.item-gallery .caption {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    opacity: 0
}
.item-gallery:hover .caption {
    opacity: 1;
}
.item-gallery .title {
    font-size: 18px;
    left: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    color: #fff;
    
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
}
/* =Custom Page template
----------------------------------------------- */
.not-found {
    margin-bottom: 100px;
    padding: 0px 10px;
    text-align: center;
    background-color: #fff;
    margin-top: -84px;
    border-radius: 3px;
}
.not-found strong {
    display: block;
    font-size: 10em;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2em;
    font-weight: lighter;
}
.not-found #searchform {
    margin-bottom: 50px;
}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}
.search-no-results .not-found{
    margin-top: -150px;
    padding-top: 0;
    min-height:150px;
}
.page-template-default .archive-content .entry-content {
    background-color: #fff;
    padding: 10px 10px 1px;
    border-radius: 2px;
}
/* =Custom .single-attachment
----------------------------------------------- */
.single-attachment .site-header{
    position: inherit!important;
}
.single-attachment .site-featured {
    display: none;
}
.content-area.image-attachment {
    background: #F5f5f5;
    padding: 0 !important;
}
.image-attachment .page-header {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.sidebar-image {
    padding: 20px;
    background-color: #fff;
    border-top:rgba(0,0,0,0.05) solid 1px;
    border-left:rgba(0,0,0,0.05) solid 1px;
}
.image-header {
    margin-bottom: 20px;
}
.image-header .entry-title {
    margin-bottom: 0;
}
#image-navigation .previous-image {
    float: left
}
.entry-attachment .attachment img {
    margin: 0;
}
.post-navigation {
    clear: none;
}
.pager {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single .site-navigation{
    padding:20px 10px;
    margin:0 -10px;
}
.pager li a {
    padding: 0;
    display: block;
}
.pager li a:hover{
    text-decoration: none; 
}
.pager li a .meta-nav{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    line-height: 1em;
}
.pager li.previous {
    display: inline-block;
    width: 50%;
}
.pager li.previous a {
    position: relative;
    line-height: 1em;
    display: block;
}
.pager li.previous a .meta-nav {
    display: block;
}
.pager li.next{
    float: right;
}
.pager li.next a .meta-nav {
    display: block;
}
.pager li.next {
    width: 50%;
    float: right;
    text-align: right;
}
.pager li > a,
.pager li > span {
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    
}
.pager li > a:hover,
.pager li > span:hover {
    background: transparent;
}
.pager li > a:hover {
    text-decoration: none;
}
.site-navigation {
    background: transparent;
    margin: 0;
    display: block;
    padding: 0px;
    padding: 0 0 20px 0;
    font-size: 0.8em;
}
.content-search-results .site-navigation{
    padding:20px 0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.nopadding .thumbnail {
    display: block;
    margin: 0;
}
.nopadding .thumbnail img {
    display: inline-block;
}
.alert {
    border-radius: 2px;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    height: auto;
}

.btn-primary,
.btn-primary:visited {
    background-color: #4285F8;
    border-color: #4285F8;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    opacity: .9;
    background-color: #4285F8;
    border-color: #4285F8;
    color: #fff;
}
.list-group-item {
    position: relative;
    background-color: #fff;
    border: 1px solid #eaeff3;
    padding: 1.25rem 1.25rem;
}
.elementor-editor-active:hover .site-main {
    z-index: 150;
    position: relative;
}
#elementor {
    position: relative;
    z-index: 75;
}
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_entries li {
    position: relative;
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_entries li a {
    display: inline-block;
    padding: 10px 4px 14px 0;
    color: #222222;
    position: relative;
}
.widget_archive li:hover a,
.widget_categories li:hover a,
.widget_meta li:hover a,
.widget_nav_menu li:hover a,
.widget_pages li:hover a,
.widget_recent_entries li:hover a {
    color: #337ab7;
}
.widget_recent_entries li {
    margin-bottom: 10px;
}
.widget_recent_entries li a {
    padding-bottom: 0;
    padding-top: 0;
}
.widget_recent_entries .post-date {
    font-size: 0.75em;
    display: block;
}
.widget_verita_address_widget p{ margin-bottom: 0; }
.widget_verita_address_widget p.address{ margin-bottom: 1em; }
.sidebar .widget_categories .children > li:last-child{
    border-bottom: none;
}
.sidebar .widget_categories .children .children > li a{
    padding-left: 40px;
}
.addtoany_content {
    clear: both;
    margin: 16px 0;
    border-top: #f4f4f4 solid 1px;
    padding: 16px 0 0;
}
.page-item .page-link {
    color: #4285F8;
    padding: 1em 1.3em;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4285F8;
    border-color: #4285F8;
}
.pagination .page-item .page-link {
    border: none;
    font-size: 1.2em;
    border-radius: 25px;
    margin: 0.25em;
    background: #fff;
    padding: 10px;
}
.pagination .page-item .page-link.current{
    background-color: #eaeff3;
}
.contact-info > ul > li > a {
    padding: 5px 0;
    display: block;
    color: #062045;
    font-size: 13px;
}
.contact-info > ul > li i {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
.pagination {
    margin-bottom: 00px;
}
.hentry.card {
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0);
}
.hentry.card .post-readmore {
    position: absolute;
    bottom: 0;
    font-size: 0.9em;
    margin-bottom: 1.25rem;
    border-radius: 3px;
}

.nav-footer-mobile {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.nav-footer-mobile .nav-item .nav-link{ 
    line-height: 13px; 
    padding:10px!important; 
}
.nav-footer-mobile .nav-item .nav-link i{
    line-height: 20px;
}
.nav-footer-mobile .nav-item .nav-link span{
    font-size: 0.65em;
    display: block;
    line-height: 10px;
}

.mobile-footer-bar .verita-live-connect-chat{
    bottom: 74px;
    z-index: 1050;
}

html{
    padding-bottom: 54px;
    min-height: 100%;
    position: relative;
}
.site-footer {
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
html #wpadminbar {
    margin-top: -46px;
}



#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #059ba9 !important;
    border-top: none!important;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h1,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h4,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h5,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h6, 
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a{
    font-family: "Raleway",Open Sans,Helvetica,sans-serif!important;
    font-weight: normal!important;
}


#moove_gdpr_cookie_info_bar{
    max-height: none!important;
}