/*
 Theme Name:   Enfold - GovDocs
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Enfold Child Theme
 Author:       LyntonWeb
 Author URI:   http://lyntonweb.com
 Template:     enfold
 Version:      1.0.0
 Text Domain:  govdocs
*/

/* General Styling */
:focus {
    box-shadow: 0 0 0 1px rgba(204, 0, 0, 0.25) inset;
	}

#top .av-main-nav ul ul {
    left: 207px;
}



/* Utility Classes */
.text-center {
    text-align: center;
}

/* Headings */
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2,
.iconbox .iconbox_content .iconbox_content_title {
    text-transform: none;
    letter-spacing: 0;
}

/* Buttons */
.avia_textblock .avia-button-wrap {
    display: inline-block;
    vertical-align: middle;
}
#top .avia-button.avia-color-light.avia-size-large,
#top .avia-button.avia-color-theme-color-subtle {
    padding-top: 12px;
    padding-bottom: 10px;
}
#top .avia-button.avia-color-theme-color-subtle {
    border: 3px solid #cc0000;
}
#top .avia-button.avia-color-theme-color-subtle:hover {
    border-color: #990000;
    background-color: #990000;
}

/* Header */
#top .av-menu-button-colored > a .avia-menu-text {
    text-transform: uppercase;
}
#header_meta .sub_menu > ul > li > a:after, 
#top .av-menu-button-colored > a .avia-menu-text:after {
    content: " ";
    font-family: "entypo-fontello";
}

#avia-menu > li > a:focus + .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
	 }
	

/* Change Menu Breakpoint */
/* Change Menu Break Point */
@media screen and (max-width: 1099px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: block;
    }
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: none;
    }
    .responsive #top .logo {
        position: static;
        display: table;
        height: 80px !important;
        float: none;
        padding: 0;
        border: none;
        width: 80%;
    }
    .responsive .logo a {
        display: table-cell;
        vertical-align: middle;
        max-height: 100% !important;
    }
    .responsive .logo img {
        margin: 0;
        height: auto !important;
        max-width: 100%;
        display: block;
        width: auto;
        max-height: 65% !important;
    }
    .html_header_top.html_header_sticky #header {
        position: relative;
    }
    .html_header_top.html_header_sticky.html_large #main {
        padding-top: 0;
    }
    .responsive #header_main .container {
        height: auto !important;
    }
}

/* Footer */
#socket {
    border-top: 0;
    margin-top: 0;
}
.socket-inner {
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 45px;
}
#socket h3 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#socket .social_bookmarks {
    float: none;
    margin: 0;
    display: inline-block;
    font-size: 32px;
    height: auto;
}
#socket .social_bookmarks li {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
}
#socket .social_bookmarks li a {
    width: 100%;
    height: 100%;
    line-height: 1.5;
}
#socket .copyright {
    float: none;
}
#socket .sub_menu_socket {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
#socket .menu {
    margin: 0;
}
#socket .sub_menu_socket div {
    overflow: visible;
}
@media screen and (min-width: 768px) {
    .socket-group {
        float: left;
        width: 50%;
    }
    .socket-group--right {
        text-align: right;
    }
}

/* Subscribe Form */
#top .subscribe-form {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
#socket .subscribe-form {
    text-align: left;
}
.subscribe-form:before,
.subscribe-form:after {
    content: '';
    display: table;
}
.subscribe-form:after {
    clear: both;
}
.subscribe-form > :first-child,
.subscribe-form .hs_submit {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}
.subscribe-form > :first-child {
    width: 70%;
}
#top .subscribe-form .hs_email .hs-input {
    margin-bottom: 0 !important;
}
.subscribe-form .hs_submit {
    margin: 0;
}
.subscribe-form .hs_submit .actions .button {
    padding: 0.8em;
    font-size: .8em;
    background-color: #cc0000;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#socket .subscribe-form .hs_submit .actions .button {
    padding: 1.1em;
}
.subscribe-form .hs_submit .actions .button:hover {
    background-color: #990000;
    color: white;
}
.subscribe-form .hs-form-field .hs-input {
    padding-top: 9px;
    padding-bottom: 10px;
    margin-top: 1px;
}

