/*
Theme Name: Delaware Child
Theme URI: http://steelthemes.com/delaware
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delaware
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: delaware
*/

.topbar {
    color: #ffffff;
}
.delaware-office-location-widget .topbar-office a {
    color: #ffffff;
}
.delaware-office-location-widget .current-office {
    color: #ffffff;
}

.delaware-office-location-widget .svg-icon {
	color: #ffffff;
}

.topbar .widget_search .search-form {
    position: relative;
    border: 1px solid #ffffff;
    max-width: 200px;
	color: #ffffff !important;
}

.search-form {
	color: #ffffff !important;
}

.search-field placeholder {
	color: #ffffff !important;
}

.header-v5 .main-nav a {
    text-transform: none;
}

.main-nav li .sub-menu li a {
	text-transform: none !important;
}

.portfolio-wrapper .entry-thumbnail img {

    transition: 0.5s;

}
a img {

    border: none;

}
img {

    max-width: 100% !important;
    height: 100% !important;

}
.topbar .widget_search .search-form .search-field {
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    padding-right: 45px;
		color: #ffffff !important;

}

.topbar .topbar-right {
    justify-content: flex-end;
	color: #ffffff !important;
}

	
.header-v5 .site-header .menu-extra-start::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #848484;
    width: 0px;
    height: 22px;
}

.header-main {
	
}

.header-v5 .site-contact {
    padding: 20px 0 2px;
}

.main-nav .menu > li.menu-item {
    padding: 15px 19px;
    float: left;
}

.topbar .delaware-social-links-widget a {
    color: #ffffff;
    padding: 0 10px;
        padding-left: 10px;font-size: 18px;
}

.tp-bullet.selected .circle {
    width: 7px;
    border: 2px solid #b7d132;
    display: block;
    height: 7px;
    border-radius: 50%;
    margin: 2px auto;
}

.tp-bullet.selected {
    background: none;
    border: 2px solid #b7d132;
}

.header-v5 .site-header .menu-extra-start {
    float: left;
    position: relative;
    padding-left: 0px;
}

.main-nav .menu > li.menu-item {

    padding: 15px 20px 0px;
    float: left;

}

.hidden {
	display:none;
}

