/*
Theme Name: Graysync
Theme URI: https://Graysync
Author URI: https://Graysync
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 3.7
Tested up to: 6.1
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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


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


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

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

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

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

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

[hidden] {
	display: none;
}

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

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

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}

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

a:visited {
	color: #ac0404;
}

a:focus {
	outline: thin dotted;
}

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

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Poppins', sans-serif;
	font-weight: 700 !important;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 55px !important;
	line-height: 60px !important;
	margin: 0px 0 30px !important;
}

h3 {
	font-size: 40px !important;
	line-height: 50px !important;
	margin: 0px 0 25px;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

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

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

blockquote blockquote {
	margin-right: 0;
}

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

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

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

ul {
	list-style-type: square;
}

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

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

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

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

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

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

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

button,
input {
	line-height: normal;
}

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

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

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

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

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226, 45, 15, 1) 0%, rgba(158, 25, 13, 1) 100%);
}

.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233, 139, 41, 1) 0%, rgba(238, 179, 95, 1) 100%);
}

.has-light-sky-gradient-background {
	background: linear-gradient(135deg, rgba(228, 228, 228, 1.0) 0%, rgba(208, 225, 252, 1.0) 100%);
}

.has-dark-sky-gradient-background {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1.0) 0%, rgba(56, 61, 69, 1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

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

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

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

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

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

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%);
	/* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
	/* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412;
	/* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
	/* Chrome 10+, Safari 5.1+ */
	background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
	/* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.alignright {
	float: right;
}

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

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

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

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

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

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

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

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

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

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

.wp-caption.alignleft+ul,
.wp-caption.alignleft+ol {
	list-style-position: inside;
}

/*vinccc*/
.font-12 {
	font-size: 12px !important;
	line-height: 16px;
}

.font-13 {
	font-size: 13px;
	line-height: 18px;
}

.font-14 {
	font-size: 14px;
	line-height: 20px;
}

.font-15 {
	font-size: 15px;
	line-height: 22px;
}

.font-16 {
	font-size: 16px;
	line-height: 24px;
}

.font-17 {
	font-size: 17px;
	line-height: 22px;
}

.font-18 {
	font-size: 18px;
	line-height: 24px;
}

.font-20 {
	font-size: 20px;
	line-height: 22px;
}

.font-22 {
	font-size: 22px;
	line-height: 30px;
}

.font-24 {
	font-size: 24px;
	line-height: 32px;
}

.font-26 {
	font-size: 26px;
	line-height: 32px;
}

.font-28 {
	font-size: 28px;
	line-height: 36px;
}

.font-30 {
	font-size: 30px;
	line-height: 40px;
}

.font-34 {
	font-size: 34px;
	line-height: 40px;
}

.font-36 {
	font-size: 36px;
	line-height: 40px;
}

.font-42 {
	font-size: 42px;
	line-height: 48px;
}

.font-50 {
	font-size: 50px;
	line-height: 55px;
}

.font-54 {
	font-size: 54px;
	line-height: 62px;
}

.font-60 {
	font-size: 60px;
	line-height: 80px;
}

.font-70 {
	font-size: 70px;
	line-height: 75px;
}

.font-86 {
	font-size: 86px;
	line-height: 85px;
}

.font-100 {
	font-size: 100px;
	line-height: 110px;
}

.font-120 {
	font-size: 120px;
	line-height: 120px;
}

.font-140 {
	font-size: 140px;
	line-height: 165px;
}

.font-262 {
	font-size: 262px;
	line-height: 262px;
}


