/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2018, 9:22:52 PM
    Author     : PeterB
*/
.h3, h3 {
    margin-top: 0px;
}
.our-focus-widget-image {
    width: 100%;
    height: 100%;
}
.focus-box .service-icon .pixeden {
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
/* Line Height LI for About Section Override */
.lilnhght {
    line-height: 0;
}

p.about-text-override {
    font-size: 1.55rem;
    line-height: 29px;
}
/* Footer Text Size Override */
.ftrtext {
    font-size: 18px;
}
/*Logo Settings*/
.newLogo {
    width: auto;
    height: 5.85rem;
    padding: 12px;
    margin-top: -30px;
}

.readingofinterst {
    height: 38px;
}
.select2-search__field {
    height: 33px;
}
.shell {
    position: relative;
    line-height: 1; }
.shell span {
    position: absolute;
    left: 3px;
    top: 1px;
    color: #ccc;
    pointer-events: none;
    z-index: -1;
}
.shell span i {
    font-style: normal;
    /* any of these 3 will work */
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

input.masked,
.shell span {
    font-size: 16px;
    padding-right: 10px;
    background-color: #fff;
}

.trademark {
    font-family: "helvetica";
    font-size: 14px;
    color: #fff;
    font-variant: small-caps;
    -webkit-text-stroke-width: 0px;
}
.nonsuggestpricehdr {
    padding-top: 15px;
    font-size: 1.55rem;
}

.suggestpricehdr {
    margin-top: 0px;
    font-size: 1.85rem;
}

.skillsfont {
    font-size: 18px;
}

.topskills {
    text-align: left;
}

.about-us .big-intro {
    font-size: 50px;
}

.purchasenowtexth3 {
    color: #000;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
/* OWL Testimonial Bubble Overrides */
.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid blue;
}

/* Light Gallery */
.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    margin-bottom: 15px;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}
h2.dialogFxHdr {
    line-height: 1.5;
    font-size: 1.15rem !important;
    font-weight: 700;
    color: #cccccc;
}

p.dialogFxBody {
    font-size: 18px;
    font-weight: normal;
    color: #cccccc;
    text-align: left;
}

.dialogFxBody {
    font-size: 16px;
    font-weight: normal;
    color: #cccccc;
}

.dialogFxBody a:link {
    color: burlywood;
}

.dialogFxBody a:hover {
    color: #ff9900;
}

.dialogFxFooter {
    font-size: 16px;
    font-weight: normal;
    color: #cccccc !important;
}

.italic {
    font-style: italic;
}