/*
Theme Name: Webalive
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentysixteen

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/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Light.eot');
	src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUI-Light.woff2') format('woff2'),
	url('fonts/SegoeUI-Light.woff') format('woff'),
	url('fonts/SegoeUI-Light.ttf') format('truetype'),
	url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI.eot');
	src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUI.woff2') format('woff2'),
	url('fonts/SegoeUI.woff') format('woff'),
	url('fonts/SegoeUI.ttf') format('truetype'),
	url('fonts/SegoeUI.svg#SegoeUI') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Bold.eot');
	src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUI-Bold.woff2') format('woff2'),
	url('fonts/SegoeUI-Bold.woff') format('woff'),
	url('fonts/SegoeUI-Bold.ttf') format('truetype'),
	url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/SegoeUI-Semibold.eot');
	src: url('fonts/SegoeUI-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SegoeUI-Semibold.woff2') format('woff2'),
	url('fonts/SegoeUI-Semibold.woff') format('woff'),
	url('fonts/SegoeUI-Semibold.ttf') format('truetype'),
	url('fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot');
	src: url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/fontawesome-webfont.woff2') format('woff2'),
	url('fonts/fontawesome-webfont.woff') format('woff'),
	url('fonts/fontawesome-webfont.ttf') format('truetype'),
	url('fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*start:reset css */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: 'Segoe UI';
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	color: #000;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
	margin: 0;
	padding: 17px 0 10px;
}
h1 {
	font-size: 35px;
	line-height:42px;
	padding-top: 0;
}
h2 {
	font-size: 30px;
	line-height:36px;
}
h3 {
	font-size: 25px;
	line-height:30px;
}
h4 {
	font-size: 20px;
	line-height:25px;
}
h5 {
	font-size: 18px;
	line-height:20px;
}
h6 {
	font-size: 16px;
	line-height:20px;
}
p {
	padding:0;
	margin:  0 0 15px 0;
}
p a {
	color: #1457ad; /* previous #113458 */
}
.entry-content a, .entry-content a:visited{
	font-weight: 600;
}
p a:hover {
	color: #f07446;
}
a {
	color: #1457ad; /* previous #113458 */
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}
a:hover {
	color: #1457ad; /* previous #113458 */
	text-decoration: none;
	outline: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	background: rgba(0, 0, 0, 0) url("images/li_arrow.png") no-repeat scroll 1px 5px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	list-style: outside none none;
	margin: 0 0 6px;
	padding: 0 0 0 26px;
	text-align: left;
}
ul li a {
	color: #1457ad; /* #113458 */
}
ul li a:hover {
	color: #f07446;
}
ol li {
/* 	color: #000; */
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0 0 0 9px;
}
ol li a {
	color: #1457ad; /* #113458 */
}
ol li a:hover {
	color: #006181;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="number"], input[type="date"], textarea {
	background-color: #e7e7e7;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	line-height: 24px;
	margin: 0;
	padding: 0.625em 0.4375em;
	text-align: left;
	width: 100%;
}
textarea {
	height: 80px;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #1457ad; /* 113458 */
	border: 0 none;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 8px 18px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: bottom;
	border-radius: 27px;
	text-transform: uppercase;
	padding: 14px 48px;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	font-family: 'Maven Pro', sans-serif;
}

::-moz-selection {
	color: #fff;
	background: #1457ad; /* #113458 */
}
::selection {
	color: #fff;
	background: #1457ad; /* #113458 */
}
.entry-header {
	margin:80px 0 120px 0;
	padding: 0;
}
.entry-title:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 3px;
	height: 100%;
	background-color: #f07446;
}
.entry-title {
	position: relative;
	color: #ffffff;
	display: inline-block;
	font-size: 40px;
	font-weight: 400;
	line-height: 35px;
	margin: 0;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}
.entry-content img.fluid-image{
	width: 100%;
}
/*end*/

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	color: #686868;
	font-size: 19px;
	font-style: italic;
	margin: 0 0 1.4736842105em;
	background: #f8f8f8;
	padding: 30px 15px;
	line-height: 1;
	border: 0;
	text-align: center;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

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

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}



.gutter-25.row {
	margin-right: -12.5px;
	margin-left: -12.5px;
}
.gutter-25 > [class^="col-"], .gutter-25 > [class^=" col-"]{
	padding-right: 12.5px;
	padding-left: 12.5px;
}
.gutter-14.row {
	margin-right: -7px;
	margin-left: -7px;
}
.gutter-14 > [class^="col-"], .gutter-20 > [class^=" col-"]{
	padding-right: 7px;
	padding-left: 7px;
}
.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"]{
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-0.row {
	margin-right: 0;
	margin-left: 0;
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"]{
	padding-right: 0;
	padding-left: 0;
}
/**
 * 4.0 - Elements
 */

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
	margin-bottom: 15px;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 500;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 500;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Rubik', sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Rubik', sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Rubik', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Rubik', sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #006181;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 500;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #ec9612;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}



input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #e7e7e7;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #1457ad; /* #113458 */
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: 'Segoe UI';
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #f68428;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 500;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}
/*
.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}
*/


/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 500;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0px;
	width: 30px;
	z-index: 2;
}

.pagination .prev:before, .pagination .next:before {
	font-size: 26px;
	height: 100%;
	line-height: 33px;
	position: relative;
	width: 100%;
}

/*.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}*/

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 0;
}

.pagination .prev:before {
	content: "\f430";
	right: 0;
	left: 0px;
	top: 0px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: 0px;
	top: 0px;
	left: 0;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 500;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

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

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 500;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */


.site-inner {
	margin: 0 auto;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 3.5em;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	padding: 2.625em 7.6923%;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #007acc;
	color: #007acc;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}


.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}


.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 500;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 500;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: 'open sans', sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	.site {
	}

	.site-main {
	}

	.site-header {
		padding: 3.9375em 7.6923%;
	}

	.site-branding {
		margin-top: 1.3125em;
		margin-bottom: 1.3125em;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 1.3125em 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}


	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: 0;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}



	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #f07446;
	}

	.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;

	}
	.main-navigation ul ul::before, .main-navigation ul ul::after{
		display: none;
	}

	.main-navigation ul ul li {
		border: none;
		border-bottom: 1px solid  rgba(255,255,255,0.1);
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		right: auto;
		left: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f107";
		position: absolute;
		right: auto;
		top: 0.8125em;
		font-family: 'FontAwesome';
		padding-left: 7px;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}


	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}


	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input.search-field[type="search"] {
		border: 1px solid #cccccc;
		font-size: 13px;
		font-weight: 400;
		height: 40px;
		width: 100%;
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		margin-bottom: 7.0em;
	}

	.site-header {
		padding: 5.25em 4.5455%;
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}


	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

.btn{
	border-radius: 27px;
	text-transform: uppercase;
	padding: 14px 48px;
	font-size: 16px;
	font-weight: 500;
	border: 0;
	font-family: 'Maven Pro', sans-serif;
}
.btn-success{
	background-color: #f07446;
}
.btn-success:focus,
.btn-success:visited,
.btn-success:hover {
	background-color: #1457ad; /* #113458 */
}

.btn i{
	font-size: 1em;
	padding-left: 8px;
}
.btn-warning,input[type="submit"].btn-warning{
	background-color:#f07446;
	border: none;
	color: #ffffff;
	padding: 13px 35px;
	border-radius: 27px;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
	outline: none;
}
span#calculation_result {
	background-color: #ffffff;
	border: 1px solid #1457ad; /* #113458 */
	color: #1457ad; /* #113458 */
	padding: 8px 20px;
	border-radius: 27px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
	margin-top: 0;
	display: none;
	text-align: center;
	float: left;
}
.calculator-section span#calculation_result {
	background-color: #123459;
	border: 1px solid #1457ad; /* #113458 */
	color: #fff;
	padding: 8px 20px;
	border-radius: 27px;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
	margin-top: 0;
	display: none;
	text-align: center;
	float: left;
}
span#calculation_result.error {
	max-width: 400px;
}
.bottom-result-btn .error{
	background-color: #ec6a6a !important;
	width:100% !important;
	color: #fff !important;
}
.bottom-result-btn{
	margin: -34px 0 0 35px;
	overflow: hidden;
}
#calculation_result_link .btn {
	padding: 10px 30px;
	float: left;
	margin-left: 15px;
}
span#calculation_result span.price-label {
	text-transform: uppercase;
}
span#calculation_result span.price-value {
	font-size: 20px;
	text-transform: uppercase;
}
.number-split input#number_of_word {
	text-align: center;
	background: none;
	border: 2px solid #fff;
	color: #fff;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open>.dropdown-toggle.btn-warning.focus, .open>.dropdown-toggle.btn-warning:focus, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:hover , .btn-warning:focus , input[type="submit"].btn-warning:hover, .btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning{
	background-color: #fff;
	color: #113458;
	outline: 0;
}
/* header */
.site-header{
	background-color: #113458;
	padding: 0;
}
.site-header .container{
	position: relative;
	min-height: 132px;
}
.company-logo{
	position: absolute;
	left: 0;
	top: 25px;
}
.site-header   .btn-warning{
	position: absolute;
	right: 0;
	top: 46px;
	padding: 12px 35px;
}
.hero-section{
	background: #1457ad url(images/hero-bg.png) no-repeat center top;  /* #113458 */

	
	padding: 120px 0 0px;
}
.hero-section .lead{
	font-weight: 400;
}
.hero-section .btn-success {
	padding: 15px 58px;
}
.text-box {
}
.text-box p{
	margin-bottom: 30px;
}
.text-box .btn-warning {
	padding: 13px 45px;
	font-size: 18px;
	line-height: 24px;
}
.hero-section .text-box h1 {
	padding: 0;
	font-weight: 500;
	font-size: 50px;
	margin-bottom: 25px;
	line-height: 60px;
}
.hero-section .text-box h1, .hero-section .text-box p {
	text-align: center;
	color: #fff;
}
.feature-area{
	padding: 130px 0 65px;
}
.feature-area .single-feature{
	text-align: center;
	color: #fff;
	border-radius: 16px;
	border: 2px solid rgba(255,255,255,0.4);
	padding: 35px 28px;
	display: block;
}
.feature-area .single-feature:hover{
	background: rgba(255, 255, 255, 0.1);
}
.editor-features-section .btn-success{
	background: #f07446;
	font-size: 20px;
}
.sidebar-box-content .get-strated-btn{
	background: #f07446;
	font-size: 20px;
	color: #fff;
	padding: 10px 50px;
	width: 100%;
	margin-top: 15px;
}
.editor-features-section .btn-success:hover, .sidebar-box-content .get-strated-btn:hover{
	background: #1457ad;
}
.single-feature h2 a:hover,.single-feature h3 a:focus{
	text-decoration: none;
}
.single-feature .feature-icon{
	margin-bottom: 10px;
}
.single-feature h2, .single-feature h2 a, .single-feature span{
	color: #fff;
}
.single-feature .feature-icon {
	background: url(images/icon-bg.png) no-repeat;
	transition: linear 0.2s;
}
.single-feature.student .feature-icon {
	background-position: -11px 0px;
}
.single-feature.author .feature-icon {
	border-color: #67b72f;
	background-position: -119px 1px;
}
.single-feature.business .feature-icon {
	border-color: #ec9612;
	background-position: -224px 1px;
}

