/*
Theme Name: 2K 2018
Version: 1.0.90
Author: 2K Web Group
template: bb-theme
*/

p {
	margin-bottom: 20px;
}

.fl-page-content .fl-rich-text a {
	text-decoration: underline;
}

/** Menu **/
.current-menu-parent .menu-item-text:after, .current_page_item .menu-item-text:after {
    margin: 0 auto;
    left: 0;
    right: 0;
    content: "";
}
.current-menu-parent .menu-item-text:after, .current_page_item .menu-item-text:after {
    position: absolute;
    top: 48px;
    width: 36%;
    height: 2px;
    background-color: #0f3c57;
}

.quote-menu .menu-item-text:after,
.sub-menu .menu-item-text:after,
.menu-open .menu-item-text:after {
	display: none;
}

.quote-menu {
	background-color: #0f3c57;
	margin-left: 12px !important;
}
.quote-menu:hover {
	background-color: #0f3c57;
}
.quote-menu a {
	color: #fff !important;
    font-size: 17px !important;
    font-weight: 700;
}
.quote-menu a {
    padding: 8px 10px !important;
}
.quote-menu a:hover {
	background-color: #0f3c57 !important;
}

.fullwidth-header-photo .fl-photo-content,
.fullwidth-header-photo img {
	width: 100%;
}

.home-services {
	line-height: 1.3;
}

.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs a {
	color: #0f3c57;
}

.fl-icon > a:hover {
	text-decoration: none;
}

/** Forms **/
.nf-field-description {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
    line-height: 1.3;
}
.nf-form-content  .html-container {
	margin-bottom: 10px;
}
.nf-form-fields-required {
	font-size: 14px;
	font-style: italic;
}
.list-radio-wrap .nf-field-element li input {
	font-size: 16px;
}
.list-radio-wrap .nf-field-element li label {
	font-size: 16px;
	font-weight: 300;
}
.nf-field .submit-wrap input {
	padding: 8px 20px;
}

/** Modal form **/
.pp-modal-content-inner .nf-form-fields-required {
	display: none;
}
.pp-modal-content-inner .submit-wrap {
	text-align: center;
}
.pp-modal-content-inner .submit-wrap input {
	color: #fff !important;
    font-size: 17px !important;
    font-weight: 700;
    background-color: #0f3c57;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
}

/* ## Portfolio
--------------------------------------------- */
.workitem-image {
    text-align: center;
}

.workitem-title {
    margin-bottom: 14px;
    font-size: 24px;
}

.workitem-link {
    background-color: #0E3C57;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto 20px;
	padding: 8px 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.workitem-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0f3c57;
}


/** Footer **/
#getintouch h3 {
	background: url('images/getintouch@2x.png') no-repeat left center;
	background-size: 58px 58px;
	height: 58px;
	line-height: 58px;
	padding-left: 64px !important;
}
#weresocial h3 {
	background: url('images/weresocial@2x.png') no-repeat left center;
	background-size: 58px 58px;
	height: 58px;
	line-height: 58px;
	padding-left: 70px !important;
}
#googlepartner h3 {
	background: url('images/googlepartner@2x.png') no-repeat left center;
	background-size: 58px 58px;
	height: 58px;
	line-height: 58px;
	padding-left: 68px !important;
}

footer .fl-module-rich-text {
	font-size: 15px;
	line-height: 1.4;
}

footer .copyright-policies p {
    margin-bottom: 14px;
    font-size: 13px;
}


/** 992 tablet, 768 mobile **/

@media (max-width: 768px) {
	.quote-menu {
		margin-left: auto !important;
	}
	.quote-menu:hover {
		background-color: transparent;
	}
	.quote-menu a {
		padding: inherit !important;
	}
	
	.breadcrumbs {
		text-align: center;
	}
}