/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.2
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 300;
}

h2,
.home.blog .entry-title {
	color: #666;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}

h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}

h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

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

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang^="fa-"] body,
html[lang^="fa-"] button,
html[lang^="fa-"] input,
html[lang^="fa-"] select,
html[lang^="fa-"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang^="fa-"] h1,
html[lang^="fa-"] h2,
html[lang^="fa-"] h3,
html[lang^="fa-"] h4,
html[lang^="fa-"] h5,
html[lang^="fa-"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang^="fa-"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang="ur"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 700;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

:not( .mejs-button ) > button:hover,
:not( .mejs-button ) > button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

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

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 0;  
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th,
td,
th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: none;    
}

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

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

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

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

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

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

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

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

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

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

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

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #767676;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

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

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

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

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

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;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 66px; 
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.twentyseventeen-front-page .site-branding,
.has-header-video.twentyseventeen-front-page .site-branding,
.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 2.5em 0 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

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

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 700;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

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

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

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

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 700;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

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

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child:not(.rss-widget-title) {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar .wp-calendar-table {
	margin-bottom: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
	margin: 0 0 1.5em;
	padding: 0.4em 0;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar th,
.widget_calendar td,
.widget_calendar .wp-calendar-nav span {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

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

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
/* 
img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	/* max-width: 100%; /* Adhere to container width. */
}  

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

audio:focus,
video:focus {
	outline: thin dotted;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

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

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

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

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

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

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

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

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

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

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

@media screen and (min-width: 48em) {
	html {
		scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 72px );
	}

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}

	.has-header-image.twentyseventeen-front-page .site-branding,
	.has-header-video.twentyseventeen-front-page .site-branding,
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.twentyseventeen-front-page .custom-header,
	.has-header-video.twentyseventeen-front-page .custom-header,
	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 1000;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

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

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

.main-navigation li li:hover, .main-navigation li li.focus {
    background: rgba(248, 249, 250, 1.0);
    color: rgba(22, 24, 27, 1.0);
}
.main-navigation li li:hover a, .main-navigation li li.focus a {
    color: rgba(22, 24, 27, 1.0);
}  

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

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

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	@supports ( -webkit-touch-callout: none ) {
		/* Image scrolls with the content in iOS Safari. */
		.background-fixed .panel-image {
			background-attachment: scroll;
		}
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.twentyseventeen-front-page .panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 5.5em 0 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

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

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-2 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

	.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%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

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

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

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

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

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

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}


/* =================  old style start ========================= */  

* { margin:0; padding:0;}
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html { overflow-x:hidden !important;}
:focus { outline:none;}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1; }
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {  opacity:1;}

body { margin:0; padding:0;  font-family: 'Open Sans', sans-serif; font-size:15px;color:#636363;}
a { text-decoration:none; transition:all ease-in-out 0.3s; color: #f5982a;}
a:hover {color: #252525;}
button{transition: all ease-in-out 0.3s;}
a img, img { border:none;}
ul, li, ol { list-style:none;padding: 0px;margin: 0px;}
input, select, textarea { font-family: 'Open Sans', sans-serif;}
h1, h2, h3, h4, h5, h6, strong{font-weight: normal; font-family: 'OpenSansBold';} 
ins {  text-decoration: none;}

.row { width: 100%; float: left;}
.row:before, .row:after { display:table; content:"";}
.row:after { clear:both;}

.container { width:1140px; margin:0 auto;}

.clear { clear: both;}


/*.....buttons.....*/
.btn{font-family: 'Open Sans', sans-serif; font-weight: 700;text-transform: uppercase; border: 0px;border-radius:2px;padding: 10px 30px;cursor: pointer;transition: all ease-in-out 0.3s;display: inline-block;}
.btn_orange{color:#fff !important;background: #f5982a; font-size: 15px;     padding: 8px 30px 10px; }
.btn_orange:hover{background: #faa644;}

.js-open-everything{color:#fff !important;background: #f5982a; font-size: 15px;}
.js-open-everything:hover{background: #faa644;}





/*....Title....*/
.title_1{width: 100%;text-align: center; position: relative;display: inline-block}
.title_1 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline.png) no-repeat center center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_1 h2 {color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 40px; position: relative; text-transform: uppercase; z-index: 1;}
.title_1 h2 span {font-family: "OpenSansLight"; }

.title_2{width: 100%;text-align: left; position: relative;display: inline-block}
.title_2 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_2 h2 { color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 37px; position: relative; text-transform: uppercase; z-index: 1;}
.title_2 h2 span {font-family: "OpenSansLight"; }

.title_3{width: 100%;text-align: left; position: relative;display: inline-block}
.title_3 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(../images/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_3 h2 { color: #1a1f1d; display: inline-block; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 20px; position: relative; text-transform: uppercase; z-index: 1;}
.title_3 h2 span {font-family: "OpenSansLight"; }

.fa.fa-angle-right {  font-size: 22px;}

/* Bharat start */

.emaillist {
    width: 46% !important;
    float: right;
}	

/* Bharat end */

/*.......Style.......*/

.top_header { width: 100%; float: left;background-color: #595a5c;  border-top: 4px solid #f5982a;}
.top_header p { color: #fff; text-transform: uppercase; float: left;line-height: 60px;}
.cart { float: right;}
.cart ul {}
.cart ul li {
    display: inline-block;
    padding: 20px 18px 20px 18px;
    border-left: 1px solid #6e6f71;
    float: left;
    position: relative;
}
.cart_icn span {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background-color: #f89904;
    color: #fff;
    font-size: 9px;
    text-align: center;
    padding: 1px 0;
    top: 14px;
    right: 11px;
}
  
.margin-submenu{
    margin-top: -2% !important;
}
@media (min-width: 600px) {

}
.language select {
    background-color: transparent;
    border: 1px solid #6e6f71;
    color: #a7a8aa;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
}

/******************************* social header********************************************/

.social { float: right; margin-top: 10px;  margin-left: 30px;}
.social a {  margin-right: 7px;  }
.social a:last-child {  margin-right: 0px;  }


.social .fb { background-image: url("../images/social_icn.png");  background-position: left top;  display: inline-block;  height: 38px;    width: 38px; }
.social .fb:hover {  background-position: left bottom;}

.social .g_plus {    background-image: url("../images/social_icn.png");display: inline-block;     height: 38px;    width: 38px;     background-position: -50px top;}
.social .g_plus:hover {  background-position: -50px bottom;}

.social .twt {  background-image: url("../images/social_icn.png"); background-position: -100px top; display: inline-block;  height: 38px;  width: 38px;}
.social .twt:hover {  background-position: -100px bottom;}

.social .you_tube { background-image: url("../images/social_icn.png");background-position: -150px top;display: inline-block;  height: 38px; width: 38px;}
.social .you_tube:hover {  background-position: -150px bottom;}

.social .pntrs { background-image: url("../images/social_icn.png");background-position: right top;display: inline-block;  height: 38px; width: 38px;}
.social .pntrs:hover {  background-position: right bottom;}



/******************************* social footer********************************************/

.social_2 { float: right; }
.social_2 a {  margin-right: 25px;  }
.social_2 a:last-child {  margin-right: 0px;  }


.social_2 .fb { background-image: url("../images/social_2.png");  background-position: left top;  display: inline-block;  height: 19px;    width: 15px; }
.social_2 .fb:hover {  background-position: left bottom;}

.social_2 .g_plus {    background-image: url("../images/social_2.png");display: inline-block;     height: 19px;    width: 17px;     background-position: -47px top;}
.social_2 .g_plus:hover {  background-position: -47px bottom;}

.social_2 .twt {  background-image: url("../images/social_2.png"); background-position: -96px top; display: inline-block;  height: 19px;  width: 19px;}
.social_2 .twt:hover {  background-position: -96px bottom;}

.social_2 .you_tube { background-image: url("../images/social_2.png");background-position: -145px top;display: inline-block;  height: 19px; width: 20px;}
.social_2 .you_tube:hover {  background-position: -145px bottom;}

.social_2 .pntrs { background-image: url("../images/social_2.png");background-position: right top;display: inline-block;  height: 19px; width: 14px;}
.social_2 .pntrs:hover {  background-position: right bottom;}

/****************************  NAV MENU  ************************************************/

.header_bottom { width: 100%; float: left;background-color: #f5f5f5; height: 80px; }
.header_bottom .logo { float: left; padding-top: 12px; padding-left: 20px;}
.logo img {  height: 80%;  max-width: 80%;}

.menu_link nav { float: right;}

.menu_link nav ul li a {
    color: #636363;
    padding-top: 35px;
    float: left;
    text-transform: uppercase;
}
.menu_link nav li a:hover, nav ul li.active a { color: #f5982a; }

.menu_link nav ul li { position: relative; float: left; padding: 15px 30px 12px 30px; border-left: 1px solid #dcdcdc;}
.menu_link nav ul li:last-child {border-right: 1px solid #dcdcdc;}

.icn_1 { background: url(../images/icn_1.png)no-repeat center top}
.icn_1:hover, nav ul li.active .icn_1 { background: url(../images/icn_1_h.png)no-repeat center top}
.icn_2 { background: url(../images/icn_2.png)no-repeat center top}
.icn_2:hover, nav ul li.active .icn_2 { background: url(../images/icn_2_h.png)no-repeat center top}
.icn_3 { background: url(../images/icn_6.png)no-repeat center top}
.icn_3:hover, nav ul li.active .icn_3 { background: url(../images/icn_6_h.png)no-repeat center top}
.icn_4 { background: url(../images/icn_3.png)no-repeat center top}
.icn_4:hover, nav ul li.active .icn_4 { background: url(../images/icn_3_h.png)no-repeat center top}
.icn_5 { background: url(../images/icn_4.png)no-repeat center top}
.icn_5:hover, nav ul li.active .icn_5 { background: url(../images/icn_4_h.png)no-repeat center top}
.icn_6 { background: url(../images/icn_5.png)no-repeat center top}
.icn_6:hover, nav ul li.active .icn_6 { background: url(../images/icn_5_h.png)no-repeat center top}


/*.....Drop Down.....*/
.menu_link nav ul li .main_submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 80px;
    width: 830px;
    z-index: 5;
}
.border_align {
    display: table;
}
.small_width {
    width: 17% !important;
}

.menu_link nav ul li:hover .main_submenu {
    display: block;
    box-shadow: 0 0 5px #9f9f9f;
}

.menu_link nav ul li .main_submenu ul {
    border-right: 1px solid #d4d4d4;
    display: table-cell;
    padding: 20px;
    vertical-align: top;
    width: 33.33%;
}
.menu_link nav ul li .main_submenu ul h2, .menu_link nav ul li .submenu h2 {
    color: #F5982A;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
}
.menu_link nav ul li .main_submenu ul li, .menu_link nav ul li .submenu li { width: 100%; border-left: none;  padding: 6px 0px; padding: 10px 0px; border-bottom: 1px solid #f0f0f0;}
.menu_link nav ul li .main_submenu ul li a, .menu_link nav ul li .submenu li a {
    padding: 0;
    text-transform: capitalize;
    width: 100%;
    position: relative;
}
.menu_link nav ul li .submenu li a:hover { color: #F5982A !important;}
.menu_link nav ul li .main_submenu ul li:last-child { border-right: none}

nav ul li ul li:hover .menu_part { display: block;}

.dropdown:hover .submenu {
    display: #acacab;
    box-shadow: 0 0 5px #9f9f9f;
    padding: 20px;
    display: block;
}

.submenu {
    background: #fff none repeat scroll 0 0 !important;
    display: none;
    left: 0;
    position: absolute;
    top: 80px;
    width: 257px;
    z-index: 5;
}

.submenu li:hover .submenu, .submenu li .submenu li:hover .submenu { display: block !important;}

.submenu ul, .submenu li:hover ul li .submenu  {
    display: none !important;
    left: 100%;
    top: 0;
}
.submenu i {  color: #636363; font-size: 15px !important; margin-left: 10px;}

.menu_link .submenu li:last-child { border-right: medium none;}



/****************************  NAV MENU END  ************************************************/










.owl-theme .owl-controls {  margin-bottom: 25px;}
.slide_1 { background: url(../images/slider1.jpg)no-repeat center center;  height: 488px;
           -o-background-size: cover;
           -moz-background-size: cover;
           -webkit-background-size:cover;
           background-size: cover;
}
.owl-carousel { float: left; z-index: -1 !important;}
.caption { text-align: left;padding-top: 170px;margin-left: -55px;}
.caption h2 { font-size: 70px; text-transform: uppercase;  color: #fff;  text-align: center;line-height: 65px;}
.caption h3 { font-size: 27px; text-transform: uppercase;  color: #fff;  text-align: center; font-family:'OpenSansLight';}
.caption p { display: inline-block;font-family: 'OpenSansSemiBold'; color: #fff; text-transform: uppercase; padding-left: 25px; margin-top: 25px; }
.caption .btn_orange .js-open-everything{ margin-top: 40px;}
.window {width: 100%;float: left;}
.window7 { background: url(../images/window7_icn.png)no-repeat left center;margin-right: 30px;}
.window8 { background: url(../images/window8_icn.png)no-repeat left center; }

.box3 { width: 100%; float: left; background-color: #f4f4f4;}
.box3 ul { width: 100%; float: left;}
.box3 ul li { width: 33%; float: left;  min-height: 805px;padding: 60px 20px 20px 20px; text-align: center;position: relative;transition: all ease-in-out 0.3s;}
.box3 ul li h2 { color: #151617; font-size: 20px;font-family: "OpenSansSemiBold"; text-transform: uppercase;border-bottom: 1px solid #d9d9d9;padding:15px 0;}
.box3 ul li p {background: url(../images/right_icn.png)no-repeat left 8px; text-align: justify !important; margin: 20px 0; padding-left: 20px; line-height: 24px; text-align: left;}
.box3 ul li:hover { background-color: #fafafa;transition: all ease-in-out 0.3s;}
.but_2 { bottom: 6%; float: left;  position: absolute;  width: 100%; text-align: center;}

.sub_but {
    margin: 0 auto;
    width: 100%;
    padding-left: 20px;
}
.but_2 .btn { float: left; margin-bottom: 5px;}
.bottom_btn { width: 100%; float: left; position: absolute;}

.btn_white {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-left: 7px;
    font-size: 15px;
    color: #636363;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
}
.btn > .fa{
    position: relative;
    top:1px;
}

.btn_white:hover { background-color: #f5982a; color: #fff;}

.solutions { width: 100%; float:left; padding: 50px 0;}
.solutions ul { width: 100%; float:left;margin-top: 30px;}
.solutions ul li { width: 25%; float:left; padding: 20px; text-align: center;}
.solutions ul li h2 { font-size: 17px;color: #151617; text-transform: uppercase;  border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; display: inline-block;}
.solutions ul li p { margin-top: 15px;}
.solutions ul li .btn_orange, .assistance .btn_orange .js-open-everything {
    background: #f5982a url("../images/btn_icn.png") no-repeat scroll 24px center;
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 25px 10px 43px;
}
.solutions ul li .btn_orange:hover, .assistance .btn_orange:hover .js-open-everything{ background-color: #faa644;}
.setup_part { width: 100%;float: left; background-color: #f4f4f4;}
.setup { width: 65.2%; float: left; padding: 50px 0;border-right: 1px solid #fff;}
.setup ul { width:100%; float: left; margin-top: 40px;}
.setup ul li { width: 33%;float: left;position: relative; text-align: center;}
.setup ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; padding: 20px 0 10px;}
.setup ul li p { width: 92%; margin: 0 auto;}
.step_2::after { position: absolute !important;  height: 3px;  content: "";  width: 100px;  background-color: #d7d7d7;  top: 78px; right: -51px; z-index: 0;}
.step_2::before {position: absolute !important; height: 3px; content: ""; width: 100px;  background-color: #d7d7d7; top: 78px; left: -21%; z-index: 0; }
.setup ul li:last-child { margin-right: 0px;}

.setup ul li span { position: absolute; background-color: #fff; color: #151617; border-radius: 50px; width: 30px; height: 30px;  text-align: center;  border: 3px solid #e0e0e0;line-height: 22px;
                    top: 65px; z-index: 33;right: 13%;  font-family: 'OpenSansBold';}
.assistance { width: 34.8%; float: left;   padding: 50px 0px 50px 30px;}
.assistance p { font-size: 16px; line-height: 32px; margin: 20px 0 20px; text-align: justify;}

.customers { width: 100%; float: left; padding: 50px 0;}
.customers img {  height: auto;  max-width: 100%;}
.customers ul { width: 100%; float: left; margin-top: 80px;}
.customers ul li {width: 20%;  text-align: center;float: left; border-right: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2; padding: 35px 0;}
.customers ul li:first-child{ border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(6){ border-bottom: none;border-left: 1px solid #e3e2e2;}
.customers ul li:nth-child(7){ border-bottom: none;}
.customers ul li:nth-child(8){ border-bottom: none;}
.customers ul li:nth-child(9){ border-bottom: none;}
.customers ul li:nth-child(10){ border-bottom: none;}

#owl-demo_1 .owl-next {
    background: url(../images/next.png) no-repeat right center;
    position: absolute;
    right: -80px;
    width: 21px;
    top: -150px;
    height: 54px;
}
#owl-demo_1 .owl-prev {
    background: rgba(0, 0, 0, 0) url("../images/preview.png") no-repeat scroll left center;
    height: 54px;
    left: -80px;
    position: absolute;
    top: -150px;
    width: 21px;
}

.need_help { width: 100%; float: left; background-color: #595a5c; padding: 22px 0;}
.need_help h2 { float: left; font-size: 32px;line-height: 63px; color: #fff; text-transform: uppercase; position: relative;}
.need_help h2::after {position: absolute; height: 117px; width: 36px; content: ""; background: url(../images/need_help_arrow.png) no-repeat right center;top: -23px;right: -55px; }
.need_help h2 span {
	font-family: 'OpenSansLight';
}
.need_help ul {float: left; margin-left: 75px;}
.need_help ul li {
    float: left;
    font-family: 'OpenSansbold';
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 72px;
}
.need_help ul li a { font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff;}
.need_help ul li a:hover { color: #f5982a;}
.need_help ul li span {width: 100%; font-family: 'Open Sans', sans-serif; float: left; font-size: 14px; color: #bcbcbc;}
.need_help .live_chat a { background: #f5982a url(../images/live_chat.png)no-repeat center 10px;  padding: 40px 20px 10px 20px;  font-size: 15px;}
.need_help .live_chat a:hover {background-color: #faa644;}

.call { background: url(../images/call.png)no-repeat left center;}
.call a { font-family: 'OpenSansbold' !important; }
.fax { background: url(../images/fax.png)no-repeat left center; font-family: "OpenSansRegular" !important;}
.email { background: url(../images/email.png)no-repeat left center;}
.live_chat { float: right;}
.footer { width: 100%; float: left; background-color: #f4f4f4;}
.footer .offer_news p{ float: none;font-size: 35px; color: #151617; font-family: 'OpenSansLight';}
.offer_news {width: 50%;float:none; padding: 30px 0;}
.offer_news form {  float: right;  width:47%;}
.email_fild { background: url(../images/email_fild.png)no-repeat 30px center; background-color: #fff; padding: 15px 10px 15px 60px; border: 1px solid #dadada; border-radius: 3px;
              width: 87.6%; color: #636363; font-family: 'OpensansRegular';}
.go_btn {
    background-color: #f5982a;
    border: none;
    padding: 12px 18px 14px;
    float: right;
    cursor: pointer;
    color: #fff;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 15px;
    position: absolute;
    background: #f5982a url(../images/right_arrow.png)no-repeat right 11px center;
}
.go_btn:hover { background-color: #faa644;transition: all ease-in-out 0.3s;}

.footer_link { width: 100%; float:left; padding-top: 30px; border-top: 1px solid #e6e6e6;position: relative;}
.contact_info { width: 36%; float:left;}
.for_individuals {width:22.8% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.products {width:23.7% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.secure_payment {width:17.5% ; float: left;border-left: 1px solid #e6e6e6;padding-left: 60px;}
.footer_link h2 { font-size: 16px; color: #151617; font-family: 'Open Sans', sans-serif; text-transform: uppercase;}
.footer_link ul {width: 100%; float: left;margin-top: 15px;}
.footer_link ul li {width: 100%; float: left;margin-bottom: 15px;}
.footer_link ul li a {color: #818181; font-size: 14px; }
.footer_link ul li a:hover {color: #f5982a; padding-left: 1px; }
.contact_info ul li {
    background: rgba(0, 0, 0, 0) url("../images/customers_icn.png") no-repeat scroll left center;
    color: #818181;
    float: left;
    margin: 15px 0;
    padding-left: 22px;
    width: 100%;
}
.contact_info ul li a { color: #f5982a;}
.contact_info ul li a:hover { color: #faa644;}

.contact_info::before { position: absolute;  content: "";  height: 1px; width: 70px;  background-color: #f5982a; top: -1px;}
.for_individuals::before { position: absolute;  content: "";  height: 1px; width: 129px;  background-color: #f5982a; top: -1px;}
.products::before { position: absolute;  content: "";  height: 1px; width: 82px;  background-color: #f5982a; top: -1px;}
.secure_payment::before { position: absolute;  content: "";  height: 1px; width: 76px;  background-color: #f5982a; top: -1px;}

.secure_payment ul { width: 100%; float: left;}
.secure_payment ul li { width: 50%; float: left;}

.copy_right { width: 100%; float: left;padding: 30px 0; }
.footer_logo { width: 100%; float: left; text-align: center; background: url( ../images/line_bg.jpg) repeat-x center center;    margin-bottom: 15px;}
.copy_right p { float: left; font-size: 13px; color: #818181;}
.copy_right p span { text-transform: uppercase;color: #595a5c;}    
.copy_right ul{ float: left; margin-left: 10px;}
.copy_right ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    border-left: 1px solid #d7d7d7;
    line-height: 13px;
}
.copy_right ul li a{ font-size: 13px; color: #818181;}
.copy_right ul li a:hover{ color: #faa644;}




/***************************************************************************************************/

.location_path { width: 100%; float: left; padding: 15px 0; border-bottom: 1px solid #e3e3e3; border-top: 1px solid #e3e3e3;}
.location_path ul { width: 100%; float: left; }
.location_path ul li { float: left;  margin-right: 20px; }
.location_path ul li:last-child { margin-right: 0px; }
.location_path ul li a { color: #636363; }
.location_path ul li a:hover { color: #f5982a;  }
.location_path li a:hover, li.active a { color: #f5982a !important; }

/************change************/
.location_path .breadcrumbs span {  color: #f5982a; }
.location_path .breadcrumbs span a { color: #636363 !important;}
.location_path .breadcrumbs span a:hover { color: #f5982a;}


.location_path i {  color: #c4c4c4;  font-size: 13px !important;  margin-left: 20px; margin-right: 20px;}

.pro_detail { width: 100%; float: left;  padding-top: 30px;}
.pro_detail h2 {
	font-size: 35px;
	color: #151617;
	text-transform: uppercase;
   font-family: 'OpenSansExtraBold';
}
.pro_detail h2 span {   
	padding-left: 5px;
	font-family: 'OpenSansLight';   
}
.pro_img { width: 36.1%; float: left; text-align: center;}
.pro_discription { width: 32.5%; float: left;}
.detail_discription .btn { float: left;}
.detail_discription .sub_but { margin: 0 auto; width: 100%;}
.pro_discription p { font-size: 20px; line-height: 28px; margin-top: 10px;}
.pro_discription h3 {
	font-size: 35px;
	color: #f5982a;     
	margin-top: 20px;
	line-height: 35px;
	padding-top: 0;
}
.pro_discription span {width: 100%;float: left; font-weight: 600; margin-bottom: 20px;}   
.detail_points { width: 100%; float: left; margin-top: 20px;}
.detail_points li { background: url(/wp-content/uploads/2023/09/detail_right_icn.jpg) no-repeat left 15px;line-height: 40px; padding-left: 25px; width: 100%; float: left;}


/*************************tab menu*****************************/  
.upgrade_tabmenu { width: 50.3%; float: left; margin-top: 30px;}
.upgrade_tabmenu h2 { font-size: 24px;}




.detail_part_points { width: 100%; float: left; background-color: #f4f4f4; margin-top: 50px;}
.detail_part_points img { max-width: 100%;}
.detail_part_points ul { width: 100%; float: left; height: 100%;}
.change_width ul li {  width: 33.33% !important;}
.detail_part_points ul li { width: 20%; display: table-cell; text-align: center; padding: 70px 0; height: 100%;}
.detail_part_points ul li h2 { color: #151617; font-size: 17px; text-transform: uppercase; border-bottom: 1px solid #d9d9d9; display: inline-block; padding-bottom: 10px;}
.detail_part_points ul li p {font-size: 14px; margin-top: 20px; width: 80%; margin: 20px auto;}
.detail_part_points ul li:hover {background-color: #fafafa;}

.upgrade_windows { width: 100%; float: left; padding: 50px 0;}
.windows_text { width: 53.4%; float: left;}
.windows_text p {margin-top: 15px; line-height: 28px; text-align: justify;}
.windows_video { width: 41.2%; float: left; margin-left: 5.4%;}
.windows_video iframe {  height: 370px;}

.steps_3 { width: 100%; float: left; background-color: #f4f4f4; padding: 70px 0;}
.steps_3 ul { width: 100%; float: left; margin-top: 50px;}
.steps_3 ul li { width: 33%; float: left; text-align: center; position: relative; margin-right: 0;}  
.steps_3 ul li h2 {font-size: 18px; color: #333333; text-transform: uppercase; margin: 20px 0 10px;}
.steps_3 ul li span {
    background-color: #fff;
    border: 3px solid #e0e0e0;
    border-radius: 50px;
    color: #151617;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    height: 30px;
    line-height: 22px;
    position: absolute;
    right: 26%;
    text-align: center;
    top: 65px;
    width: 30px;
    z-index: 33;
}

.steps_3 .step_2::before {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    left: -28%;
    position: absolute !important;
    top: 78px;
    width: 220px;
    z-index: 0;
}
.steps_3 .step_2::after {
    background-color: #d7d7d7;
    content: "";
    height: 3px;
    position: absolute !important;
    right: -114px;
    top: 78px;
    width: 220px;
    z-index: 0;
}

.client_testimonial { width: 100%; float: left; padding: 50px 0;}
.testimonial { float: left;  margin-top: 50px;  width: 100%;}
.testi_1::after {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/09/down_arrow.png") no-repeat scroll left top;
    bottom: -21px;
    content: "";
    height: 25px;
    left: 48%;
    position: absolute;
    width: 24px;  
}
.testi_1 p::after {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/09/comma.png") no-repeat scroll left top;
    content: "";
    height: 25px;
    left: 2%;
    position: absolute;
    top: 30px;
    width: 30px;
}
.testi_1 {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 0;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    border-radius: 3px;
    min-height: 207px;
}
.testi_1 p:nth-child(1) {
    display: none;
}
.testi_1 p:nth-child(3) {    
    display: none;
}
.testi_1 p {   
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    width: 84%;
    margin: 0 auto;
    font-family: 'OpenSansItalic';
}
.pro_name h2 { color: #f5982a;  font-size: 15px;  text-align: center;  text-transform: uppercase; margin-top: 20px;}

.special_offers { width: 100%; float: left; background-color: #f4f4f4; padding: 50px 0;}
.offer_tab { width: 63.5%; float: left;}
.other_offer { width:31.4%; float: left; margin-left: 5.1%;}

.special_offers .offer_tab .tab_try .ui-state-default {
    padding: 10px 20px;
    width: auto;
}
.special_offers .offer_tab .tab_try .ui-tabs-anchor { color: #636363;}
.special_offers .offer_tab .tab_try .ui-state-default {background: #fff; border: 1px solid #dddddd; border-bottom: none;}
.special_offers .offer_tab .tab_try  {margin-top: 0px;}
.tab_try ul .ui-state-active { background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom !important;}
.tab_try ul .ui-state-active a { color: #fff !important;}

.offer_box { width: 100%; float: left; padding: 20px; text-align: center; background-color: #fff; border: 1px solid #e2e2e2;}
.offer_box .title_3 h2 span { padding-right: 5px; width: auto;}
.offer_box img {margin-top: 30px;max-width: 100%;}
.offer_box span {
	width: 100%;
	float: left;  
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.offer_box .btn_orange {
	background: #f5982a url("/wp-content/uploads/2023/09/buynow.png") no-repeat scroll 21px center;
	margin-top: 10px;
	padding: 10px 20px 10px 40px;
	text-align: center;
	width: 100%;
	max-width: 146px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
.offer_box span.offer-price + span {
	margin-bottom: 10px;
}  
.offer_box .btn_orange:hover {
	background: #faa644 url("/wp-content/uploads/2023/09/buynow.png") no-repeat scroll 21px center;  
}  

.offer_box h1 {font-size: 14px; color: #404143; text-transform: uppercase;font-family: 'OpenSansRegular'; text-align: left; font-size: 14px; margin:30px 0 10px; padding: 0;}
.offer_box p {text-align: left;}
.other_offer h3 {font-size: 20px; color: #fff; text-transform: uppercase; background-color: #404143;padding: 10px 10px 10px 20px;}
.other_offer h3 span {font-family: 'OpenSansLight'; }   


/*..Tab Try..*/

.tab_try {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#tabs-1, #tabs-2, #tabs-3 { background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.special_offers #tabs-2, .special_offers #tabs-3, .special_offers #tabs-4, .special_offers #tabs-5{padding:20px; background-color: #f9f9f9;border: 1px solid #dfdfdf;width: 100%; float: left; }
.money_back { width: 100%; float: left; padding: 20px 40px 20px 40px;}
.money_back h1 { color: #f5982a;}
.money_back p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tabs-1 a, #tabs-2 a, #tabs-3 a { color: #f5982a; }
#tabs-1 ul {
    float: left;
    width: 100%;

}

.pricing { width: 100%; }
.pricing li { width: 50%; border-bottom: 1px solid #dfdfdf; padding: 10px 0 10px 40px;}  
.pricing li:nth-child(2n) { color: #f5982a;}

#tabs-1 li,#tabs-2 li, #tabs-3 li {
    float: left;
    font-family: 'Open Sans', sans-serif;  
}
.upgrade_tabmenu #tabs-1 li:nth-child(2n), .upgrade_tabmenu #tabs-2 li:nth-child(2n), .upgrade_tabmenu #tabs-3 li:nth-child(2n) {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}
#tabs-1 li { }

.tab_try .ui-tabs-nav {
    float: left;
    width: 100%;

}
.special_offers .offer_tab .tab_try .ui-tabs-anchor { 
	outline: none;
}  

.tab_try ul .ui-state-active::after {
	background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/08/tab_arrow.png") no-repeat scroll center center;
	bottom: -16px;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;  
	right: 0;
	width: 100%;
}  

.tab_try .ui-state-default {
    background: #595a5c none repeat scroll 0 0;
    float: left;
    padding: 8px 0;
    text-align: center;
    width: 33.33%;
    position: relative;
}
.tab_try ul .ui-state-active {
    background: #404143 url("../images/tab_arrow.png") no-repeat scroll center bottom;
}
.tab_try ul li { position: relative;}

.tab_try ul .ui-state-active a {
    color: #fff;
}
.tab_try .ui-tabs-anchor {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;  
	padding: 10px 0;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.tab_try p {
    color: #636363;
    float: left;
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
}
#bx-pager img {
    max-width: 100%;
}


.special_offers_page .special_offers { width: 100%; float: left;}
.special_offers_page .other_offer { float: left;  width: 100%;margin-left: 0px; margin-top: 40px;}
.special_offers_page .offer_box { width:31.4%; float: left; margin-right: 2%;margin-bottom: 2%;min-height: 660px; }
.special_offers_page .offer_box:nth-child(3n) { margin-right: 0%;}
.special_offers_page .other_offer h3 {text-align: left; }
.special_offers_page .other_offer h3 span { width: auto;}
.special_offers_page .fa {
    color: #e64f22;
    float: left;
    font-size: 49px;
    margin-right: 10px;
    margin-top: 9px;
}
.special_offers_page .fa:nth-child(2) {margin-right: 0px;}
.special_offers_page .fa:hover { color: #F5982A; }



/*.....Loader Try.....*/

.special_offers .pricing { float: left;  width: 100%;}
.special_offers #tabs-1 { padding: 20px;}
.special_offers p{ margin-top: 20px; width: 100%;}
.special_offers a{color: #f5982a;}
.pcmover_point { width: 100%; float: left; margin-top: 15px;}
.pcmover_point li { width: 100% !important; float: left; margin: 10px 0; background: url(/wp-content/uploads/2023/08/pdf_icn.png)no-repeat left top; padding-left: 30px !important;}
.pcmover_point li a {color: #f5982a;font-family: 'Open Sans', sans-serif; }

.cable_table { width: 100%; float: left;}   
.cable_table table { width: 100%; margin-top: 30px; border: 1px solid #dddddd;}
.cable_table table td { width: 25%;}
.cable_table tbody tr:nth-child(2n) { background-color: #fafafa;}
.cable_table tbody td {
    padding: 20px 15px !important;
}

.cable_table thead td {
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 14px;
    padding: 29px 0 !important;
    text-transform: uppercase;
    border-top: 1px solid #f1f0f0;
}






/************************************privacy_policy*********************************************/

.privacy_policy_content{ width: 100%; float: left; padding: 20px 0;}
.privacy_policy_content .title_2 h2 { font-size: 18px;font-family: 'Open Sans', sans-serif; font-weight: 700;}  
.privacy_policy_content .title_2 { margin: 20px 0 10px;}
.privacy_policy_content p { margin-top: 10px; float: left;}
.privacy_policy_content ul { float: left;  width: 100%;}
.privacy_policy_content ul li { float: left;  width: 50%; margin: 5px 0;}  
.privacy_policy_content ul li a { color: #636363;background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2023/08/right_icn.png") no-repeat scroll left 8px; padding-left: 25px;}
.privacy_policy_content ul li a:hover { color: #F5982A;}

.opt_out {width: 100%; float:left;}
.opt_out {width: 100%; float:left;}
.opt_out li {width: 100%; float:left;}
.opt_out li a {color: #F5982A !important;font-family: 'Open Sans', sans-serif; font-weight: 700; background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; padding: 0 !important;}
.opt_out li a:hover {color: #F5992B !important; }               

.address { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px;}  

/************************************privacy_policy close*********************************************/



/************************************contact*********************************************/

.contact_page { width: 100%; float: left; padding: 50px 0;}
.contact_page .title_1 h2 { font-size: 30px;}
.box2 { width: 49.5%; float: left; margin-right: 1%; text-align: center; background-color: #f5f5f5; padding: 20px; border: 1px solid #dddddd;}
.box2 h2, .representative .box2 h2 { border-bottom: 1px solid #d9d9d9;
                                     color: #151617;
                                     display: inline-block;
                                     font-size: 20px;
                                     padding-bottom: 10px;
                                     text-transform: uppercase;}
.representative {  float: left; padding: 50px 0;  width: 100%;}

.box2 p, .representative .box2 p { margin: 10px auto; }
.box2:last-child { margin-right: 0px;}
.main_box { width: 100%; float: left; margin-top: 30px;}

.technical_support, .eastern_time {
    float: left;
    padding: 20px;
    width: 100%;
}
.technical_support ul, .eastern_time ul { width: 100%; float: left;border-left: 1px solid #dddddd; border-top: 1px solid #dddddd;background-color: #fff;}
.technical_support ul li, .eastern_time ul li { border-bottom: 1px solid #dddddd;  float: left;  font-size: 12px; padding: 10px; text-align: left;  width: 50%;}
.technical_support ul li:nth-child(n), .eastern_time ul li:nth-child(n) { border-right: 1px solid #dddddd;}
.eastern_time h2 { border: none !important;}

.boxtext {  border-top: 1px solid #dddddd; float: left; margin-top: 20px;  width: 100%;}
.boxtext h2 { margin-top: 15px; border-bottom: none!important;}
.boxtext p { width: 100% !important;}
.no_boxtext a { color: #636363;}
.no_boxtext span {font-family: "OpenSansSemiBold"; font-size: 14px;}

.detail_part { width: 100%; float: left;}
.detail_part h2 {  font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 17px; margin: 30px 0 20px;}
.detail_part ul { width: 100%; float: left;}
.detail_part ul li { border-bottom: 1px solid #dddddd;  float: left;  padding: 5px 0;  width: 100%;}
.detail_part a {color: #f5982a;}
.detail_part a:hover {color: #F5982A;}
.detail_part li:nth-child(2n) { float: right;  width: 80% !important;}
.detail_part li:nth-child(n) { display: inline-block; float: left;  text-align: left; width: 20%;}
.detail_part p { padding: 5px 0;}



/************************************contact close*********************************************/




/************changes************/

.es_textbox #es_txt_email_pg {
    background: #ffffff url("../images/email_fild.png") no-repeat scroll 30px center;
    border: 1px solid #dadada;
    border-radius: 3px;
    color: #636363;
    font-family: "OpensansRegular";
    padding: 15px 10px 15px 60px;
    width: 100%;
}
.es_textbox { width: 84%;}
.es_button input {
    background: #f5982a url("../images/right_arrow.png") no-repeat scroll right 11px center;
    border: medium none;
    bottom: 26px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 16px;
    padding: 12px 18px 14px;
    position: absolute;
    right: 21px;
    text-transform: uppercase;
}
.es_button {position: relative;width: auto;}




















.sub_menu { top: 120px; left: 0;}
.sub_menu nav ul li { padding: 0 !important;}
.sub_menu li { width: 280px;  padding: 10px 20px 10px 20px !important;}

.submenu { display: none; position: absolute;}
#menu1 ul li:hover .submenu { display: block !important;}

.mail_droup ul li {  float: left;  width: 100%;}
.droup_down li { width: 100%; padding: 10px 20px 10px 20px !important; width: 100%; float: left;}
.droup_down li a{padding: 0 !important;}
.sub_menu h2, .mail_droup ul h2 { background-color: #f5982a; color: #fff; font-size: 18px; text-transform: uppercase;}
.sub_droup { float: left; margin-top: 1px; width: 33% !important;}
.sub_droup ul { width: 33%;box-shadow:none !important;}


/********************menu*********************/


/********************************guarantee_page*************************************/



.guarantee_page p { margin-top: 15px;}
.guarantee_page .title_3 { margin: 30px 0 0px;}
.guarantee_page h1 { font-size: 18px; margin-top: 20px; text-transform: uppercase; color: #454545;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}


#tabs-2 table { width: 100%;}
#tabs-2 table td {text-align: center;}
#tabs-2 table tr {height: 50px;}
#tabs-2 table tr:nth-child(2n) {background-color: #f2f2f2;}
#tabs-2 table thead tr th:first-child {text-align: left;padding-left: 15px;}
#tabs-2 table tr td:first-child {text-align: left;padding-left: 15px;}
#tabs-2 tfoot td {   font-family: "OpenSansBold";}
#tabs-2 tfoot { background-color: #f2f2f2;}



/***************************laplinkgold_11_5***********************************/

.laplinkgold_11_5 .windows_video ul { margin-top: 30px;}
.calc_offers ul li h2 {
    color: #454545;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
}
.calc_offers ul li span { width: 100%; float: left;}
.calc_offers ul li {min-height: 390px !important;}
.overview_part .overview h3 { color: #454545; font-size: 15px; margin: 10px 0; text-transform: uppercase;}


/********************feature_overview*********************/


.feature_overview { width: 100%; float: left; padding: 30px 0;}
.feature_overview p { margin-top: 20px;}
.table_part { width: 100%; float: left;padding: 50px 0;}
.table_part table { width: 100%; float: left;}
table .btn { padding: 10px 12px; font-size: 13px;}
.table_part table td { width: 10%; float: left; text-align: center; padding: 10px 10px;  font-size: 12px;}
.table_part thead th { font-size: 13px; text-transform: uppercase;width: 10%; float: left; }
.table_part table tr { border-top: 1px solid #dddddd; float: left;width: 100%;}
.table_part table tr a {  padding: 9px 9px;font-size: 12px;}

.table_part table thead th:first-child { text-align: left; width: 27%;}
.table_part table tr td:first-child { text-align: left; width: 27%;font-size: 12px;}
.table_part table tr td:nth-child(5) {
    border-left: 4px solid #00879D;
    border-right: 4px solid #00879D;
}
.table_part table thead th:nth-child(5) {
    background-color: #00879d;
    color: #fff;
    line-height: 37px;
}
thead { background-color: #f5f5f5; width: 100%;}
.table_part thead th { padding: 20px 0;}
thead tr { height: 76px;}
.table_part2 table { margin-top: 30px;}
.table_part2 { padding-top: 0;}

.guarantee { width: 100%; float: left; margin-bottom: 30px;}
.guarantee p {  margin-top: 20px;}



/**************************************************************************************/

 /************************ 08_10_2016 changes documentation page **************************/




.documentation #tabs-1 li h2, .documentation #tabs-2 li h2, .documentation #tabs-3 li h2 {  color: #252525;  font-size: 16px !important;  text-transform: uppercase;}
.documentation .offer_tab{ width: 100%;}
.documentation_points { width: 100%; float: left;}
.documentation_points li {
    border-bottom: 1px solid #dddddd;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.documentation_points li:last-child { border-bottom: none;}
.documentation_points li p{margin: 0;font-family: "OpenSansRegular";}
.backtotop {
    margin: 30px 0;
    text-align: right;
    width: 100%;
}
.documentation #tabs-4 .tutorial_series li { margin-top: 15px;}
.documentation #tabs-4 > ul li { float: left; width: 100%;}


/************disk image server diskimage server************/

.diskimage_server .pro_discription { width: 63.9%;}
.diskimage_server .pro_discription a{float: none; margin-top: 10px;}




.should_know { width: 100%; float: left;}
.should_know ul { width: 100%; float: left; margin-top: 20px;}
.should_know ul li { width: 100% !important; float: left; margin: 5px 0; padding-left: 0px !important;}

.pcmover_ultimate .pro_detail #tabs-1 li, .pcmover_ultimate .pro_detail #tabs-2 li, .pcmover_ultimate .pro_detail #tabs-3 li { min-height: 65px; }
.express .detail_part_points ul li {  width: 33% !important;}
.windows_text a { color: #f5982a;font-size: 16px; margin-top: 10px;}

.windows_text h3 { text-transform: uppercase; font-size: 18px; margin-top: 20px;}

.country_no { width: 100%; float: left; margin: 30px 0;}
.country_no ul { width: 100%; float: left;}
.country_no ul li { font-size: 20px; width: 100%; float: left; color: #636363;}
.country_no ul li a {color: #f5982a;}
.country_no p {font-size: 15px;}
.country_no p a {color: #f5982a;}


.transfer_cable .detail_part_points ul li { width: 33%;}
.cables { width: 100%; float: left; padding: 30px 0;}
.cables p { margin: 20px 0 10px;}
.cables .title_3, .product_catalog .title_3 { margin: 20px 0 0;}
.cables p a { color: #F5982A;}
.cables .title_1, .product_catalog .title_1  { margin: 30px 0;}
.pro_img img {
    max-width: 100%;
}
.free_transfer_page .pro_img {margin-top: 9%;}
.free_transfer_page .pro_discription { width: 63.9%;}

.product_catalog { width: 100%; float: left; padding-bottom: 30px;}
.product_catalog ul  { width: 100%; float: left; margin-top: 20px;}
.product_catalog ul li { width: 50%; float: left; margin-top: 20px; background:  url(../images/PCmover_Icon.png)no-repeat left top; padding-left: 100px;}
.product_catalog ul li h2{ font-size: 18px; color: #454545; text-transform: uppercase;}
.product_catalog .btn { padding: 7px 16px; font-size: 15px; margin-top: 10px;}

.disk_util_icn1 { background: url(../images/SafeErase_Icon.png)no-repeat left top !important;}
.disk_util_icn2 { background: url(../images/DiskImage_Icon.png)no-repeat left top !important;}

.management1 { background: url(../images/LL_PCsync_HelpIcon.png)no-repeat left top !important;}
.management2 { background: url(../images/LL_LLE_HelpIcon.png)no-repeat left top !important;}
.management3 { background: url(../images/LL_LLG_HelpIcon.png)no-repeat left top !important;}
.management4 { background: url(../images/LL_SwitchandSync_HelpIcon.png)no-repeat left top !important;}

.cable1 { background: url(../../../../wp-content/uploads/2017/05/USB3_Cable_80x80.png)no-repeat left top !important;}
.cable2 { background: url(../../../../wp-content/uploads/2017/05/USB2_Cable_80x80.png)no-repeat left top !important;}
.cable3 { background: url(../../../../wp-content/uploads/2017/05/Ethernet_Cable_80x80.png)no-repeat left top !important;}
.cable4 { background: url(../../../../wp-content/uploads/2017/05/USBSATA-IDECable80x08.png)no-repeat left top !important;}
.product_catalog ul li p {
    font-size: 12px;
}
.detail_points .title_3 h2 { font-size: 25px;}
.windows_video .title_3 { margin: 20px 0 20px;}
.windows_video p { margin-top: 15px;}

.tab_box { width: 100%; float: left; position: relative;}
.tab_box ul { width: 100%; float: left;}
.tab_box ul li {  width: 33%; float: left; text-align: left; padding: 15px;}
.tab_box ul li p{  text-align: left;}
.tab_box ul li h2 {  color: #454545;   font-size: 18px; text-transform: uppercase;}
.tab_box .download_btn .btn.btn_orange .js-open-everything{
    font-size: 13px;
    width: 100%;
    text-align: center;
}
.apple_btn {
    text-align: center;
    width: 100%;
}
.special_offers .tab_try .title_1 h2 { font-size: 20px; margin-top: 20px;}
.tab_box img {  max-width: 100%;}

.automatically { width: 100%; float: left; padding: 50px 0;}
.automatically .title_1{margin: 20px 0;}
.automatically ul { width: 100%; float: left;}
.automatically ul li { width: 50%; padding: 15px; float: left; text-align: center;}
.automatically ul li p { text-align: left;}

.laplink_everywhere .offer_tab { width: 100%;}
.pro_discription ul { margin: 20px 0;}
.pro_discription ul li {width: 100%; float: left;}
.pro_discription ul li a{color: #F5982A;}
.pro_discription h1 {
    color: #454545;
    font-size: 15px;
    text-transform: uppercase;
}
.laylink_sync .upgrade_tabmenu #tabs-1 li, .laylink_sync .upgrade_tabmenu #tabs-2 li, .laylink_sync .upgrade_tabmenu #tabs-3 li {
    height: 84px;
}
.laylink_sync #tabs-1 li span, .laylink_sync #tabs-2 li span, .laylink_sync #tabs-3 li span {
    font-size: 11px;

}
.automatically p { margin: 10px 0 15px;}
.automatically p a, p a { color: #F5982A;}

.licensing { background-color: #fff; padding: 20px;border: 1px solid #e2e2e2;}
.btn_32_Bit { float: left;margin: 20px 0;}

.banner { width: 100%; float: left; text-align: center;}
.banner img { width: 100%;}
.enterprise_customers .offer_tab { width: 100%;}

.customers_table { width: 100%; float: left;}
.customers_table table { width: 100%; float: left; }
.customers_table table tr:nth-child(2n) { background-color: #fff;}
.customers_table thead td { font-family: "OpenSansSemiBold";  padding: 15px;  text-transform: uppercase; text-align: center;}
.customers_table tbody td, .customers_table tfoot td {  padding: 15px;text-align: center; }
.customers_table tbody tr td:first-child, .customers_table tfoot tr td:first-child  {text-align: left; }
.pc_mover_video { margin-top: 30px;}
.special_offers .title_3 {  margin-top: 20px;}

.sp_wrap { width: 100%; float: left; padding: 30px 0;}
.sp_wrap ul { width: 100%; float: left;}
.sp_wrap ul li { width: 16.6%; float: left; border-right: 1px solid #fff; text-align: center;}
.sp_wrap ul li:last-child { border-right:none;}
.sp_wrap ul li a {
    background-color: #d95b27;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif; font-weight: 700;
    font-size: 15px;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}
.sp_wrap ul li a:hover, .sp_wrap ul li.active a { background-color: #f79726; color: #fff !important;}
.try_pcmover { margin-bottom: 30px;}
.try_pcmover .title_3 { margin-bottom: 10px;}
.try_pcmover p { margin-top: 10px;}

.contact_form { width: 100%; float: left; margin-bottom: 30px;}
.contact_form form { width: 100%; float: left;}
.contact_form form p {color: #F69426; margin-top: 20px;}
.contact_form form .field_1{ width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
.contact_form form .field_1:nth-child(2n){ margin-right: 0px;}
.contact_form form .field_1 input, .contact_form form .field_1 select, .field_2 textarea{ width: 100%; padding: 10px; color: #636363; font-family:'OpenSansRegular'; border: none; border: 1px solid #bbbbbb;}
.field_2 { width: 100%;}
.field_2 textarea { height: 150px; resize:none;}
.submit_btn { float: right; margin-top: 2%;}
.submit_btn input { background-color: #d95b27; color: #fff; transition: all 0.3s ease-in-out 0s; font-family: 'OpenSansSemiBold'; text-transform: uppercase; text-align: center; border: none; padding: 10px 20px 10px 20px; cursor: pointer; }
.submit_btn input:hover { background-color: #F79726;  transition: all 0.3s ease-in-out 0s; }

.backup_part { width: 100%; float: left; padding: 50px 0;}
.backup_part ul { width: 100%; float: left;}
.backup_part ul li { width: 49%; float: left; margin-right: 2%;}
.backup_part ul li p { margin: 20px 0;}
.backup_part ul li:last-child { margin-right: 0px;}

.microsoft_img { margin-bottom: 10px; margin-top: 50px;}
.school_logo { width: 100%; float: left;text-align: center; padding: 50px 0;}
.school_logo .title_1 {margin-bottom: 30px;}

.enterprise_solutions { width: 100%; float:left; margin-bottom: 30px;}
.enterprise_solutions .microsoft_img {
    float: left;
    margin: 0 20px 0 0;
    margin-top: 12px;
}
.enterprise_solutions .btn_orange .js-open-everything{font-size: 14px;} 

.Anywhere_part { width: 100%; float: left; padding: 50px 0;}
.Anywhere_part h3 { font-size: 18px; margin-top: 20px;box-shadow: 0 0 25px #d2d2d2 inset; color: #F5982A; padding: 30px; text-transform: uppercase; }
.Anywhere_part p { margin-top: 10px;}  

.benefit_part {padding: 50px 0;}
.benefit_part table thead {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;    
}
.benefit_part table {width: 100%; margin-bottom: 30px; border: 1px solid #f2f2f2;}
.benefit_part table a {color: #F5982A;}
.benefit_part table tr td{padding: 15px; text-align: center;}
.benefit_part table tr:nth-child(2n){background-color: #f5f5f5;}
.benefit_part table tr td:first-child {text-align: left; text-transform: uppercase; width: 40%;}
.important_features { width: 100%; float: left;}
.important_features .title_3 { margin-bottom: 20px;}
.important_features .btn_orange { font-size: 14px; margin-top: 20px;}

.basic_box_model { width: 100%; float: left;}
.basic_box_model ul { width: 100%; float: left;}
.basic_box_model ul li { width: 32%;text-align: center; float: left; padding: 20px; margin-right: 2%; margin-bottom: 2%; background-color: #f5f5f5; border: 1px solid #dddddd;}
.basic_box_model ul li:nth-child(3n) {margin-right: 0px;}
.basic_box_model ul li h2 { text-transform: uppercase; color: #1a1f1d;}
.basic_box_model ul li p { margin-bottom: 10px;}
.basic_box_model ul li h2 span{ font-family: 'OpenSansRegular';}

.overview_part { width: 100%; float: left; padding: 30px 0;}
.overview { width: 50%; float: left; }
.business_pro_box { width: 50%; float: left; padding: 0px 20px 0px 20px;}
.overview .title_3 {margin-bottom: 10px;}
.overview p {margin-top: 10px; text-align: justify;}
.call_us { margin-top: 10px;}
.business_pro_box > h2 {
    background-color: #999999;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}
.business_pro_box ul { width: 100%; float: left; margin-top: 20px;}
.business_pro_box ul li { width: 49%; position: relative; float: left; margin-right: 2%; min-height: 249px;margin-bottom: 2%;padding: 15px; text-align: center;background-color: #f5f5f5; border: 1px solid #dddddd;}
.business_pro_box ul li img { max-width: 100%;}
.business_pro_box ul li p { margin:10px 0;}
.business_pro_box ul li .btn_orange { font-size: 13px;}
.business_pro_box ul li:nth-child(2n) {margin-right: 0px;}

.lm_btn {
    bottom: 6%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.customers_logo { width: 100%; float: left;}
.customers_logo p {margin: 10px 0;}
.customers_logo ul { width: 100%; float: left;padding: 50px 0;}
.customers_logo ul li {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    display: block;
    float: left;
    height: 200px;
    position: relative;
    text-align: center;
    width: 25%;
}
.customers_logo ul li img {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
}

.technical_catalog ul li:nth-child(2) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(3) { background: rgba(0, 0, 0, 0) url("../images/LL_SwitchandSync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(4) { background: rgba(0, 0, 0, 0) url("../images/LL_PCsync_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(5) { background: rgba(0, 0, 0, 0) url("../images/LL_LLE_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(6) { background: rgba(0, 0, 0, 0) url("../images/LL_LLG_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(7) { background: rgba(0, 0, 0, 0) url("../images/DiskImage_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(8) { background: rgba(0, 0, 0, 0) url("../images/SafeErase_Icon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(9) { background: rgba(0, 0, 0, 0) url("../images/LL_Defrag_HelpIcon.png") no-repeat scroll left top; }
.technical_catalog ul li:nth-child(10) { background: rgba(0, 0, 0, 0) url("../images/LL_PCLock_HelpIcon.png") no-repeat scroll left top; }

.other_products li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px;
    margin-top: 0 !important;
    padding: 0 !important;
    width: auto !important;
}
.other_products li a { color: #F5982A;}
.other_products > h2 {  color: #252525;  font-size: 18px;  padding: 10px 0;  text-transform: uppercase;}

.mysupport { width: 100%; float: left; padding-top: 30px;}
.mysupport h3 {
    color: #252525;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
}
.contact_form p {  margin: 20px 0;}
.mysupport .submit_btn { float: left;}
.mysupport_text { width: 75%; float: left; margin-right: 2%;}
.my_support_menu { width: 23%; float: left;}
.my_support_menu ul { width: 100%; float: left; border: 1px solid #f6f6f6;}
.my_support_menu h2 {
    background-color: #595a5c;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    text-transform: uppercase;
}
.my_support_menu li { width: 100%; float: left;background-color: #fefefe; padding: 0px 15px 0px 15px;}
.my_support_menu li:nth-child(2n) { background-color: #f6f6f6;}
.my_support_menu a:hover { color: #f5982a;}
.my_support_menu a {
    color: #636363;
    float: left;
    font-size: 13px;
    padding: 10px 0;
}
.search form input {
    border: 1px solid #dddddd;
    color: #636363;
    font-family: "OpenSansRegular";
    padding: 10px;
    width: 50%;
}
.search {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    float: left;
    margin-top: 40px;
    padding: 30px 20px;
    width: 100%;
}
.knowledge_base_part { width: 100%; float: left; padding: 30px 0;}
.knowledge_base_part form { width: 100%; float: left;}
.search form input { float: left; width: 50%;}
.search form .submit_btn input { float: left; width: 100%; color: #fff; margin-left: 20px;}
.search form select { border: 1px solid #dddddd; float: left; color: #636363;  padding: 10px; margin-left: 10px; }
.search .submit_btn { float: left;  margin: 0;}

.Knowledge_points { width: 100%; float: left; padding: 30px 0;}
.Knowledge_points ul { width: 100%; float: left; margin-top: 20px;}
.Knowledge_points ul li { width: 50%; float: left;margin-top: 10px;}
.Knowledge_points ul li a {color: #636363;}
.Knowledge_points ul li a:hover {color: #F5982A;}

.popular_item { width: 100%; float: left;}
.popular_item p{ margin-top: 15px; width: 100%; float: left; }
.popular_item ul { width: 100%; float: left;margin-bottom: 30px; }
.popular_item ul .title_3 {margin-bottom: 10px;}
.popular_item ul li {margin-top: 10px; background: url(../images/page_white.png)no-repeat left 3px; padding-left: 25px;}
.popular_item ul li a {margin-top: 10px; color: #636363}
.popular_item ul li a:hover { color: #F5982A;}

.all_articles_page .popular_item ul { width: 100%; margin-bottom: 20px;}
.all_articles_page .popular_item ul h2{ position: relative;}

.all_articles_page .popular_item ul h2::before {
    background: rgba(0, 0, 0, 0) url("../images/icon-rss.gif") no-repeat scroll right center;
    content: "";
    display: inline-block;
    height: 12px;
    left: 18px;
    position: absolute;
    top: 10px;
    width: 100%;
}
.partner_program{ width:100%; float:left; padding-bottom: 30px;}
.partner_program .title_1 { margin: 30px 0;}
.partner_program p { margin-top: 15px;}
.partner_program .btn_orange .js-open-everything{ margin-top: 15px;}

.img_icon img { height: auto;  margin-top: 15px;  max-width: 100%;}

.img_class { float: left; margin: 10px 0; width: 100%;}
.men_img {  float: left;  padding: 20px 0; text-align: center;  width: 100%;}
.partner_program h3 { color: #252525; float: left;   font-size: 18px; margin-top: 20px;  text-transform: uppercase;  width: 100%;}

.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.management_part { width: 100%; float: left; }
.management_part .title_1 { margin: 30px 0;}

.team_text { width: 85%; float: left; margin-right: 2%;}
.team_text p {text-align: justify;}
.team_img { width: 13%; float: left;}
.team_img img { float: right;}
.management_box { width: 100%; float: left; border-bottom: 1px solid #dddddd; padding: 30px 0;}
.management_box h3 {  color: #252525; margin-top: 20px; text-transform: uppercase; font-size: 18px; margin-top: 21px; padding-top: 0;}
.management_box img { max-width: 100%;}   

.media_part .title_3{ margin: 20px 0;}
.media_part {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}
.media_part .title_1 { margin: 30px 0;}
.media_part a { color: #F5982A;}
.media_part h3 { color: #252525; font-family: "OpenSansItalic";  font-size: 16px;  text-transform: uppercase;margin-top: 20px;}

.blog_btn {  margin-top: 20px;}
.blog_2 { float: left;  padding-left: 20px; width: 50%;}
.blog_1 { float: left; width: 50%;}



.banner_img { float: left;}
.banner_tax {  display: inline-block;  margin-left: 20px;  width: 60%;}
.page_banner { background-color: #f5f5f5; float: left;  width: 100%; padding: 20px; border: 1px solid #dddddd; border-top: none;}
.banner_img img {border: 1px solid #e3e3e3;}

.about_us .banner img {
    width: auto;
}
.about_us .banner {text-align:center; width:100%;float:left; padding:10px 0;}
.about_us .title_1 {  margin: 30px 0;}
.inc_02 {
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.inc_02 p{
    margin-top: 15px;
}

.inc_02 img {
    margin-top: 15px;
}

.careers_03{
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.careers_03 p {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.careers_03 strong {
    float: left;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}
.blog_right { border-top: 1px solid #dddddd; float: left; margin-top: 20px;   width: 100%;}
.blog_right .btn_orange .js-open-everything { margin-top: 10px;}
.blog_right ul {float: left; width: 100%;}
.blog_right li {  display: inline-block;  display: inline-block;  padding-left: 60px;}
.blog_right li img { max-width: 100%;}

.reviews1 { background: rgba(0, 0, 0, 0) url("../images/zdnetIcon.png") no-repeat scroll left center;}
.reviews2 { background: rgba(0, 0, 0, 0) url("../images/pcmagIcon.png") no-repeat scroll left center;}
.reviews3 { background: rgba(0, 0, 0, 0) url("../images/wsjIcon.png") no-repeat scroll left center;}

.offer_free {
    box-shadow: 0 0 25px #d2d2d2 inset;
    margin-top: 20px;
    padding: 30px;
    width: 100%;
}
.offer_free p { margin-top: 0px;}
.offer_free a { margin-top: 10px;}
.pricing_page .offer_tab { width: 100%;}
.pricing_page #tabs-2 h3 {
    color: #252525;
    margin-top: 15px;
    text-transform: uppercase;
}
.pricing_page #tabs-2 p { margin-top: 0px; margin-bottom: 20px;}
.pricing_page #tabs-2 .title_3 { margin-bottom: 20px;}




/****************fancybox*****************/
.portfolio_images { width: 76.7%;display: inline-block; margin-left: 1.6%;margin-top: 45px;}

.fancybox-close {
    cursor: pointer;
    height: 36px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    z-index: 8040;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite.png");
}
.img_zoom ul {
    display: inline-block;
    width: 100%;
}
.img_zoom ul li {
    display: inline-block;
}
.img_zoom ul li:last-child { margin-right: 0px;}
.img_zoom ul li img { max-width: 100%;}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 9px !important;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { 
    background-image: url(/wp-content/uploads/2023/09/fancybox_sprite.png);  
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../image/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.7);
}






/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);}

    /* Overlay helper */




    .assistance .btn { padding: 5px 30px;}
    .copy_right ul li {
        border-left: 1px solid #d7d7d7;
        display: inline-block;
        line-height: 13px;
        padding: 0 10px;
    }
     
    .copy_right ul {
        float: left;
        margin-left: 10px;
    }
    .copy_right ul li a {
        color: #818181;
        font-size: 13px;
    }
    .assistance .btn_orange:hover { background-color: #faa644;}
    .es_button input:hover { background-color: #faa644;}
    
   
.menu_link nav ul li .main_submenu ul li:last-child {
    border-right: medium none;
}
    
    /************************ 06_10_2016 changes **************************/
    
.menu_part h2 a, .submenu h2 a {
    padding-top: 0 !important;
}

/*........Popup..........*/
#popup_01 {
    float: left !important;
    padding: 20px !important;
    width: 100% !important;
}
#popup_01 .title_3 {
   margin: 15px 0 !important;
}
#popup_01 p {
    padding: 10px 0 !important;
}


/*........Popup..........*/

.free_trial h2 {
    font-size: 20px;
    margin: 15px 0;
    color: #151617;
    padding: 0;
} 
.free_trial a {
    color: #f3962a;
    padding: 10px;
}
.offer-price {
    color: #f3962a;
    font-size: 20px;
}

.enterprise_solutions p {
    padding: 5px 0;
}
.tutorial_series li, .tutorial_points ul li {margin: 5px 0 !important; width: 100%;}
.tutorial_series .title_3 { margin-bottom: 10px}

.replace_btn a {
    margin-right: 10px;
}
.replace_btn { margin-top: 10px; width: 100%; float: left;}
.tab_try #tabs-2 h3 {
    float: left;
    margin: 20px 0 0;
    width: 100%;
}

/*........Price Box..........*/

.pricing_details {
    display: table;
    width: 100%;
}
.details_left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.details_left span {
    float: left;
    font-size: 10px;
}
.details_right {
    color: #f5982a;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}


/*........Price Box..........*/

/*........Page syspectr...............*/
#syspectr-about .ui-tabs-panel, 
#syspectr-features .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-pricing .ui-tabs-panel,
#syspectr-documentation .ui-tabs-panel,
#syspectr-support .ui-tabs-panel,
#syspectr-contact-us .ui-tabs-panel { 
    background-color: #f9f9f9;
    border: 1px solid #dfdfdf;
    width: 100%; float: left;
    padding: 20px;
}

.menu_link_second ul li{
  position: relative;
  fload: left;
}
.menu_link_second .menu{
   position: relative;
}
.menu_link_second .submenu{
   top: 62px;
   width: 100%;
   background: #FFFFFF;
}
.menu_link_second .dropdown:hover .submenu{
   padding: 0;
}
.menu_link_second .submenu li{
  width: 100%;
}
.menu_link_second .submenu li a{
  background: #FFFFFF !important;
  color: #636363;
  text-align: left;
  padding-left: 20px;
  text-transform: none;
}
.sp_wrap .menu_link_second ul li ul.submenu li a:hover{
   color: #f59223 !important;
}

/*........Page webinar...............*/
.special_offers table {
    width: 100%;
    margin-bottom: 18px;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.special_offers table td {
    text-align: justify;
    padding: 8px;
    line-height: 18px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.special_offers td p {
    margin: 0;
    padding: 0;
    font-weight: 200;
    line-height: 18px;
}


/*........Accordion Styles........*/
.accordion {
    margin-bottom: 0px;
}
.accordion-title {
	background-color:#f4f4f4;
    margin-top: 0px;
	padding: 10px 0px 10px 10px;
    cursor: pointer;
}
.accordion-title:after {
  content: "\23F7";
  float: right;
  padding-right: 5px;
  font-size: 25px;
  margin-top: -5px;
  transition: 0.2s;
}
.accordion-title.open:after {
  content: "\23F6";
}
.accordion-content { 
	padding-left:10px;
	margin-bottom:40px;
}
.accordion-title:hover {}
.accordion-title:first-child {border: none;}
.accordion-title.open {cursor: default;}

@media print {
	.accordion-content {
		display: block !important;
	}
}

.laplink_price_box_fix ul.pricing li{
    width: 100%;
    padding: 10px 25px !important;
    text-align: left !important;
}

/*SDC fix css for language*/

.menu_link .hide
{
    display: none;
}
.menu_link .w300 .main_submenu{
    width: 300px !important;
}

.header_bottom_mobile {
    float: left;
    width: 100%;
}
#vsii-dl-menu{
    max-width: 100%;
    z-index: auto;
}
#vsii-dl-menu.dl-menuwrapper .dl-trigger{
    float: right;
    background: rgba(0, 0, 0, 0) url("../images/nav-icon.png") no-repeat scroll 0 0  !important;
    box-shadow:none !important;
    top: 20px;
    margin-right: 10px;
}
#vsii-dl-menu.dl-menuwrapper .dl-trigger::after{
    display: none;
}
.dl-menuwrapper .dl-menu {
    top: 70px;
}
.dl-menuwrapper .dl-submenu {
    top: 75px !important;
}
#vsii-dl-menu .hide{
    display: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #595a5c none repeat scroll 0 0 !important
}
.header_bottom_mobile{
    display: none;
}
@media(max-width: 768px){
    .header_bottom_desktop{
        display: none;
    }
    .header_bottom_mobile{
        display: block;
    }
    .need_help h2::after {
        display: none;
    }
}
.woocommerce div.product {
    position: inherit !important
}



.vsii_menu_desktop .submenu.main_submenu {
    width: auto;

}
.vsii_menu_desktop .submenu.main_submenu > li{
    border-right: 1px solid #d4d4d4;
    display: block;
    width: 270px;
    float: left;
    padding: 20px;
}
.vsii_menu_desktop h2 {

}

.menu_link nav  ul.vsii_menu_desktop li:hover .submenu.main_submenu {
    display: flex !important;
    padding: 0px;
}

.vsii_megamenu > li > .submenu{
    display: block !important;
    position: relative;
    left: auto;
    top: 0;
    padding: 0 !important;
    width: 100% !important;;
}
.vsii_megamenu > li:hover{
    z-index: 999;
}

.vsii_megamenu{
    border-right: 1px solid #d4d4d4;
    display: block;
    padding: 20px;
    width: 280px;
    float: left;
}

.vsii_megamenu > li > .submenu > li:first-child{
    padding-top: 10px !important;
}

.vsii_menu_desktop > li > .submenu .submenu{
    width: 100% !important;;
    padding: 10px 15px;
    z-index: 0;
}
.vsii_menu_desktop > li > .submenu .submenu li:first-child{
    padding-top: 0;
}

.vsii_menu_desktop .submenu .vsii_no_border {

}
.vsii_menu_desktop .submenu .vsii_no_border b{
    margin-top: -10px;
}
.vsii_menu_desktop .submenu.main_submenu .vsii_no_border {

}
.vsii_menu_desktop .submenu.main_submenu .vsii_no_border b{
    margin-top: 0px;
}
.vsii_menu_desktop li strong{
    color: #F5982A;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
}
.vsii_megamenu > li > strong >a,
.vsii_megamenu > li >a{
    width: 100%;
    border-bottom: solid 1px #dddddd;
    padding-bottom: 5px !important;
}
.dropdown:hover .submenu {
    padding: 10px 20px 20px;
}
.vsii_megamenu > li > strong > a > .fa-angle-right ,
.vsii_megamenu > li >  a > .fa-angle-right
{
    display: none;
}
.vsii_menu_desktop .fa-angle-right{
    position: absolute;
    right: 0;
    top: 5px;
}

.vsii_menu_desktop .vsii_text_up {
    text-transform: uppercase !important;
}
.vsii_menu_desktop .vsii_megamenu .submenu .submenu {
    width: 300px !important;
}
.fonts-fix .menu_link nav ul li{
    padding: 15px 20px 12px 20px;
}
.text-normal{
    text-transform: none;
}
.need_help a[role='button']{
    float: right;
    margin-right: 125px;
}
.copy_right{
    padding-top: 0;
}
.offer_news{
    padding-top: 50px;
    padding-bottom: 0;
}
.btn_reset{
    background-color: #f5982a !important;
    background-image: none !important;
    padding: 7px 25px 10px !important;
}
.btn_reset .fa{
    top: 2px !important;
}
.g_plus {
	display: none !important;
}
.es-field-wrap {
	display: inline;
}
.es_subscription_form {
	margin-bottom: 20px;
}

/* Holiday Savings */
.custom-modal {
    display: none;
    position: fixed; 
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  .custom-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
    text-align:left;
  }

  .close-button {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close-button:hover,
  .close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
/* Holiday Savings End */

/* 29-07-2022 */
 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li {padding: 8px !important;}    
 .details_left {
    font-size: 11px;
} 
.details_left {
    text-align: left;
} 
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    text-align: left;
    max-width: calc(100% - 50px);  
    width: 100%;            
}  
#post-265 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    width: auto;     
}
#post-271 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {
    width: auto;       
}

#post-365 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li .details_left {   
    width: 100%;    
}
#post-365 .upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-child(4) {
    min-height: auto;
}               

.upgrade_tabmenu .tab_try .ui-tabs-panel#tabs-1 ul.pricing li .pricing_details .details_right {
    max-width: 50px;
    width: 100%; 
}
.details_right a,.details_left {
    font-size: 12px;  
}
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-child(4) {
    min-height: 53px;
}
.upgrade_tabmenu .tab_try .ui-tabs-panel ul.pricing li:nth-last-child(-n+2) {
    border-bottom: 0;
}



/* ==============  old style End ===============  */


/* Custom css Start  21-08-2023*/


* { margin:0; padding:0;}
*, *:before, *:after { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
html { overflow-x:hidden !important;}
:focus { outline:none;}
input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
/*.........placeholder opacity........*/
::-webkit-input-placeholder {opacity:1;}
:-moz-placeholder {opacity:1; }
::-moz-placeholder {opacity:1;}
:-ms-input-placeholder {  opacity:1;}

body { margin:0; padding:0; font-family: 'OpenSansRegular'; font-size:15px;color:#636363;}
a { text-decoration:none; transition:all ease-in-out 0.3s; color: #f5982a;}
a:hover {color: #252525;}
button{transition: all ease-in-out 0.3s;}
a img, img { border:none;}
ul, li, ol { list-style:none;padding: 0px;margin: 0px;}
input, select, textarea { font-family: 'OpenSansRegular';}
h1, h2, h3, h4, h5, h6, strong{font-weight: normal; font-family: 'OpenSansBold'; }   
ins {  text-decoration: none;}

.row { width: 100%; float: left;}
.row:before, .row:after { display:table; content:"";}
.row:after { clear:both;}

.container { width:1140px; margin:0 auto;}

.clear { clear: both;}


/*.....buttons.....*/
.btn{font-family: "OpenSansBold"; text-transform: uppercase; border: 0px;border-radius:2px;padding: 10px 30px;cursor: pointer;transition: all ease-in-out 0.3s;display: inline-block;}
.btn_orange{color:#fff !important;background: #f5982a; font-size: 15px; padding: 8px 30px 10px; }
.btn_orange:hover{background: #faa644;}    
body, button, input, select, textarea {
    font-family: 'OpenSansRegular';
}  
body {
    margin: 0;
    padding: 0;
    font-family: 'OpenSansRegular';
    font-size: 15px;
    color: #636363;
}
main#main header.entry-header {
    width: 100% !important;
}
main#main .entry-content {   
    width: 100% !important;
}
.wrap {
    max-width: 1170px;
    padding: 0 15px;   
}  
.site-footer .wrap {
    padding-bottom: 0;
    padding-top: 0;
}    

/* Header css Start */

.custom-header-media {
    display: none;
}
.header-top-bar {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 4px solid #f5982a;
}
.header-top-bar-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.header-top-left p {
    color: #000;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}  
.language select {
    background-color: transparent;
    border: 0;
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 600;
} 
#top-menu>li a {
    color: #fff;
}
#top-menu>li .sub-menu a {
    color: #000;
    font-size: 14px;
}   
#top-menu>li .sub-menu a:hover {
    color: #000;
}  
#masthead .custom-header-outer .site-branding .wrap {
    padding: 0;
}
.custom-header-outer .site-branding img {
    margin-top: 5px;
    height: 40px;
}  
.custom-header-outer {  
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    background: #595a5c;
}
.custom-header-outer .site-branding {
    padding: 0;
}
.custom-header-outer .navigation-top {
    width: 80%;
    position: unset;
    background: transparent;
    border: 0;
    display: flex;
}
.custom-header-outer .custom-header {
    margin-bottom: 0 !important;
    width: 20%;
}   
.navigation-top .wrap {
    padding: 0;
}
.custom-header-outer .navigation-top .wrap {
    padding: 0 !important;
    max-width: 100%;
    margin: 0 0 0 auto;
}  

/* Header css End */

.need_help {
    width: 100%;
    background-color: #595a5c;
    padding: 22px 0;
}   
.need_help h2 {
    float: left;
    font-size: 32px;
    line-height: 63px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}  
.need_help h2::after {
    position: absolute;
    height: 117px;
    width: 36px;
    content: "";
    background: url(/wp-content/uploads/2023/08/need_help_arrow.png) no-repeat right center;     
    top: -23px;
    right: -55px;
}
.need_help ul {
    float: left;
    margin-left: 75px;
}
.need_help ul li {
    float: left;
    font-size: 16px;
    color: #fff !important;
    padding: 10px 0;
    padding-left: 72px;
}
.email {
    background: url(/wp-content/uploads/2023/08/email.png)no-repeat left center;
}  
.need_help ul li span {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #bcbcbc;
}
.need_help ul li a {
    font-size: 16px;
    color: #fff;    
}
.offer_news {
    width: 50%;
    float: none;
    padding-top: 50px;
    padding-bottom: 0;
}
.emaillist {
    width: 46% ;
    float: right;
}
.footer-bottom-section {
	background: #f4f4f4;
	float: left;
	width: 100%;
} 
.footer-bottom-section .offer_news p {
	float: none;
	font-size: 35px;
	color: #151617;
	font-family: 'OpenSansLight';
	margin-bottom: 0; 
}  
  
.copy_right {
    width: 100%;
    float: left;   
    padding-top: 0;
    padding-bottom: 12px;
}
.footer_logo {
    width: 100%;
    float: left;
    text-align: center;
    background: url( /wp-content/uploads/2023/08/line_bg.jpg) repeat-x center center;
    margin-bottom: 15px;
}
.copy_right p {
    float: left;
    font-size: 13px;
    color: #818181;
}
.copy_right p span {
    text-transform: uppercase;
    color: #595a5c;    
    font-family: 'OpenSansBold';
}
.copy_right ul {
    float: left;
    margin-left: 10px;
}
.copy_right ul li {
    border-left: 1px solid #d7d7d7;
    display: inline-block;
    line-height: 13px;
    padding: 0 10px;
}
.copy_right ul li a {
    color: #818181;
    font-size: 13px;
}
.social_2 {
    float: right;
}   
.social_2 .fb {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: left top;
    display: inline-block;
    height: 19px;
    width: 15px;
}
.social_2 a {
    margin-right: 25px;
}
.social_2 .twt {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: -96px top;
    display: inline-block;
    height: 19px;
    width: 19px;
}
.social_2 .you_tube {
    background-image: url("/wp-content/uploads/2023/08/social_2.png");
    background-position: -145px top;
    display: inline-block;
    height: 19px;
    width: 20px;  
}
.social_2 a:last-child {
    margin-right: 0px;
}
.social_2 .fb:hover {
    background-position: left bottom;
}
.social_2 .twt:hover {
    background-position: -96px bottom;
}
.social_2 .you_tube:hover {
    background-position: -145px bottom;
}
.site-info {
    display: none;
}
.copy_right ul li a:hover {
    color: #faa644;
}      
      
 
/*....Title....*/  
.title_1{width: 100%;text-align: center; position: relative;display: inline-block}
.title_1 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline.png) no-repeat center center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_1 h2 {color: #1a1f1d; display: inline-block; font-family: 'OpenSansExtraBold'; font-size: 40px; position: relative; text-transform: uppercase; z-index: 1;}
.title_1 h2 span {font-family: 'OpenSansLight'; }

.title_2{width: 100%;text-align: left; position: relative;display: inline-block}
.title_2 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_2 h2 { color: #1a1f1d; display: inline-block; font-family: 'OpenSansExtraBold'; font-size: 37px; position: relative; text-transform: uppercase; z-index: 1;}
.title_2 h2 span {font-family: 'OpenSansLight'; }

.title_3{width: 100%;text-align: left; position: relative;display: inline-block}     
.title_3 h2::after { position: absolute;  content: "";  width: 100%; height: 1px; background: url(/wp-content/uploads/2023/08/underline2.png) no-repeat left center; left: 0px;  height: 3px;  z-index: 0;bottom: -8px;}
.title_3 h2 { color: #1a1f1d; display: inline-block;     font-family: 'OpenSansExtraBold'; margin-top: 0; padding-top: 0; font-size: 20px; position: relative; text-transform: uppercase; z-index: 1;}
.title_3 h2 span {font-family: 'OpenSansLight';}  

      
.product_catalog { width: 100%; float: left; padding-bottom: 30px;}
.product_catalog ul  { width: 100%; float: left; margin-top: 0px;}
.product_catalog ul li { width: 50%; float: left; margin-top: 20px; background:  url(/wp-content/uploads/2023/08/PCmover_Icon.png)no-repeat left top; padding-left: 100px;}
.product_catalog ul li h2{ font-size: 18px; color: #454545; text-transform: uppercase; margin: 0;}
.product_catalog .btn {padding: 7px 16px; font-size: 15px; margin-top: 10px;  box-shadow: none; font-family: 'OpenSansExtraBold';}
.product_catalog .btn:hover {padding: 7px 16px; font-size: 15px; margin-top: 10px; box-shadow: none; font-family: 'OpenSansExtraBold';}       
  
.disk_util_icn1 { background: url(/wp-content/uploads/2023/08/SafeErase_Icon.png)no-repeat left top !important;}
.disk_util_icn2 { background: url(/wp-content/uploads/2023/08/DiskImage_Icon.png)no-repeat left top !important;}

.management1 { background: url(/wp-content/uploads/2023/08/LL_PCsync_HelpIcon.png)no-repeat left top !important;}
.management2 { background: url(../images/LL_LLE_HelpIcon.png)no-repeat left top !important;}
.management3 { background: url(/wp-content/uploads/2023/08/LL_LLG_HelpIcon.png)no-repeat left top !important;}
.management4 { background: url(/wp-content/uploads/2023/08/LL_SwitchandSync_HelpIcon.png)no-repeat left top !important;}  

.cable1 { background: url(../../../../wp-content/uploads/2017/05/USB3_Cable_80x80.png)no-repeat left top !important;}
.cable2 { background: url(../../../../wp-content/uploads/2017/05/USB2_Cable_80x80.png)no-repeat left top !important;}
.cable3 { background: url(../../../../wp-content/uploads/2017/05/Ethernet_Cable_80x80.png)no-repeat left top !important;}
.cable4 { background: url(../../../../wp-content/uploads/2017/05/USBSATA-IDECable80x08.png)no-repeat left top !important;}
.product_catalog ul li p {
    font-size: 12px;
    margin: 0;
}
.cables .title_3, .product_catalog .title_3 {
    margin: 20px 0 0;
}           
footer#colophon {
    margin-top: 0;
}     
.page:not(.home) #content {
    padding-bottom: 1.1em;
}         
div#content {
    padding-top: 0;
}  
.product_catalog ul li p a {
    box-shadow: none;
}
main#main .entry-header {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 20px;
}   
main#main .entry-header .entry-title {
    color: #f5982a;
}  

.detail_part_points {
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    margin-top: 50px;
}
.detail_part_points ul {
    width: 100%;
    float: left;
    height: 100%;
}
.detail_part_points ul li {
    width: 20%;
    display: table-cell;
    text-align: center;
    padding: 70px 0;
    height: 100%;
}
.detail_part_points img {
    max-width: 100%;
}
.detail_part_points ul li h2 {
    color: #151617;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    display: inline-block;
    padding-bottom: 10px;
}
.detail_part_points ul li p {
    font-size: 14px;
    margin-top: 20px;
    width: 80%;
    margin: 20px auto;
}
.detail_part_points ul li:hover {
    background-color: #fafafa;
}
.cables_table td {
    padding: 10px;     
}                   
         
.entry-content a, .entry-summary a, .comment-content a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    box-shadow: none !important;
}
.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-navigation a:hover, .widget_authors a strong:hover {
    box-shadow: none !important; 
}
thead {
    background-color: #f5f5f5;
    width: 100%;
}  
.table_part table thead th:nth-child(5) {
    background-color: #00879d;
    color: #fff;
    line-height: 37px;  
}
.table_part table tr td:nth-child(5) {
    border-left: 4px solid #00879D;
    border-right: 4px solid #00879D;
}   
.table_part table tr a {
    padding: 9px 9px;
    font-size: 12px;
}
.table_part table td {
    width: 10%;
    text-align: center;
    padding: 10px 10px;
    font-size: 12px;
}     

#secondary {
	display: none;
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
	width: 100%;
}    
p {
	margin: 0;
	padding: 0;
}   
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}       

.btn_white {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 10px;
	margin-left: 7px;
	font-size: 15px;
	color: #636363;
	text-transform: uppercase;  
}
.btn_white:hover {
	background-color: #f5982a;
	color: #fff !important;
} 
table {
	border-collapse: unset;
	margin: 0;
}
 h3 {
	color: #636363;
}
.feature_overview table th {
	text-align: center;
}  
.feature_overview table td {
	line-height: normal;
} 
.detail_discription {
	width: 62%;
	float: left;
}
.detail_discription .pro_discription {
	width: 49%;
}  
.detail_discription .btn {
	margin-right: 10px;
	margin-top: 10px;
}
.management_box:last-child {
	border-bottom: 0;
}  

  
.steps_3 ul li p {
	padding: 0 10px;
}  
#tabs2 > ul {
	display: flex;
	margin-bottom: 0px; 
}  
#tabs2 > ul li a {
	outline: none;
}
.tab_try ul li {
	margin: 0;
}
#tabs2 > ul li a:focus {
	background: #404143;
	color: #fff;
}
.tab_try ul.pcmover_point li {
	margin: 10px 0;
}  
.tab_try ul.pcmover_point {
	margin: 15px 0;
}     
.site-branding a:hover, .site-branding a:focus {
    opacity: 1 !important;  
}

/* Product bottom tab css start */ 
#Algorithms2, #Data_Structure2 {
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
	width: 100%;
	float: left;
	padding: 20px;  
}
/* Product bottom tab css End */   
/* Product top tab css start */ 
#geeks .ui-tabs-nav {
  background:#595a5c;
  color:#fff;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  margin:8px 0 0;
  padding:0;
  text-align:center
}
#geeks .ui-tabs-nav a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 7px;
	width: 100%;
	outline: none;
}
#geeks .ui-tabs-nav .ui-state-active {
  background:#404143 url(/wp-content/uploads/2023/08/tab_arrow.png) no-repeat scroll bottom!important;
  position:relative   
}       
#geeks .ui-tabs-nav .ui-state-active:after {
  background:transparent url(/wp-content/uploads/2023/08/tab_arrow.png) no-repeat scroll 50%;
  bottom:-16px;
  content:"";
  height:30px;
  left:0;
  position:absolute;
  right:0;
  width:100%
}
#geeks .ui-tabs-nav li:focus {
  outline:none
}
h2.product-name span {
  font-size:31px!important
}
#geeks .pricing {
  background-color:#f9f9f9;
  border:1px solid #dfdfdf;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  list-style:none;
  margin:0;
  padding:0
}
#geeks .pricing li a {
  color:#f5982a
}
#geeks .pricing .pricing_details {
  display:flex;
  justify-content:space-between
}
#geeks .pricing li {
	border-bottom: 1px solid #dfdfdf;
	font-size: 11px;
	padding: 10px;
	width: 100%;
}
#geeks .pricing li:last-child,
#geeks .pricing li:nth-child(5) {
  border-bottom:0
}
.top-product-tab {
	max-width: 400px; 
}
.top-tab-title h2 {
	color: #151617;
	font-weight: 700;
}  
.top-tab-title h2 span {
	font-weight: 100;
}  
#geeks .ui-tabs-nav li {
	margin: 0;
}    


/* Product top tab css End */ 
.custom-product-summary {
	display: flex; 
}   
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	float: left;
	width: 35%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: right;
	width: 60%;
	clear: none;
}   
.top-product-tab-right {
	margin-left: 20px;  
}     
#owl-demo2.owl-carousel .owl-wrapper-outer {
	z-index: 1 !important;
}         
#owl-demo2.owl-carousel  {
	z-index: 1 !important;
} 
   
.header-top-right {
    display: flex;
    align-items: center;
}
ul#menu-header-top-menu {
    display: flex;
    margin-left: 10px;
}
  

ul#menu-header-top-menu> li {
    position: relative;
    margin-left: 33px;
}
ul#menu-header-top-menu> li:hover ul {
   display: block;  
}
ul#menu-header-top-menu ul {
    background: #fff;
    border: 1px solid #bbb;
    left: 0;
    padding: 0;
    position: absolute;
    top: 31px;
    z-index: 99999;
    padding: 0px;
    margin: 0;
    width: 165px;   
    display: none;    
}            
ul#menu-header-top-menu ul li a {
    color: #000;
    font-size: 14px;
} 
ul#menu-header-top-menu> li a {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    padding: 10px 0;
}    
ul#menu-header-top-menu ul li {
    margin: 0;
    padding: 7px 10px;
}      
ul#menu-header-top-menu ul li:hover {
    background-color: rgba(248, 249, 250, 1.0);
}
  
#masthead .wrap {
    max-width: 100%;
    padding: 0 50px;
}
button.dropdown-toggle:focus {
    background: transparent;
}  

       



/* RESPONSIVE CSS START */ 
      

@media screen and (max-width: 1140px)
{
    .container{width:100%; padding: 0 15px;}    

}  


@media screen and (max-width: 1024px) 
{

    .menu_link nav ul li {padding: 20px;}
    .title_2 h2 { font-size: 33px;}
    .setup ul li span { right: 9%;}
    .step_2::before { width: 77px;}
    .need_help h2 { font-size: 16px;}
    .need_help .live_chat a {  padding: 40px 9px 10px; font-size: 13px;}
    .footer .offer_news p { font-size: 30px;}
    .email_fild { width: 84.5%;}
    .box3 ul li h2 { font-size: 18px;}
    .solutions ul li h2 { font-size: 16px;}
    .need_help ul li { padding: 10px 0 10px 63px;}

    .pro_detail h2 { font-size: 29px;}
    .upgrade_tabmenu h2 { font-size: 21px !important;}
    .steps_3 .step_2::before {  width: 182px;}
    .steps_3 ul li span { right: 24%;}
    .testi_1 p { font-size: 17px;}
    .special_offers .tab_try .ui-state-default {width: 38%;}


}
@media (max-width: 991px){
.feature_overview .table_part table {
  width: 1000px;
  float: left;
}
.table_part {
	overflow-x: scroll;
}
.table_part thead th {
	font-size: 12px;
}        
.page-id-5960 .pro_detail .container div {
	width: 100% !important;
	margin-bottom: 20px;   
} 




}

@media screen and (max-width: 979px)
{

.social_2 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}	  
.footer-bottom-section .offer_news p {
	font-size: 23px;
}  
    .menu_link nav ul li {  padding: 10px 15px 10px 15px;}
    .box3 ul li h2 {  font-size: 15px;}
    .box3 img {  height: auto;  max-width: 100%;}
    .box3 ul li p { font-size: 13px;}
    .solutions ul li h2 {  font-size: 14px;}
    .setup ul li span {  right: 4%;}
    .title_2 h2 {  font-size: 30px;}
    .setup_part img {  height: auto;   max-width: 100%;}
    .step_2::before {  width: 58px;}
    .step_2::after { width: 80%;}
    .assistance p {  font-size: 15px; line-height: 27px;}
    .footer .offer_news p {  font-size: 25px;}
    .need_help ul li a { font-size: 12px;}
    .contact_info ul li a {  font-size: 13px;}
    .for_individuals, .products, .secure_payment { padding-left: 30px;}
    .logo img { max-width: 80%;}
    .menu_link nav ul li a {font-size: 12px;}
    .btn_orange {font-size: 13px; padding: 8px 22px;}
    .btn_white {padding: 0 15px 1px;}
    .solutions ul li p { font-size: 14px;}
    .solutions ul li .btn_orange, .assistance .btn_orange {
        background: #f5982a url("../images/btn_icn.png") no-repeat scroll 4px center;
        font-size: 14px;
    }
    .step_2::before { display: none;}
    .step_2::after { display: none;}
    .setup ul li span {  right: -3%;}
    .need_help ul li { width: 40%;}
    .need_help ul { width: 67%;}
    .copy_right p {font-size: 12px;}
    .copy_right ul li a {    font-size: 12px;}
    .box3 img { height: auto; max-width: 50%;}
    .box3 ul li {  min-height: 677px;}
    .title_2 h2 {  font-size: 25px;}
    .setup_part img { max-width: 60%;}
    .setup ul li span { right: 11%; top:34px;}

    .setup ul li p { font-size: 13px;}
    .assistance p { font-size: 14px; line-height: 20px;}

    .pro_discription p { font-size: 17px;}
    .detail_part_points ul li h2 { font-size: 15px;}
    .pro_img img { max-width: 80%;}
    .header_bottom .logo { padding-top: 10px;}
    .steps_3 ul li span { right: 16%;}
    .steps_3 p { font-size: 14px;}
    .testi_1 p { font-size: 16px;}
    .other_offer h3 { font-size: 18px;}
    .title_3 h2 { font-size: 18px;}        
    .special_offers .tab_try .ui-state-default {width: 50%; }

}

    @media screen and (max-width: 768px)
    {

        nav {
            border-bottom: 0 none;
            display: block;
            padding: 10px 0;
            position: absolute;
            right: 8px;
            width: 170px;
            z-index: 33;
        }
        nav ul li {
            background: #f5f5f5 none repeat scroll 0 0 !important;
            margin-left: 0 !important;
            padding: 0 10px;
            width: 100%;
            padding: 0;
            border-left: none !important;
            float: left;
            border-bottom: 1px solid #dcdcdc;
        }
        nav ul li:hover {

        }
        nav li .submenu {
            background: #1e4e84 none repeat scroll 0 0;
            float: left;
            height: auto;
            padding: 0;
            position: relative;
            width: 100%;
        }

        nav ul li a {float: right;margin-left: 0;text-align: center;width: 100%;border-radius: 0px;}
        nav ul {display: none;height: auto;width: 100%;margin-top: 35px;}
        nav a#pull {color: #fff;display: block;padding: 10px 15px;position: relative;width: 100%;text-align: center;border: 0px !important;}
        nav a#pull:hover{background: transparent;}
        nav a#pull::after {
            background: rgba(0, 0, 0, 0) url("../images/nav-icon.png") no-repeat scroll 0 0;
            content: "";
            display: inline-block;
            height: 38px;
            margin-top: 0;
            position: absolute;
            right: 15px;
            top: 14px;
            width: 49px;
        }
        .menu_link nav ul li a {
            background-position: left center;
            font-size: 13px;
            padding-bottom: 10px;
            padding-left: 40px;
            padding-top: 10px;
            text-align: left;
        }
        .title_1 h2 { font-size: 30px;}
        .need_help .live_chat a { font-size: 12px; padding: 40px 7px 10px;}
        .footer .offer_news p { font-size: 23px;  margin-top: 5px;}
        .social_2 a {  margin-right: 15px;}

        .icn_1 { background: url(../images/icn_1.png)no-repeat center top}
        .icn_1:hover, nav ul li.active .icn_1 { background: url(../images/icn_1_h.png)no-repeat center top}
        .icn_2 { background: url(../images/icn_2.png)no-repeat center top}
        .icn_2:hover, nav ul li.active .icn_2 { background: url(../images/icn_2_h.png)no-repeat center top}
        .icn_3 { background: url(../images/icn_6.png)no-repeat center top}
        .icn_3:hover, nav ul li.active .icn_3 { background: url(../images/icn_6_h.png)no-repeat center top}
        .icn_4 { background: url(../images/icn_3.png)no-repeat center top}
        .icn_4:hover, nav ul li.active .icn_4 { background: url(../images/icn_3_h.png)no-repeat center top}
        .icn_5 { background: url(../images/icn_4.png)no-repeat center top}
        .icn_5:hover, nav ul li.active .icn_5 { background: url(../images/icn_4_h.png)no-repeat center top}
        .icn_6 { background: url(../images/icn_5.png)no-repeat center top}
        .icn_6:hover, nav ul li.active .icn_6 { background: url(../images/icn_5_h.png)no-repeat center top}

  
    }      
	
@media  (max-width: 767px) {  

.img_zoom ul {  
    margin: 0;
}
#top-menu>li .sub-menu a:hover {
    color: #000;  
} 

.custom-header-outer .navigation-top {
    width: 100%;
}
.custom-header-outer .custom-header {
    width: 40%;
}    

ul#top-menu {
    position: absolute;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
} 
#top-menu>li a {
    color: #000;
}
button.dropdown-toggle:focus {
    background: transparent;
    border: 0;
    outline: none;
}

  
.header-top-bar-outer {
    flex-wrap: wrap;
    justify-content: center;
}
.header-top-right .language select {  
    padding: 8px 0px;
} 
ul#menu-header-top-menu> li {
    margin-left: 24px;
}
.custom-header-outer {
    padding: 0 20px;
    flex-wrap: wrap;
}

.pro_detail {
    padding-top: 0;
    margin-top: 30px;
}  
.pro_detail {
	padding-left: 0px;
	padding-right: 0px;  
} 
.details_right a, .details_left {
	font-size: 10px;
}       
.team_text {
	width: 100%;
	margin-right: 0;
}
.management_box img {
	max-width: 100%;
	margin-top: 10px;
}
.team_img {
	width: 100%;
	text-align: left;
}
.team_img img {
	float: none;
}
                
  


.page-id-145 .management_part .title_1 h2 {
	font-size: 22px !important;
} 	
.main .about_us .banner img {
	width: 100% !important;
}	
.main .about_us .title_1 h2 {
	font-size: 21px !important ;
}	
.page-id-161 .title_3 h2 {
	text-align: left !important;
	margin-bottom: 18px !important;
}	
.careers_03 p {
	margin-top: 7px;
}       	  
.title_1 {  
	margin-bottom: 10px;
}	   
.page-id-161 .inc_02 table td {
	width: 100% !important;
	display: block;
}	
.page-id-169 .partnership h1 {
	font-size: 25px !important;
}	
.overview_part .overview {
	width: 100%;
}	
.overview_part .business_pro_box {
	width: 100%;
	padding: 0;
	margin-top: 25px;
}	
.page-id-2337 .Anywhere_part .title_3 {
	margin-bottom: 20px;
}	
.page-id-169 .partnership table .btn_orange {
	margin-bottom: 15px;
}	
  	
	
.postid-365 .upgrade_tabmenu .tab_try {
	z-index: 1;
	position: relative;
}	
.page-id-137 .school_logo img {
	width: 100%;
}  
	
.automatically .btn_32_Bit {
	margin-bottom: 0;
}	
.automatically .btn_32_Bit p {
	margin-bottom: 0;
}	
.automatically .title_2 {
	margin-bottom: 22px;
}	
.postid-369 .automatically .title_3 {
	margin-bottom: 10px;
}	
.main .product_catalog ul li {
	width: 100%;
}	
.page-id-5960 .pro_detail .container div table {
	width: 100% !important;
}	
.page-id-5960 .pro_detail .container div table td {
	width: 100% !important;
	display: block;
	padding: 0;
}      	
.page-id-5960 .pro_detail .container div:first-child {
	margin-top: 0 !important;
}	
.btn_32_Bit .btn_orange {
	margin-bottom: 15px;
}	
	
.cables_table {
	width: 100%;
	overflow-x: scroll;
}
.cables_table table {
	width: 800px;
} 
	
.footer .offer_news {
	width: 100%;
}	
.footer .emaillist {
	width: 100% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}	
.footer .copy_right ul li {
	padding: 0 6px;
}	
.testi_slide p {
	padding: 0 18px;
}
.special_offers .offer_tab .tab_try img {
	width: 100%;
} 	

.upgrade_windows .windows_video iframe {
	height: 202px;
}	
.windows_text > .title_2 {
	margin-bottom: 15px;
}	
.special_offers p {
	line-height: 23px;
}	
.pro_detail h2 {
	display: inline-block;
	margin-top: 14px;
} 
.detail_part_points ul li p {
	line-height: 24px;
}	
.steps_3 p {
	line-height: 23px;
}	
#tabs2 #tabs-2 li {
	float: none;
}
.price_more_info {
	float: left;
} 
.title_2 h2 {
	font-size: 21px;
}	
.detail_discription .upgrade_tabmenu {
	margin-top: 0;
} 


.overview, .school_logo img, .product_catalog ul li, 
.offer_news, .header-top-bar-outer {
	width: 100%;
}
.business_pro_box {
	width: 100%;
	margin-top: 30px;
	padding: 0;
}       
.detail_discription {
	width: 100%;
}      
.detail_discription .pro_discription {
	width: 100%;
}     

  
.emaillist {
	width: 100% !important;
	margin-top: 10px;
}
.need_help h2::before {   
	position: absolute;
	height: 117px;
	width: 100%;
	content: "";
	background: url(/wp-content/uploads/2023/09/need_help_arrow2.png) no-repeat right center;
	top: 0;    
	right: 2px;  
	background-size: 100%;       
}      
.footer-bottom-section .offer_news p {
	font-size: 19px;
}
#masthead .header-top-bar .wrap {
	padding: 0 15px;
}                          

                         







/* Header menu css start */
#masthead .wrap {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}
.navigation-top .menu-toggle {
	margin: 0 0 0 auto;
	padding: 0;
}     
nav {
	width: 100%;
	padding: 0;
}           
#site-navigation .menu-toggle:focus {
	background: transparent;
	outline: none;
}
.custom-header-outer .site-branding img {
	margin-top: 8px;
	max-height: 55px;       
}
.navigation-top .menu-toggle {
    color: #fff;
    margin-top: -39px;
}
  
  



/* Header menu css End */
 
.header-top-left p {
	font-size: 11px;  
}
.about_us .banner img {
	width: auto;
	width: 100%;
}  
.page-id-161 table td {
	width: 100% !important;
	display: block;
}     
.page-id-145 .management_part .title_1 h2 {
	font-size: 22px;
} 	
.main .about_us .banner img {
	width: 100% !important;
}	
.main .about_us .title_1 h2 {
	font-size: 21px !important ;
}	
.page-id-161 .title_3 h2 {
	text-align: left !important;
	margin-bottom: 18px !important;
}
   	
}
    @media screen and (max-width: 641px){

        .top_header p { display: none;}
        .box3 ul li h2 {  font-size: 13px;}
        .box3 ul li p { font-size: 12px; line-height: 18px; width: 90%; margin: 20px auto;}
        .box3 .btn_orange { font-size: 12px; padding: 5px 11px;}
        .box3 .btn_white { font-size: 23px;}
        .solutions ul li { width: 50%;}
        .setup { width: 100%; border-right: medium none;}
        .assistance { width: 100%; padding-left: 0px; padding-top: 0px;}
        #owl-demo_1 .owl-prev { left: -17px;  top: -110px;}
        #owl-demo_1 .owl-next { right: -18px;  top: -110px; width: 21px;}
        .need_help h2 { font-size: 20px;text-align: center;  width: 100%;}
        .need_help ul { margin-left: 0;  width: 100%;}
        .need_help .live_chat a { font-size: 15px; margin-top: 20px; text-align: center; width: 100%;}
        .footer .offer_news p { width: 100%; text-align: center;}
        .offer_news form { width: 100%; margin-top: 20px;}
        .contact_info { width: 100%;  }
        .for_individuals, .products { width: 50%; border-left: 0px; padding-left: 0px;margin-top: 20px; padding: 20px 0;border-top: 1px solid #e6e6e6;position: relative; }
        .secure_payment { width: 100%; padding-left: 0px; border-left: 0px; margin-top: 20px; border-top: 1px solid #e6e6e6;position: relative; padding: 20px 0; }
        .secure_payment ul li {  float: left;    width: auto; margin-bottom: 0px; margin-right:10px; }
        .copy_right p {  text-align: center; width: 100%;}
        .copy_right ul {  text-align: center;width: 100%; margin-left: 0px;}
        .copy_right ul li:first-child {border-left: none;}
        .social_2 {margin-top: 10px; text-align: center;  width: 100%;}
        .copy_right { padding: 10px 0;}

        .pro_img { width: 100%;}
        .pro_discription { width: 100%; float: left;}
        .upgrade_tabmenu { width: 100%;}
        .detail_part_points ul li { width: 50%;}
        .detail_part_points ul li h2 { width: 75%;}
        .title_2 h2 { font-size: 23px;}
        .windows_text p { line-height: 26px;font-size: 13px;}
        .steps_3 ul li span { right: 14%;top: 43px;}
        .steps_3 img { max-width: 60%;}
        .special_offers .tab_try .ui-tabs-anchor { font-size: 12px;}
        .offer_box h1 { font-size: 12px;}
        .special_offers p { font-size: 12px;}
        .pcmover_point li a {font-size: 13px;}
        .box3 {background-color: #fff;}
        .box3 ul li {border: 1px solid #e2e2e2; margin-bottom: 20px;}





    }



    @media screen and (max-width: 639px)
    {

        .language select { padding: 8px 0;}
        .cart {  float: left;}
        .cart ul li {padding: 20px 12px;}
        .header_bottom .logo { padding: 10px 0;}
        .caption h2 { font-size: 50px;}
        .caption h3 { font-size: 19px;}
        .slide_1 { background-position: -480px center ;  height: 378px;}
        .caption {padding-top: 70px;}
        .box3 ul li { width: 100%;}
        .box3 ul li h2 {  background-color: #404143;  color: #fff;   font-size: 19px;        }
        .box3 ul li p {  font-size: 14px;}
        .box3 .btn_orange {   font-size: 12px;  padding: 7px 25px;}
        .box3 ul li { min-height: auto;}
        .but_2 { position: static;}
        .setup ul li { width: 100%; margin-bottom: 30px;}
        .setup ul li:last-child { margin-bottom: 0px;}
        .setup ul li p { font-size: 15px; width: 80%;}
        .setup ul li span { right: 30%;  top: 61px;}
        .setup .title_2 {  text-align: center;}
        .assistance .title_2 { text-align:center;}
        .title_1 h2 {font-size: 25px;}
        .customers ul li { width: 33%;}
        .customers ul li:nth-child(4) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(7) {border-left: 1px solid #e3e2e2; border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(8) { border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(9) { border-bottom: 1px solid #e3e2e2;}
        .customers ul li:nth-child(10) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(6) {border-left: none; border-bottom: 1px solid #e3e2e2;}
        #owl-demo_1 .owl-next { top: -243px;}
        #owl-demo_1 .owl-prev {  top: -246px;}
        .need_help ul li {  width: 100%;}
        .box3 ul li { padding: 60px 0 20px;}
        .need_help ul li a { font-size: 14px;}
        .need_help ul li span { font-size: 16px;}

        .pro_img img {  max-width: 40%;}
        .detail_part_points ul li { width: 100%;  padding: 30px 0;  min-height: auto;}
        .windows_text { width: 100%;}
        .windows_video { width: 100%; margin-left: 0px; margin-top: 30px;}
        .steps_3 ul li { width: 100%; margin-bottom: 30px;}
        .steps_3 ul li:last-child {margin-bottom: 0px;}
        .steps_3 ul li span { right: 30%;  top: 65px;}
        .steps_3 p { width: 80%; margin: 0 auto;}
        .offer_tab {width: 100%; padding: 0 10px;}
        .other_offer { width: 100%; margin-left: 0px; margin-top: 30px;}
        .pro_detail h2 {  font-size: 21px;}
        .pro_discription p { font-size: 15px;}
        .location_path ul li a { color: #636363; font-size: 11px;}
        .location_path ul li { float: left; margin-right: 10px;}
        .location_path i { margin-left: 12px;}

        .need_help h2::before {
            position: absolute;
            height: 117px;
            width: 100%;
            content: "";
            background: url(/wp-content/uploads/2023/09/need_help_arrow2.png) no-repeat right center;      
            top: 0;
            right: 2px;
            background-size: 100%;
        }
        .need_help ul { margin-top: 20px;}
        .setup .title_2 h2 br { display: none;}
        .assistance .title_2 h2 br { display: none;}
        .solutions { padding: 20px 0;}
        .steps_3 { padding: 20px 0;}
        .detail_part_points ul li { padding: 20px 0;}
        .upgrade_windows { padding: 20px 20px;}  
        .client_testimonial { padding: 20px 0;}
        .special_offers { padding: 20px 0;}
        .assistance { text-align: center;}
        .assistance p { text-align: center;}
		.detail_part_points ul li { width: 100%; display: block; }
		.partnership table, .partnership tbody, .partnership tr, .partnership td, .partnership h1 { display: block; width: 100% !important; max-width: 100% !important; padding: 5px !important;}

    }
    @media screen and (max-width: 479px)
    {
        .caption { margin-right: 0px;}
        .box3 ul li h2 { font-size: 15px;}
        .solutions ul li h2 { width: 100%;font-size: 16px;}
        .footer .offer_news p { font-size: 19px;}
        .email_fild {  width: 80.5%;}
        .secure_payment ul li { margin-right: 4px;}
        .cart {  float: left;}
        .social {float: right;width: 100%; text-align: center; margin-left: 0px;}
        .setup ul li span { right: 23%;}
        .setup { padding-top: 0px;}
        .customers ul li {  width: 50%;}
        .customers ul li:nth-child(3) {border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(4) { border-left: none;}
        .customers ul li:nth-child(5) { border-left: 1px solid #e3e2e2;}
        .customers ul li:nth-child(9) { border-left: 1px solid #e3e2e2; border-bottom:none}
        .customers ul li:nth-child(10) { border-left:none;}
        #owl-demo_1 .owl-next { top: -313px;}
        #owl-demo_1 .owl-prev { top: -316px;}
        .language select { padding: 8px 30px;}

        .special_offers .tab_try .ui-state-default { width: 100%;}
        .solutions { background-color: #f4f4f4;}
        .solutions ul li { width: 100%; background-color: #fff; margin-bottom: 20px; border: 1px solid #e2e2e2;}
        .solutions ul li:last-child { margin-bottom: 0px; }
        .cart ul li { border-left: none;}
        .testi_1 p { font-size: 12px; line-height: 24px;}
		.detail_part_points ul li { width: 100%; display: block; }
		.partnership table, .partnership tbody, .partnership tr, .partnership td, .partnership h1 { display: block; width: 100% !important; max-width: 100% !important; padding: 5px !important;}
	}

        @media screen and (max-width: 359px)
            {
            .setup ul li span {  right: 20%;    }
            .contact_info ul li { font-size: 13px;}
            .footer .offer_news p {font-size: 18px;}
            .copy_right p { font-size: 11px;}
            .secure_payment ul li { margin-right: -3px;}
            .secure_payment img { max-width: 84%;}
            .title_2 h2 {  font-size: 21px;}
            .steps_3 ul li span {right: 20%;}
        }


@media (min-width: 768px) and (max-width: 991px) { 
   
/* ipad menu start*/  

.main-navigation .menu-item-has-children > a > .icon, .main-navigation .page_item_has_children > a > .icon {
    display: none;
}
.dropdown-toggle {
    right: 24px;
}
ul.sub-menu.toggled-on {
    display: block !important;
}    
  
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 0;
    right: auto;
}




.custom-header-outer .navigation-top .wrap {
    width: 100%;
}
nav#site-navigation {
    width: 100%;
    margin: 0;
}
.js .main-navigation ul, .js .main-navigation ul ul, .js .main-navigation > div > ul {
    display: none;
}  
.navigation-top .menu-toggle {
    color: #fff;
    margin-top: -48px;
    padding: 0;
    background: transparent;  
    position: absolute;
    outline: none;
    right: 0;
}
.navigation-top .menu-toggle:focus {
    background: transparent;
}
.custom-header-outer {
    padding: 0 20px;    
    flex-wrap: wrap;
}

.js .menu-toggle, .js .dropdown-toggle {
    display: block;
}
#top-menu>li .sub-menu a:hover {
    color: #000;  
} 

.custom-header-outer .navigation-top {
    width: 100%;
}
.custom-header-outer .custom-header {
    width: 40%;
}    

ul#top-menu {
    position: absolute;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
} 
#top-menu>li a {
    color: #000;
}
button.dropdown-toggle:focus {
    background: transparent;
    border: 0;
    outline: none;
}
.header-top-bar-outer {
    flex-wrap: wrap;
    justify-content: center;
}

  /* ipad menu end */   


}



/* RESPONSIVE CSS END */ 

div#owl-demo2 .owl-item:nth-child(1),
div#owl-demo2 .owl-item:nth-child(2),
div#owl-demo2 .owl-item:nth-child(3),
div#owl-demo2 .owl-item:nth-child(4),
div#owl-demo2 .owl-item:nth-child(5),
div#owl-demo2 .owl-item:nth-child(6),
div#owl-demo2 .owl-item:nth-child(9),
div#owl-demo2 .owl-item:nth-child(10),
div#owl-demo2 .owl-item:nth-child(11),
div#owl-demo2 .owl-item:nth-child(12)
 {
    display: none !important; 
}
div#owl-demo2 {
    pointer-events: none;
}   

  


/* Custom css End  21-08-2023*/    