.pop_regular {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.pop_bold {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.pop_black {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
}
.white {
	color: #fff !important;
}

.supergrey {
	color: #5F595B !important;
}

.green_light {
	color: #D0F208 !important;
}

.green {
	color: #00F17C !important;
}

.black {
	color: #000 !important;
}

.lightcolor {
	color: #BEA675 !important;
	opacity: 0.04
}

.purplee {
	color: #4B32FC !important;
}

.grey {
	color: #D9D6D6 !important;
}

.brown {
	color: #3F193A !important
}

.bg-brown {
	background: #8F492F !important;
}

.bg-blue-black-dark {
	background: #131417 !important;
}

.bg-darkblue {
	background: #DAD2FF !important;
}

.bg-beige {
	background: #FAFAFA !important;
}

.bg-green {
	background: #D0F208 !important;
}

.bg-greens {
	background: #00F17C !important;
}

.bg-purplee {
	background-color: #4B32FC !important;
}

.bg-lightpurple {
	background-color: #FBFBFB !important;
}

.bg-pink {
	background: #FF7AEC !important;
}

.bg-pinks {
	background: #FF0075 !important;
}

.bg-black {
	background: #000 !important;
}

.bg-white {
	background: #FFFFFF !important;
}

.letter-spacing {
	letter-spacing: 3.6px;
}

.text-center {
	text-align: center;
}

.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-25 {
	padding-top: 25px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-25 {
	padding-bottom: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pt-140 {
	padding-top: 140px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pt-160 {
	padding-top: 160px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pt-180 {
	padding-top: 180px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pt-200 {
	padding-top: 200px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pt-240 {
	padding-top: 240px;
}

.pb-240 {
	padding-bottom: 240px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-125 {
	margin-top: 125px;
}

/* anthony */

.page-template-privacy .about_pic:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: url(images/home_banner.svg) no-repeat 25% 80%;
    opacity: 0.1;
    background-size: cover;
}
.page-template-privacy .pricing_content a{
	color:#4B32FC!important;
}
.contact_popup .popup_inner {
    max-height: 775px;
}


.blog_inner{
    flex: 0 0 32%;
    padding: 25px !important;
    border-radius: 20px;
}
.blog_left img{
    border-radius:20px;
}
.blog_left .hover{
    border-radius:20px;
}
.blog_all{
    gap:2%;
}
.inner_press.press_white a:hover{
    color:#fff!important;
}

.contact_popup input{
    width:100%;
}

.contact_popup select{
    width:100%;
}

.contact_popup textarea{
    background:#FAFAFB!important;
    border-radius:15px!important;
}

.singleimage_service img{
    height: 650px;
	object-fit: contain;
    object-position: bottom;
}

.page-template-why-graysync .testi_section_main {
    z-index: -3;
    position: relative;
}

.graycie_content {
	padding:45px;
	background: #FBFBFB;
    box-shadow: 2px 4px 10px 0px rgba(19, 11, 70, 0.07);
}

.message_area textarea{
	border-radius: 0;
    border: 1px solid #F1F1F5;
	background: #FFF;
    height: 145px;
    padding-left: 15px;
	padding-top:8px;
	width: 100%;
	color:#92929D;
	resize:none;
}
.contactus_form input {
	border-radius: 0;
    border: 1px solid #F1F1F5;
	background: #FFF;
    height: 38px;
    padding-left: 15px;
	width: 100%;
	color:#92929D;
}
.contactus_form select{
	border-radius: 0;
    border: 1px solid #F1F1F5;
    background: #FFF url(images/select.svg) no-repeat 96% 52%;
    height: 38px;
    padding-left: 15px;
	width: 100%;
	color:#92929D;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.contact_popup .font-42 em{
	font-style:normal;
	color:#4B32FC!important;
}

.vendors_logo{
	flex:0 0 48%;
}

.title_press{
	background:url(images/black_quote.svg) no-repeat 0 16%;
	padding-left:30px;
}

.press_white .title_press{
	background:url(images/white_quote.svg) no-repeat 0 16%;	
}

.inner_press{
	max-height:300px;
}

.press_white a{
	color:#fff!important;
	font-weight:400!important;
}

.first_sale{
	border-bottom:1px solid rgba(0,0,0,0.2);
}

.graysync_sales.col-md-4:first-child{
	border-right:1px solid rgba(0,0,0,0.2);
}

.title_sale:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -20px;
    width: 100px;
    height: 90px;
    background: url(images/all-in-one.svg) no-repeat 0 0;
    background-size: contain;
    z-index: -1;
}

.content_sale a{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

.content_sale a:hover{
	color:#000!important;
}

.content_sales_button a:hover{
	text-decoration:none;
}
.content_sales_button a{
	padding:20px 0;
	width:260px;
}

.page-template-contact .about_pic:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: url(images/home_banner.svg) no-repeat 25% 80%;
    opacity: 0.1;
    background-size: cover;
}

.third_tab a{
	font-weight:bold!important;
	text-decoration:underline!important;
	opacity:1!important;
}

.feature_left .font-26{
	font-size: 30px;
    line-height: 35px;	
}

.inner_feature:hover {
	background: #DAD2FF;	
	border-color: #DAD2FF!important;
	transition: all ease 0.6s;
}
.inner_feature{
	transition: all ease 0.6s;	
}
.menu-header-menu-container li.menu-item-117  a{
    padding-bottom: 65px!important;
}
.menu-item-117.active a {
    background-size: 55px!important;
    background: url(images/back_features.svg) no-repeat 15% 100%;
}
.inner_feature a:hover{
	text-decoration:none;
}
.popup_features {
    top: 120px;
    left: 5%;
	display:none;
    z-index: 9999;
    width: 90%;	
}
.popup_main {
    background: rgba(75,50,252,0.85);
    z-index: 999999;
    display: none;
    top: 0;
}
.popup_cont {
    background: rgba(75,50,252,0.85);
    z-index: 999999;
    display: none;
    top: 0;
}
.popup_inner {
    width: 1000px;
    max-height: 600px;
    height: 94%;
    padding: 60px;
    overflow-y: auto;
    border-radius: 20px;
}
.closes {
    cursor: pointer;
    width: 1100px;
    top: 25px;
    position: relative;
}
.free_contact input{
	border-radius: 15px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB;
    height: 38px;
    padding-left: 15px;
	color:#92929D;
}
.free_contact select{
	border-radius: 15px;
    border: 1px solid #F1F1F5;
    background: #FAFAFB url(images/select.svg) no-repeat 96% 52%;
    height: 38px;
    padding-left: 15px;
	color:#92929D;
	-webkit-appearance: none;
  -moz-appearance: none;
}
.request_demo input{
    border-radius: 10px;
    background: #D0F208;
    height: 38px;
    padding: 0;
    color: #171725;
    font-weight: bold;
    text-transform: capitalize;
    width: 320px;
    line-height: 30px;	
}
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: none;
}

.wpcf7-response-output {
	border-color: red !important;
	color: red;
	text-align: center;
	font-size: 16px;
	width: 70%;
}

.invalid .contact-send {
	margin-bottom: 15px;
}

.wpcf7-form-control-wrap input.wpcf7-not-valid {
	border: 1px solid red;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em auto 0em !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red;
	display: inline-block !important;
}

.wpcf7-spinner {
	display: none;
}

.email_pop input{
	width:100%;
}
.request_demo input:hover{
	border:0;
	padding:0;
	background: #D0F208;
}
.request_demo input:active{
	border:0;
	padding:0;
	background: #D0F208;
}
.request_demo input:focus{
	border:0;
	padding:0;
	background: #D0F208;
}
.inner_form {
    width: 49%;
}
.right_grace_pop {
	display: none;
}

.mob.d-flex {
	display: none !important;
}
.why_graysyncs .container_big{
	width:2000px;
}
.grace4,.grace5{
	margin-bottom: 210px;
}

.grace6 {
	margin-top: 280px;
}
.grace1 {
	margin-top:60px;
}
.grace2 {
	margin-top:150px;
}
.grace3 {
	margin-top:250px;	
}
.grace1:before {
    content: "";
    position: absolute;
    background: url(images/third_line.svg) no-repeat 50% 50%;
    width: 241px;
    height: 2px;
    right: -240px;
    top: 201px;
    background-size: cover;
	z-index:-1;
}

.grace2:before {
    content: "";
    position: absolute;
    background: url(images/fourth_line.svg) no-repeat 50% 50%;
    width: 700px;
    height: 108px;
    left: 40px;
    background-size: cover;
    top: -60px;
    z-index: -2;
}

.grace3:before {
    content: "";
    position: absolute;
    background: url(images/fourth_line.svg) no-repeat 50% 50%;
    width: 750px;
    height: 108px;
    left: 10px;
    background-size: cover;
    top: -20px;
    z-index: -2;
}

.grace4:before {
	content: "";
	position: absolute;
	background: url(images/brain.svg) no-repeat 50% 50%;
    width: 430px;
    height: 110px;
    left: -390px;
    top: 60px;
	z-index:-1;
}

.grace5:before {
	content: "";
    position: absolute;
    background: url(images/head1.svg) no-repeat 0% 0%;
    width: 200px;
    height: 200px;
    left: -120px;
    top: 46px;
    background-size: cover;
    z-index: -1;
}

.grace6:before {
    content: "";
    position: absolute;
    background: url(images/third_line.svg) no-repeat 50% 50%;
    width: 310px;
    height: 1px;
    left: -299px;
    top: 100px;
    background-size: cover;
    z-index: -1;
}

.icon_graycie {
	margin-right: 10px;
}

.right_grace {
	width: 948px;
	padding-left: 75px;
}

.left_grace {
	width: 692px;
	top: 50px;
	z-index:-2;
}

.left_grace img {
	width: 635px;
}

.bandwagon_logo {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

h2 em {
	font-style: normal;
	color: #4B32FC;
}

.inner_logos img {
	max-height: 50px;
	width: auto !important;
	margin: auto !important;
}

.all_services {
	margin-top: -62px;
}

.right_serv_bottom .book_tab {
	top: -15px;
	right: 50px;
}

.inner_services {
	border-bottom: 1px solid #c4c4c4;
}

.right_serv_content {
	padding: 65px 80px !important;
}

.home_banner_main:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 75%;
	height: 100%;
	background: url(images/home_banner.svg) no-repeat 25% 80%;
	opacity: 0.1;
	background-size: cover;
}

.content_banner_page {
	bottom: 0;
	left: 0;
	margin-left: 10%;
	width: 80%;
}

.image_about img {
	width: 100%;
}

.icon_about img {
	height: 400px;
}

.features_titles_lefts img {
	width: 100%;
}

.features_titles_lefts:before {
	content: "";
	position: absolute;
	background: url(images/Frame.png) no-repeat 50% 50%;
	width: 160px;
	top: -43px;
	height: 150px;
	right: -52px;
	background-size: contain;
}

.features_titles_lefts:after {
	content: "";
	position: absolute;
	background: url(images/Frame-2.png) no-repeat 50% 50%;
	width: 160px;
	top: 186px;
	height: 150px;
	right: -82px;
	background-size: contain;
}

.why_graysync .why_graysyncs:nth-child(2n+2) {
	background: #FBFBFB;
}

.why_image img {
	height: 265px;
	margin: auto;
}

.servicess_pic .titles_banner_home.col-md-4 img {
	height: 50px;
}

.pricing_contents:hover {
	background: #DAD2FF !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .title_price {
	color: #4B32FC !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .users_price {
	color: #4B32FC !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .prices_units {
	color: #4B32FC !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .prices_units:before {
	color: #4B32FC !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .prices_demo .book_demos {
	background: #4B32FC !important;
	transition: all ease 0.5s;
}

.pricing_contents:hover .subtitle_price {
	opacity: 1;
	transition: all ease 0.5s;
}

.pricing_contents {
	transition: all ease 0.5s;
}

.pricing_contents div {
	transition: all ease 0.5s;
}

.left_price {
	padding-left: 140px;
}

.contact_price .book_demos {
	margin-left: 20%;
}

.price_option ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_price {
	background: url(images/contact_price.svg) no-repeat 0% 75%;
	height: 300px;
	background-size: cover;
	right:-1px;
}

.price_option li {
	margin: 0 40px;
	background: url(images/list_option.svg) no-repeat 0 50%;
	padding-left: 30px;
}

.left_price h3 {
	font-size: 34px;
}

.features_demo li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/list.svg) no-repeat 0 50%;
	width: 12px;
	height: 20px;
}

.features_demo li {
	list-style: none;
	position: relative;
	padding-bottom: 15px;
	padding-left: 25px;
}

.features_demo li em {
	color: #4B32FC;
	font-style: initial !important;
}

.features_demo ul {
	padding: 0;
	width: 300px;
	margin: 0 auto;
}

.prices_demo .book_demos {
	width: 300px !important;
}

.prices_demo {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.prices_units span {
	opacity: 0.4;
	padding: 0 3px;
}

.prices_units:before {
	content: "$";
	position: absolute;
	font-size: 16px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	left: 25px;
	top: 3px;
	line-height: 1;
}

.users_price:before {
	content: "";
	position: absolute;
	left: -95px;
	width: 65px;
	height: 1px;
	background: #000;
	top: 12px;
}

.users_price:after {
	content: "";
	position: absolute;
	right: -95px;
	width: 65px;
	height: 1px;
	background: #000;
	top: 12px;
}

.subtitle_price {
	opacity: 0.4;
}

.pricing_contents {
	flex: 0 0 32.5%;
	padding: 50px 70px;
	box-shadow: 2px 4px 10px rgba(19, 11, 70, 0.07);
}

.price_image img {
	width: 100%;
}

.book_demos:hover {
	text-decoration: none;
}

.book_demos {
	padding: 20px 30px;
}

.header_menu .current-menu-item a {
	font-weight: 700;
}

.blog_lefts {
	flex: 0 0 30%;
}

.blog_lefts a:hover {
	text-decoration: none;
}

.blog_lefts img {
	height: 450px;
	object-fit: cover;
}

.addtoany_list {
	display: flex !important;
	flex-direction: column !important;
}

.a2a_svg {
	background: #000 !important;
	border-radius: 45px !important;
}

.a2a_kit a {
	margin-bottom: 8px !important;
}

.a2a_svg svg {
	padding: 5px !important;
}

.singleimage_blog.col-md-4 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.hover {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.title_inner_blog {
	bottom: 30px;
	left: 50px;
}

.blog_left img {
	width: 100%;
}

.blog_right{
	padding:5% 0!important;
}

.readmore a {
	text-decoration: underline;
}

.servicess_list li:before {
	content: "";
	position: absolute;
	left: -30px;
	top: 5px;
	background: url(images/single_list.svg) no-repeat 0 50%;
	width: 15px;
	height: 22px;
	background-size: 18px;
}

.servicess_list ul {
	padding: 0;
	width: 70%;
	margin: 0 auto;
}

.servicess_list li {
	margin: 35px 0;
	list-style: none;
	position: relative;
}

.servicess_content.col-md-6 {
	padding-left: 120px !important;
	padding-right: 160px !important;
}

.servicess_content h2 {
	font-size: 55px;
	margin-bottom: 30px;
}

.servicess_image img {
	width: 100%;
}

.single-services .header_main_section {
	background: #4B32FC;
}

.single-blog .header_main_section {
	background: #4B32FC;
}

.feat_content.active img {
	margin-bottom: 30px;
	transition: all ease 0.5s;
}

.feat_content img {
	transition: all ease 0.5s;
}

.feat_cont a {
	text-decoration: underline;
}

.feat_gif img {
	height: 250px;
}

.feat_cont {
	display: none;
}

.feat_image img {
	width: 100%;
}

.feat_title img {
	width: 70px;
	margin-bottom: 12px;
}

.all_features .col-md-3 {
	flex: 0 0 25%;
}

.book_demo {
	margin-right: 8px;
}

.book_demo a:hover {
	text-decoration: none;
}

.book_demo a {
	width: 225px;
	height: 55px;
	line-height: 55px;
}

.plan_content {
	background: url(images/Clip-path-group.png) no-repeat 50% 50%;
	background-size: cover;
}

.features_content h2 {
	font-size: 55px;
	margin-bottom: 25px !important;
}

.plan_content h2 {
	font-size: 55px;
	width: 55%;
	margin-bottom: 25px !important;
}

.product_image.col-md-6 {
	background: url(images/meet-gracie.svg) no-repeat 0% 50%;
	padding-left: 11% !important;
	background-size: contain;
}

.features_images.col-md-6 {
	background: url(images/product_banner.svg) no-repeat 0% 50% !important;
	padding-left: 16% !important;
	background-size: contain !important;
	padding-top: 1px;
}

.about_image.col-md-6 {
	background: url(images/aboutt.svg) no-repeat 0% 50%;
	padding-left: 10% !important;
	background-size: contain;
}

.about_image img {
	width: 100%;
}

.product_image img {
	width: 100%;
}

.blog_image.col-md-6 {
	background: url(images/blog_banner.svg) no-repeat 0 50%;
	padding-left: 11.6vw !important;
	background-size: 20.7vw;
	padding: 5.9vw 0 3vw;
}

.price_image.col-md-6 {
	background: url(images/pricing.svg) no-repeat 0% 50%;
	padding-left: 9% !important;
	background-size: 46%;
}

.why_image.col-md-6 {
	background: url(images/whygray.svg) no-repeat 0% 50%;
	padding-left: 12% !important;
	background-size: 48%;
}

.blog_image img {
	width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*vinc home*/
.inputss_one {
	background: url(images/dot-white.png) no-repeat 50% 50%;
	background-size: 100%;
	height: 40px;
	width: 40px;
}

.input_section_container {
	width: 100%;
	margin: auto;
}

.inputss_two {
	width: 88%;
	background: #fff;
	border: 1px solid #fff;
	padding: 15px;
	border-radius: 12px;
	opacity: 0.5;
}

.inputss_three {
	width: 6%;
	background: #fff;
	border: 1px solid #fff;
	padding: 20px;
	border-radius: 12px;
}

span.bulls {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;
	color: #FFFFFF;
}

.sub_bullss {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 33px;
	color: #FFFFFF;
}

#owl-testi .owl-nav {
	display: block !important;
}

#owl-testi .owl-dots .owl-dot.active {
	display: block !important;
}

#owl-testi .owl-dots .owl-dot {
	display: none !important;
}

#owl-testi .owl-dots {
	position: absolute;
	left: 70px;
	bottom: 70px;
}

#owl-testi .owl-nav span {
	display: none !important;
}

#owl-testi .owl-nav .owl-prev {
	display: block;
	background: url(images/prev.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 35px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	left: 70px;
}

#owl-testi .owl-nav .owl-next {
	display: block;
	background: url(images/next.svg) no-repeat 50% 50%;
	background-size: contain;
	width: 35px;
	height: 18px;
	position: absolute;
	bottom: 15px;
	left: 100px;
}

.d-flex-evenly {
	justify-content: space-evenly;
}

.dash_content_img {
	display: none;
}

.dash_content_img.active {
	display: block;

}

.dash_content.active .dash_titles {
	background: #4B32FC;
	border: 1px solid #4B32FC;
	color: #fff !important;
	cursor: pointer;
}

.dashborad_section {
	margin-top: -250px;
}

.dd {
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 15px;
	padding-bottom: 50px;
}

.container_dash {
	width: 1440px;
	max-width: 100%;
	margin: auto;
}

.dash_img img {
	width: 100%;
}

.dash_titles {
	border: 1px solid #DAD2FF;
	background: #DAD2FF;
	padding: 10px 40px;
	text-align: center;
}

.dash_titles:hover {
	background: #4B32FC;
	border: 1px solid #4B32FC;
	color: #fff !important;
	cursor: pointer;
}

.service_logo.active .title_inner_serv {
	border-color: #00F17C !important;
	color: #00F17C !important;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

.service_logo .title_inner_serv {
	color: #000 !important;
	border-bottom: 3px solid;
	padding-bottom: 15px;
	transition: all ease 0.2s;
}
.service_logo.faq_data_1:hover .title_inner_serv{
	color:#00F17C !important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_1.active .title_inner_serv {
	color:#00F17C !important;
	border-color: #00F17C !important;
}
.service_logo.faq_data_2:hover .title_inner_serv{
	color:#f34f1a!important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_2.active .title_inner_serv {
	color:#f34f1a!important;
	border-color: #f34f1a !important;
}
.service_logo.faq_data_3:hover .title_inner_serv{
	color:#d0f208!important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_3.active .title_inner_serv {
	color:#d0f208!important;
	border-color: #d0f208 !important;
}
.service_logo.faq_data_4:hover .title_inner_serv{
	color:#ff0075!important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_4.active .title_inner_serv {
	color:#ff0075!important;
	border-color: #ff0075 !important;
}
.service_logo.faq_data_5:hover .title_inner_serv{
	color:#dad2ff!important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_5.active .title_inner_serv {
	color:#dad2ff!important;
	border-color: #dad2ff !important;
}
.service_logo.faq_data_6:hover .title_inner_serv{
	color:#4b32fc!important;
	transition: all ease 0.2s;
}
.service_logo.faq_data_6.active .title_inner_serv {
	color:#4b32fc!important;
	border-color: #4b32fc !important;
}
.serivce_content {
	display: none;
}

.serivce_content.active {
	display: flex;
}

.content_banner_left_home {
	width: 60%;
}

.content_banner_right_image_home {
	width: 37%;
}

.book_tab.button_banner a {
	background: #FBFBFB !important;
	color: #4B32FC !important;
	text-transform: uppercase;
	width: 250px;
	font-size: 13px;
}

.content_banner_right_image_home img {
	width: 450px;
}

.home_banner_main {
	height: 900px;
}

.title_inner_serv:hover {
	color: #00F17C !important;
	cursor: pointer;
	transition: all ease 0.2s;
}


.service_logo {
	width: 150px;
}

.logo_image_serv img {
	height: 35px;
}
/*
.position_testi_inside {
	padding-left: 40px;
}*/

.testi_content_main:before {
	content: "";
	position: absolute;
	border-left: 1px solid #fff;
	width: 1px;
	left: -60px;
	height: 226px;

}

.position_testi_inside p {
	margin-top: 0;
	margin-bottom: 0;
}

.position_testi_inside h1 {
	text-transform: uppercase;
	color: white;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}

.position_testi_inside h3 {
	color: white;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.image_testi_inside img {
	width: 70px !important;
}

.testi_content_main {
	display: flex;
	flex-direction: column;
	width: 60%;
	position: relative;
	margin-left: 14%;
}

.testi_section_main {
	background: url(images/blue-shadow.png) no-repeat 50% 50%;
	background-size: cover;
	height: 750px;
}

.slider_logo img {
	width: 100% !important;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin: auto;
	padding: 40px;
}

.natural_logo {
	display: none;
}

.slider_logo.active .natural_logo {
	display: block;
}

.slider_logo.active .blurry_logo {
	display: none;
}

.container_med {
	width: 1643px;
	margin: auto;
	max-width: 100%;
}

.services_section .service_content:last-child {
	border-right: 0;
}

.service_content {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(218, 210, 255, 0.07);
}

.service_content img {
	height: 120px;
}

.features_title_right img {
	width: 100%;
}

.features_title_left {
	width: 35%;
	position: relative;
}

.features_title_right {
	width: 60%;
	top: -70px;
}

.features_title_left p {
	margin-bottom: 35px;
}

.features_title_left h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	padding-bottom: 30px;
	font-size: 48px!important;
	line-height: 54px;
	position: relative;
	z-index: 9;
}

.features_title_left h1:before {
    content: "";
    position: absolute;
    left: -85px;
    top: 25px;
    width: 190px;
    height: 180px;
    background: url(images/all-in-one.svg) no-repeat 0 0;
    background-size: contain;
    z-index: -1;
}


	.servicess_pic {
		background: url(images/service_pic.png) no-repeat 50% 50%;
		background-size:cover;
	}
/*********/

/*vinc header*/
.site-header {
	top: 0 !important;
	z-index: 9999;
}

.container_big {
	width: 90%;
	margin: auto;
	max-width: 100%;
}

.big_logo img {
	width: 250px;
}

.menu-header-menu-container li {
	padding: 0 30px;
	list-style: none;
}

.menu-header-menu-container li a {
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
	transition:all ease 0.2s;
}
.menu-header-menu-container li a:hover {
	font-weight: 700;
	transition:all ease 0.2s;
}
.menu-header-menu-container ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.login_tab a {
	width: 160px;
	height: 58px;
	line-height: 55px;
	display: inline-block;
	text-align: center;
	color: #D0F208;
	border: 2px solid #D0F208;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size:16px;
}

.login_tab a:before {
	content: "";
	position: absolute;
	left: 30px;
	background: url(images/face-login.png) no-repeat 50% 50%;
	width: 19px;
	top: 23px;
	height: 25px;
	background-size: contain;
	display:none;
}

.login_tab a:hover {
	color: #D0F208;
	text-decoration: none;
}

.book_tab a {
	background: #D0F208;
	height: 58px;
	display: inline-block;
	line-height: 58px;
	width: 250px;
	text-align: center;
	color: #4B32FC;
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 700;
}

.book_tab a:hover {
	text-decoration: none;
}

.icons-header .book_tab {
	margin-left: 10px;
}

.icons-header .book_tab a {
	padding-left: 18px !important;
	padding-right: 18px !important;
	width: auto !important;
}

.home_gift,
.learn_more_section,
.top_banner_home {
	display: none;
}

.site-footer {
	display: none;
}

/*****/

/*vinc footer*/
.mailchimp_main {
	display: flex;
	width: 90%;
}

.mailchimp_main input {
	height: 58px;
	width: 100%;
	text-align: left;
	padding-left: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #000;
	border: 0;
}

.submit_button {
	background: #fff;
	height: 58px;
	width: 58px;
}

.submit_button input {
	background: url(images/Vector-blue.svg) no-repeat 50% 50%;
	background-size: 30px;
	border-bottom: 0;
	padding: 0;
}

.large_input {
	width: 80%;
}

.submit_button input:hover {
	background: url(images/Vector-blue.svg) no-repeat 50% 50%;
	background-size: 30px;

}

.submit_button input:focus {
	border: 0 !important
}

.submit_button input:active {
	border: 0 !important
}

.texti_opacity {
	opacity: 0.8;
}

.lines {
	padding: 0 15px;
}

.conditions_section_footer {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.menu_footers_last {
	border-bottom: 1px solid #fff;
	padding-bottom: 70px;
	border-bottom-style: outset;
}

.Features_section_main a {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #FFFFFF;
	opacity: 0.9;
	text-transform: uppercase;
}


.Features_section_main a:hover {
	text-decoration: none;
	color: #FFFFFF;
	opacity: 0.9;
}

.Features_section_main ul {
	margin: 0 !important;
	padding: 0 !important;
}

.Features_section_main li {
	list-style: none;
	padding-right: 15px;
	padding-top: 10px;
}

.phone_number_footer {
	padding-right: 20px;
}

.book_tab.fofi.two {
	margin-left: 0 !important;
	padding-left: 0 !important;
	padding-top: 10px;
}

.book_tab.fofi a {
	color: #000;
}

.book_tab.fofi {
	margin-left: 30px;
}

.icons_footer_lower img {
	height: 16px;
	padding-left: 15px;
}

.footer_first_top {
	background: url(images/Clip-path-group.png) no-repeat 50% 50%;
	background-size: cover;
	height: 600px;
}

.newsletter_all {
	height: 600px;
}

.book_tab_footer a {
	width: 245px;
	height: 60px;
	line-height: 60px;
	background: #4B32FC;
	padding-bottom: 22px;
	padding-top: 22px;
	padding-left: 70px;
	padding-right: 70px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.book_tab_footer a:hover {
	color: #fff;
	text-decoration: none;
}

.book_tab_footer {
	margin-top: 25px;
}


@media only screen and (max-width: 2000px) {
	.why_graysyncs .container_big {
		width: 1700px;
	}
	.grace3 {
		margin-top: 170px;
	}
	.grace4:before {
		left: -315px;
	}
	.grace5:before {
		width: 75px;
		height: 170px;
		left: -40px;
		top: 46px;
	}
	.grace6 {
		margin-top: 180px;
	}
	.grace6:before {
		width: 310px;
		left: -224px;
		top: 100px;
	}
	.right_grace {
		padding-left: 0;
	}
	.inner_press {
		max-height: 270px;
	}
	.feature_left .font-26{
		font-size: 28px;
   		line-height: 32px;
	}
	.font-36 {
		font-size: 32px;
		line-height: 36px;
	}

	.Features_section_main ul {
		column-gap: 75px;
	}

	.font-20 {
		font-size: 18px;
	}

	.font-86 {
		font-size: 70px;
		line-height: 70px;
	}

	.feat_content.active img {
		margin-bottom: 20px;
	}

	.pb-100 {
		padding-bottom: 80px;
	}

	h2 {
		font-size: 48px !important;
		line-height: 52px !important;
	}

	.servicess_list ul {
		width: 65%;
	}

	.login_tab a {
		padding-left: 40px;
		padding-right: 40px;
	}

	#owl-testi .owl-nav .owl-next {
		left: 90px;
	}

	#owl-testi .owl-nav .owl-prev {
		left: 50px;
	}

	#owl-testi .owl-dots {
		left: 50px;
	}

	.titles_banner_home.col-md-3 {
		-ms-flex: 0 0 35% !important;
		flex: 0 0 35% !important;
		max-width: 35% !important;
	}

	.pt-100 {
		padding-top: 80px;
	}

	.mt-75 {
		margin-top: 50px;
	}

	.font-22 {
		font-size: 20px;
		line-height: 27px;
	}
	.pb-50 {
		padding-bottom: 40px;
	}
	.pt-50 {
		padding-top: 40px;
	}
	.pb-30 {
		padding-bottom: 20px;
	}
	.inner_press .col-md-7{
		-ms-flex: 0 0 75%!important;
		flex: 0 0 75%!important;
		max-width: 75%!important;	
	}
}

/*vinc respo*/
@media only screen and (max-width: 1800px) {
	.inner_press {
		max-height: 250px;
	}
	.Features_section_main ul {
		column-gap: 50px;
	}
	.singleimage_service img{
		height: 550px;
	}

	.menu-header-menu-container li.menu-item-117 a {
		padding-bottom: 60px!important;
	}
	.menu-item-117.active a {
		background-size: 50px!important;
		background-position: 0% 100%;
	}
	.popup_features {
		top: 110px;
	}
	.testi_section_main {
		height: 550px;
	}
	.feature_left .font-26{
		font-size: 27px;
   		line-height: 32px;
	}
	.features_title_left {
		width: 38%;
	}

	.single-services .newsletter_all {
		height: 450px;
	}
/*
	.features_title_left h1:before {
		left: -95px;
		top: -20px;
		width: 150px;
		height: 140px;
	}
*/
	.features_title_left h1:after {
		left: -100px;
		width: 50px;
	}

	.single-services .pb-140 {
		padding-bottom: 120px;
	}

	.single-services .pt-140 {
		padding-top: 120px;
	}

	.pt-240 {
		padding-top: 200px;
	}

	.pt-200 {
		padding-top: 160px;
	}

	.font-30 {
		font-size: 25px;
		line-height: 33px;
	}
	.why_graysyncs .container_big {
		width: 1400px;
	}
	h3 {
		font-size: 32px !important;
		line-height: 40px !important;
		margin: 0px 0 20px;
	}

	.menu-header-menu-container li a {
		font-size: 18px;
	}

	.service_logo {
		width: 135px;
	}

	.right_serv_bottom.col-md-6 {
		-ms-flex: 0 0 60% !important;
		flex: 0 0 60% !important;
		max-width: 60% !important;
	}

	.right_serv_content {
		padding: 45px 55px !important;
	}

	.big_logo img {
		width: 200px;
	}

	.pt-70 {
		padding-top: 50px;
	}

	.mt-75 {
		margin-top: 35px;
	}

	.book_tab a {
		padding-left: 35px;
		padding-right: 35px;
		font-size: 14px;
		width: 215px;
	}

	.font-86 {
		font-size: 62px;
		line-height: 62px;
	}

	.login_tab a {
		padding-left: 40px;
		padding-right: 40px;
		font-size: 14px;
	}

	.home_banner_main {
		height: 750px;
	}

	.login_tab a:before {
		left: 22px;
		width: 13px;
		height: 24px;
	}

	.font-54 {
		font-size: 40px;
		line-height: 44px;
	}

	.dashborad_section {
		left: 0;
	}

	.font-28 {
		font-size: 19px;
		line-height: 27px;
	}

	#owl-testi .owl-dots {
		left: 15px;
		bottom: 100px;
	}

	#owl-testi .owl-nav .owl-prev {
		left: 15px;
		bottom: 45px;
	}

	#owl-testi .owl-nav .owl-next {
		bottom: 60px;
		left: 40px;
	}

	.pricing_contents {
		padding: 50px 30px;
	}

	.feat_title img {
		width: 50px;
	}

	.font-36 {
		font-size: 28px;
		line-height: 30px;
	}

	.feat_title.col-md-7 {
		-ms-flex: 0 0 70% !important;
		flex: 0 0 70% !important;
		max-width: 70% !important;
	}

	.feat_title.pb-100 {
		padding-bottom: 30px;
	}

	.pt-30 {
		padding-top: 25px;
	}

	h2 {
		font-size: 42px !important;
		line-height: 45px !important;
	}