.single-feature .feature-icon {
	width: 105px;
	height: 75px;
	display: inline-block;
	line-height: 110px;
}
.single-feature .feature-text h2 {
	font-size: 24px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-weight: 500;
	line-height: 30px;
}
.single-feature .feature-text p{
	font-weight: 300;
	max-width: 260px;
	margin: 0 auto;
}
.calculator-area{
	background: #113458;
	color: #fff;
}
.calculator-area input[type="submit"].btn-warning:hover{
	background: #fff;
	color: #113458;
}
.calculator-area label{
	font-weight: 300;
}
.calc-heading {
	padding-top: 95px;
	padding-bottom: 95px;
	padding-left: 0;
	background: url(images/calc-bg.png) top left no-repeat;
}
.calc-heading::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0E2B4A;
	top: 0;
	left: -100%;
}
.calc-heading h3{
	color: #ffffff;
	font-weight: 500;
	font-size: 32px;
	padding-top: 0;
}
.calc-heading h4{
	color: #ffffff;
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 7px;
	padding-top: 0;
}
.select-type{
	padding: 50px 30px;
}
.input-type input[type="text"]{
	border-radius: 27px;
	margin-bottom: 10px;
}
.featured-clients{
	background-color: #fff;
	padding: 75px 0 75px;
	text-align: center;
}
.featured-clients h4 {
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 35px;
	padding: 0;
	text-align: center;
}
.featured-clients ul{
	margin: 0;
}
.featured-clients ul li{
	padding: 0 12px;
	margin: 0 12px;
	background-image: none;
}

.editor-features-section{
	padding: 90px 0;
}
.single-editor-feature{
	text-align: center;
	display: block;
}
.single-editor-feature:hover,.single-editor-feature:focus{

}
.single-editor-feature.purple:hover h3, .single-editor-feature.purple:hover i{
	color: #f07446;
}
.single-editor-feature.orange:hover h3, .single-editor-feature.orange:hover i{
	color: #f07446;
}
.single-editor-feature.venice-blue:hover h3, .single-editor-feature.venice-blue:hover i{
	color: #f07446;
}
.single-editor-feature .editor-icon {
	margin-bottom: 20px;
	vertical-align: middle;
	height: 85px;
	line-height: 85px;
}
.single-editor-feature .editor-text h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
.single-editor-feature .editor-text p{
	color:#000;
	font-size: 18px;
	margin-bottom: 5px;
}
.single-editor-feature .editor-text i{
	font-size: 20px;
	color: rgba(0,0,0,0.4);
}
.editor-features-section .btn-row{
	margin-top: 50px;
}
.single-editor-feature::before {
	content: "";
	right: 0;
	height: 160px;
	width: 1px;
	position: absolute;
	background: #cbcbcb;
	top: 40px;
}
.editor-features-section .col-sm-4:nth-of-type(3) .single-editor-feature::before {
	display: none;
}

.links-section{
	padding: 70px 0;
	background-color: #f7f7f7;
}
.single-link-list {
	min-height: 140px;
	padding-left: 25px;
	position: relative;
}
.single-link-list::before{
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	background-color: #dedede;
	width: 2px;
	height: 100%;
}
.single-link-list h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 0;
}
.single-link-list ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.single-link-list ul li{
	background-image: none;
	margin: 0;
	padding: 0;
}
.single-link-list ul li a{
	color: rgba(0,0,0,0.9);
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	display: block;
}
.single-link-list ul li a:hover,.single-link-list ul li a:focus{
	color: #e67e22;
	text-decoration: none;
}

footer{
	background-color: #0e2b4a;
	padding: 85px 0;
	color: #fff;
}
.footer-top{
	padding-bottom: 25px;
	color: #fff;
}
.footer-top h4 a{
	color: #f07446;
}
.footer-top h4{
	color: #ffffff;
	font-size: 21px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 0;
}
.footer-top h3{
	padding-top: 0;
}
.footer-top h3 a{
	font-size: 28px;
	font-weight: 400;
	color: #fff;
}
.bottom-footer {
	overflow: hidden;
	padding-top: 20px;
}
.bottom-footer .first-col, .bottom-footer .second-col, .bottom-footer .third-col, .bottom-footer .fourth-col{
	float: left;
}
.bottom-footer .first-col{
	padding-right: 65px;
	width: 38%;
}
.bottom-footer .first-col p{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	color: rgba(255,255,255,0.8);
}
.bottom-footer .first-col p a{
	color: rgba(255,255,255,0.8);
}
.bottom-footer .second-col {
	width: 16%;
}
.bottom-footer .second-col p{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
}
.bottom-footer .second-col ul{
	margin-top: 15px;
	margin-left: 0;
}
.bottom-footer .second-col a{
	color: rgba(255,255,255,0.7);
	font-size: 30px;
}
.bottom-footer .third-col {
	width: 19%;
}
.bottom-footer .third-col ul{
	list-style-type: none;
}
.bottom-footer .third-col ul li a{
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 24px;
	display: block;
	color: rgba(255,255,255,0.8);
}
.bottom-footer .fourth-col ul{
	margin: 0;
	padding: 0;
}
.bottom-footer .fourth-col ul li{
	margin-bottom: 15px;
	background-image: none;
}
.bottom-footer .fourth-col {
	width: 27%;
}
.footer-top .btn.btn-warning {
	background-color: #f07446;
	padding: 15px 50px;
}
.footer-top .btn.btn-warning:focus,
.footer-top .btn.btn-warning:hover{
	background-color: #fff;
	color:#0E2B4A;
}
.footer-copyright a {
	color: rgba(255,255,255,0.8);
}
.footer-copyright a:hover{
	color: #e67e22;
}
.bottom-footer .second-col .list-inline > li{
	padding-right: 12px;
	padding-left: 0;
	margin: 0;
	background-image: none;
}
.bottom-footer .first-col ul {
	margin: 0;
	padding: 0;
}
.bottom-footer .first-col li {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.bottom-footer .first-col li:first-child a {
	padding-left: 0;
}
.bottom-footer .first-col li a {
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.bottom-footer .first-col li a::before {
	content: "|";
	position: absolute;
	right: -5px;
	top: -3px;
	font-size: 12px;
}
.bottom-footer .first-col li:last-child a::before {
	display: none;
}

.bottom-footer ul  li a:hover,.bottom-footer ul  li a:focus,
.bottom-footer .first-col p a:hover,.bottom-footer .first-col p a:focus,
.footer-top h3 a:hover,.footer-top h3 a:focus,
.footer-top h4 a:hover,.footer-top h4 a:focus{
	color: #e67e22;
	text-decoration: none;
}



.bottom-footer .third-col ul {
	margin: 0;
	padding: 0;
}
.bottom-footer .third-col li {
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-image: none;
}
.bottom-footer .third-col li a {
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}
.footer-content   hr {
	background-color: rgba(255, 255, 255, 0.2);
}


/*start:check box*/
.custom-checkbox {
	position: relative;
	margin-left: 3px;
}
.custom-checkbox input[type=checkbox] + label{
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding-left: 12px;
}
.custom-checkbox input[type=checkbox] + label:before {
	content:'';
	width:25px;
	height:28px;
	background-repeat:no-repeat;
	position:absolute;
	left:-3px;
	top:-6px;
	background-image:url(images/check-icon.png);
}
.custom-checkbox input[type=checkbox]:checked + label:before {
	background-image:url(images/checked-icon.png);
}
.custom-checkbox input[type="checkbox"] {
	margin: 0;
	padding: 0;
}
/*end:check box*/
#frm_field_148_container{
	overflow: hidden;
}
.search-form label {
	display: block;
}
.search .site-main .entry-footer {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 0;
	padding: 0;
}
.search  .site-main .entry-footer  a{
	font-size: 12px;
}

.search   .site-main  .post-thumbnail{
	margin: 0 0 15px 0;
}
.search .site-main > article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 0 20px;
	padding: 0 0 40px;
}
.search-heading{
	font-size: 22px;
}
.search-heading a {
	color: #006181;
}
.search  .entry-summary  .more-link {
	color: #006181;
}
.search  .entry-summary  .more-link:hover {
	color: #00c2cb;
	text-decoration: underline;
}
.service-row {
	padding-top: 42px;
	overflow: hidden;
}
.please-choose-split {
	float: left;
	width: 280px;
	position: relative;
}
.please-select-split {
	float: left;
	width: 255px;
	position: relative;
}
.number-split{
	float: right;
	width: 315px;
	position: relative;
}