/* Page Banner */
@media screen and (max-width: 768px) {
    #page-banner {
        background-image: none !important;
    }
}
.avia-bg-style-scroll {
    background-size: cover;
}

/* Grid Containers */
.av-layout-grid-container {
    max-width: 1170px;
    margin: auto;
}

/* Hubspot Forms */
.hs_submit {
    text-align: right;
    margin-top: 20px;
}
#top .hs-form-field > label span,
#top .inputs-list > li > label span {
    color: inherit;
}
#top .hs-form-field > label .hs-form-required {
    color: #cc0000;
}
#top .inputs-list {
    margin: 0;
    list-style: none;
}
#top .inputs-list li {
    padding: 0;
    margin: 0;
}
#top .hs-form-field {
    position: relative;
}
#top .hs-error-msgs {
    position: absolute;
    bottom: 100%;
    background-color: #cc0000;
    border-radius: 3px;
    color: white;
    padding: .25em;
}
#top .hs-error-msgs li {
    line-height: 1;
}
#top .hs-error-msgs:after {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #cc0000;
    left: 5px;
    top: 100%;
}
#top .hs-input[type="text"],
#top .hs-input[type="input"],
#top .hs-input[type="email"],
#top .hs-input[type="number"],
#top .hs-input[type="url"],
#top .hs-input[type="tel"],
#top textarea.hs-input,
#top select.hs-input {
    background-color: white !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

#top .hs-form fieldset {
    margin-bottom: 10px;
}
#top .hs-form fieldset .hs-input {
    margin-bottom: 0 !important;
}

/* Blog Banner */
.blog-banner {
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #202020;
    margin-bottom: 50px;
}
.blog-banner .post-title,
#top .blog-banner .post-meta-infos * {
    color: white;
}
.single-format-standard .content {
    padding-top: 0;
}
#top .fullsize .template-blog .post-title {
    font-size: 34px;
}

/* Iconbox */
.iconbox_icon {
    background-color: white;
    border-radius: 10000px;
}
#top .iconbox_icon {
    color: #cc0000;
}

/* Image with Caption */
a.avia_image {
    color: inherit;
    text-decoration: none;
}
.avia-image-container .av-image-caption-overlay,
.avia-image-container .av-caption-image-overlay-bg {
    position: static;
    width: auto;
    height: auto;
}
.avia-image-container img {
    margin: auto;
}
.avia-image-container .av-image-caption-overlay-center {
    font-size: 1em;
    padding: 0;
    font-weight: bold;
}

/* Subscribe Form */
#top .subscribe-form {
    max-width: 700px;
    margin: auto;
    text-align: center;
}
#socket .subscribe-form {
    text-align: left;
}
.subscribe-form:before,
.subscribe-form:after {
    content: '';
    display: table;
}
.subscribe-form:after {
    clear: both;
}
.subscribe-form > :first-child,
.subscribe-form .hs_submit {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
}
.subscribe-form > [data-reactid=".1.1:$1"],
.subscribe-form > [data-reactid=".1.1:$2"] {
    display: none;
}
.subscribe-form > :first-child {
    width: 70%;
}
#top .subscribe-form .hs_email .hs-input {
    margin-bottom: 0 !important;
}
.subscribe-form .hs_submit {
    margin: 0;
}
.subscribe-form .hs_submit .actions .button {
    padding: 0.8em;
    font-size: .8em;
    background-color: #cc0000;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#socket .subscribe-form .hs_submit .actions .button {
    padding: 1.1em;
}
.subscribe-form .hs_submit .actions .button:hover {
    background-color: #990000;
    color: white;
}
.subscribe-form .hs-form-field .hs-input {
    padding-top: 9px;
    padding-bottom: 10px;
    margin-top: 1px;
}

.wcp-caption-plugin {
    margin:0 !important;
}

#keep-informed__subscribe .hs-form-title {
	color:#fff;
}