.font-24 {
		font-size: 18px;
		line-height: 24px;
	}

	.content_banner_left_home {
		padding-top: 50px;
	}
	.grace4, .grace5 {
    margin-bottom: 160px;
}

	.graycie_content {
		padding: 25px;
	}
.grace5:before {
    width: 120px;
    height: 146px;
    left: -105px;
    top: 35px;
}
.grace6:before {
    width: 300px;
    left: -237px;
    top: 110px;
}
.left_grace img {
    width: 450px;
}
	.servicess_list ul {
		width: 72%;
	}
	.grace4:before {
    left: -300px;
    width: 355px;
    height: 110px;
    top: 68px;
}
.grace1:before {
    width: 200px;
    right: -185px;
    top: 130px;
}
.grace3 {
    margin-top: 90px;
}
.grace2 {
    margin-top: 120px;
}
.left_grace {
    width: 540px;
}	
.right_grace {
    width: 450px;
}
.container_med {
    width: 1543px;
}
}

@media only screen and (max-width: 1700px) {
.contact_popup .popup_inner {
    max-height: 720px;
}
.features_title_right {
    top: -25px;
}
	
	.why_graysyncs .d-flex {
		position: relative;
		left: 0;
	}
	.feature_left .font-26{
		font-size: 25px;
   		line-height: 32px;
	}
	.container_med {
		width: 85%;
	}
}