.calculator-area p {
	color: #ffffff;
	font-size: 17px;
	margin: 0;
	padding: 0 0 15px;
	font-weight: 600;
	line-height: 20px;
}

.calculator-area ul {
	margin: 0;
	padding: 0;
}
.calculator-area ul li {
	list-style: outside none none;
	margin: 0 0 8px;
	padding: 0;
	background-image: none;
}

.aside-content{
	padding-right: 40px;
}
.sidebar-box-content {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 5px 0 43px rgba(0, 0, 0, 0.08);
	margin-top: 110px;
	padding: 40px;
	min-width: 350px;
	float: right;
}
.sidebar-box-content h2 {
	margin-top: 0;
}
.sidebar-box-content .btn-success {
	margin-top: 20px;
	width: 100%;
}
.sidebar-box-content ul{
	text-align: center;
}
.sidebar-box-content ul li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 15px 0 0px 0;
	padding: 0;
	text-align: center;
}
.sidebar-box-content .book-list li{
	width: 49%;
	display: inline-block;
}
.sidebar-box-content .book-list li a{
	color: #000000;
	margin: 0;
	text-align: left;
	display: block;
	line-height: 19px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}
.sidebar-box-content .book-list li a:hover img
{
	opacity: 0.8;
}
.site-content .sidebar-box-content a img {
	max-height: 200px;
	max-width: 132px;
}
.site-content .sidebar-box-content.businesses-sidebar a img{
	max-height: 40px;
	max-width: 100%;
}
.sidebar-box-content h3 {
	margin-top: 20px;
	text-align: center;
}
.sidebar-follow-us a {
	display: inline-block;
	padding: 10px 9px;
	color: #fff;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	border-radius: 27px;
}
.sidebar-follow-us a.fb{
	border: 2px solid #27458e;
	color: #27458e;
}
.sidebar-follow-us a.fb:hover{
	background: #27458e;
}
.sidebar-follow-us a.tw{
	border: 2px solid #0bb2d8;
	color: #0bb2d8;
}
.sidebar-follow-us a.tw:hover{
	background: #0bb2d8;
}
.sidebar-follow-us a.go{
	border: 2px solid #e35f48;
	color: #e35f48;
}
.sidebar-follow-us a.go:hover{
	background: #e35f48;
}
.sidebar-follow-us a i{
	margin-right: 8px;
}
.sidebar-follow-us a span {
	max-width: 105px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
}
.sidebar-follow-us {
	padding-top: 0;
}
.sidebar-follow-us a:hover{
	color: #fff;
}
.common-sidebar-text {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 35px;
	margin-bottom: 35px;
}
.sidebar-box-content.businesses-sidebar h3 {
	margin-top: 0;
	padding-top: 0;
}
.page-id-195 .entry-content h2{
	text-align: center;
	padding-bottom: 25px;
	font-size: 25px;
}
.sidebar-box-content.businesses-sidebar ul{
	margin: 0;
	padding: 0;
}
.common-sidebar h6.extra-title {
	margin-top: 0;
}
.page-id-2 div.wpcf7 {
	padding: 55px 0 0;
}
.page-id-2 div.wpcf7  textarea{
	height: 180px;
}
.page-id-2 div.wpcf7  input[type="submit"] {
	background-color: #67b72f;
	background-image: none;
	border: medium none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	padding: 15px 0;
	width: 100%;
	margin: 20px 0 0 0;
}
.page-id-2 div.wpcf7  input[type="submit"]:hover {
	background-color: #ec9612;
}
.page-id-2 div.wpcf7  span.wpcf7-form-control-wrap.file-874::before {
	content: "Drop a file here or click to upload";
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	font-weight: 400;
	color: rgba(14,17,12,0.8);
	cursor: pointer;
}
.page-id-2 div.wpcf7  span.wpcf7-form-control-wrap.file-874 {
	background: #e7e7e7 none repeat scroll 0 0;
	border: 2px dashed #acacac;
	cursor: pointer;
	display: block;
}
.page-id-2 div.wpcf7  input[type="file"] {
	cursor: pointer;
	display: block;
	opacity: 0;
	padding: 25px;
	width: 100%;
}
.page-id-1245 table {
	border: 0 ;
	padding: 10px;
	background: #f8f8f8;
}
.page-id-1245 table td{
	border: 0;
}
.sidebar-box-content ul.book-list {
	padding-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 35px;
}
.sidebar-box-content .book-list br{
	display: none;
}
.sidebar-box-content p:empty {
	display: none;
}
.sidebar-box-content .testimonial-inner {
	margin-bottom: 20px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 15px;
}

.type-group-error, .service-group-error, .number-of-word-error {
	/*background: #ffffff none repeat scroll 0 0;*/
	border-radius: 7px;
	color: #ff0000;
	font-size: 12px;
	left: 0;
	padding: 0 10px;
	position: absolute;
	top: -33px;
}
.service-group-error:empty{
	display: none;
}

.extra-title {
	font-size: 26px;
	line-height: 31px;
	margin-top: 10px !important;
	text-align: center;
}

/*start:blog*/
.right-siderbar .sidebar{
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}
.right-siderbar .widget {
	background-color: #ffffff;
	border:none;
	margin-bottom: 35px;
	padding: 0;
}
.right-siderbar .widget .widget-title {
	color:#113458;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.right-siderbar .widget ul{
	margin: 0;
	padding: 0;
}
.right-siderbar .widget li {
	background-image: none;
	font-size: 14px;
	line-height: 25px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.right-siderbar .widget li a {
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	color: #000;
	display: block;
	padding: 10px 15px;
}
.right-siderbar .widget li a:hover,.right-siderbar .widget li a:focus{
	color: #00c2cb;
	text-decoration: none;
}
.right-siderbar .widget li:last-child a {
	border-bottom: none;
}
.right-siderbar .widget li a:before {
	position: absolute;
	left:0;
	top: 11px;
	content: "\f107";
	z-index: 9;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	height: 22px;
	line-height: 1;
	transform: rotate(-90deg);
}
.blog-item:not(.row) .post-thumbnail img {
	float: left;
	height: auto;
	margin: 7px 15px 0 0;
	width: 100px;
}
.blog-img-box {
	float: left;
	margin: 7px 15px 15px 0;
}
.blog-img-box img{
	height: auto;
	width: 100px;
}
.sidebar-blog{
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 5px 0 43px rgba(0, 0, 0, 0.08);
	float: right;
	margin-top: 110px;
	min-width: 350px;
	padding: 40px;
}
.blog-item .post-thumbnail {
	margin: 0 0 20px;
}
.blog-text.blog-details-text {
	padding-top: 15px;
}
.blog-content .author-area {
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	text-align: left;
}
.blog-content .author-area  .author-name > span {
	padding-right: 7px;
}
.author-area p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.author-area p::first-letter {
	text-transform: uppercase;
}
.blog-content h3 {
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.blog-content h3 a{
	color:#113458;
}
.blog-content h3 a:hover{
	color:	#F07446;
	text-decoration: none;
}
.blog .site-main > article, .archive .site-main > article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 40px 30px 0;
	padding: 0 0 40px;
}
.blog .site-main > article:last-child,
.archive  .site-main > article:last-child{
	border-bottom: 0;
	margin: 0;
	padding: 0;
}
.blog-text {
	position: relative;
}
.blog-text > p {
    font-size: 16px;
    line-height: 26px;
}
.blog-details-heading h3{
	margin-bottom: 10px;
	color: #006181;
}
.blog-content .read-more  a{
	color: #113458;
}
.blog-content .read-more  a:hover{
	color: #F07446;
	text-decoration: none;
}
.single .site-main > article .blog-text, .archive .site-main > article .blog-text{
	top: 0;
}
.right-siderbar  .widget.widget_calendar table {
	font-size: 14px;
	margin: 0;
}
.right-siderbar  .widget_calendar tbody a {
	background-color: #67b72f;
	color: #ffffff;
	display: block;
	font-weight: 500;
}
.right-siderbar  .widget_calendar tbody a:hover {
	background-color: #000;
}
.right-siderbar  .widget_calendar caption {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.right-siderbar .widget  select {
	border: 1px solid #cccccc;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 100%;
}
.right-siderbar .widget select option {
	padding: 7px 15px;
	font-size: 13px;
	cursor: pointer;
}
.right-siderbar .widget  .screen-reader-text{
	display: none;
}
/*end:blog*/





/*start:recent post*/
.right-siderbar .recent-posts-widget-with-thumbnails li {
	border-bottom: 1px solid #f6f6f6;
	margin: 0 0 10px;
	padding: 0 0 5px;
	position: relative;
}
.right-siderbar .recent-posts-widget-with-thumbnails li a::before {
	display: none;
}
.right-siderbar .recent-posts-widget-with-thumbnails li a {
	border: medium none;
	padding:50px 0 0 0;
}
.right-siderbar .rpwwt-post-categories, .right-siderbar .rpwwt-post-date {
	color: #6b7688;
	display: block;
	font-size: 11px;
	font-weight: 300;
	line-height: 17px;
	margin-right: 0;
	position: relative;
	top: -5px;
	vertical-align: top;
}
.right-siderbar .rpwwt-post-title {
	color: #000000;
	display: block;
	font-weight: 600;
	height: 45px;
	overflow: hidden;
	position: absolute;
	top: 0;
	font-size: 17px;
	line-height: 21px;
}
.right-siderbar .recent-posts-widget-with-thumbnails li a:hover .rpwwt-post-title{
	color: #F07446;
	text-decoration: none;
}
.right-part  #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: auto;
	height: auto;
	max-width: 100%;
}
/*end:recent post*/

.right-siderbar .widget:last-of-type .widget-title{
	text-align: center;
	border-top:1px solid #d4d4d4;
	padding-top: 20px;
}


/*start:pagination*/
.navigation  {
	border-top: medium none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.navigation   .nav-links{
	border-top: medium none;
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	text-align: left;
}
.navigation   .screen-reader-text{
	display: none;
}
.navigation .page-numbers {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 0;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	height: 35px;
	line-height: 33px;
	margin: 5px 2px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 28px;
}
.navigation  .page-numbers:hover,
.page-numbers.current {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #006181;
	font-size: 20px;
}
.navigation .next {
	color: #006181;
	font-size: 12px;
	padding: 0px;
	position: relative;
	text-align: left;
	font-weight: 400;
	background: #ffffff;
}
.navigation  .next::after {
	position: absolute;
	top: -4px;
	right: -15px;
	transform: rotate(-180deg);
	color: rgba(0,0,0,0.6);
	content: "\f104";
	font-family: fontawesome;
	font-weight: 400;
	font-size: 20px;
}
.navigation .prev {
	color: #006181;
	font-size: 12px;
	margin: 5px;
	padding: 0;
	position: relative;
	text-align: center;
	font-weight: 400;
	background: #ffffff;
}
.navigation   .prev::after {
	position: absolute;
	top: -8px;
	left: -15px;
	transform: rotate(0deg);
	color: rgba(0,0,0,0.6);
	content: "\f104";
	font-family: fontawesome;
	font-weight: 400;
	font-size: 20px;
}
/*end:pagination*/


.single-post  .navigation.post-navigation{
	display: none;
}
.single-post   .comments-area{
	margin: 0;
	padding: 0;
}
.single-post   .site-main > article {
	margin-bottom: 50px;
}

/*start:comment form*/
.wpdiscuz-subscribe-bar{
	display: none;
}
#wpcomm .wc-form-wrapper {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
}
#wpcomm .wc-comment-title{
	border: none;
	font-weight: 300;
	font-size: 16px;
	padding: 0;
}
#wpcomm{
	border: none;
	margin: 0 auto;
}
#wpcomm .wc-field-textarea .wpdiscuz-textarea-wrap{
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 5px;
}
#wpcomm .wc-field-textarea textarea{
	background: transparent;
	height: 100px !important;
	box-shadow: none;
}
#wpcomm .wpd-form-row .wpd-field {
	box-shadow: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 100;
	height: 40px !important;
	padding: 0 10px !important;
}
#wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon{
	display: none;
}
#wpcomm .wc-field-submit {
	text-align: left;
}
#wpcomm .wc-field-submit input {
	background-color:#113458;
	border: medium none;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 100;
	text-align: center;
	width: 100%;
	padding: 12px 0;
}
#wpcomm .wc-field-submit input:hover {
	background-color:#F07446;
}
#wc-comment-header{
	font-size: 25px;
}
/*end:comment form*/




