/*
Theme Name: Dave Neill
Theme URI: http://www.exploritech.com
Author: Exploritech, Inc.
Author URI: http://www.exploritech.com
Description: business consulting media photo art
Version: 20
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

.container {
    max-width: 1140px;
}

img.alignright {
    float: right;
        padding: 0 0 20px 20px;    max-width: 400px;
}
.page_content p{
	font-family: 'PT Sans', sans-serif;
	font-size:16px;
	line-height:22px;
	    margin-bottom: 20px;
		color:#212121;
}
.page_content {
    margin-bottom: 80px;
}
span.hedfont {
    font-family: '1';
    font-size: 24px;
    line-height: 37px;
}

.page_content p span{
	font-family: '1';
    font-size: 22px;
    line-height: 30px;
}
.consulting_service {
    text-align: center;
}
.consulting_service  p{
	font-family: '1';
    font-size: 22px;
    line-height: 55px;
	margin-bottom: 0;
}
.con_right ul {
    padding: 0 0 0 200px;
}
span.diffont:after {
    border-bottom: 1px solid;
    content: "";
    width: 260px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
span.diffont {
    padding-bottom: 20px;
    position: relative;
}

span.dfont {
    text-decoration: underline;
}
ul.soclinks {
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 255px;
}

.con_right {
    display: inline-block;
    width: 49%;
	vertical-align: top;
}
.con_left {
    display: inline-block;
    width: 50%;
    border-right: 1px solid;
	vertical-align: middle;
}
.con_right ul li {
    padding-bottom: 10px;
}
.con_right li img {
    padding-right: 20px;
}
.con_right ul li a {
    color: #212121;
}
.con_left p{
	margin-bottom:0;
}
.con_right p{
	margin-bottom:0;
}
div.light_square .pp_expand{
	display:none !important;
}

.lg-icon {
    display: none !important;
}
.lg-close.lg-icon {
    display: block !important;
}
.lg-toolbar.group > div {
    display: none !important;
}
.lg-toolbar {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0 !important;
    height: 40px;
    left: inherit !important;
    position: absolute;
    right:8px !important;
    top: 8px;
    width: 40px;
    z-index: 1082;
    border:none !important;
	transform: none !important;
    transition: none 0s ease 0s !important;
}
.lg-hide-items .lg-toolbar {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0 !important;
    opacity: 1;
    text-align: center;
    transform: translate3d(0px, -10px, 0px);
}
.lg-toolbar .lg-icon {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0 !important;
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    float: right;
    font-size: 28px;
    height: 47px;
    line-height: 27px;
    outline: medium none;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none !important;
    transition: color 0.2s linear 0s;
    width: auto;
}

.lg-outer .lg-img-wrap {
    padding: 0 !important;
}
.lg-prev.lg-icon, .lg-next.lg-icon {
    display: block !important;
}
.lg-actions .lg-next::before {
    content: "\f054" !important;
    font-family: fontawesome;
}
.lg-actions .lg-next {
    right: 18px;
}
.lg-actions .lg-prev::after {
    content: "\f053" !important;
    font-family: fontawesome;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: hsla(0, 0%, 0%, 0.45);
    border-radius: 50px !important;
    color: hsl(0, 0%, 60%);
    cursor: pointer;
    display: block;
    font-size: 22px;
    height: 45px !important;
    line-height: 42px !important;
    margin-top: -10px;
    padding: 0 0 0 2px !important;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 45px !important;
    z-index: 1080;
}
.lg-actions .lg-prev.lg-icon {
    padding-left: 0 !important;
    padding-right: 4px !important;
}
.lg-backdrop {
    z-index: 99999 !important;
}
.lg-outer {
    z-index: 99999 !important;
}
.lg-outer .lg-thumb-item {
    border: medium none !important;
    border-radius: 0;
    cursor: normal;
    float: left;
    height: 100%;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    overflow: hidden;
	    border-radius: 0px !important;
}
a{
	cursor:pointer;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    display: none;
}
.lg-outer .lg-thumb {
    padding:0 !important ;
}

/*html .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 80%;
    object-fit: cover;
}
html .lg-outer .lg-thumb-outer{
	    bottom: -20px;
}*/

html .lg-outer .lg-image{
	    max-height: 75%;
}