@media only screen and (max-width: 1590px) {
	.content_banner_page {
		margin-left: 8%;
	}
	.pb-240 {
		padding-bottom: 175px;
	}
	.font-26{
		font-size:22px;
	    line-height: 28px;	
	}
	.why_graysyncs .d-flex {
		justify-content: center;
	}
	.feature_left .font-26{
		font-size: 22px;
    	line-height: 28px;
	}


	.font-34 {
		font-size: 28px;
		line-height: 34px;
	}

	.pb-65 {
		padding-bottom: 50px;
	}


	
/*
	.features_title_left h1:before {
		left: -95px;
		top: -18px;
		width: 145px;
		height: 135px;
	}
*/
	.content_banner_right_image_home img {
		width: 400px;
	}

	.home_banner_main {
		height: 700px;
	}

	.container_dash {
		width: 90%;
	}

	.font-86 {
		font-size: 60px;
		line-height: 60px;
	}

	.icon_about img {
		height: 350px;
	}

	.pb-70 {
		padding-bottom: 55px;
	}

	.pt-120 {
		padding-top: 75px;
	}

	.header_menu.justify-content-center {
		justify-content: start !important;
	}

	.servicess_list li {
		margin: 28px 0;
	}

	.single-services .pt-140 {
		padding-top: 90px;
	}

	.single-services .pb-140 {
		padding-bottom: 90px;
	}

	.single-services .newsletter_all {
		height: 350px;
	}

	h2 {
		margin: 0px 0 25px !important;
	}

	.font-22 {
		font-size: 18px;
		line-height: 24px;
	}

	.servicess_content.col-md-6 {
		padding-left: 90px !important;
		padding-right: 120px !important;
	}

	h1 {
		font-size: 2rem;
	}

	.pb-120 {
		padding-bottom: 80px;
	}

	.slider_logo img {
		padding: 20px;
	}

	#owl-testi .owl-dots {
		bottom: 50px;
	}

	#owl-testi .owl-nav .owl-next {
		bottom: 25px;
		left: 40px;
	}

	#owl-testi .owl-nav .owl-prev {
		left: 15px;
		bottom: 10px;
	}

	.features_title_right {
		width: 60%;
	}

	.service_content img {
		height: 110px;
	}

	.container_big {
		width: 92%;
	}

	.pt-100 {
		padding-top: 80px;
	}

	.feat_cont br {
		display: none;
	}

	.feat_title.pb-100 {
		padding-bottom: 40px;
	}

	.feat_gif img {
		height: 200px;
	}

	.pb-140 {
		padding-bottom: 110px;
	}

	.pt-140 {
		padding-top: 110px;
	}

	.container_med {
		width: 85%;
	}

	.testi_content_main {
		width: 80%;
	}

	.Features_section_main ul {
		column-gap: 25px;
	}

	.icons_footer_lower .book_tab a {
		width: 200px;
	}

	.newsletter_all {
		height: 500px;
	}

	.pt-140 {
		padding-top: 90px;
	}

	.submit_button {
		height: 65px;
		width: 65px;
	}

	.submit_button input {
		background-size: 25px;
	}

	.mailchimp_main input {
		height: 65px;
	}

	.all_text_footer.col-md-7 {
		-ms-flex: 0 0 65% !important;
		flex: 0 0 65% !important;
		max-width: 65% !important;
	}

	.footer_first_top {
		height: 500px;
	}
.popup_inner {
    max-height: 540px;
    padding: 40px;
}
}