.main-nav li .sub-menu {
	position: absolute;
	left: 35%;
	width: 100%;
	border: 0px solid #DBDBDB;
	border-width: 0;
	height: 65px;
	top: 84px !important;
	background:#e0e0e0}
 
/* remove borders from sub-menu */
.main-nav li .sub-menu li {
	border-top: 0px solid white;
	border-bottom: 0px solid #DBDBDB;
	height:65px;
}
 
.site-footer .footer-info {
    padding-top: 0px !important;
}

/* basic styling of submenu */
.main-nav li .sub-menu li a {
	width: auto;
	color: #6d6e71;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 10px 12px 10px;
	float:right;
}

.main-nav .sub-menu li {
   float: left;
}

.page-header .breadcrumbs {
    padding: 10px 15px;
    color: #fff;
}

.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category {
    color: #ffffff;
}

.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-title {
    float: left;
    width: 100%;
    color: #ffffff;
}
.delaware-wrap-item-type-1 .delaware-portfolio-grid-wrapter .emtry-thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(133, 176, 65, 0.9), rgba(133, 176, 65, 0.9));
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.portfolio-wrapper.columns-3 .entry-thumbnail::after {
    content: "";
    display: block;
    background: linear-gradient(to top, #85b041 0%, rgba(17, 28, 85, 0) 58%, rgba(17, 28, 85, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio-wrapper.columns-3 .portfolio-inner:hover .category {
    color: #ffffff;
}
.portfolio-wrapper.columns-3 .category::before {
    background-color: #ffffff;
}

.footer-widgets .footer-sidebar .widget-title {
    color: #fff;
    font-size: 20px;
    margin: 0px 0 30px;
    padding-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-thumbnail:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(133, 176, 65, 0.9), rgba(183, 209, 50, 0.9));
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter .emtry-wrapter .hover .emtry-category .category::before {
background-color: #ffffff;
}


.delaware-wrap-item-type-2 .button-group .button:hover::after, .delaware-wrap-item-type-2 .button-group .button.active::after {

    opacity: 1;

}
.delaware-wrap-item-type-2 .button-group .button::after {

    content: '';
    width: 20px;
    height: 3px;
    background-color: #85b041;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;

}

.delaware-wrap-item-type-2 .button-group .button {
	color: #85b041 !important;
}

blockquote::before {
    content: '\f10d';
    font-family: FontAweSome;
    font-size: 21px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #85b041 !important;
}
blockquote {
    padding: 55px 80px 25px;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
    margin-top: 35px;
    background-color: #f6f6f6;
    border-left: 0;
    text-align: center;
    position: relative;
}
.main-nav .menu {

    padding-left: 0;
    margin-left: -19px;
    zoom: 1;
    position: static;

}

.dl-cta .classic .dl-button a {
	border-radius:50px;
}

.page-header h1 {
    margin: 20px 0;
    color: #b7d132;
}

.delaware-social-links-widget a:hover {
    color: #b7d132;
}

.blog-wrapper .read-more:hover {
	background-color: #b7d132;
}
.blog-wrapper .read-more {
	background-color: #85b041;
}

.entry-meta .meta .svg-icon {
    color: #85b041;
}

.blog-wrapper .entry-thumbnail a::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(133, 176, 65, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 9;
}
.blog-wrapper .entry-thumbnail a .svg-icon {
    font-family: FontAweSome;
    font-size: 30px;
    color: #ffffff;
}

.portfolio-wrapper .entry-thumbnail::before {
background-image: linear-gradient(rgba(133, 176, 65, 0.9), rgba(133, 176, 65, 0.9))
}

.team-manager-free-items-style4-2654 > .team-manager-free-items-style4-desc-2654 > .team-manager-free-items-style4-teamprofiles-2654 .team-manager-free-style4-title a {
    color: #85b041 !important;
}

.news-menu {
	padding-left:40px;
	border-left: 1px solid #85b041;
}


.site-footer .footer-info ul {
	padding-left:0px !important;
}

.dl-contact-box .des-contact-box {
    font-size: 36px;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    line-height: 36px;
}

.delaware-wrap-item-type-2 .grid .delaware-portfolio-grid-wrapter {
    width: 33.33%;
}
.delaware-icon-box {
	min-height: 330px !important;
}

.dl-latest-post.shadow-style .blog-wrapper {
	min-height: 420px !important;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {

    transition: border 0.5s;
    border: 2px solid #cdcdcd;
    padding: 0 20px;
    border-radius: 0;
    outline: none;
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    width: 100%;

}

.wpcf7-form textarea {

    padding: 10px 20px;
    height: 250px;

}

.page-header .breadcrumbs a {

    color: #fff;

}


.main-nav li li {
    padding: 12px 8px !important;
}

.menu-bar-custom {
	padding-left:5% !important;
	padding-right:5% !important;
}

.page-header .page-header-content {
    padding: 250px 0 !important;
    position: relative;
}


.delaware-related-portfolio {
	margin-top: 75px !important;
}

body {
	color: #2e2e2e !important;
}

.portfolio-wrapper.columns-3 .entry-title, .portfolio-wrapper.columns-2 .entry-title {
    margin-bottom: 0;
    display: none !important;
}

.bigtext {
	font-size: 60px !important;
}

.portfolio-wrapper .category {
    color: #2e2e2e !important;
}

.paging-navigation .page-numbers.current, .paging-navigation .page-numbers:hover {
    background-color: #b7d132 !important;
    color: #fff;
}

#masthead {
	background: #fff !important;
	border-bottom: 1px #cdcdcd solid !important;
}

.page-header.parallax .featured-image {

    background-attachment: fixed;
    background-size: cover !important;
	background-position: center bottom !important;

}

.mf-header-item-button a, .primary-mobile-nav ul.menu > li > a:active {

    color: #b7d132 !important;

}

a:hover, a:active, a:focus {
  color:#b7d132 !important;
}

a:hover {
	transition-delay: 0s !important;
}

.wpm-6310-owl-carousel .wpm-6310-owl-item {

    min-height: 480px !important;
}

.wpm_6310_modal-content {
	margin-top: 150px !important;
}

p {
    margin-bottom: 1.2em !important;
    margin-top: 0;
}

.delaware-about-type-1 .delaware-button a.bt-1 {
    color: #fff !important;
    background-color: #85b041 !important;
    border: 0px solid #e1e8f4;
    border-radius: 55px !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    min-width: 170px;
    float: left;
    text-transform: uppercase;
	padding: 6px 40px;
}

@media only screen and (max-width: 600px) {
.news-menu { 
	border-left: 0px solid #85b041 !important;
}
	.delaware-image-box-5 img {
		width: 100% !important;
	}
	.page-header .page-header-content {
		padding: 60px 0 !important;
	}
	.page-header.parallax .featured-image {

    background-attachment: initial !important;
    background-size: cover !important;
	background-position: center center !important;
	width:100% !important;

}
}

.main-nav .menu .trp-language-switcher-container {
	padding: 15px 5px 0px !important;
}