#keep-informed__subscribe label {
	color:#fff !important;
}
#keep-informed__subscribe {
	padding:20px 0;
}
@media screen and (max-width:767px) {
	#keep-informed__subscribe .hs-form-title {
		text-align:center;
	}
	#hsForm_7771aecf-9a8b-43cf-98c6-d0e2ab6edbf3 > div.hs_submit {
		margin-top:20px;
	}
}
@media screen and (min-width:768px) {
	#keep-informed__subscribe input {
		display:inline;
	}
	#keep-informed__subscribe .hs-form-title {
    		text-align:left;
		width: 33%;
		margin-bottom:-25px;
	}
	#keep-informed__subscribe label {
		margin-left:-100px;
		float:left;
	}
	#keep-informed__subscribe .subscribe-form {
		width:55%;
		float:right;
	}
	#hsForm_7771aecf-9a8b-43cf-98c6-d0e2ab6edbf3 > div.hs_submit {
    		float:right !important;
		margin-top:-36px !important;
	}
	#email-7771aecf-9a8b-43cf-98c6-d0e2ab6edbf3{
		width:90% !important;
		float:left;
	}
} 
.statistic {
	text-align:center;
}
.statistic__number {
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.1;
}
.statistic__label {
    display: block;
    margin-top: .25em;
}

th.avia-center-col {
	padding:0 !important;
}
.avia-center-col .red-background {
	background:#ee5f5a;
	padding:9px 12px;
	color:#fff;
}
.avia-center-col .blue-background {
	background:#5da3d0 !important;
	padding:9px 12px;
	color:#fff;
}
.avia-center-col span {
	text-transform:capitalize;
    	font-size: .75em;
    	font-weight: 400;
}
.main_color tr:nth-child(odd) {
	background:#fff !important;
}
td.avia-center-col {
	background:#f2f2f6 !important;
}
span.circle:after {
	content:'\f111';
	font-family:FontAwesome;
	color:#397296;
	font-size:1.15em;
}
.avia-data-table .avia-center-col {
	vertical-align:middle;
	border-right: 4px solid #fff !important;
	border-left:4px solid #fff !important;
}
.main_color tr:nth-child(even), .main_color tr:nth-child(odd) {
	color:#222 !important;
	font-weight:600;
}
tr td:first-child {
	border-left-style:none !important;
	border-top-style:none !important;
	border-right-style:none !important;
}
tr:first-child th {
	border-left-style:none !important;
	border-top-style:none !important;
	border-bottom-style:none !important;
}

.main_color tr {
	border-color:#fff !important;
}

th.avia-center-col {
	border-right:8px solid #fff !important;
	border-left:8px solid #fff !important;
}

#fun-facts div.av_promobox {
	border:none !important;
}

.wcp-caption-plugin > a > span{
	display:none !important;
}

.blog-tags-list {
	padding-top:45px;
}
.blog-tags-list a {
	color:#fff !important;
}

#top .fullsize .template-blog .post .entry-content-wrapper > * {
	max-width:100% !important;
	text-align:left !important;
} 
#hs-form .hs-form fieldset {
	max-width:100% !important;
}
.resource-page__links {
	padding-top:15px;
}
@media screen and (min-width:481px) {
#hs-form ul.inputs-list.multi-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
}
.statcounter {
display:none;
}
/* Menu Fix - Lynton May 28 2021 */
.av-burger-overlay-active.av-burger-overlay-active-delayed #avia_alternate_menu {
	display: flex !important;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.av-burger-overlay-active.av-burger-overlay-active-delayed #top #wrap_all #avia_alternate_menu > nav {
		top: 150px;
		right: 25px;
	}
	.av-burger-overlay-active.av-burger-overlay-active-delayed #avia_alternate_menu .menu-item {
		display: block;
		float: none;
	}
	.av-burger-overlay-active.av-burger-overlay-active-delayed #avia_alternate_menu > .menu-item > a {
		height: 36px !important;
		line-height: 36px !important;
		font-size: 20px;
	}
	.av-burger-overlay-active.av-burger-overlay-active-delayed #avia_alternate_menu > .menu-item > .sub-menu,
	.av-burger-overlay-active.av-burger-overlay-active-delayed #avia_alternate_menu > .menu-item > .sub-menu > .menu-item-has-children > .sub-menu {
		position: relative;
		left: 15px;
		opacity: 1 !important;
		visibility: visible !important;
	}
}