@media only screen and (max-width: 1440px) {
	.singleimage_service img{
		height: 450px;
	}
	.left_grace {
		width: 440px;
	}
.font-42 {
    font-size: 36px;
    line-height: 42px;
}	
	.grace6:before {
		width: 198px;
		left: -143px;
		top: 100px;
	}
	.grace1:before {
		width: 150px;
		right: -145px;
		top: 125px;
	}	
	.grace2:before {
		width: 485px;
		height: 85px;
		left: 40px;
		top: -45px;
	}
	.grace2 {
    margin-top: 95px;
}
	.grace3:before {
		width: 550px;
		height: 100px;
		top: -20px;
	}
	.grace1 {
		margin-top: 30px;
	}
	.grace6 {
		margin-top: 80px;
	}
	.grace4, .grace5 {
		margin-bottom: 90px;
	}
	.grace5:before {
		width: 85px;
		height: 95px;
		left: -50px;
		top: 37px;
	}	
	.grace4:before {
		left: -195px;
		width: 250px;
		height: 50px;
		background-position: 30% 0%;
		top: 65px;
	}	
	.why_graysyncs .container_big {
    width: 1100px;
}
.font-24 {
    font-size: 16px;
    line-height: 20px;
}
	.left_grace img {
		width: 340px;
	}
	.feature_left .logo_image_serv img {
		height: 25px;
	}
	.pb-240 {
		padding-bottom: 150px;
	}
	.inner_press {
		max-height: 200px;
	}
	.newsletter_section_inside_titles div br{
		display:none;
	}
	.feature_left .font-26{
		font-size:19px;
		line-height:25px;
	}
	.font-86 {
		font-size: 50px;
		line-height: 50px;
	}
.menu-header-menu-container li.menu-item-117 a {
    padding-bottom: 53px!important;
}
.menu-item-117.active a {
    background-size: 45px!important;
    background-position: -50% 100%;
}
	.icons_footer_lower .book_tab a {
		width: 170px;
	}

	.left_services.col-md-10 {
		-ms-flex: 0 0 93% !important;
		flex: 0 0 93% !important;
		max-width: 93% !important;
	}

	.right_services .col-md-10 {
		-ms-flex: 0 0 93% !important;
		flex: 0 0 93% !important;
		max-width: 93% !important;
	}

	.single-services .newsletter_all {
		height: 300px;
	}

	.single-services .pb-140 {
		padding-bottom: 70px;
	}

	.single-services .pt-140 {
		padding-top: 70px;
	}

	.content_banner_left_home {
		padding-top: 20px;
	}

	.content_banner_right_image_home img {
		width: 350px;
	}

	.home_banner_main {
		height: 600px;
	}

	.login_tab a {
		width: 130px;
		height: 45px;
		line-height: 45px;
		font-size: 12px;
	}

	.login_tab a:before {
		top: 16px;
	}

	.menu-header-menu-container li a {
		font-size: 16px;
	}

	.big_logo img {
		width: 150px;
	}

	.book_tab a {
		padding-left: 15px;
		padding-right: 15px;
		width: 160px;
		font-size: 12px;
		height: 45px;
		line-height: 45px;
	}

	.font-54 {
		font-size: 34px;
		line-height: 36px;
	}

	.font-28 {
		font-size: 16px;
		line-height: 22px;
	}

	h1 {
		font-size: 1.5rem !important;
	}

	.features_title_right {
		width: 60%;
	}

	.font-18 {
		font-size: 16px;
		line-height: 20px;
	}

	.pt-100 {
		padding-top: 70px;
	}

	.pb-100 {
		padding-bottom: 70px;
	}

	.font-22 {
		font-size: 15px;
		line-height: 21px;
	}

	.testi_content_main:before {
		left: -40px;
	}

	.users_price:before {
		left: -75px;
		width: 55px;
	}

	.users_price:after {
		right: -75px;
		width: 50px;
	}

	.mb-50 {
		margin-bottom: 40px;
	}

	.pb-50 {
		padding-bottom: 30px;
	}
	.popup_features {
		top: 85px;
		left: 4%;
		width: 92%;
	}
	.prices_demo .book_demos {
		width: 250px !important;
	}

	.why_image img {
		height: 210px;
	}

	.pricing_contents {
		padding: 35px 20px;
	}

	.icon_about img {
		height: 320px;
	}

	.blog_lefts img {
		height: 350px;
	}

	.feat_title img {
		width: 40px;
	}

	.feat_title.col-md-7 {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}

	.feat_content.active img {
		margin-bottom: 15px;
	}

	.servicess_content.col-md-6 {
		padding-left: 50px !important;
		padding-right: 90px !important;
	}

	h2 {
		margin: 0px 0 15px !important;
	}
	.feat_title.pb-100 {
		padding-bottom: 35px;
	}

	.font-36 {
		font-size: 24px;
		line-height: 28px;
	}

	.pt-240 {
		padding-top: 160px;
	}

	.servicess_list li:before {
		top: 0px;
		left: -25px;
	}

	.features_titles_lefts:before {
		width: 130px;
		top: -35px;
		height: 125px;
		right: -40px;
	}

	.features_titles_lefts:after {
		width: 130px;
		top: 220px;
		height: 125px;
		right: -50px;
	}

	.contact_price {
		height: 185px;
	}

	.pb-200 {
		padding-bottom: 150px;
	}

	.container_med {
		width: 90%;
	}

	.image_testi_inside img {
		width: 50px !important;
	}

	.Features_section_main a {
		font-size: 14px;
		line-height: 24px;
	}
	.pb-160 {
		padding-bottom: 130px;
	}
	.graysync_sales.col-md-4:first-child {
		margin-right: 10px;
	}
	.menu_footer_nav a {
		font-size: 14px;
		line-height: 19px;
	}
	.pt-70 {
		padding-top: 30px;
	}
	.inputss_three {
		padding: 24px;
	}

	.pt-50 {
		padding-top: 30px;
	}

	.footer_first_top {
		height: 475px;
	}

	.newsletter_all {
		height: 475px;
	}
	.submit_button input {
		background-size: 25px;
	}

	.Features_section_main ul {
		column-gap: 10px;
	}

	.testi_section_main {
		height: 500px;
	}

	.left_price {
		padding-left: 110px;
	}
	.content_sales_button a {
		padding: 18px 0;
		width: 230px;
	}
	.title_inner_blog {
    bottom: 20px;
    left: 20px;
}
	h2 {
		font-size: 35px !important;
		line-height: 40px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.singleimage_service img{
		height: 350px;
	}
	.blog_inner{
	    flex:0 0 48%;
	}
	.contact_form .col-md-7 {
		-ms-flex: 0 0 85%!important;
		flex: 0 0 85%!important;
		max-width: 85%!important;
	}
	
	.inner_press .col-md-7 {
		-ms-flex: 0 0 75%!important;
		flex: 0 0 75%!important;
		max-width: 75%!important;
	}
	.pb-240 {
		padding-bottom: 100px;
	}
	.pt-70 {
		padding-top: 40px;
	}
	.font-16 {
		font-size: 14px;
		line-height: 20px;
	}
	.pb-160 {
		padding-bottom: 100px;
	}
	.content_sales_button a {
		padding: 16px 0;
		width: 200px;
	}
	.inner_press {
		max-height: 200px;
	}
	.menu-item-117.active a {
    background-position: 0% 100%;
}
	.feature_left .font-26{
		font-size:16px;
		line-height:21px;
	}
	.popup_inner {
		width: 920px;		
	}
	.closes {
		width: 995px;
	}
		
	.features_title_right {
		top: 30px;
	}


	.pb-65 {
		padding-bottom: 35px;
	}

	.pb-15 {
		padding-bottom: 10px;
	}

	.font-34 {
		font-size: 25px;
		line-height: 30px;
	}

	.logo_header.col-md-3 {
		-ms-flex: 0 0 16% !important;
		flex: 0 0 16% !important;
		max-width: 16% !important;
	}

	.pb-100 {
		padding-bottom: 55px;
	}

	#owl-testi .owl-dots {
		left: 0;
	}

	#owl-testi .owl-nav .owl-prev {
		left: 0px;
		bottom: 10px;
	}

	#owl-testi .owl-nav .owl-next {
		bottom: 23px;
		left: 25px;
	}

	.left_price {
		padding-left: 85px;
	}

	.pt-100 {
		padding-top: 55px;
	}

	.menu-header-menu-container li a {
		font-size: 16px;
	}

	.menu-header-menu-container li {
		padding: 0 20px;
	}

	.icons-header.col-md-3 {
		-ms-flex: 0 0 34% !important;
		flex: 0 0 34% !important;
		max-width: 34% !important;
	}

	.home_banner_main {
		height: 500px;
	}

	.testi_section_main {
		height: 450px;
	}

	h3 {
		font-size: 25px !important;
		line-height: 30px !important;
		margin: 0px 0 15px;
	}

	.pt-160 {
		padding-top: 120px;
	}

	.feat_title.col-md-7 {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}

	.header_menu.justify-content-center {
		justify-content: center !important;
	}

	.home_banner_main {
		height: 550px;
	}

	.feat_title.pb-100 {
		padding-bottom: 30px;
	}

	.font-86 {
		font-size: 45px;
		line-height: 45px;
	}

	.font-36 {
		font-size: 22px;
		line-height: 25px;
	}

	.feat_title img {
		width: 30px;
	}

	.feat_content.active img {
		margin-bottom: 10px;
	}

	.pb-70 {
		padding-bottom: 40px;
	}

	.feat_gif img {
		height: 170px;
	}

	h2 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.servicess_content.col-md-6 {
		padding-left: 80px !important;
		padding-right: 110px !important;
	}

	.servicess_list li {
		margin: 12px 0;
	}

	.contact_price {
		height: 155px;
	}

	.servicess_content.col-md-6 {
		padding-left: 40px !important;
		padding-right: 75px !important;
	}

	.feat_title.pb-70 {
		padding-bottom: 25px;
	}

	.feat_title.pb-100 {
		padding-bottom: 20px;
	}

	.newsletter_section_form.col-md-4 {
		-ms-flex: 0 0 40% !important;
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}

	.font-30 {
		font-size: 22px;
		line-height: 27px;
	}

	.pt-140 {
		padding-top: 60px;
	}

	.pb-140 {
		padding-bottom: 60px;
	}

	.left_price h3 {
		font-size: 28px;
	}

	.pt-240 {
		padding-top: 140px;
	}

	.book_demos {
		padding: 15px 20px;
	}

	.font-42 {
		font-size: 32px;
		line-height: 38px;
	}

	.letter-spacing {
		letter-spacing: 2.5px;
	}

	.icons_footer_lower .book_tab a {
		width: 150px;
	}

	.newsletter_all {
		height: 400px;
	}

	.footer_first_top {
		height: 400px;
	}

	.icon_about img {
		height: 250px;
	}

	.features_titles_lefts:before {
		width: 130px;
	}

	.features_titles_lefts:after {
		width: 130px;
		top: 210px;
	}

	.pricing_contents {
		flex: 0 0 45%;
		margin-bottom: 30px;
	}

	.big_logo img {
		width: 120px;
	}

	.dash_titles {
		padding: 10px 15px;
	}

	.right_serv_content {
		padding: 35px !important;
	}

	.pt-30 {
		padding-top: 15px;
	}

	.testi_content_main:before {
		left: -35px;
	}

	span.bulls {
		font-size: 28px;
		line-height: 32px;
	}

	.font-20 {
		font-size: 17px;
	}

	.service_logo {
		width: 120px;
	}

	.features_title_left p {
		margin-bottom: 25px;
	}


	.pb-30 {
		padding-bottom: 20px;
	}

	.Features_section_main a {
		font-size: 12px;
		line-height: 14px;
	}

	.logo_image_serv img {
		width: 30px;
	}

	.newsletter_section_inside.col-md-8 {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}

	.all_text_footer.col-md-7 {
		-ms-flex: 0 0 80% !important;
		flex: 0 0 80% !important;
		max-width: 80% !important;
	}

	.why_image.col-md-3 {
		-ms-flex: 0 0 35% !important;
		flex: 0 0 35% !important;
		max-width: 35% !important;
	}

}