/*start:Get Qutoe*/
.get-started-form {
	max-width: 1000px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 0 0 35px 8px rgba(0,0,0,0.1);
	border-radius: 7px;
	padding: 45px 125px;
	text-align: left;
}
.page-id-279 .entry-content {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.get-started-form h3{
	text-align: center;
}
.get-started-form  span.wpcf7-form-control-wrap.file-558 {
	background: #e7e7e7;
	display: block;
	border: 2px dashed #acacac;
	cursor: pointer;
}
.get-started-form  input[type="file"] {
	cursor: pointer;
	width: 100%;
	padding: 25px;
	opacity: 0;
	display: block;
}
.get-started-form .top-padding, .frm_form_fields  .top-padding{
	padding-top: 20px;
}
.get-started-form span.wpcf7-form-control-wrap.file-558::before {
	content: "Click to upload";
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	font-weight: 400;
	color: rgba(14,17,12,0.8);
	cursor: pointer;
}
.get-started-form .wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.get-started-form span.wpcf7-form-control-wrap.project-question textarea {
	min-height: 140px;
}
.get-started-form h5 {
	font-size: 16px;
	color: #0e110c;
}
.get-started-form .wpcf7-list-item-label {
	font-size: 16px;
	color: rgba(14,17,12,0.9);
}
.get-started-form input[type="submit"] {
	background-color: #67b72f;
	background-image: none;
	border: medium none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	padding: 15px 0;
	width: 100%;
}
.get-started-form input[type="submit"]:hover {
	background-color: #ec9612;
}
/*end:Get Qutoe*/



/*START:error message*/
.error-page {
	margin: 0 auto;
	min-height: 475px;
	padding: 130px 21px 40px;
}
.error-page h1 {
	margin: 0;
	padding: 20px 0 0 0;
	color: #e67e22;
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	line-height: 73px;
}
.error-page h1:after, .error-page h2:after {
	display: none;
}
.error-page h1 span {
	color: #363636;
	text-align: center;
	font-weight: bold;
	font-size: 81px;
}
.error-page h2 {
	color: #e67e22;
	font-size: 35px;
	font-weight: 400;
	line-height: 20px;
	margin: 0;
	padding: 25px 0 0;
	text-align: center;
}
.error-page p {
	padding: 25px 0;
	margin: 0;
	text-align: center;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
}
/*END:error message*/



/*start:menu*/
.site-header-menu {
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	right: 260px;
	top: 46px;
}
.main-navigation li{
	margin:0 2px;
	padding: 0;
	background: none;
}
.main-navigation li:last-child{
	margin-right:0;
}
.site-header-menu .main-navigation a {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 14px 35px 17px 20px;
	text-transform: uppercase;
	letter-spacing: 0;
}
.main-navigation > li > a:hover, .main-navigation > li.menu-item-has-children:hover > a {
	color: #ec9612 !important;
	text-decoration: none;
}
.main-navigation li.menu-item-has-children:hover > a {
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #f07446;
	text-decoration: none;
}
.main-navigation li.current-menu-parent .sub-menu li a::before{
	display: none;
}
.site-header-menu .main-navigation .menu-item-has-children > a::after{
	margin-right: 5px;
	margin-top: 2px;
}
.site-header-menu .sub-menu {
	background-color: #fff;
	margin-right: 0;
	margin-top: -1px;
	padding-top: 0;
	width: 275px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 5px 17px -2px rgba(0,0,0,0.1);
}
.site-header-menu .sub-menu li {
	margin: 0;
}
.site-header-menu .sub-menu li a {
	color: #113458;
	font-size: 14px;
	padding: 13px 20px;
	width: 100%;
}
.site-header-menu .sub-menu li a:hover {
	background-color: #f07446;
	color: #fff;
}
.site-header-menu .sub-menu li a:hover::before {
	display: none;
}
.site-header-menu  .main-navigation .sub-menu li.current-menu-item a::before,
.site-header-menu li.current-menu-item .sub-menu li a::before{
	display: none;
}
.site-header-menu .sub-menu li:last-child{
	border-bottom: none;
}
.main-navigation .sub-menu li a:hover,
.main-navigation .sub-menu li.current-menu-item a{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/*end:menu*/


/*start:testimonial*/
.testimonial-content > ul {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}
.testimonial-content li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: 0 4px 27px 5px rgba(0, 0, 0, 0.05);
	display: inline-block;
	margin: 0 35px 35px 0;
	min-height: 130px;
	padding: 35px 35px 50px;
	position: relative;
	vertical-align: top;
	width: 45%;
}
.testimonial-content ul li p{
	text-align: left;
}
.testimonial-content ul li p {
	font-size: 14px;
	text-align: left;
}
.testimonial-content h5 {
	color: #113458;
	font-size: 16px;
	padding: 0;
}
.testimonial-content h6 {
	color: #000000;
	font-weight: 300;
	padding:3px 0 0 8px;
	font-size: 14px;
}
.testimonial-content li:before,.testimonial-content li:after{
	content: '';
	position: absolute;
	width: 58px;
	height: 50px;
	background-image: url("images/shape-of-testimonial.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.testimonial-content li::before {
	right: 20px;
	top: 20px;
}
.testimonial-content li::after {
	background-position: 0 -33px;
	bottom: 25px;
	left: 20px;
}
/*end:testimonial*/
.book-list {
	padding-top: 60px;
	text-align: center;
}
.book-list h2,.client-list h2 {
	font-weight: 300;
	margin: 0 auto;
	max-width: 90%;
}
.book-list > ul {
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}
.book-list li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 25px 25px 0;
	padding: 0;
	vertical-align: top;
}
.client-list {
	padding: 60px 0 0px;
}
.client-list ul{
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}
.client-list li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 25px 25px 0;
	padding: 0;
	vertical-align: top;
}
.client-list img {
	max-width: 160px;
}
.page-id-193 .entry-content h2 {
	padding: 0 0 20px;
	text-align: center;
}
.page-id-193 .entry-content p {
}
.page-id-193 .entry-content{
}
.address-box {
	background: #f3f3f4 none repeat scroll 0 0;
	min-height: 330px;
	padding: 25px;
	margin-top: 8px;
}
.page-id-2 .entry-content  p:empty {
	display: none;
}
.sidebar-box-content .testimonial-inner ul li h6 {
	font-size: 15px;
	font-weight: 100;
}
.address-box  p:last-of-type{
	margin: 0;
}

