/*
Theme Name: PenTech Custom Theme
Theme URI: https://pentechconsulting.com
Author: PenTech Team
Author URI: https://pentechconsulting.com
Description: The PenTech Custom Theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
font-family: 'Lato', sans-serif;
}

body {
	color: #6f6f6f;
	line-height: 1.5;
	margin: 0;
font-family: 'Lato', sans-serif;
background:#fafafa;
    font-size: 16px;
}

a {
	color: rgb(147, 169, 255);
	text-decoration: none;
}
a:focus {
	outline: 0;
}

a:active,
a:hover {
	color: #4086c5;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Raleway', sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
    color: #7e95a2;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
    color: #7e95a2;
}

h3 {
    font-size: 22px;
    margin: 22px 0;
    color: #7e95a2;
}

h4 {
    font-size: 20px;
    margin: 25px 0;
    color: #7e95a2;
    font-weight: 400;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
    color: #7e95a2;
    font-weight: 400;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
    color: #7e95a2;
    font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
font-family: 'Lato', sans-serif;
    font-size: 16px;
}

code,
kbd,
pre,
samp {
font-family: 'Lato', sans-serif;
	font-size: 14px;
}

pre {
	background: #f5f5f5;
	color: #666;
font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	font-family: 'Lato', sans-serif;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #7e95a2;
    border: none;
    border-bottom: 3px solid #6d8390;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #89a2b1;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #89a2b1;
    border: none;
    border-top: 3px solid #89a2b1;
    padding: 10px 24px 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 2px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}
.site-main .sidebar-inner {
}
.site-header {
    position: relative;
    background: url(/wp-content/uploads/2017/05/header-bg-min.jpg);
    padding: 20px 0;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
    background-color: rgba(162, 181, 254, 0.2);
    color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
background-color: #fff;
    border: 0;
    border-top: 0;
    padding: 20px;
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul li.current-menu-item a {
    background: #1d2545;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
    color: #1d2545;
    margin: 0;
    width: 300px;
    font-size: 13px;
    font-weight: 500;
    padding: 11px 20px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color: rgba(218, 238, 255, 0.36);
    color: #1d2545;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
    color: #ffffff;
    background: rgba(162, 181, 254, 0.2);
}
.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
    position: relative;
    clear: both;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.logo-phone {
    width: 100%;
    float: left;
}
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(/wp-content/uploads/2017/05/search-white.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
    box-shadow: none;
}

.site-header .search-field:focus {
    background-color: rgba(162, 181, 254, 0.2);
    border: 1px solid #a2b5fe;
    cursor: text;
    outline: 0;
    width: 230px;
    color: #fff;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}
.hentry {
	padding: 40px 0;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}
.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: 0px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 0px;
}
/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.widget {
	font-size: 14px;
	margin: 0 0 24px;
	padding: 20px;
}

.widget .widget-title {
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 1px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: rgb(147, 169, 255);
}

.widget a:hover {
	color: #4086c5;
}
.search-form .search-submit {
	display: none;
}
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}
.site-footer {
    background: url(/wp-content/uploads/2017/05/footer-bg-min.jpg);
    font-size: 14px;
    color: #fff;
    padding: 40px 0 20px;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #fff;
}
.site-footer .widget-title {
    color: #fff;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.site-footer .widget-title:before {
    content: "";
    border-bottom: 2px solid #a2b5fe;
    position: absolute;
    left: 0;
    height: 1px;
    width: 50px;
    bottom: 0;
}

.site-footer ul li, .site-footer ol li {
    font-size: 14px;
}
#wpstats {
	display: block;
	margin: -10px auto 0;
}
.phone-email ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.site-header a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-header a:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-footer a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-footer a:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-main a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.site-main a:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.phone-email ul li {
    display: inline-block;
    border: 1px solid #a2b5fe;
    background: rgba(60, 71, 115, 0.7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.phone-email ul li a span {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    color: #a2b5fe;
    float: left;
    background: #1d2545;
    margin-right: 10px;
    font-size: 18px;
}
.phone-email ul li a {
    display: block;
    width: 280px;
    float: left;
}
.phone-email ul li tan {
    line-height: 50px;
    display: block;
    float: left;
    color: #d6deff;
    font-size: 19px;
}
.phone-email ul li:hover {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #1d2545;
}
.no-padding-left{padding-left:0!important;}
.no-padding-right{padding-right:0!important;}
.site-footer ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer ul.menu li a {
    text-decoration: none;
    padding: 1px 0;
    display: block;
}
.site-footer ul.menu li a:hover {
    padding-left: 10px;
}
.site-footer .footer-widget-three ul.menu li {
    width: 50%;
    float: left;
}
.sd-footer-row-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sd-footer-row-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sd-footer-contact ul li {
    border: 1px solid #7e95a2;
    width: 310px;
    background: rgba(2, 35, 79, 0.55);
    margin-bottom: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sd-footer-contact ul li a {
    display: block;
    text-decoration: none;
}
.sd-footer-contact ul li a span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #001d43;
    margin-right: 10px;
}
.sd-footer-contact ul li:hover {
    background: #001d43;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sd-footer-social ul {
    text-align: center;
}
.sd-footer-social ul li {
    display: inline-block;
}
.sd-footer-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    line-height: 40px;
    font-size: 17px;
}
.sd-footer-social ul li a:hover {
    background: #fff;
    color: #001d43;
}
.site-info {
    background: #001d43;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}
.sd-footer-social {
    width: 50%;
    float: left;
    margin-top: 10px;
}
.gap-10{width:100%;float:left;height:10px;}
.gap-20{width:100%;float:left;height:20px;}
.gap-30{width:100%;float:left;height:30px;}
.gap-40{width:100%;float:left;height:40px;}
.gap-50{width:100%;float:left;height:50px;}
.gap-60{width:100%;float:left;height:60px;}
.gap-70{width:100%;float:left;height:70px;}
.gap-80{width:100%;float:left;height:80px;}
.gap-90{width:100%;float:left;height:90px;}
.gap-100{width:100%;float:left;height:100px;}
.gap-15{width:100%;float:left;height:15px;}
.gap-25{width:100%;float:left;height:25px;}
.gap-35{width:100%;float:left;height:35px;}
.gap-45{width:100%;float:left;height:45px;}
.gap-55{width:100%;float:left;height:55px;}
.gap-65{width:100%;float:left;height:65px;}
.gap-75{width:100%;float:left;height:75px;}
.gap-85{width:100%;float:left;height:85px;}
.gap-95{width:100%;float:left;height:95px;}
.site-info a {
    color: #fff;
}
.entry-content a {
    border-bottom: 1px dashed rgb(147, 169, 255);
    text-decoration: none;
    color: rgb(147, 169, 255);
}
.entry-content a:hover {
    background: rgb(147, 169, 255);
    color: #fff;
}
.sd-right-footer-contact ul {
    float: right;
}
.home .hentry{
    padding: 0;
}
.after-slider {
    background: url(/wp-content/uploads/2017/05/after-slider-bg-min.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding: 27px 0;
    background-size: cover;
    width: 100%;
    float: left;
}
.after-slider h2 {
    font-weight: 300;
    font-size: 31px;
    margin: 0;
}
.after-slider p {
    margin: 0;
}
.text-align-right {
    text-align: right;
}
#page .sd-button a {
    border: 3px solid #a2b5fe;
    color: #a2b5fe;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}
#page .sd-button a:hover {
    background: transparent;
    color: #fff;
}
#page .sd-button a:before {
    content: "";
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #a2b5fe;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#page .sd-button a:hover:before {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#page .sd-button.white a {
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
}
#page .sd-button.white a:before {
    background: #fff;
}
#page .sd-button.white a:hover {
    background: transparent;
    color: #a2b5fe;
}
.home-first-fold img {
    margin: 0;
    width: 100%;
}
.after-slider h2 {
    color: #fff;
}
.home-first-fold-right h3 {
    font-size: 31px;
}
.home-first-fold-right {
    padding: 90px 0 0;
}
.service-shadow {
    width: 100%;
    float: left;
    height: 44px;
    background: url(/wp-content/uploads/2017/05/box_image_shadow-min.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -24px;
}
.service-icon img {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.sd-home-service * {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
    color: #7e95a2;
}
.service-content {
    margin-top: 80px;
    min-height: 205px;
}
.service-content h3 {
    text-transform: uppercase;
}
.sd-home-service:hover .sd-main-service-img img {
    top: -15px;
    position: relative;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -webkit-transform: translate(0px,-10px);
    transform: translate(0px,-10px);
}
.service-img {
    position: relative;
}
.sd-home-service .sd-main-service-img img {
    position: relative;
    top: 0;
}
.sd-home-service:hover .service-shadow {
    opacity: .3;
}
.sd-home-service {
    min-height: 480px;
    border-bottom: 3px solid #ccc;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sd-home-service:hover {
    border-bottom: 3px solid #a2b5fe;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.home-second-fold {
    background: #f1f1f1;
    width: 100%;
    float: left;
    padding: 90px 0;
}
.text-align-center {
    text-align: center;
}
.home-second-fold h2 {
    margin-bottom: 40px;
    font-size: 31px;
    font-weight: 700;
}
.third-fold-left {
    padding: 60px 0 0 60px;
}
.home-third-fold img {
    margin: 0;
}
.home-fourth-fold {
    background: #f1f1f1;
    width: 100%;
    float: left;
    padding: 90px 0;
}
div.wpcf7-validation-errors {
    clear: both;
}
.home-fifth-fold {
    width: 100%;
    float: left;
    padding: 70px;
}
.home-fifth-fold p {
    font-size: 16px;
    color: #6f6f6f;
}

.entry-thumbnail.sd-page-title-bg {
    background-size: cover!important;
    background-attachment: fixed!important;
    padding: 50px 0;
	background: #2d3239!important;
}
.sd-page-title-bg-color {
    background: #2d3239;
    color: #fff;
    padding: 50px 0;
}
.sd-breadcrumbs-container .sd-page-title h1.entry-title {
    margin: 0;
    font-size: 26px;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.sd-breadcrumbs-container .sd-breadcrumbs ul#breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sd-breadcrumbs-container .sd-breadcrumbs ul#breadcrumbs li {
    display: inline-block;
    line-height: 40px;
    text-shadow: 1px 1px 1px #000;
    margin: 0 3px 0 0;
    color: #fff;
}
.post-secondary-title {
    width: 100%;
    float: left;
}
.sd-breadcrumbs-container .post-secondary-title h2.image-caption {
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.sd-breadcrumbs-container .post-secondary-title p {
    margin: 0;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
}
.widget ul.menu li a {
    color: #6f6f6f;
    background: #fff;
    display: block;
    line-height: normal;
    padding: 10px 20px;
    text-decoration: none;
}
.widget ul.menu li a:hover {
    padding-left: 40px;
}
.box-image {
    display: none;
}
.contact-pg a {
    color: #1a74b2;
}
.contact-pg a:hover {
    background: #267bb4;
}

h2.the-entry-title {
    font-size: 48px;
    margin: 33px 0;
    color: #7e95a2;
    clear: both;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3;
}
div#yelp-biz-badge-plain-rcVSHpWdYz4cOJuyzsflZg {
    width: 50%;
    float: left;
    margin-top: 12px;
}
.sd-coupons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sd-coupons ul li {list-style-type: none;width:25%;float:left;padding: 0 10px;text-align: center;font-weight: bolder;flex: 1;font-size: 8px;line-height: 10px;box-sizing: border-box;border-color: #ff672e;margin-bottom: 20px;}

.sd-coupons ul li a {
    color: #000;
}

.sd-coupons ul li img {
    display: block;
    margin: 0 auto;
}

.sd-coupons ul li .highlight {
    display: flex;
    align-items: center;
    margin: 10px 0;
    justify-content: center;
}
.off-price {
    color: #BF2700;
    font-size: 19px;
    line-height: 21px;
    margin-right: 10px;
    display: inline-block;
    width: 40%;
    text-align: right;
    font-weight: bold;
    font-family: verdana;
}

.off-detail {
    color: #BF2700;
    font-size: 15px;
    line-height: 14px;
    display: inline-block;
    width: 60%;
    text-align: left;
}
.sd-coupon-desc p {
    line-height: 9px;
    font-size: 8px;
}
.sd-coupons ul li .sd-each-coupons-container {
    background: #88dfeb;
    padding: 15px 10px;
}
.sd-coupons ul li a:hover {
    background: transparent;
}
.sd-coupons-full-width {
    width: 100%;
    float: left;
    padding: 90px 0;
    background: #fff;
}
.fullwidthbanner-container .fullwidthabanner {
    display: block!important;
}