@media only screen and (max-width: 1024px) {
	.details_graycie {
		display: none;
	}

.graycie_content {
    padding: 20px;
    width: 75px;
}
.right_grace {
    width: 100px;
}
.why_graysyncs .container_big {
    width: 90%;
}
.left_grace {
    width: 340px;
top: 25px;
}
.left_grace img {
    width: 260px;
}
.grace1 {
    margin-top: 60px;
}
.grace1:before {
    width: 140px;
    right: -130px;
    top: 45px;
}
.grace2:before {
    width: 170px;
    height: 84px;
    left: 40px;
    top: -45px;
    background-position: 12% 0%;
}
.grace4:before {
    left: -212px;
    width: 250px;
    height: 50px;
    background-position: 30% 0%;
    top: 24px;
}
.grace5:before {
    width: 105px;
    height: 112px;
    left: -93px;
    top: 37px;
}
.grace3:before {
    width: 180px;
    height: 100px;
    top: -20px;
    background-position: 14% 0;
}
.grace6:before {
    width: 200px;
    left: -173px;
    top: 28px;
}
.grace6 {
    margin-top: 230px;
}
.icon_graycie {
    margin-right: 0;
}
	.title_gracie_pop {
		padding-bottom: 12px !important;
		font-size: 20px !important;
	}
.close_pop {
		position: absolute;
		right: 0;
		top: -30px;
		background: url(images/close.svg) no-repeat 50% 50%;
		width: 18px;
		height: 18px;
		background-size: contain;
	}
.graycie_content_pop {
	display: block;
	padding: 30px;
	background: #fff;
	width: 90%;
}

	.right_grace_pop {
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
		justify-content: center;
		align-items: center;
		display: flex;
		transition: all ease 0.5s;
	}

	.right_grace_pop.active {
		position: fixed;
		z-index: 9999;
		background: rgba(0, 0, 0, 0.5);
	}

	.graycie_content_pop {
		display: none;
		transition: all ease 0.5s
	}

	.graycie_content_pop.active {
		display: block;
		transition: all ease 0.5s
	}

	.icon_graycie img {
		height: 20px;
	}

	.title_gracie {
		position: relative;
		display: inline-block;
	}

.contact_form .col-md-7 {
		-ms-flex: 0 0 100%!important;
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
		
.menu-header-menu-container li.menu-item-117 a {
    padding-bottom: 48px!important;
}
.menu-header-menu-container ul {
    top: -3px;
    position: relative;
	left: 15px;
}
.menu-item-117.active a {
    background-size: 40px!important;
    background-position: -20% 100%;
}
	.popup_features .d-flex{
		flex-wrap:wrap;
	}	
	.inner_feature.w-100{
		flex:0 0 33.33333%!important;
	}
.popup_inner {
    width: 94%;
    margin-left: 0;
    max-height: 450px;
	padding: 25px;
}	
	.closes {
		width: 93%;
		padding-bottom:10px;
    top: 0px;
    position: relative;
	}
    .contact_popup .popup_inner {
        max-height: 640px;
    }	
	.font-86 {
		font-size: 36px;
		line-height: 36px;
	}

	.why_graysyncs .d-flex {
		left: 0;
	}

	.servicess_content.col-md-6 {
		padding: 20px 70px !important;
	}

	.content_banner_left_home {
		width: 70%;
	}

.features_title_left h1 {
    font-size: 35px!important;
    line-height: 40px;
}
.features_title_left h1:before {
    left: -60px;
    top: 15px;
    width: 150px;
    height: 135px;
}
	.home_banner_main:before {
		width: 100%;
	}

	.home_banner_main {
		height: 500px;
	}

	.book_tab a {
		padding-left: 8px;
		padding-right: 8px;
		width: 130px;
		font-size: 11px;
		height: 40px;
		line-height: 40px;
	}

	.login_tab a:before {
		left: 15px;
		width: 12px;
		height: 22px;
		top: 13px;
	}

	.login_tab a {
		width: 90px;
		height: 40px;
		line-height: 40px;
		font-size: 11px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.icons-header .book_tab {
		margin-left: 5px;
	}

	.content_banner_page {
		margin-left: 5%;
		width: 85%;
	}

	.pb-50 {
		padding-bottom: 20px;
	}

	.blog_inner {
		flex-direction: column;
	}

	.blog_left.col-md-8 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.blog_right.col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 25px !important;
	}

	.pb-200 {
		padding-bottom: 100px;
	}

	.blog_lefts {
		flex: 0 0 48%;
		margin-bottom: 25px;
	}

	.servicess_pic .titles_banner_home.col-md-4 img {
		height: 40px;
	}

	.left_price {
		padding-left: 40px;
	}

	.price_option li {
		margin: 0 25px;
		padding-left: 25px;
		background-size: contain;
	}

	.font-42 {
		font-size: 25px;
		line-height: 30px;
	}

	.features_title_rights.col-md-4 {
		padding-left: 20px !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.features_titles_lefts:before {
		width: 80px;
		top: -25px;
		height: 75px;
		right: -40px;
	}

	.icon_about img {
		height: 175px;
	}

	.pt-120 {
		padding-top: 45px;
	}

	.features_titles_lefts:after {
		width: 80px;
		top: auto;
		bottom: -25px;
		height: 75px;
		right: -45px;
	}

	.font-16 {
		font-size: 14px;
		line-height: 20px;
	}

	.pt-240 {
		padding-top: 180px;
	}

	.mt-75 {
		margin-top: 40px;
	}

	.pb-100 {
		padding-bottom: 55px;
	}

	.pt-100 {
		padding-top: 55px;
	}

	.content_banner_left_home {
		padding-left: 0;
	}

	.dashborad_section {
		margin-top: -350px;
	}

	.inputss_two {
		width: 70%;
	}

	.tabs_inside .d-flex {
		flex-direction: column;
	}

	.dash_content {
		padding-bottom: 10px;
	}

	.font-30 {
		font-size: 18px;
		line-height: 22px;
	}

	h2 {
		margin: 18px 0 20px !important;
	}

	.all_servicess ul {
		padding: 20px 0;
		width: 84%;
	}

	.single-services .newsletter_all {
		height: 225px;
	}

	.single-services .pt-140 {
		padding-top: 25px;
	}

	.single-services .pb-140 {
		padding-bottom: 25px;
	}

	.servicess_list li:before {
		top: 0px;
	}

	.book_tab_footer a {
		padding-bottom: 18px;
		padding-top: 18px;
		padding-left: 35px;
		padding-right: 35px;
	}

	.servicess_content.col-md-6 {
		padding: 15px 5% !important;
	}

	.pt-200 {
		padding-top: 80px;
	}

	.second_ser {
		flex-direction: column-reverse;
	}

	.feat_gif {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.all_features .col-md-3 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.all_servicess .col-md-3 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.all_servicess .col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.services_section .d-flex {
		flex-direction: column !important;
	}

	.service_content {
		width: 100%;
		margin-bottom: 30px;
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.features_all {
		background: none;
	}

	.features_inside.d-flex {
		flex-direction: column;
	}

	.features_title_left {
		width: 90%;
		margin: auto;
	}

	.features_title_right {
		width: 100%;
		top: 0;
		margin-bottom: 27px;
		text-align: right;
		margin-top: 16px;
	}

	.features_title_right img {
		width: 95%;
	}

	.features_title_right:before {
		background: none;
	}

	.features_title_right:after {
		background: none;
	}

	.font-18 {
		font-size: 15px;
		line-height: 18px;
	}

	h1 {
		font-size: 20px !important;
	}

	h3 {
		font-size: 20px !important;
		line-height: 25px !important;
		margin: 0px 0 12px;
	}

	.position_testi_inside {
		padding-left: 30px;
	}

	.inner_services.d-flex {
		flex-direction: column;
	}

	.right_serv_content {
		padding: 25px !important;
	}

	.left_services {
		width: 100%;
	}

	.right_services {
		width: 100%;
	}

	.service_logo.d-flex.pb-50 {
		padding-bottom: 25px;
	}

	.right_services {
		width: 100%;
		padding-top: 25px;
	}

	.testi_content_main:before {
		left: -25px;
	}

	.newsletter_section_inside.d-flex {
		flex-direction: column;
	}

	.newsletter_section_inside_titles {
		width: 100%;
	}

	.newsletter_section_form {
		width: 100%;
		padding-top: 15px;
	}

	.submit_button {
		right: 29%;
	}

	.menu_footers_last .d-flex {
		flex-direction: column;
	}

	.phone_number_footer {
		padding-right: 20px;
		padding-top: 25px;
		text-align: center;
	}

	.pt-50 {
		padding-top: 30px;
	}

	.pb-140 {
		padding-bottom: 35px;
	}

	.pt-140 {
		padding-top: 35px;
	}

	.newsletter_all {
		height: 350px;
	}

	.footer_first_top {
		height: 350px;
	}

	.letter-spacing {
		letter-spacing: 1.5px;
	}

	.mailchimp_main input {
		height: 50px;
		padding-left: 15px;
	}

	.respo_foot .d-flex.justify-content-between {
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.submit_button {
		height: 50px;
		width: 50px;
	}

	.logo_header_footer {
		width: 100%;
		text-align: center;
	}

	.icons_footer_lower img {
		height: 16px;
		padding: 0 10px;
	}

	.book_tab.fofi {
		margin-left: 0;
	}

	.Features_section {
		padding-top: 40px;
		text-align: left;
		width: 100%;
	}

	.Features_section_main a {
		font-size: 16px;
		line-height: 18px;
	}

	.pt-240 {
		padding-top: 120px;
	}

	.book_demos {
		padding: 10px 15px;
	}

	.why_image img {
		height: 180px;
	}

	.mt-75 {
		margin-top: 10px;
	}

	h2 {
		font-size: 25px !important;
		line-height: 30px !important;
	}

	.features_insides .col-md-4 {
		-ms-flex: 0 0 42% !important;
		flex: 0 0 42% !important;
		max-width: 42% !important;
	}

	.testi_section_main {
		height: 500px;
	}

	.features_titles_lefts:after {
		bottom: -30px;
		right: -15px;
	}

	.features_titles_lefts:before {
		top: -25px;
		right: -15px;
	}

	.icons_footer_lower.d-flex {
		display: none !important;
	}

	.icons_footer_lower.d-none {
		display: flex !important;
		padding-top: 35px;
		padding-bottom: 20px;
	}

	.logo_header_footer img {
		width: 160px;
	}

	.conditions_section_footer .d-flex.justify-content-between {
		justify-content: space-between !important;
	}

	.icons_footer_lower.align-items-end {
		align-items: center !important;
	}

	.menu_footer_nav ul {
		margin: 0 !important;
		padding: 0 !important;
		column-count: 3;
	}

	.menu_footer_middle {
		padding-top: 30px;
		text-align: center;
	}

	.menu_footers_last {
		padding-bottom: 30px;
	}

	.pb-120 {
		padding-bottom: 30px;
	}

	.sub_bullss {
		font-size: 18px;
	}

	span.bulls {
		font-size: 25px;
		line-height: 38px;
	}

	#owl-testi .owl-dots {
		bottom: 70px;
	}

	.inputss_three {
		width: 13%;
	}

	.title_inner_serv.font-20 {
		font-size: 13px;
		line-height: 17px;
	}

	.service_logo .title_inner_serv {
		padding-bottom: 8px;
	}

	.service_logo {
		width: auto;
    	padding-right: 20px;
	}

	.menu-header-menu-container li {
		padding: 0 10px;
	}

	.menu-header-menu-container li a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {

.title_inner_blog {
    bottom: 15px;
    left: 15px;
}
.contactus_form .d-flex{
	flex-direction:column;
}
.content_sale p{
	margin-bottom:0;
}
.graysync_sales.col-md-4:first-child {
    margin-right: 0;
    border: 0;
}
.content_sales_button a {
    padding: 12px 0;
    width: 170px;
}	
.title_sale:before {
    left: -30px;
    top: -20px;
    width: 80px;
    height: 70px;
}
.inner_press {
    max-height: initial;
}
.title_press {
    padding-left: 20px!important;
    background-size: 15px!important;
}
.pb-100 {
    padding-bottom: 40px;
}
.page-template-contact .content_banner_page {
    width: 85%;	
}
.pb-160 {
    padding-bottom: 60px;
}
.vendors_logo p{
	margin-bottom:0;
}
.vendors_logo.pb-100{
	padding-bottom:20px;
}
.contact_top .graysync_title{
	padding-bottom:15px;
}
.graysync_sales.text-center {
    text-align: left!important;
    margin: 15px 0;
}
.graysync_sales.text-right{
	text-align:left!important;
}
.contact_top .d-flex{
	flex-direction:column;
}

.request_demo input{
    width: 220px;
}
.press_content .d-flex{
	flex-direction:column;
}

.free_contact input {
    width: 100%;
}
.free_contact select {
    width: 100%;
}
	.request_demo input {
    width: 250px;
}

	.popup_inner {
    margin-left: 0;
    max-height: 520px;
    height: 100%;
    padding: 40px;
}
	.free_contact .d-flex{
		flex-direction:column;
	}
.inner_form {
    width: 100%;
}	
	
.contact_price {
    background-position:0% 99%;
}
	.details_graycie_pop p {
		margin-bottom: 0;
	}

	.details_graycie_pop.font-24 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	.right_grace_pop .icon_graycie {
		margin-right: 4px;
	}
.left_price {
    height: 130px;
    padding-top: 20px;
}
	.right_grace_pop .icon_graycie img {
		height: 15px;
	}
.contact_price {
    height: 100px;
}
	.title_gracie:after {
		content: "";
		position: absolute;
		top: 6px;
		right: -20px;
		background: url(images/go_pop.svg) no-repeat 50% 50%;
		background-size: contain;
		width: 12px;
		height: 12px;
	}

	.font-34 {
		font-size: 18px;
		line-height: 23px;
	}

	.pb-65 {
		padding-bottom: 45px;
	}

	#rmp-container-306 {
		min-width: 100% !important;
		height: 350px !important;
	}

	#rmp-container-306 .icons-header.d-flex {
		display: flex !important;
		justify-content: center !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.icons-header .book_tab {
		margin-left: 0px;
	}

	.icons-header .book_tab a {
		width: auto !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.content_banner_left_home {
		padding-top: 0;
	}

	.login_tab a {
		text-transform: uppercase;
		letter-spacing: 1px;
		width: 100px;
		border-width: 1px;
	}

	.login_tab a:before {
		top: 14px;
		left: 12px;
		width: 15px;
		height: 20px;
	}

	#rmp-menu-wrap-306 .rmp-menu,
	#rmp-menu-wrap-306 .rmp-submenu {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 70px 6% 50px;
	}

	#rmp-menu-wrap-306 .rmp-menu-item {
		width: 46% !important;
		flex: 0 0 46% !important;
	}

	.footer_first_top {
		background: url(images/try_demo.png) no-repeat 0 50%;
		background-size: contain;
	}

	#rmp-menu-wrap-306 .rmp-menu-item-link {
		padding: 0 !important;
		padding-right: 0 !important;
	}

	.pt-50 {
		padding-top: 20px;
	}

	.book_tab a {
		letter-spacing: 1px;
		font-size: 11px !important;
	}

	.blog_image.col-md-6 {
		padding-left: 20vw !important;
		background-size: 38vw;
		padding: 2vw;
	}

	.why_graysync .d-flex {
		flex-direction: column;
	}

	h2 {
		font-size: 28px !important;
		line-height: 34px !important;
	}

	.footer_top .d-flex {
		flex-direction: column;
	}

	.why_image.col-md-3 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		text-align: center;
	}

	.why_image img {
		margin: auto;
		padding-bottom: 25px;
	}

	.text_pink p {
		margin-bottom: 0 !important;
	}

	.features_insides .col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.text_pink {
		padding: 30px !important;
	}

	.footer_first_top.pt-140 {
		padding-top: 25px;
	}

	.lines {
		padding: 0 5px;
	}

	.content_banner_page {
		margin-left: 5%;
		width: 90%;
	}

	.logo_header.col-md-3 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		text-align: left;
	}

	.newsletter_section_inside_titles br {
		display: none;
	}

	.footer_top h2 {
		font-size: 35px !important;
		line-height: 38px !important;
	}

	.footer_top h2 br {
		display: none;
	}

	.page-template-home .footer_top h2 br {
		display: inline-block;
	}

	.single-services .footer_top h2 br {
		display: inline-block;
	}

	.page-template-features .footer_top h2 br {
		display: inline-block;
	}

	.font-14 {
		font-size: 13px;
		line-height: 18px;
	}

	.footer_first_top .pt-50 {
		padding-top: 12px;
	}

	.mailchimp_main.pt-50 {
		padding-top: 12px;
	}

	.newsletter_all.pt-140 {
		padding-top: 25px;
	}

	.all_text_footer.col-md-7 {
		-ms-flex: 0 0 90% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
	}

	.newsletter_section_inside.col-md-8 {
		-ms-flex: 0 0 90% !important;
		flex: 0 0 90% !important;
		max-width: 90% !important;
	}

	#owl-testi .owl-nav .owl-prev {
		width: 27px;
		height: 15px;
	}

	#owl-testi .owl-nav .owl-next {
		width: 27px;
		height: 15px;
	}

	#owl-testi .owl-dots {
		left: 45%;
		bottom: -70px;
	}

	#owl-testi .owl-nav .owl-prev {
		left: 47%;
		bottom: -100px;
	}

	#owl-testi .owl-nav .owl-next {
		bottom: -124px;
		left: 49%;
	}

	.features_title_right img {
		width: 100%;
	}

	.features_title_left p {
		margin-bottom: 15px;
	}

	.features_title_left h1:after {
		left: -88px;
		width: 45px;
	}

	.share_blog {
		font-size: 0;
	}

	.share_blog br {
		display: none;
	}