.address-box p strong{
	color: rgba(0,0,0,0.7);
}
.address-box.manager-address p{
	margin: 0;
}
.address-box.manager-address strong {
	display: inline-block;
	font-size: 20px;
	padding-top: 15px;
}
.sidebar-box-content  .bx-wrapper .bx-viewport {
	border: none;
	box-shadow:none;
	left:0;
}
.sidebar-box-content  .testimonial-inner  ul,
.sidebar-box-content  .testimonial-inner  ul li{
	text-align: left;
	margin: 0;
	padding: 0;
}
.sidebar-box-content .testimonial-inner ul li h5,
.sidebar-box-content .testimonial-inner ul li h6{
	margin: 0;
	padding: 0;
	text-align: center;
	color: rgba(0,0,0,0.8);
}
.sidebar-box-content .testimonial-inner ul li h5{
	color: #113458;
}
.sidebar-box-content .testimonial-inner ul li h6{
	font-style: italic;
	padding-top: 8px;
	font-size: 14px;
}
.sidebar-box-content .testimonial-inner h3 {
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	color: #113458;
}
.sidebar-box-content h6.extra-title{
	color: #113458;
	padding-top: 6px;
}
.sidebar-box-content  .testimonial-inner  .author-name ,
.sidebar-box-content  .testimonial-inner  .author-name  span{
	font-weight: 500;
}
.sidebar-box-content .testimonial-text {
	margin-bottom: 15px;
	text-align: center;
	color: rgba(0,0,0,0.8);
}
.sidebar-box-content  .testimonial-text a{
	font-size: 14px;
}
.page-id-195 .entry-content h1 {
	font-size: 28px;
	font-weight: 100;
	margin: 0 auto;
	max-width: 90%;
	padding: 0 0 7px;
	text-align: center;
	line-height: 36px;
}
.page-id-195 .entry-content .uptext h1{
	font-size: 28px;
	font-weight: 400;
}
.page-id-195 .book-list {
	margin: 0 auto;
	max-width: 100%;
	padding-top: 30px;
}
.page-id-195 .testimonial-content {
	margin-bottom: 60px;
}
.page-id-195 .entry-content .uptext > p {
	margin: 0 auto;
	max-width: 70%;
	padding: 0 0 30px;
	text-align: center;
}
.page-id-195 .entry-content .book-list a img {
	height: 260px;
	max-width: 180px;
}
.footer-copyright p{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
}
/* Price Calculator Page*/


.price-box {
	max-width: 1000px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 0 0 35px 8px rgba(0,0,0,0.1);
	border-radius: 7px;
	padding: 45px 75px 80px;
	text-align: left;
}
.price-box .number-split input#number_of_word {
	text-align: center;
	background: none;
	border: 2px solid #000;
	color: #000;
}
.price-box h2{
	text-align: center;
	font-size: 35px;
	margin-bottom: 0;
}
.get-started-btn-inner:hover{
	background:#123459 !important;
}
.get-started-btn-inner {
	background-color: #f07446 !important;
}
.price-box  .custom-checkbox input[type=checkbox] + label{
	color: #000;
}
.price-box ul li {
	background: none;
	padding-left: 0;
	color: #000;
	margin: 0 0 10px;
}
.price-box h4{
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	font-size: 20px;
}
.price-box .custom-checkbox input[type="checkbox"] + label::before {
	content: '';
	width: 25px;
	height: 28px;
	background-repeat: no-repeat;
	position: absolute;
	left: -3px;
	top: -6px;
	background-image: url(images/check-icon-inner.png);
}
.price-box .service-row {
	padding-top: 35px;
}
.price-box .custom-checkbox input[type=checkbox]:checked + label:before {
	background-image:url(images/checked-icon-inner.png);
}
.price-box .btn-warning, input[type="submit"].btn-warning:hover{
	background-color: #113458;
	color: #fff;
}
.font-box{
	text-align: center;
	margin: 0 auto 50px;
	max-width: 900px;
}
.top-price-text{
	text-align: center;
	max-width: 730px;
	margin: 0 auto;
}
.top-price-text h1{
	font-size: 27px;
	line-height: 30px;
}
.price-box  .font-box h2{
	font-size: 28px;
}
.price-box h5{
	margin-bottom: 10px;
}
blockquote *{
	padding: 0;
	margin: 0;
}
.aside-content p.text-center a.btn-warning{
	margin-top: 20px;
}
.featured-banner {
	height: 173px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	text-align: center;
}
.featured-banner .post-thumbnail {
	margin: 0;
	padding: 0;
	text-align: center;
}
.featured-banner .post-thumbnail img, .featured-banner img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.sidebar-blog .widget input.search-field[type="search"] {
	border: 1px solid #cccccc;
	border-radius: 27px;
	font-size: 15px;
	font-weight: 100;
	height: 40px;
	margin: 0;
	padding: 0 58px 0 18px;
	width: 100%;
}
.sidebar-blog .widget input.search-field[type="search"]:focus {
	border: 1px solid #006181;
	background-color: transparent;
}
.sidebar-blog .widget .search-submit::before {
	font-size: 22px;
	left: 0;
	line-height: 35px;
	top: 1px;
	width: 34px;
}
.sidebar-blog  .widget  .search-submit {
	background: #113458;
	border-radius: 0 27px 27px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	outline: none;
}
.sidebar-blog  .widget  .search-submit:hover {
	background: #F07446;+
}

/*start:search*/
.search .site-main > article{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 40px 30px 0;
	padding: 0 0 40px;
}
.search .site-main .post-thumbnail {
	margin: 0;
}
.search .site-main > article  .post-thumbnail img{
	width: 100px;
	height: auto;
	float: left;
	margin: 7px 15px 15px 0;
}
.search .site-main > article  .search-heading{
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.search .site-main > article  .search-heading  a{
	color: #006181;
}
.search .site-main > article  .search-heading  a:hover {
	color: #00c2cb;
	text-decoration: none;
}
.search .site-main > article  .entry-summary p{
	font-size: 14px;
	line-height: 22px;
}
.search .site-main > article  .entry-summary  .more-link{
	color: #67b72f;
}
.search .site-main > article  .entry-summary  .more-link:hover {
	color: #006181;
	text-decoration: none;
}
/*end:search*/

.about-footer {
	background-color: rgba(168,168, 168, 0.1);
	margin: 30px 0 0;
	padding: 30px 10px;
}
.about-footer p{
	margin: 0;
	padding: 0;
}

.about-footer .widgettitle {
	color: #000000;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.about-footer  .fb_iframe_widget iframe{
	width: 100%;
}
.about-footer  .fb_iframe_widget span{
	width: 100%;
}

.return-date input[type="text"]{
	background: #e7e7e7 url("images/calender.png") no-repeat scroll right center;
	cursor: pointer;
}
input[type="date"].wpcf7-date {
	background: #e7e7e7 url(images/calender.png) no-repeat right center;
	cursor: pointer;
}
input[type="date"].wpcf7-date::-webkit-calendar-picker-indicator{
	display: none;
}
input[type="date"].wpcf7-date::-webkit-inner-spin-button,
input[type="date"].wpcf7-date::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/*start:form style*/
.entry-content  .frm_style_formidable-style.with_frm_style input[type="text"],
.entry-content  .frm_style_formidable-style.with_frm_style input[type="tel"],
.entry-content  .frm_style_formidable-style.with_frm_style input[type="password"],
.entry-content  .frm_style_formidable-style.with_frm_style input[type="email"],
.entry-content  .frm_style_formidable-style.with_frm_style input[type="number"],
.entry-content  .frm_style_formidable-style.with_frm_style input[type="date"],
.entry-content  .frm_style_formidable-style.with_frm_style textarea {
	background-color: #e7e7e7;
	border: 0 none;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	line-height: 24px;
	margin: 0;
	padding: 0.625em 0.4375em;
	text-align: left;
	width: 100%;
}
.entry-content  .frm_style_formidable-style.with_frm_style input[type="text"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style input[type="tel"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style input[type="password"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style input[type="email"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style input[type="number"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style input[type="date"]:focus,
.entry-content  .frm_style_formidable-style.with_frm_style textarea:focus {
	background-color: #e7e7e7 !important;
	border-color: transparent !important;
	box-shadow: none !important;
}

.entry-content  .frm_style_formidable-style.with_frm_style label.frm_primary_label,
.entry-content  .frm_style_formidable-style.with_frm_style.frm_login_form label{
	color: #0e110c;
	font-size: 16px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 17px 0 7px;
}

.entry-content .frm_style_formidable-style.with_frm_style .frm_radio label,
.entry-content .frm_style_formidable-style.with_frm_style .frm_checkbox label{
	color: rgba(102, 102, 102, 1);
	font-size: 16px;
	line-height: 26px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}
.entry-content .frm_dropzone.dz-clickable.frm_single_upload {
	max-width: 100%;
	background: #e7e7e7 none repeat scroll 0 0;
	border: 2px dashed #acacac;
	cursor: pointer;
	display: block;
}
.entry-content .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit{
	color: #ffffff;
	background-color: #113458;
	background-image: none;
	border: medium none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	height: auto;
	padding: 15px 0;
	width: 100%;
	font-family: 'Maven Pro', sans-serif;
}
.entry-content .frm_style_formidable-style.with_frm_style .frm_submit .frm_button_submit:hover {
	background-color: #f07446;
}
.entry-content  #frm_field_145_container input[type="text"] {
	background: #e7e7e7 url("images/calender.png") no-repeat scroll right center;
	cursor: pointer;
}
.entry-content .frm_style_formidable-style.with_frm_style .frm_required {
	color: red;
	font-weight: 400;
	font-family: 'Maven Pro', sans-serif;
}

.ui-datepicker th{
	color: rgba(14, 17, 12, 0.9) !important;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400 !important;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	border: 1px solid #aaa !important;
	color: rgba(14, 17, 12, 0.9) !important;
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	height: 35px;
	line-height: 35px;
	padding: 1px 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
	color: rgba(14, 17, 12, 0.9) !important;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400 !important;
	text-align: center;
}
.ui-widget-header {
	background-color: #cccccc !important;
	background-image: none !important;
	border: medium none !important;
	color: #ffffff !important;
	font-weight: 400 !important;
	margin-bottom: 5px !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
	background-color: #cccccc !important;
	border: medium none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
	background-color: #cccccc !important;
	background-image: none !important;
	border: 1px solid #777777 !important;
	color: #000 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
	background-color: #cccccc !important;
	background-image: none !important;
	border: 1px solid #777777 !important;
	color: #000 !important;
}
.ui-datepicker .ui-datepicker-title select option {
	font-size: 14px;
	padding: 0 5px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
	border: none !important;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
	margin-top: -4px !important;
	cursor: pointer;
}
/*end:form style*/
div#frm_form_3_container{
	margin-top: 0px;
}
div#frm_form_3_container.frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
}
div#frm_form_3_container.frm_style_formidable-style.with_frm_style .form-field#frm_field_14_container {
	margin-top: 20px;
	margin-bottom: 10px;
}
#frm_form_14_container {
	max-width: 1000px;
	margin: 50px auto;
	background: #fff;
	box-shadow: 0 0 35px 8px rgba(0,0,0,0.1);
	border-radius: 7px;
	padding: 45px 95px;
	text-align: left;
}

.frm_dropzone.dz-clickable{
	padding: 15px;
}
span.frm_upload_text {
	font-size: 16px;
}
.entry-content  .frm_style_formidable-style.with_frm_style label.frm_primary_label, .entry-content  .frm_style_formidable-style.with_frm_style.frm_login_form label{
	line-height: 20px;
}
.frm_style_formidable-style.with_frm_style textarea{
	max-height: 120px;
}
.frm_dropzone.dz-clickable{
	min-height: 130px !important;
	padding: 12px !important;
}
.frm_dropzone .frm_upload_icon:before{
	font-size: 28px !important;
}
#frm_form_14_container h3{
	text-align: center;
}
.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .chosen-container-multi .chosen-choices, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid{
	background-color: #e7e7e7 !important;
}
.frm_style_formidable-style.with_frm_style .frm_error
{
	font-weight: normal !important;
	font-size: 14px !important;
}
.frm_style_formidable-style.with_frm_style .frm_error_style
{
	text-align: center;
	font-size: 20px !important;
}
.frm_style_formidable-style.with_frm_style .frm_message
{
	text-align: center;
	font-size: 20px !important;
}
.back-btn{
	text-align: center;
	display: none;
}
.back-btn button{
	display: inline-block;
	color: #f07446;
	border:2px solid #f07446;
	font-size: 24px;
	padding: 0;
	background: none;
	line-height: 1;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
}
.back-btn button i{
	margin: 0;
	padding: 0;
	height: 19px;
	display: block;
	line-height: 14px;
}
.back-btn button:hover, .back-btn button:focus{
	background-color: #f07446;
	color: #fff;
}
.back-btn button span{
	display: block;
	font-size: 11px;
	line-height: 12px;
}
#add-menu{
	display: none;
}
#add-menu a i{
	padding-left: 5px;
}
#add-menu a {
	background-color: #f07446;
	border: none;
	color: #ffffff;
	padding: 11px 35px;
	border-radius: 27px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Maven Pro', sans-serif;
	outline: none;
	text-align: center;
	margin: 0 auto;
	max-width: 290px;
	top: auto;
	position: relative;
}
#add-menu a:hover, #add-menu a:focus{
	background-color: #fff;
	color: #113458;
}
.number-split .loader
{
	width: 46px !important;
}
.service-row .number-split{
	text-align: center;
}
/* claneder start */
.ui-state-highlight, .ui-widget-content .ui-state-highlight{
	background: #fff !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-active{
	border: 1px solid #113458 !important;
	background: #113458 !important;
	color: #fff !important;
}
/* calender end */
.page-id-76 .entry-content ul li {
	list-style: disc;
	background: none;
	padding-left: 0;
	margin-left: 25px;
}
.page-id-76 .entry-content ul.children {
	margin: 15px 0;
}
.float-image{
	float: right;
}