/*
	.features_title_left h1:before {
		left: -75px;
		top: -5px;
		width: 110px;
		height: 100px;
	}
*/
	.service_content {
		border-right: 0;
		margin-bottom: 15px;
		padding: 35px 30px;
	}

	.inner_services {
		border-left: 0;
	}

	.title_inner_serv.font-20 {
		font-size: 18px;
		line-height: 22px;
	}

	.all_services {
		margin-top: 0;
	}

	.inner_services_bottom {
		border-right: 0;
	}

	.logo_image_serv {
		margin-right: 15px;
		padding-bottom: 0 !important;
	}

	.bandwagon_logo {
		height: 50px;
	}

	.serivce_content .d-flex {
		flex-direction: column;
	}

	.right_serv_content.font-18 {
		font-size: 16px;
		line-height: 24px;
	}

	.left_serv_bottom {
		padding-bottom: 30px;
		display: flex;
		align-items: center;
	}

	.right_serv_bottom.col-md-6 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 1000% !important;
	}

	.service_logo .title_inner_serv {
		padding-bottom: 10px;
	}

	.inner_services.d-flex {
		overflow: auto;
	}

	.inner_logos img {
		max-height: 40px;
		width: 100% !important;
	}

	.position_testi_inside {
		padding-left: 15px;
	}

	.testi_section_main {
		height: auto;
		padding-bottom: 165px;
	}

	.image_position_testi_inside {
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
	}

	.text_testi_inside.font-22 {
		font-size: 16px;
		line-height: 24px;
	}

	.testi_title_main.pb-70 {
		font-size: 35px !important;
		padding-bottom: 25px;
		padding-left: 0;
		line-height: 35px !important;
		padding-top: 20px;
	}

	.inner_services.d-flex::-webkit-scrollbar {
		display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.inner_services.d-flex {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}

	.left_services.col-md-10 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 900px !important;
		width: 900px;
	}

	.features_all .container_med {
		border-left: none;
		width: 94%;
		margin-left: 0;
	}

	.pb-200 {
		padding-bottom: 45px;
	}

	.features_title_rights.col-md-4 {
		padding-left: 0px !important;
		flex: 100% !important;
		max-width: 100% !important;
		padding-top: 40px !important;
	}


	.features_insides.d-flex {
		flex-direction: column !important;
	}

	.price_option ul {
		display: block;
		text-align: left !important;
	}

	.service_content {
		border-right: 0;
		margin-bottom: 0;
		padding-bottom: 25px;
		border-bottom: 15px solid #fff;
	}

	.price_option li {
		background: url(images/list_option.svg) no-repeat 0 0 !important;
		padding-bottom: 20px !important;
		padding-left: 40px !important;
	}

	.left_price h3 {
		font-size: 17px;
	}

	.pricing_contents {
		flex: 0 0 100% !important;
		padding: 35px 10px;
	}

	.page-template-why-graysync .pt-240 {
		padding-top: 115px;
	}

	.mt-75 {
		margin-top: 0px;
	}

	.home_banner_main {
		height: auto;
	}

	.content_banner_page.d-flex {
		flex-direction: column;
		position: relative !important;
	}

	.pt-160 {
		padding-top: 100px;
	}

	.home_banner_main .titles_banner_home.font-86 {
		font-size: 40px;
		line-height: 42px;
	}


	.content_banner_right_image_home img {
		width: 275px;
	}

	.services_section .font-54 {
		line-height: 42px;
		font-size: 35px !important;
	}

	.content_banner_right_image_home {
		padding-top: 50px;
		width: 100%;
	}

	.home_banner_main:before {
		width: 100%;
		background-position: 75% 50%;
	}

	.home_banner_main .book_tab.button_banner a {
		background: #FBFBFB !important;
		color: #4B32FC !important;
		text-transform: uppercase;
		width: 250px;
		font-size: 12px;
		height: 50px;
		line-height: 50px;
	}

	.titles_banner_home.col-md-3 {
		flex: 100% !important;
		max-width: 100% !important;
		padding-top: 30px;
	}

	.product_image.col-md-6 {
		padding-left: 22% !important;
	}

	.blog_content.col-md-11 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.pt-200 {
		padding-top: 150px;
	}

	.service_contents .d-flex {
		flex-direction: column;
	}

	.book_tab_footer a {
		padding: 18px 50px;
	}

	.singleimage_blog.col-md-4 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.font-36 {
		font-size: 20px;
		line-height: 24px;
	}

	.addtoany_list {
		flex-direction: initial !important;
	}

	.blog_contents .d-flex {
		flex-direction: column-reverse;
	}

	.pt-240 {
		padding-top: 150px;
	}

	#rmp_menu_trigger-306:active,
	#rmp_menu_trigger-306:focus {
		padding: 0 !important;
		border: 0 !important;
	}

	.header_menu.d-flex {
		display: none !important;
	}

	.icons-header.d-flex {
		display: none !important;
	}

	.pt-140 {
		padding-top: 70px;
	}

	.header_main_section .icons-header.d-flex {
		flex-direction: column;
		align-items: end !important;
	}

	.about_pic .titles_banner_home.pb-50 {
		padding-bottom: 30px !important;
	}

	.big_logo img {
		width: 160px;
	}

	.font-54 {
		font-size: 35px !important;
		line-height: 38px !important;
	}

	.dashborad_section {
		margin-top: -420px;
	}

	.respo_foot.pt-140 {
		padding-top: 100px;
	}

	.book_tab {
		padding-left: 0;
	}

	.testi_content_main {
		width: 100%;
		margin-left: 0 !important;
	}

	.testi_title_main.pb-70 {
		padding-bottom: 35px;
		padding-left: 0;
	}

	#owl-testi .owl-dots {
		left: 0;
		bottom: -60px;
	}

	#owl-testi .owl-nav .owl-prev {
		left: auto;
		bottom: -50px;
		right: 40px;
	}

	#owl-testi .owl-nav .owl-next {
		left: auto;
		bottom: -50px;
		right: 0px;
	}

	.all_text_footer {
		padding-left: 130px;
	}


	.submit_button {
		right: 20%;
	}

	.large_input {
		width: 100%;
	}

	.footer_first_top {
		height: auto;
	}

	.newsletter_all {
		height: auto;
	}

	.feat_cont {
		display: block;
	}

	.servicess_content.col-md-6 {
		padding: 15px 50px !important;
	}

	.servicess_pic {
		height: auto;
	}

	.single-services .newsletter_all {
		height: auto;
	}

	.newsletter_section_form.col-md-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.icons_footer_lower .book_tab a {
		width: 158px;
		height: 45px;
		line-height: 45px;
	}

	.price_bottoms.d-flex {
		flex-direction: column;
	}