.site-header .container{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.book-content-img {
	margin: 10px 0 0 0;
}
.book-content-img img{
	max-width: 133px;
	width: 100%;
}
.book-content-body .testimonial-content li::before,
.book-content-body  .testimonial-content li::after {
	display: none;
}
.book-content-body .testimonial-content li{
	min-height: 400px;
}

/*start*/
.get-strated-btn,.get-contact-btn {
	background: #f07446;
	font-size: 16px;
	color: #fff;
	padding: 10px 40px;
	border-radius: 27px;
	text-transform: uppercase;
	margin-top: 0;
}
.get-strated-btn:hover,.get-strated-btn:focus {
	color: #fff;
	background: #113458;
}
.get-contact-btn {
	color: #fff;
	background: #113458;
}
.get-contact-btn:hover,.get-contact-btn:focus {
	color: #fff;
	background: #f07446;
}
.entry-content a.get-strated-btn, .entry-content a.get-strated-btn:visited,
.entry-content a.get-contact-btn, .entry-content a.get-contact-btn:visited{
	font-weight: 500;
}
.ask-and-get-btn{
	padding-top: 40px;
	text-align: center;
}
.ask-and-get-btn .get-contact-btn{
	margin-right: 20px;
}
.reset-btn:hover{
	background: #fff !important;
}
.reset-btn{
	border: 2px solid #fff !important;
	background: none !important;
	border-radius: 50px !important;
	padding: 10px 15px !important;
	margin-top: 10px !important;
	font-size: 14px !important;
}
.reset-btn-inner{
	border: 2px solid #113458 !important;
	background: none !important;
	border-radius: 50px !important;
	padding: 12px 15px !important;
	margin-top: 10px !important;
	font-size: 14px !important;
	color: #113458 !important;
}
.reset-btn-inner:hover{
	background: #123459 !important;
	color: #fff !important;
}

/*end*/

div#frm_field_144_container textarea {
	max-height: 170px;
	min-height: 170px;
}