.singleimage_service img {
    height: 300px;
}
	.all_servicess ul {
		padding: 20px 60px;
		width: 96%;
	}
}

@media only screen and (max-width: 580px) {
.singleimage_service img {
    height: auto;
}
    .blog_inner {
        flex: 0 0 100%;
    }
.graycie_content {
    padding: 15px;
    width: 55px;
}
.blog_inner {
    padding: 18px !important;
}
.mb-30 {
    margin-bottom: 20px;
}
.grace5:before {
    width: 40px;
    height: 54px;
    left: -16px;
    top: 37px;
}
.left_grace img {
    width: 200px;
}
.left_grace {
    width: 200px;
    top: 25px;
}
.grace4:before {
    left: -100px;
    width: 110px;
    height: 50px;
    background-position: 21% 0%;
    top: 25px;
}
.grace1 {
    margin-top: 50px;
}
.grace1:before {
    width: 90px;
    right: -85px;
    top: 37px;
}
.grace3 {
    margin-top: 100px;
}
.grace3:before {
    width: 150px;
    height: 100px;
    top: -15px;
    background-position: 14% 0;
}
.grace2 {
    margin-top: 60px;
}
.grace2:before {
    width: 150px;
    height: 65px;
    left: 10px;
    top: -20px;
    background-position: 12% 0%;
}
.grace6 {
    margin-top: 150px;
}
.grace6:before {
    width: 100px;
    left: -72px;
    top: 28px;
}
.features_title_left h1:before {
    left: -45px;
    width: 135px;
    height: 125px;
}
.popup_inner {
    padding: 20px 15px;
}
 
.contact_popup .popup_inner {
    max-height: 675px;
}

.message_area textarea {
    height: 120px;
}
.left_price {
    height: auto;
}	
	.categories_all.pb-200 {
		padding-bottom: 30px;
	}

	.mob.d-flex {
		display: flex !important;
	}

	.desk.d-flex {
		display: none !important;
	}

	.features_content h2 br {
		display: none;
	}

	.Features_section_main li {
		line-height: 20px;
	}

	.servicess_pic .titles_banner_home.col-md-4 img {
		height: 30px;
	}

	.pt-100 {
		padding-top: 45px;
	}

	.pb-100 {
		padding-bottom: 45px;
	}

	.font-22 {
		font-size: 16px;
		line-height: 22px;
	}

	.plan_content .book_demo {
		margin-top: 10px;
	}

	.pt-200 {
		padding-top: 120px;
	}

	.why_details h2 br {
		display: none;
	}

	.container_big {
		width: 100%;
		padding: 0 5%;
	}

	.pt-70 {
		padding-top: 30px;
	}

	.pb-70 {
		padding-bottom: 30px;
	}
/*
	.features_title_left h1:before {
		left: -60px;
		top: 0px;
		width: 94px;
		height: 85px;
	}
*/
	.features_title_left h1:after {
		left: -81px;
		width: 48px;
		top: 32px;
	}

	.Features_section_main a {
		font-size: 14px;
		line-height: 16px;
	}

	.servicess_content.col-md-6 {
		padding: 15px 25px !important;
	}

	.pb-15 {
		padding-bottom: 5px;
	}

	.title_inner_blog {
		bottom: 15px;
		left: 22px;
	}

	.pb-30 {
		padding-bottom: 12px;
	}

	.blog_pic .d-flex {
		flex-direction: column;
	}

	.prices_units:before {
		left: 24px;
		font-size: 14px;
		top: -3px;
	}

	.about_image.col-md-6 {
		padding-left: 20% !important;
	}

	.pt-240 {
		padding-top: 100px;
	}

	.all_servicess ul {
		padding: 15px 45px;
	}

	.features_titles_lefts:after {
		display: none !important;
	}

	.features_titles_lefts:before {
		display: none !important;
	}

	.text_pink .col-md-6 {
		padding: 10px !important;
	}

	.contact_price {
		height: 100px;
	}

	.left_price {
		padding-left: 20px;
   	 	padding-right: 20px;
    	padding-top: 20px;
    	padding-bottom: 15px;
	}

	.feat_title img {
		width: 40px;
		padding-top: 25px;
	}

	h2 {
		margin: 3px 0 20px !important;
		font-size: 28px !important;
		line-height: 34px !important;
	}

	.plan_content h2 {
		width: 100%;
	}

	.all_features.d-flex {
		flex-direction: column;
	}

	.all_features .col-md-3 {
		flex: 100% !important;
		max-width: 100% !important;
	}

	.page-template-features .font-54 {
		font-size: 19px !important;
	}

	.page-template-why-graysync .pt-100 {
		padding-top: 30px;
	}

	.page-template-why-graysync .pb-100 {
		padding-bottom: 30px;
	}

	.header_main_section .d-flex {
		flex-direction: column;
	}

	.logo_header {
		text-align: center;
	}

	.serivce_content {
		width: 100%;
	}

	.testi_section_main.pt-70 {
		padding-top: 30px;
	}

	.all_text_footer {
		background: none;
	}

	.all_text_footer {
		padding-left: 0;
	}

	.newsletter_section_inside_titles {
		width: 100%;
	}

	.large_input {
		width: 100%;
	}

	.newsletter_section_form {
		width: 100%;
		padding-top: 20px;
	}

	.respo_foot.pt-140 {
		padding-top: 50px;
	}

	.big_logo img {
		width: 160px;
	}

	.pt-50 {
		padding-top: 20px;
	}

	.pb-50 {
		padding-bottom: 20px;
	}

	.singleimage_blog.col-md-4 {
		padding: 15px 20px !important;
	}

	.lines {
		padding: 0 5px;
	}

	.texti_opacity {
		width: 120px;
	}

	.conditions_section_footer .texti_opacity:last-child {
		text-align: right;
	}

	.lines.d-inline-block {
		display: none !important;
	}

	.font-14 {
		font-size: 12px;
		line-height: 23px;
	}

	.icons_footer_lower img {
		height: 18px;
		padding-left: 10px;
		margin-bottom: 11px;
	}

	.phone_number_footer {
		padding-right: 0;
		padding-top: 12px;
		text-align: center;
	}

	.book_tab.button_banner a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 11px;
		padding-bottom: 15px;
		width: auto !important;
		padding-top: 15px;
		height: auto !important;
		line-height: initial !important;
		display: inline-block;
	}


	.dashborad_section {
		margin-top: 30px;
	}

	.content_banner_right_image_home {
		width: 100%;
		padding-top: 30px;
	}

	.content_banner_left_home {
		width: 100%;
	}

	.inputss_one {
		display: none;
	}

	.inputss_three {
		display: none;
	}

	.inputss_two {
		width: 100%;
	}

	.dd {
		padding-right: 15px;
		padding-left: 15px;
	}

	.icons_footer_lower.d-flex {
		flex-direction: initial;
	}

	.header_main_section .icons-header.d-flex {
		flex-direction: column;
		align-items: center !important;
	}
}

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






/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


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

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

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

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

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover>a,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

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

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
.nav-menu .focus>ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current-menu-ancestor>a {
	color: #bc360a;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color: #f7f5e7;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

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

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 40px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

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

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta>span {
	margin-right: 20px;
}

.entry-meta>span:last-child {
	margin-right: 0;
}

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

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

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

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

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

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

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

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

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

.entry-content blockquote {
	font-size: 24px;
}

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

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

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

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

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

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

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

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

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside+.format-aside,
.format-aside+.format-link,
.format-link+.format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important;
	/* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important;
	/* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important;
	/* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content>p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left;
	/* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

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

.comment-list .children {
	margin-left: 20px;
}

.comment-list>li:after,
.comment-list .children>li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list>li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor>.comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

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

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

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

.widget li {
	padding: 5px 0;
}

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

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

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li>cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

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

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

.widget_calendar a {
	display: block;
}

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

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

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

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

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

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

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

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

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

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

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width: calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

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

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

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



*:focus {
	outline: none !important;
}