@media screen and (min-width:1460px) {
	.site-header .container{
		width: 1460px;
	}

}
@media screen and (max-width:1460px) {
	.site-header .container{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.company-logo{
		left: 15px;
	}
	.site-header   .btn-warning{
		right: 15px;
	}
}
@media screen and (max-width:1400px) {
	.company-logo{
		left: 15px;
	}
	.site-header .btn-warning{
		right: 15px;
	}
	.site-header-menu .main-navigation a{
		padding: 14px 29px 17px 11px;
	}
	.entry-header {
		margin: 50px 0 120px 0;
	}
}
@media screen and (min-width:1330px) {
	.calculator-area .container{
		width: 1330px;
	}
}
@media screen and (max-width:1330px) {
	.calc-heading {
		padding-left: 15px;
	}
	.please-choose-split, .please-select-split, .number-split{
		width: 33%;
	}
	.site-header .container, .calculator-area .container {
		width: 100%;
	}
	.site-header-menu .main-navigation a {
		padding: 14px 20px 17px 7px;
	}
	#price_calculator .service-row{
		padding-top:35px;
	}

}
@media screen and (min-width:1200px) {
	.links-section .col-sm-3.col-xs-6 {
		width: 27%;
	}
	.links-section .col-sm-3.col-xs-6:last-child {
		width: 18%;
	}
}
@media screen and (max-width:1200px) {
	.container {
		width: 100%;
	}
	.site-header-menu {
		right: 25px;
		top: 67px;
	}
	.site-header .btn-warning {
		font-size: 14px;
		padding: 9px 30px;
		right: 0;
		top: 20px;
	}
	.site-header-menu li.menu-item-62 .sub-menu {
		margin-left: -196px;
		margin-top: -4px;
	}
	.site-header-menu .main-navigation a {
		padding: 7px 28px 10px 8px;
		font-size: 15px;
	}
	.site-header-menu .main-navigation .menu-item-has-children > a::after {
		margin-top: -3px;
	}
	.site-header .container{
		position: inherit;
	}
	.company-logo{
		left: 15px;
		max-width: 250px;
	}

	.site-header .btn-warning{
		right: 20px;
	}
	.single-feature .feature-text h2 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.calc-heading {
		padding-left: 15px;
		background: url(images/calc-bg.png) top right no-repeat;
	}
	.calc-heading h4 {
		font-size: 18px;
		margin-bottom: 0;
	}
	.calc-heading h3{
		font-size: 20px;
	}
	.custom-checkbox input[type=checkbox] + label{
		font-size: 14px;
	}
	.hero-section {
		background-position: left center;
		background-size:115% auto;
		padding: 40px 0 45px;
		position: relative;
	}
	.bottom-footer .first-col {
		padding-right: 65px;
		width: 30%;
	}
	.bottom-footer .second-col {
		width: 18%;
	}
	.bottom-footer .third-col {
		width: 25%;
	}
	.blog-text > p{
		margin-bottom: 0;
	}
	.blog-content {
		padding-top: 20px;
	}
	.entry-header {
		margin: 40px 0 90px 0;
		padding: 0;
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	.sidebar-box-content {
		padding: 20px;
	}
	.col-sm-4.common-sidebar-split{
		padding-left: 0;
	}
	.sidebar-box-content{
		float: none;
		min-width: 100%;
	}
	.entry-header {
		margin-top: 35px;
		margin-bottom: 65px;
	}
	.entry-title{
		font-size: 28px;
	}
	.btn-warning, input[type="submit"].btn-warning{
		padding: 15px;
	}
	.bottom-footer .fourth-col ul,
	.bottom-footer .fourth-col ul li {
		text-align: right;
	}
	body{
		line-height: 22px;
	}
	span#calculation_result{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.feature-area {
		padding: 70px 0 45px;
	}
	.site-header-menu .main-navigation .menu-item-has-children > a::after {
		margin-top: -5px;
	}
	.site-header-menu .main-navigation a {
		padding: 7px 22px 10px 3px;
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.entry-header{
		margin-top: 25px;
	}
	.float-image{
		float: none;
		display: block;
	}
	.extra-title {
		font-size: 19px;
		line-height: 25px;
	}
	.calculator-section .container{
		padding: 0;
	}
	.entry-content  #frm_form_3_container.frm_style_formidable-style.with_frm_style label.frm_primary_label{
		padding: 5px 0 7px;
	}
	div#frm_form_3_container {
		margin-top: 15px;
	}
	#frm_form_14_container {
		padding: 25px 15px;
	}
	#frm_form_14_container .col-md-6{
		padding: 0;
	}
	.frm_style_formidable-style.with_frm_style .form-field {
		margin-bottom: 10px !important;
		padding-top: 0;
	}
	.hero-section {
		background-size: cover;
	}
	.calculator-area{
		padding: 40px 0;
	}
	.calc-heading {
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		background: none;
	}
	.service-row {
		padding-top: 20px;
	}
	.ask-and-get-btn .get-contact-btn,.ask-and-get-btn .get-strated-btn{
		margin-right: 0;
	}
	.sidebar-box-content .get-strated-btn {
		font-size: 17px;
		padding: 10px 30px;
	}
}
@media screen and (max-width: 909px) {
	.site-header-menu .main-navigation a {
		padding: 7px 24px 10px 6px;
		font-size: 13px;
	}
	.site-header-menu .main-navigation .menu-item-has-children > a::after {
		margin-right: 0;
		top: 11px;
	}
	.site-header .btn-warning{
		display: none;
	}
	#add-menu {
		display: block;
		padding: 30px 0 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.bottom-result-btn {
		margin: 15px auto 0 auto;
	}
	.get-started-form {
		max-width: 100%;
		margin: 50px auto;
		padding: 15px;
	}
	body{
		font-size: 14px;
	}
	ul li{
		font-size: 14px;
	}
	.site-header .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.company-logo{
		left: 15px;
	}
	.company-logo img{
		max-width: 190px;
	}
	.site-header .btn-warning {
		right: 18px;
		top: 27px;
	}
	/*start*/
	.menu-toggle {
		position: absolute;
		right: 0;
		top: 60px;
	}
	.site-header .menu-toggle,
	.site-header .menu-toggle:hover,
	.site-header .menu-toggle:focus,
	.site-header .menu-toggle.toggled-on,
	.site-header .menu-toggle.toggled-on:hover,
	.site-header .menu-toggle.toggled-on:focus {
		font-size: 0;
		display: block;
		border: none;
		outline: none;
		position: absolute;
		top: 25px;
		right: 0;
	}
	.site-header .menu-toggle span{
		width: 33px;
		height:2px;
		background-color:#ffffff;
		display: block;
		margin:5px 0;
		-webkit-transition: all 200ms ease;
		-moz-transition: all 200ms ease;
		-ms-transition: all 200ms ease;
		-o-transition: all 200ms ease;
		transition: all 200ms ease;
	}
	.site-header .menu-toggle:hover span{
		background-color:#000;
	}
	.menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus{
		background-color:transparent;
	}
	.menu-toggle {
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible; }
	.menu-toggle:hover {
		opacity: 0.7; }

	.menu-box {
		width: 40px;
		height: 24px;
		display: inline-block;
		position: relative; }

	.menu-inner {
		display: block;
		top: 50%;
		margin-top: -2px; }
	.menu-inner, .menu-inner::before, .menu-inner::after {
		width: 33px;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease; }
	.menu-inner::before, .menu-inner::after {
		content: "";
		display: block; }
	.menu-inner::before {
		top: -10px; }
	.menu-inner::after {
		bottom: -10px; }
	.menu-inner {
		top: 2px; }
	.menu-inner::before {
		top: 10px;
		transition-property: transform, opacity;
		transition-timing-function: ease;
		transition-duration: 0.15s; }
	.menu-inner::after {
		top: 20px; }

	.menu-toggle.toggled-on .menu-inner {
		transform: translate3d(0, 10px, 0) rotate(45deg); }
	.menu-toggle.toggled-on .menu-inner::before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0; }
	.menu-toggle.toggled-on .menu-inner::after {
		transform: translate3d(0, -20px, 0) rotate(-90deg); }

	.site-header .menu-toggle.toggled-on span:first-child {
		transform: rotate(45deg);
		transform-origin: 5px 5px 0;
	}
	.site-header .menu-toggle.toggled-on span:nth-child(2) {
		opacity: 0;
	}
	.site-header .menu-toggle.toggled-on span:nth-child(3) {
		transform: rotate(-45deg);
		transform-origin: 10px 1px 0;
	}
	/*end*/

	.site-header-menu {
		background: #113458;
		right: 0;
		top: 90px;
		width: 100%;
		z-index: 5;
		padding-top: 10px;
	}
	.site-header-menu li.menu-item-62 .sub-menu {
		margin-left: 0;
	}
	.main-navigation li {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: medium none;
		margin: 0 2px;
		padding: 0;
	}
	.site-header-menu  .dropdown-toggle{
		color: #ffffff;
		top:-2px;
		outline: none;
		right: 12px;
	}
	.site-header-menu  .dropdown-toggle::after{
		border-color: transparent;
	}
	.site-header-menu .main-navigation li:first-child{
		border-top:none !important;
	}
	.site-header-menu .main-navigation li{
		margin: 0;
	}
	.site-header-menu .main-navigation a {
		border-radius: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 15px;
		margin: 0;
		padding: 11px 15px;
		outline: none;
		font-weight: 400;
		display: block;
	}
	.site-header-menu .main-navigation .primary-menu > li > a{
		text-transform: uppercase;
	}
	.main-navigation li.menu-item-has-children:hover > a{
		border-radius: 0;
	}
	.site-header-menu .sub-menu {
		background-color: #113458;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.site-header-menu .sub-menu li{
		border-radius: 0;
	}
	.site-header-menu .sub-menu li a {
		padding: 9px 25px;
		width: 100%;
		font-size: 14px;
	}

	.site-header-menu .sub-menu li a:hover {
		background-color: transparent;
		color: #000000;
	}
	.site-header-menu .sub-menu {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.main-navigation li.menu-item-has-children:hover > a {
		background-color: transparent;
	}
	.site-header-menu .main-navigation ul li a:hover{
		background-color: #f07446;
		color: #000000;
	}
	.site-header-menu .sub-menu li a {
		color: #fff;
	}

	.featured-clients ul li {
		display: block;
		margin: 25px 0;
		text-align: center;
	}
	.single-editor-feature .editor-text h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.single-editor-feature .editor-text p{
		font-size: 16px;
	}
	.editor-features-section .btn-row {
		margin-top: 30px;
	}
	.site-header .container {
		min-height: 100px;
	}
	.hero-section .text-box h1 {
		font-size: 30px;
		font-weight: 400;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.hero-section .text-box p {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.editor-features-section {
		padding: 30px 0;
	}
	.featured-clients{
		padding: 60px 0 30px;
	}
	.featured-clients h4{
		margin-bottom: 10px;
	}
	.footer-copyright p{
		text-align: center;
	}

	.bottom-footer .second-col a{
		font-size: 22px;
	}
	.footer-top h3 a{
		font-size: 25px;
	}
	.footer-top .btn.btn-warning {
		padding: 10px 30px;
	}
	.editor-features-section  .btn.btn-success{
		padding: 10px 30px;
	}
	.sidebar-blog {
		min-width: 100%;
		padding: 20px;
	}

	.blog-content h3 {
		font-size: 18px;
		line-height: 23px;
	}
	.please-choose-split, .please-select-split, .number-split {
		padding: 0 15px;
		width: 100%;
	}
	.about-footer{
		padding:10px 0;
	}

}



@media screen and (max-width: 767px) {
	#price_calculator .service-row {
		padding-top: 15px;
	}
	span#calculation_result.error {
		max-width: 100%;
	}
	.back-btn{
		display: block;
	}
	.aside-content img{
		float: none !important;
		display: block;
	}
	.site-header .container {
		min-height: 90px;
	}
	.site-header .menu-toggle, .site-header .menu-toggle:hover, .site-header .menu-toggle:focus, .site-header .menu-toggle.toggled-on, .site-header .menu-toggle.toggled-on:hover, .site-header .menu-toggle.toggled-on:focus {
		right: 0px;
		top: 18px;
	}
	.site-header-menu{
		top:85px;
	}
	.company-logo {
		left: 15px;
		text-align: center;
		top: 15px;
		width: 155px;
	}
	.site-header .btn-warning {
		font-size: 13px;
		left: 10px;
		outline: medium none;
		padding: 7px 16px;
		right: auto;
		top: 83px;
		display: none;
	}

	.hero-section .text-box h1 {
		font-size: 20px;
		font-weight: 400;
		line-height: 25px;
		padding: 0;
	}
	.hero-section .text-box p {
		display: none;
		margin-bottom: 10px;
	}
	.hero-section .btn-success {
		font-size: 15px;
		padding: 10px 25px;
	}
	.single-feature .feature-icon {
		margin-bottom: 0;
	}
	.feature-area .single-feature {
		margin-top: 25px;
	}
	.feature-area {
		padding: 10px 0 30px;
	}
	.site-content .right-part {
		display: none;
	}
	.please-choose-split, .please-select-split, .number-split {
		width: 100%;
		padding: 0;
	}
	.calculator-area p {
		padding-top: 15px;
		font-size: 17px;
	}
	.calculator-area .please-choose-split p{
		padding-top: 0;
	}
	.bottom-footer .fourth-col ul,
	.bottom-footer .fourth-col ul li {
		text-align: center;
	}
	.hero-section {
		padding: 40px 0 25px 0;
	}
	.site-inner::before{
		top: 90px;
		height: 90px;
	}
	.entry-header {
		margin-top:20px;
		margin-bottom:50px;
	}
	.entry-title {
		font-size: 20px;
		padding: 8px 22px;
		width: 100%;
	}
	.entry-title::before{
		display: none;
	}

	.single-feature .feature-text h2 {
		font-size: 18px;
	}
	.single-editor-feature .editor-icon{
		margin-bottom: 0;
	}
	.single-editor-feature{
		margin-top: 20px;
	}
	.bottom-footer{
		padding-top: 0;
	}
	.featured-banner{
		height: 90px;
	}
	.featured-banner .post-thumbnail img, .featured-banner img{
		height: 100%;
	}
	.site-content .sidebar-box-content a img {
		max-height: 196px;
		max-width: 132px;
	}
	.top-price-text h1 {
		font-size: 21px;
	}
	.price-box h2 {
		font-size: 21px;
		line-height: 20px;
		margin: 0;
		padding: 10px 0 0;
	}
	.price-box h4 {
		font-size: 14px;
		margin-top: 0;
		padding-top: 0;
		text-align: center;
	}
	.price-box h5 {
		font-style: italic;
		margin-bottom: 0;
	}
	.price-box .service-row {
		padding-top: 0;
	}
	.price-box{
		padding:15px;
	}
	h1 {
		font-size: 24px;
		line-height: 30px;
	}
	h2 {
		font-size: 22px;
		line-height: 28px;
	}
	h3 {
		font-size: 19px;
		line-height: 28px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.sidebar-box-content{
		margin-top: 40px;
	}
	.aside-content{
		padding-right: 15px;
	}
	.entry-title{
		font-size: 23px;
		padding: 11px 25px;
		line-height: 28px;
		-ms-hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}
	.sidebar-box-content .book-list li{
		width: auto;
	}
	.col-sm-4.common-sidebar-split{
		padding-left: 15px;
	}
	.links-section {
		padding: 40px 0 10px;
	}
	.single-link-list {
		min-height: 0;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.single-link-list::before{
		display: none;
	}
	.get-started-form .top-padding {
		padding-top: 0;
	}
	footer {
		padding: 45px 0;
	}
	.footer-top {
		text-align: center;
	}
	.footer-top .btn.btn-warning {
		margin-top: 10px;
	}
	.bottom-footer .first-col , .bottom-footer .second-col, .bottom-footer .third-col, .bottom-footer .fourth-col {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		padding: 0;
	}
	.bottom-footer .third-col ul li{
		text-align: center;
	}
	.bottom-footer .third-col ul li a{
		padding: 0;
	}
	.footer-top .text-right{
		text-align: center;
	}
	.footer-copyright p {
		text-align: center;
	}
	.footer-top h4{
		font-size: 17px;
	}
	.footer-top h3 a {
		font-size: 24px;
	}
	.page-id-2 div.wpcf7{
		padding-top: 0;
	}
	.testimonial-content > ul {
		margin: 0;
		padding: 10px 0 0;
		text-align: center;
	}
	.testimonial-content li {
		box-shadow: 0 4px 17px 2px rgba(0, 0, 0, 0.05);
		margin: 0 0 30px;
		min-height: 0 !important;
		width: 100%;
		padding: 25px;
	}
	.testimonial-content li::before {
		right: 10px;
		top: 12px;
	}
	.testimonial-content li::after {
		left: 12px;
		bottom: 12px;
	}
	.page-id-195 .entry-content .uptext h1 {
		font-size: 21px;
	}
	.page-id-195 .entry-content h2 {
		font-size: 18px;
		max-width: 100%;
	}
	.page-id-195 .entry-content .uptext > p {
		max-width: 100%;
	}
	.page-id-195 .testimonial-content{
		margin-bottom: 20px;
	}
	.single-editor-feature::before{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.single-contact{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.with_frm_style .frm-g-recaptcha > div > div, .with_frm_style .g-recaptcha > div > div{
		box-shadow: none !important;
		border: 0 !important;
	}
	.ask-and-get-btn .get-contact-btn,.ask-and-get-btn .get-strated-btn{
		margin: 10px 0;
		width: 100%;
	}
}


@media screen and (max-width: 480px) {
	.testimonial-content .col-xs-4, .testimonial-content .col-xs-8{
		width: 100%;
		float: none;
		text-align: center;
	}
	.book-content-img {
		margin: 10px auto 10px;
		text-align: center;
	}
	.book-content-img a{
		text-align: center;
		display: inline-block;
	}
	.blog-content h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.blog-content .author-area{
		line-height: 18px;
	}
	.category-list {
		display: block;
	}
	.blog .site-main > article, .archive .site-main > article{
		margin-right: 0;
	}
	.client-list {
		padding: 60px 0 0;
	}
	.common-sidebar-split{
		display: none;
	}
	.btn-warning:focus,input[type="submit"].btn-warning:focus{
		background: #fff;
	}
	.price-box .btn-warning:focus,input[type="submit"].btn-warning:focus{
		background: #113458;
	}
	span#calculation_result span.price-label, span#calculation_result span.price-value{
		float: inherit;
	}
	span#calculation_result span.price-label{
		margin-right: 5px;
	}
	span#calculation_result{
		float: inherit;
	}
	.hero-section .text-box h1 {
		font-size:26px;
		font-weight: 400;
		line-height: 34px;
		padding: 0;
		margin-bottom: 0px;
		padding: 12px 19px;
		border-radius: 8px;
	}
	#calculation_result{
		width: 100% !important;
		float: inherit;
	}
	#calculation_result_link .btn{
		float: inherit;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}

}


@media screen and (max-width: 479px) {
	#add-menu {
		padding-left: 15px;
		padding-right: 15px;
	}
	.entry-header .faq-page[col-sm]{
		padding: 0 !important;
	}
	.aside-content img{
		width: 100%;
		margin: 0;
	}
	.text-box .btn-warning {
		padding: 11px 39px;
		font-size: 17px;
		line-height: 24px;
	}
	#add-menu a{
		max-width: 100%;
	}
	.with_frm_style .g-recaptcha iframe, .with_frm_style .frm-g-recaptcha iframe{
		width: 90% !important;
	}

	.featured-clients h4 {
		font-size: 16px;
		font-weight: 400;
	}

	.links-section .col-xs-6 {
		width: 100%;
	}
	.single-link-list h4{
		text-align: center;
	}
	.single-link-list ul li{
		text-align: center;
	}
	.single-link-list {
		margin-bottom: 30px;
	}
	.site-content .sidebar-box-content a img {
		margin: 0 auto;
		max-height: 200px;
		max-width: 125px;
	}
	.page-id-195 .entry-content .book-list a img {
		height: 258px;
		max-width: 160px;
	}
	.get-started-text {
		display: block;
	}
	.blog-social-links span {
		margin: 6px 0;
	}
	.about-footer {
		padding: 20px 0;
	}
	.about-footer-right {
		margin-top: 30px;
	}
	.about-footer-left,.about-footer-right{
		width: 100%;
	}
	.get-started-form .wpcf7-form-control-wrap .wpcf7-recaptcha div {
		border-right: 1px solid #d3d3d3;
		width: 100% !important;
	}

}


/* Single Post HS */
body.single-post .featured-banner, body.single-post .entry-header.blog-header {
	display: none;
}

body.single-post .blog-text > p,
body.single-post .blog-text p,
body.single-post .blog-text ul li, 
body.single-post .blog-text ol li, 
body.single-post .blog-text ol li, 
body.single-post .blog-text blockquote { 
	font-family: 'Charter';
	font-size: 20px;
	line-height: 1.6;
}
body.single-post .blog-text p {
	margin-bottom: 20px!important;
}

body.single-post .blog-content {
	padding-top: 30px;
}

body.single-post .col-md-offset-2 {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	max-width: 100%;
}

body.single-post .blog-content > h1 {
	font-family: 'Fira Sans';
	font-size: 60px;
	line-height: 1.25;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0.4em;
	letter-spacing: -1px;
	text-align: center;
	padding: 0;
}

@media (min-width: 1025px) {
	body.single-post .blog-content > h1 {
		margin-left: -100px;
		margin-right: -100px;
	}
}
@media (min-width: 1160px) {
	body.single-post .blog-content > h1 {
		margin-left: -165px;
		margin-right: -165px;
	}
}

body.single-post .blog-content h2,
body.single-post .blog-content h3, 
body.single-post .blog-content h4,
body.single-post .blog-content h5,
body.single-post .blog-content ul,
body.single-post .blog-content ol {
	margin-bottom: 20px;
}

body.single-post .blog-content h2 {
	font-size: 48px;
	line-height: 1.25;
	font-weight: 800;
	font-family: 'Fira Sans';
	margin-top: 42px;
	padding: 0;
}

body.single-post .blog-content h3 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	font-family: 'Fira Sans';
}


body.single-post .blog-content h4 {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
	font-family: 'Fira Sans';
}

body.single-post .blog-content h5 {
	font-size: 23px;
	line-height: 1.25;
	font-weight: 800;
	font-family: 'Fira Sans' ,sans-serif;
}

body.single-post .blog-content ul,
body.single-post .blog-content ol {
	padding-inline-start: 55px;
    list-style-position: outside;
	margin-left: 0;
}

body.single-post .blog-content ul {
    list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5' cy='5' r='2.5' fill='%23000'/%3E%3C/svg%3E")
}

body.single-post .blog-content ul li {
	padding-left: 0;
	list-style: inherit;
	background: none;
}

body.single-post .brbr_related_stories ul {
	padding-left: 15px!important;
}

body.single-post .comment-form .logged-in-as,
body.single-post .comment-form .comment-notes {
	font-size: 13px;
}

.bb_archive_meta {
	color: #5b5b5b;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.bb_archive_meta a {
	color: #000;
	font-weight: 600;
}

.bb_archive_meta a:hover {
	color: #1457ad;
}

.bb_archive_meta img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 50%;
}

.bb_archive_meta .divider {
	margin: 0 5px;
}

@media only screen and (max-width: 767px) {
	body.single-post .blog-content h5 {
		font-size: 18px;
	}
	body.single-post .blog-content h4 {
		font-size: 22px;
	}
	body.single-post .blog-content h3 {
		font-size: 28px;
	}
	body.single-post .blog-content h2 {
		font-size: 36px;
	}
	body.single-post .blog-content h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 500px) {
	.bb_archive_meta .last-updated {
		display: block;
		margin-top: 3px;
	}
}

/* END Single Post HS */