/*
Theme Name: Studio98 Custom Theme
Author: Studio98
Author URI: http://studio98.com/
Text Domain: Custom Theme
*/
/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,500,700,800,900');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

@font-face {
    font-family: 'Berylium';
    src: url('assets/fonts/Berylium-BoldItalic.woff2') format('woff2'),
        url('assets/fonts/Berylium-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
html{height:100%;}
body {
	line-height: 1.5;
	font-family: 'Alegreya', serif !important;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
p{
	margin-bottom:15px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-weight: bold;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border-radius: 3px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	height:auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border:0 !important;
	opacity:.5;
}
.gallery .gallery-icon img:hover{
	opacity:1;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: right;
    width: 50%;
    text-align: right;
}
.nav-next,
.next-image {
	float: left;
    text-align: left;
    width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Montserrat', sans-serif;
}
a {
	outline: none;
	color: inherit;
}
a:hover,a:focus{
	outline: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 10px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}





/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	margin-top: 0px;
	padding: 0;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 10px 0;
}
h1,h2,h3,h4,h5{
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 38px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 20px;
	font-weight:700;
}
h5{
	font-size: 16px;
}
h5{
	margin:5px 0;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site{
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: right;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 26.041666667%;
		padding-top: 70px;
		margin-top:0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

/* Minimum width of 960 pixels. */
	body .site {
		padding: 0 15px;
	}



/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
nav#site-navigation {
    margin-top: 0;
}
nav#site-navigation #menu-main-menu li a {
    font-weight: bold;
    color: #050951;
    font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
nav#site-navigation #menu-main-menu li {
    margin-right: 15px;
}
nav#site-navigation #menu-main-menu li#menu-item-36:before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 5px;
    font-size: 14px;
}
nav#site-navigation #menu-main-menu li#menu-item-37:before {
    font-family: FontAwesome;
    content: "\f0e0";
    padding-right: 5px;
    font-size: 14px;
}
.home header.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
	padding-top: 20px;
    border-bottom: 2px solid #dededcbd;
}
header.site-header {
    width: 100%;
    z-index: 99;
	padding-top: 20px;
    border-bottom: 2px solid #dededcbd;
}
nav#site-navigation #menu-main-menu li:last-child {
    margin-right: 0;
}
nav#site-navigation #menu-main-menu li#menu-item-36 {
    margin-left: 20px;
}
div#page{
	width:100%;
	padding:0px;
}

.home .benefits{
	background: #050951;
	color:#fff;
}
/*.home .benefits .col-sm-4,.col-md-4,.col-lg-4,.col-xs-12{
	text-align:center;
	padding: 30px 15px;
}*/
.home .benefits img{
	margin-left: auto;
    margin-right: auto;
}
.home .benefits p{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.home .benefits h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
    font-size: 20px;
}
.home .benefits .benefit2{
	background: url(https://www.britfield.com/wp-content/uploads/2018/05/benefits-clock-icon-back.png);
    background-repeat: no-repeat;
    background-position: center;
}
.home .leave-money {
	background:#ededed;
	padding: 30px 0;
}
.home .leave-money .leave-money2 p{
	margin:0px;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4{
	padding: 0px;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4 img{
	float: left;
    width: 50%;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4 p{
    vertical-align: middle;
}
.home .leave-money .leave-money1 h3{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
}
.sfwa_footer_area h3.widget-title {
    color: #fff;
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.sfwa_footer_area h3 {
    color: #8b8fcb;
    font-weight: bold;
    margin: 20px 0;
	text-transform:inherit;
}
.sfwa_footer_area .textwidget.custom-html-widget p {
    color: #8b8fcb;
    font-family: 'Montserrat', sans-serif;
}
.sfwa_footer_area .textwidget a {
    color: inherit;
    text-decoration: underline;
    display: block;
}
.sfwa_footer_area .textwidget a.btn{
	text-decoration:none;
}
.sfwa_row {
    padding-top: 42px;
}
.home .company_specialize{
	background: url(https://www.britfield.com/wp-content/uploads/2018/06/specialize.png);
    background-repeat: no-repeat;
    background-position: left;
	padding: 50px 0;
	background-size:100% 100%;
}
.home .company_specialize .cclass .cnt2{
	text-align:left;
}
.home .company_specialize .cclass .cnt2 h3{
	font-weight:bold;
}
.home .company_specialize .cclass .cnt2 ul{
	list-style: none;
	margin:0px;
	line-height: 1.7;
}
.home .company_specialize .cclass .cnt2 ul li{
	margin:0px;
}
.home .map_part {
	padding: 50px 0;
}
.home .map_part .map_class{
	padding: 0 15px;
}
.home .map_part .map_class .cnt2{
	border-top:2px solid #fbfbfb;
	border-right:2px solid #fbfbfb;
}
.home .map_part .map_class .cnt1{
    padding-top: 50px;
}
.home .industry_transaction
{
	background:#050951;
	padding: 50px 0;
}
.home .industry_transaction .title{
	padding-top:0px;
}
.home .industry_transaction .title h3
{
	color:#fff;
	font-size: 30px;
    font-weight: bold;
}
.home .industry_transaction .col-sm-2,.home .industry_transaction .col-md-2,.home .industry_transaction .col-lg-2{
	width:14%;
}
.home .industry_transaction a img{
	opacity:0.5;
}
.home .industry_transaction a:hover img{
	opacity:1;
}
.home .who_we_are {
	padding:50px 0;
}
.home .who_we_are .weare{
	padding:0 15px;
}
.home .who_we_are .weare img{
	margin:auto;
}
.home .who_we_are .weare .desc{
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
.home .who_we_are .weare .desc h3{
	font-weight:bold;
	margin:0px;
}
.home .lets_get_started {
	padding:50px 0;
	font-family: 'Montserrat', sans-serif;
}
.home .lets_get_started .title{
	padding-top:0px;
}
.home .lets_get_started .title h3{
	font-weight:bold;
}
.home .lets_get_started .part2 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part2 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part2 .upper-part{
	padding:30px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part2 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part2 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part2 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part2:hover .lower-part a{
	display:inline-block;
}

.home .lets_get_started .part1 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part1 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part1 .upper-part{
	padding:57px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part1 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part1 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part1 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part1:hover .lower-part a{
	display:inline-block;
}

.home .lets_get_started .part3 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part3 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part3 .upper-part{
	padding:57px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part3 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part3 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part3 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part3:hover .lower-part a{
	display:inline-block;
}
.banner {
	background:#050951;
}
.banner .banner_title{
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
}

.banner .banner_title h3{
	font-weight:bold;
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
}
article#post-48{
	border-bottom:0px;
	margin-bottom:0px;
}
article#post-48 .entry-meta{
	display:none;
}
article#post-48 .entry-header{
	display:none;
}
.page-id-48 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-48 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
#gform_submit_button_1{
	color: #fff;
    border-radius: 0px;
	outline: none;
    padding: 10px 50px;
    font-weight: bold;
    border: 1px solid #013471;
    background: #013471;
}
#gform_wrapper_1 .gform_heading{
	display:none;
}
#gform_wrapper_1 .gform_body label{
	display:none;
}
#gform_wrapper_1 .gform_body input{
	padding:15px 20px;
	outline:none;
	background:#ececec;
	font-family: 'Montserrat', sans-serif;
	border:0px;
	border-radius:0px;
}
#gform_wrapper_1 .gform_body textarea{
	padding:15px 20px;
	outline:none;
	font-family: 'Montserrat', sans-serif;
	background:#ececec;
	border:0px;
	border-radius:0px;
}
.page-id-48 .content-contact{
	padding:0;
}
.page-id-48 .content-contact h3{
	text-transform: uppercase;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
    color: #050951;
}
.page-id-48 .content-contact p i{
	color: #e21927;
	font-size:16px;
}
.widget-area #nav_menu-2 {
	text-align: left;
}
.widget-area #nav_menu-2 .widget-title{
	font-size: 18px;
    font-weight: bold;
    color: #050951;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li{
	border-bottom: 2px solid #d4d4d4;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #050951;
    padding: 5px 0;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li a{
	margin-left:25px;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li a:hover{
	margin-left:25px;
	color: #8d0000;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #custom_html-9{
	text-align: left;
}
.widget-area #custom_html-9 .widget-title{
	font-size: 18px;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #d4d4d4;
    color: #050951;
	padding-bottom: 15px;
}
.widget-area #custom_html-9 .textwidget{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #custom_html-9 .textwidget img{
	margin-top:15px;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li:nth-child(7){
	display:none;
}
.page-id-48 .widget-area #nav_menu-2 .menu-main-menu-container ul li:nth-child(8){
	display:none;
}
.page-id-48 .widget-area #custom_html-9 .textwidget img{
	margin-top:15px;
	display:none;
}
.page-id-46 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-46 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
article#post-46 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-46 .entry-header {
    display: none;
}
article#post-46 .entry-meta {
    display: none;
}
article#post-40 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-40 .entry-header {
    display: none;
}
article#post-40 .entry-meta {
    display: none;
}
article#post-42 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-42 .entry-header {
    display: none;
}
article#post-42 .entry-meta {
    display: none;
}
article#post-44 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-44 .entry-header {
    display: none;
}
article#post-44 .entry-meta {
    display: none;
}
.faq-box{
	padding: 0;
}

.faq-box .faq-box-inner{
	padding: 0;
	margin: 0 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}
.faq-box .faq-box-inner .faq-box-upper-part{
	padding: 0;
}
.faq-box .faq-box-inner .faq-box-lower-part{
	padding: 30px 40px;
    background: #fff;
	text-align: left;
}
.faq-box .faq-box-inner .faq-box-lower-part h5{
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.faq-box .faq-box-inner .faq-box-lower-part p{
	font-size: 15px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.faq-box .faq-box-inner .faq-box-lower-part a{
	font-size: 15px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background:#013471;
	color:#fff;
	text-transform: uppercase;
    border-radius: 0px;
    border: 1px solid #013471;
	font-weight:bold;
	padding:10px 30px;
	margin-top: 25px;
}

#primary{
	margin: 0px;
	padding:0px;
	padding-top: 70px;
	padding-bottom: 50px;
}
.page-id-48 #gform_wrapper_1{
	margin:0px;
	margin-top: -20px;
}

.page-id-44 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-44 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.page-id-44 .transaction-imgs{
	padding: 15px;
}
.page-id-44 .transaction-imgs a img{
	opacity: 0.5;
}
.page-id-44 .transaction-imgs a:hover img{
	opacity: 1;
}
.page-id-42 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-42 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.page-id-42 .services-box #accordion .panel-default{
	border: 0px;
    border-radius: 0px;
	margin-top:0px;
	margin-bottom:25px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.page-id-42 .services-box #accordion .panel-default p{
	display:none;
}
.page-id-42 .services-box #accordion .panel-default .accordion-toggle{
	background:url('https://www.britfield.com/wp-content/uploads/2018/06/service-back-1.png');
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.page-id-42 .services-box #accordion .panel-default .collapsed{
	background:url('https://www.britfield.com/wp-content/uploads/2018/06/service-back-2.png');
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading .panel-title{
	font-size: 20px;
    font-weight: bold;
	color:#fff;
    text-align: center;
    text-transform: uppercase;
	margin: 34px 0;
    font-family: 'Montserrat', sans-serif;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading p{
	display:none;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading .panel-title{
	text-decoration:none;
	cursor:pointer;
}

.page-id-42 .services-box #accordion .panel-default .panel-collapse .panel-body{
	padding: 20px 2px;
	margin: 0px;
    border: 0px;
    border-color: #fff;
}
.page-id-42 .services-box #accordion .panel-default .panel-collapse .panel-body .desc{
	display:block;
	font-family: 'Montserrat', sans-serif;
	margin:0px;
}
.page-id-42 .services-box .panel-group {
    margin-bottom: 0px;
}

 .page-id-42 .services-box #accordion .panel-default .panel-heading[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  right: 20%;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
 .page-id-42 .services-box #accordion .panel-default .panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}
.caroesual_part {
	background:#92140a;
	padding:30px;
}
.caroesual_part .carousel {
	width: 50%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
.caroesual_part .carousel p{
	margin-bottom:0px;
}
.caroesual_part .carousel .carousel-inner p{
	display:none;
}
.caroesual_part .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
}
.caroesual_part .carousel .item a {
	color: #eb7245;
}
.caroesual_part .carousel .carousel-inner .dbcd {
	padding: 30px 0 10px;
	font-size: 20px;
	font-style: italic;
    color: #fff;
	display:unset;
}
.caroesual_part .carousel hr{
	margin:0px !important;
	margin-bottom:30px !important;
    color: transparent !important;
	background: transparent;
}
.caroesual_part .carousel .carousel-inner .testimonial {
	font-size: 14px;
    color: #fff;
	text-align:justify;
	display:unset;
}
.caroesual_part .carousel .carousel-inner .overview {
	text-align: center;
	display:unset;
	font-size: 18px;
	color: #fff;
}
.caroesual_part .carousel .carousel-inner .overview b {
	color: #fff;
	font-size: 18px;
	margin-top:50px;
	display: block;
}

.caroesual_part .carousel .carousel-control {
	width: 50px;
	height: 50px;
	border-radius: 50%;
    background: #999;
	padding: 5px;
	margin-top:15px;
    text-shadow: none;
	position:relative !important;
	bottom: 0 !important;
}
.caroesual_part .carousel-control i {
	font-size: 25px;
    margin-right: 0px;
}

.caroesual_part .carousel-indicators {
	display:none;
}
.footer-information{
    background-color: #050951;
	padding:65px 0;
	color:#ffffff;
}
.footer-creditibility {
    background-color: #020428;
	padding:20px 0;
	color:#7e81bd;
}
.cta{
	padding:15px 15px;
	position: relative;
    color: #000;
	background-size: cover;
}
.lead {
    font-size: 18px;
}
.cta .overlay{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
}
.cta .content{
	position:relative;
	z-index:1;
}
.sections{
	background-size:cover;
	background-position: center;
}
.wrapper ul li{
	font-size:16px;
	margin-bottom:10px !important;
}
.carousel .left,.carousel .right{
	opacity:.6;
}
.carousel a{
	color:#000000 !important;
	text-decoration:none !important;
}
.btn{
	    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 41px;
    border-radius: 0;
}
.btn-primary{
	background-color:#013471;
	border-color:#013471;
	color:#ffffff;
}
.box{
	box-shadow: 0px 0px 25px #ccc;
	position:relative;
	margin-bottom: 30px;
}
.box .readmore{
	display:none;
}
.box .image{
	min-height: 500px;
    background-size: cover;
    background-position: center;
	position:relative;
}
.page-template-page-templatesteam-php .box .image:after{
	    content: "";
    background-color: rgba(5,9,81,.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	transform: scale(0);
}
.page-template-page-templatesteam-php .box .image:before{
        font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    color: #ffffff;
    z-index: 1;
    background: #92140a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.page-template-page-templatesteam-php .box:hover .image:after{
	transform: scale(1);
	opacity:1;
}
.page-template-page-templatesteam-php .box:hover .image:before{
	opacity:1;
}
.box .caption{
	padding: 20px 20px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    left: 0;
    right: 0;
}
.box h5 strong{
	text-transform:uppercase;
}
.box .designation{

}
.box .content{
	max-height: 0;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity:0;
  overflow:hidden;
}
.box:hover .content{
	max-height: 500px;
	opacity:1;
}
.fullwidth{
	width:100%;
}
.panel{
	border:0;
	box-shadow:none;
}
.panel-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.panel-title a{
    padding: 60px 40px;
	color: #ffffff;
	display: block;
	text-decoration:none;
}
.panel ul{
	list-style: disc outside;
    margin: 24px 0 24px;
}
.panel ul li{
	margin: 0 0 0 25px;
}
.panel-group .panel-heading{
	padding:0;
}
.panel-body {
    padding: 35px 0px;
    border: 0 !important;
}
.panel-title a{
	position:relative;
	    opacity: .9;
}
.panel-title a:after{
	content:"";
	background-image:url('images/tabbg.png');
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-2;
}
.panel-title a:before {
    content: "";
    background-color: rgba(140,2,2,.89);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.panel-title a.collapsed:before{
	background-color: rgba(208,208,208,.89);
}
.cta{
	position:relative;
}
.cta a.link{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	text-decoration: none;
}
.cta:hover .overlay{
	background-color:transparent;
}
#gallery-1 .gallery-item{
	    margin: 0 !important;
}
#gallery-1 .gallery-item .gallery-icon{
	line-height:0;
}
.listing-item img{
	float: left;
    margin: 20px;
    margin-top: 0;
}
.listing-item{
	clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.listing-item .title{
	font-weight:600;
}
.stack{

}
.stack [class*=col]{
	padding:0;
}
.stack .content h2{
	text-transform:uppercase;
	font-weight:700;
}
.stack .content{
	text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
	    font-size: 17px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.page-template-page-templatessidebar-php .widget-area,.page-template-page-templatesfaq-php .widget-area,.page-template-page-templatesteam-php .widget-area{
	padding-top:0;
	width:100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    padding: 10px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 41px;
	background-color: #013471;
    border-color: #013471;
    color: #ffffff;
	background-color: #ffc537 !important;
    border: 1px #ffc537 solid !important;
    color: #222232 !important;
    border-radius: 5px !important;
}
.link{
	    padding-left: 120px;
    position: relative;
    padding-top: 22px;
    padding-right: 0;
    min-height: 136px;
	    margin-bottom: -35px;
}
.honey {
    margin-left: -128px;
}
.link .icon:hover {
    transform: scale(1.1);
    z-index: 999;
}
.link:hover h5{
	color:rgb(144, 5, 5);
}
.link .icon{
	position: absolute;
    left: 0;
    max-width: 115px;
    top: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
	    transition-duration: 1s;
}
.caption h5 {
    padding: 12px 0;
}
div#sections5 {
    padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.about-content {
    max-width: 80%;
}
.link a{
	text-decoration:none !important;
}
.box .popup{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
#content ol{
	list-style: decimal;
    margin-left: 30px;
	margin-bottom: 15px;
}
#content ol li{
	margin-bottom:5px;
}


.slide{
	font-size:21px;
}
#gallery-1 .gallery-icon img{
	opacity:1;
}
.home #sections8 .container{
	width: 100%;
    max-width: 1330px;
}
.footer-information .gform_wrapper .top_label .gfield_label{
	display:none;
}
.footer-information .gform_wrapper ul li.gfield{
	margin-top:0;
	margin-bottom:15px;
}
body .footer-information .gform_wrapper .top_label div.ginput_container{
	margin-top:0 !important;
}
.footer-information .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	color:#333 !important;
}
table.business-table {
    border: 1px solid #ededed;
	    font-size: 15px;
}
.business-table th, .business-table td{
	color: #ffffff;
    padding: 10px;
	    vertical-align: middle;
}
.business-table .first {
    background-color: rgba(255, 0, 0, .9);
	    width: 35%;
}
.business-table .second {
    background-color: rgba(0, 0, 139, .7);
	    width: 21%;
  }
.business-table .third {
    background-color: rgba(173, 216, 230, .7);
}
.business-table .fourth {
    background-color: white;
	color: #000000;
	    width: 21%;
}
.business-table .fa.fa-check {
    color: green;
    font-size: 20px;
}
.business-table .fa.fa-times {
    color: red;
    font-size: 20px;
}
#menu-side-menu li {
    border-bottom: 2px solid #d4d4d4;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #050951;
    padding: 5px 0;
}
#menu-side-menu li a{
	margin-left: 25px;
	    text-decoration: none;
}
#f1_container {
  position: relative;
  width: 390px;
  height: 320px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
	    margin: 70px auto;
  padding-left:20px;
  padding-right:20px;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
  background-color: transparent;
}
.flips .content {
    padding: 0px;
}
.bigs #f1_container {
    width: 780px;
}
.home-btn-ab{
	text-decoration: none !important;
    padding: 33px 0 !important;
    border-radius: 50% !important;
    border: 5px solid #ffffff !important;
    text-align: center !important;
    display: inherit !important;
    margin: 0 auto !important;
    width: 180px !important;
    height: 180px !important;
    background: #000 !important;
    line-height: 1 !important;
    margin-top: -260px !important;
}
.home-btn-ab img{
	width: 115px !important;
    height: 115px !important;
}
.bl-par {
	text-align:center !important;
}
.because-box h4{
	font-weight: 700;
    color: #bb6e30;
}
.because-box p{
	text-align: left;
    color: #fff;
}
.marque-elmnt{
	margin: 0 -9999rem !important;
    padding: 1.5rem 9985rem !important;
    background: #00000000 !important;
	font-size: 20px;
}
.marque-elmnt em{
	margin-right:80px !important;
}
@media (max-width: 1200px) {
  .home-btn-ab img{
	  max-height: 100px !important;
	}
}
@media (max-width: 991px) {
  .home-btn-ab img{
	  max-height: 65px !important;
	}
	.home-btn-ab {
		padding: 17px !important;
	}
}
@media (max-width: 767px) {
  .home-btn-ab img{
	  	max-height: 100px !important;
	}
	.home-btn-ab {
		padding: 15px !important;
		margin-top: -140px !important;
	}
}
@media (max-width: 563px) {
  .home-btn-ab img{
	  max-height: 100px !important;
	}
	.home-btn-ab {
		padding: 20px !important;
	}
}
@media (min-width: 430px) {
	.home #sections1{
		padding-bottom:0px !important;
	}
}
@media (max-width: 420px) {
  .home-btn-ab img{
	  max-height: 85px !important;
	}
	.home-btn-ab {
		padding: 20px !important;
    	margin-top: -85px !important;
	}
}
.page-id-44 .gallery-item a {
    cursor: default;
    pointer-events: none;
}
.home .because-box img {
    border-radius: 0;
    padding: 10px;
    border: 0;
    width: 80%;
	margin-bottom: -50px;
    border-style: groove;
}
.because-box-outer{
    min-height: 476px;
}
#sections9 .carousel .left,#sections9 .carousel .right {
    opacity: 1 !important;
}
.home #sections2{
	 padding-bottom: 30px !important
}

/* Last changes September 10th */
header.site-header.black {background: #000}
footer.black .footer-information, footer.black .footer-creditibility {background-color: #000}
footer.black .footer-information #black-studio-tinymce-8 h3 {color: #bb6e30}
footer.black .footer-creditibility p {color: white}
footer.black .btn-primary, footer.black .gform_button.button {background-color: #bb6e30; color: #000; border-color: #bb6e30}
.tp-revslider-mainul p img {border: 15px solid black;}
#sections2 p {color: white}
.single-locations #sections2 p.title {color: #e8b62f;}

#sections3 marquee p:first-of-type, #sections3 marquee p:last-of-type{display: none}
.page-id-396 .because-box p {color: inherit;}


#carousel div {
	text-align: center;
	width: 100px;
	height: 250px;
	float: left;
	position: relative;
	padding: 0 20px;
}
#carousel div img {
	border: none;
	width: 100%;
	height: auto;
	border: 10px solid black;
}

/*custom-theme*/
.map, .maps{height:70%}
.marker{display:none;}
.overlayWhite{position:relative;background-color:rgba(255,255,255,0.9);width:100%;height:100%;left:0;top:0;}
.overlayBlack{position:relative;background-color:rgba(0,0,0,0.5);width:100%;height:100%;left:0;top:0;}
.buttonSection{background-color:#222232;padding:15px;color:#fff;text-transform:uppercase;border-radius:5px;font-size: 1.2vw;}
.buttonSection:hover{text-decoration:none;color:#fff;}
.buttonSection .upper{font-size:150%}
.buttonSection img{margin-bottom:3px;margin-left:5px;height:1vw;width:0.9vw;}

.containerSectionTitle{text-align:center;width:100%;z-index:0;background-color:#0e1015;height:30%;}
.containerSectionTitle p{color:#fff;font-size:1.2vw; font-size: 20px;}
.containerSectionTitle .yellow{font-size: 1.8vw;
    font-size: 28px;
    color: #dfae5b;
    font-family: 'Berylium' !important;
    text-shadow: -5px -1px 2px rgba(0, 0, 0, 1);
    text-transform: capitalize;
    font-style: italic;}

.containerHeader{padding:0 !important;position:absolute !important;top:0;left:0;z-index:2;width:100%;}
.containerHeader .logo{position:absolute;top:0;width:90%;}
.containerHeader .headerInner{width:100%;}
.containerHeader .backgroundInner{background-color:rgba(14,16,21,0.5);}
.containerHeader .row{width:100%;margin:0;}
.containerHeader .row .col-md-10{padding:0;}
.containerHeader .row .col-md-2{padding:0;}
.containerHeader .row .col-md-2 img{width:100%;}
.containerHeader .navbar-brand{padding:0;z-index:2;margin:0;width: 100%;}
/*.containerHeader .containerMenu{background-color:rgba(14,16,21,0.5);height:70%;display:flex;}*/
.containerHeader .backgroundInner .containerMenu{background-color:transparent;margin-top:30px;}
.containerHeader .menuHeader li{padding:15px;}
.containerHeader .menuHeader li>a{color:#fff;text-transform:uppercase;font-size:1.1vw;display:block;}
.containerHeader .menuHeader li>a:hover{text-decoration:none;}
.containerHeader .menuHeader li>a:first-letter{font-size:150%;}

.homeBanner{z-index: -1;}
.homeBanner img{width:100%;}

.homeMenu2 .menuHome2{display:-webkit-inline-box;width:100%;}
.homeMenu2 .menuHome2 li{padding:15px;background-color:#1d212a;flex: 0 0 14.28571428%;max-width: 14.28571428%;width:100%;position:relative}
.homeMenu2 .menuHome2 li:hover{background-color:#101217;}
.homeMenu2 .menuHome2 li>a{color:#fff;font-size:1.3vw;display:block;}
.homeMenu2 .menuHome2 li>a:hover{text-decoration:none;}
.homeMenu2 .menuHome2 li>a:first-letter{font-size:150%;}
.homeMenu2 .menuHome2 li .sub-menu{display:none;position:absolute;z-index:1;left:0;top:100%;width:100%;}
.homeMenu2 .menuHome2 li .sub-menu li{background-color:rgba(29,33,42,0.7);flex: 0 0 100%;max-width: 100%;border-bottom:2px #737373 solid;}
.homeMenu2 .menuHome2 li .sub-menu li>a{font-size:1vw; font-size: 16px;}
.homeMenu2 .menuHome2 li:hover .sub-menu{display:block;}

.homeSection1{padding:0 !important;}
.homeSection1 .title{margin:0 auto;padding:50px 0;text-align:center;text-transform:uppercase;}
.homeSection1 .title .upper{font-size:150%;align-self:center;margin-left: 5px;}
.homeSection1 .title .low{align-self:center;display: inline-block;margin-bottom: -0.55vw;margin-right: 5px;}
.homeSection1 .title p{color:#1d212a;font-size:2vw;display:inline-flex;}
.homeSection1 .title .yellow{font-size:7vw;color:#dfae5b;font-family: 'Berylium' !important;text-shadow: -5px -1px 2px rgba(0, 0, 0, 1);text-transform: capitalize; font-style: italic;}
.homeSection1 img{width:100%; height: 100%}
.homeSection1 .row{}
.homeSection1 .col-md-7{padding:0; background-color:#1d212a;}
.homeSection1 .col-md-5{background-color:#1d212a;display:flex;padding:0;}
.homeSection1 .col-md-5 .content{align-self:center;padding:0 50px;}
.homeSection1 .col-md-5 .content .title{color:#e8b62f;font-size:2.25vw;padding:0;}
.homeSection1 .col-md-5 .content .title .upper{font-size:150%;}
.homeSection1 .col-md-5 .content p{color:#fff;font-size:1.5vw;font-weight:400;text-align:left;}

.homeSection2 .col-md-6{padding:0;}
.homeSection2 .col-md-6 img{width:100%;}
.homeSection2 .containerContent{background-color:#f5f5f5;}
.homeSection2 .content{width:80%;margin:-10% auto 10%;background-color:#fff;padding:20px;height:100%;    position: relative;}
.homeSection2 .content .title{color:#e8b62f;font-size:2vw;text-transform:uppercase; color: #cc961a;}
.homeSection2 .content .title .upper{font-size:150%;}
.homeSection2 .content p{color:#82828c;font-size:1.3vw;font-weight:400; color: #444446;}

.homeSection3 .col-md-12{padding:0;}
.homeSection3 img{width:100%;}
 .homeSection3 .content{background-color:#222232;padding: 30px 5%;margin-top: -7%;}
.homeSection3 .content .title{color:#e8b62f;font-size:2vw;text-transform:uppercase;}
.homeSection3 .content .title .upper{font-size:150%;}
.homeSection3 .content p{color:#82828c;font-size:1.3vw;font-weight:400;font-size:21px;color:#fff;}

.homeSection4{padding:50px 0;position:relative;z-index:1;}
.homeSection4 .widgetTestimonials h3{display:none;}
.homeSection4 .title{font-size:2vw;color:#222232;font-weight:400;text-align:center;margin-bottom: 50px;}
.homeSection4 .title .upper{font-size:150%;}
.homeSection4 .col-md-4 img{width:100%;border-top-left-radius: 10px;border-top-right-radius: 10px;}
.homeSection4 .col-md-4 .containerTestimonial,
.containerReviews{border:1px #ccccd1 solid;border-radius: 10px;background-color:#ffffff; min-height: 205px}
.containerReviews{margin-bottom: 30px;}
.review_temp{padding-top: 180px}
.containerReviews .titleTestimonial,
.homeSection4 .col-md-4 .titleTestimonial{color:#222232;font-weight:700;font-size:1.6vw;text-transform:uppercase;text-align:center;margin-top:15px;}
.homeSection4 .col-md-4 .titleTestimonial .first-letter{font-size:150%;}
.containerReviews .excerpt,
.homeSection4 .col-md-4 .excerpt{color:#7c7c82;font-size:15px;font-weight:400;width:70%;margin:0 auto;text-align:center;     color: #444446; font-size:18px;}
.homeSection4 .col-md-4 .containerButton{background-color:#f5f5f5;width: fit-content;padding: 15px 18px;margin-left: auto;border-bottom-right-radius: 10px;}
.homeSection4 .col-md-4 .containerButton a{color:#222232;font-size: 1.5vw;font-weight: 700;     display: none;}
.homeSection4 .col-md-4 .containerButton a:hover{text-decoration:none;}
.homeSection4 .buttonSection{display:block;margin:50px auto 0;width:fit-content;}

.homeSection5{padding:0 !important;position:relative;margin-top:-25%;z-index:0; background-size: cover;
    background-position: center;
    min-height: 800px;}
.homeSection5 {
    margin-top: -20%;
}
.homeSection5 .overlayWhite{display:flex; min-height: 800px;}
.homeSection5 .image{width:100%;}
.homeSection5 .containerAuthor{width:50%; margin:0 auto;height: fit-content;align-self: center;margin-top: 20%;}
.homeSection5 .author{}
.homeSection5 .author .title{font-size:2.3vw;color:#222232;}
.homeSection5 .author .title .upper{font-size:150%;}
.homeSection5 .author p{color:#82828c;font-size:1.2vw;font-weight:400; color: #444446; font-size: 18px;}
.page-template-author .homeSection5 .author p{
	font-size: 19px;
}
.page-template-author .homeSection5 .author p.title{
	font-size: 32px;
}
.page-template-author .authorContent .overlayWhite {
	position: relative;
}
.page-template-author .authorContent{
	background-size: cover;
    background-position: center center;
}
.homeSection5 .buttonSection{display:block;width:fit-content;margin-top:30px;}
.ufaq-faq-display-style-One a {color: #1f1f2c}
.ufaq-faq-display-style-One a:focus, .ufaq-faq-display-style-One a:hover {color: #686894}
.ewd-ufaq-post-active a, .ewd-ufaq-post-active a:hover, .ewd-ufaq-post-active a:focus {color: #686894}
.homeSection6{padding:50px 15px; /*padding-bottom: 0;*/}
.homeSection6 img{width:100%}
.homeSection6 .title{font-size:2vw;color:#222232;font-weight:400;text-align:center;margin-bottom: 25px;}
.homeSection6 .title .upper{font-size:150%;}
.homeSection6 .col-20{flex: 0 0 20%;max-width: 20%;}
.homeSection6 .col-20 .image{width:100%;}
.homeSection6 .titleCharacter{font-size: 2vw;color: #222232;font-weight:400;}
.homeSection6 a{text-decoration:none !important;}
.homeSection6 .col-md-12{margin-top:30px;}
.homeSection6 .col-md-8 p{color: #82828c;font-size: 1.1vw;font-weight: 400;}

.homeSection7{padding:0 0 50px 0;}
.homeSection7 .title{font-size:2vw;color:#222232;font-weight:400;text-align:center;margin-bottom: 25px;}
.homeSection7 .title .upper{font-size:150%;}
.homeSection7 .widgetTestimonials h3{display:none;}
.homeSection7 .col-md-4 {margin:15px 0;}
.homeSection7 .col-md-4 .containerImage{position:relative;}
.homeSection7 .col-md-4 .containerImage .containerDate{position:absolute;bottom:0;right:0;background-color:#e8b62f;padding: 10px 15px;border-top-left-radius: 10px;border-bottom-right-radius: 10px;}
.homeSection7 .col-md-4 .containerImage .containerDate p{color:#fff;font-family: 'Montserrat', sans-serif !important;font-size:0.9vw;font-weight:700;margin-bottom:0;text-align:center;}
.homeSection7 .col-md-4 img{width:100%;border-radius:10px;}
.homeSection7 .col-md-4 .titleEvent{color:#222232;font-size:1.4vw;font-weight:700;text-transform:uppercase;margin:20px 0;}
.homeSection7 .col-md-4 .excerpt{color:#7c7c82;font-size:1vw;font-weight:400;}
.homeSection7 .col-md-4 a{color:#222232;font-size:1vw;font-weight:700;}
.homeSection7 .col-md-4 a:hover{text-decoration:none;}
.homeSection7 .col-md-4 .containerButton{margin: 25px 0;}
.homeSection7 .col-md-4 .containerButton .buttonCart{padding:15px 30px;color:#fff;background-color:#222232;border-radius: 5px;}

.homeSection8 {margin-top:100px;}
.homeSection8 .containerTitle{background-color:#222232;padding-right:0;display:flex;}
.homeSection8 .containerTitle .title{color:#fff;font-weight:400;font-size:3.75vw;text-transform:uppercase;width: fit-content;margin: 0 20px 0 auto;line-height: 1;align-self: center;}
.homeSection8 .containerTitle .title .upper{font-size:150%;}
.homeSection8 .containerContent{padding:0;position:relative; background-size: cover;
    background-position: center;
    min-height: 312px;}
.homeSection8 .containerContent .background{width:100%;}
.homeSection8 .containerContent .overlayContent{background-color:rgba(255,255,255,0.8);position:absolute;top:0;left:0;width:100%;height:100%;padding:0 15px;}
.homeSection8 .containerContent .overlayContent .col-md-7{display:flex;}
.homeSection8 .containerContent .overlayContent .row{height:100%;}
.homeSection8 .containerContent .overlayContent .book{/*width:80%;margin-left:auto;margin-top:-20%;display:block;*/
	position: absolute;
    left: 20%;
    top: -20%;
    max-width: 270px;
}
.homeSection8 .containerContent .overlayContent .content{align-self:center;}
.homeSection8 .containerContent .overlayContent .content .title{font-size:1.5vw;font-weight:700;color:#222232;}
.homeSection8 .containerContent .overlayContent .content .title .upper{font-size:150%;}
.homeSection8 .containerContent .overlayContent .content p{font-size:1vw;font-weight:400;color:#7c7c82; font-size: 16px; color: #444446;}
.homeSection8 .containerContent .overlayContent .content a{font-size:1vw;font-weight:700;color:#222232;}
.homeSection8 .containerContent .overlayContent .content a:hover{text-decoration:none;}

.homeSection9{position:relative; padding:0 !important;     background-size: cover;
    background-position: center;
    min-height: 400px;}
.homeSection9 .background{width:100%;}
.homeSection9 .title{font-size:2vw;color:#fff;font-weight:400;text-align:center;margin-bottom: 25px;}
.homeSection9 .title .upper{font-size:150%;}
.homeSection9 .overlayBlack{display:flex; min-height: 400px;}
.homeSection9 .container{align-self:center;}
.homeSection9 .gform_wrapper{position:relative;}
.homeSection9 .gform_wrapper .gform_footer{position:absolute;width:fit-content;bottom:0;right:0;padding-bottom:0;}
.homeSection9 .gform_wrapper .ginput_container input::placeholder{color:#222232;text-transform:uppercase;font-weight:400;font-size:1vw;font-family: 'Alegreya', serif !important;}
.homeSection9 .gform_wrapper .ginput_container input::placeholder::first-letter{font-size:150%;}
.homeSection9 .gform_wrapper .ginput_container input::-webkit-input-placeholder:first-letter { font-size:150%;color:red; }
.homeSection9 .gform_wrapper input[type='submit']{background-color:#ffc537 !important;border:1px #ffc537 solid !important;color:#222232 !important;border-radius:5px !important;font-size:1vw;}

.sectionTitle {position:relative;}
.sectionTitle img{width:100%;}
.overlayTitle{background-color: rgba(14,16,21,0.5);position:absolute;top:0;left:0;width:100%;height:100%;display:flex; top: 25px;}
.sectionTitle p{color:#fff;text-transform:uppercase;align-self: flex-end;text-align: center;margin-bottom: 40px;font-size:2.6vw;width:100%;}
.sectionTitle p:first-letter{font-size:150%;}
.sectionTitle .title{align-self:center;margin-bottom:0;}
.sectionTitle .title .upper{font-size:150%;}
.sectionTitle .title:first-letter{font-size:100%;}

.authorContent{margin-top:0;z-index:1;}
.authorContent .container{padding:50px 15px;}
.authorContent .col-md-7{display:flex;}
.authorContent .containerContent{align-self:center;}
.authorContent .col-md-6{margin-top:30px;}

.authorSection2 .col-md-8{margin:0 auto;}
.authorSection2 .col-md-8 .title{text-align:center;}

.eventsSection1 {padding-top:50px}

.blog .col-md-12{margin-top:20%;}
.characters-template-default .site-content {float: left;width: 100%;}
.characters-template-default .nav-single {display: none;}
.characters-template-default .comments-area {display: none;}
.page-template-default .col-md-12{margin-top:20%;}

footer {background-color:#222232;padding:50px 0;height: 100px;}
footer .title{color:#fff;font-size:1.4vw;text-transform:uppercase;font-weight:400;}
footer .title .upper{font-size:150%;}
footer .address img{margin-right:5px;}
footer .address a{font-size:1vw;color:#b5b5c3;font-weight:400; font-size: 16px;}
footer .address p{font-size:1vw;color:#b5b5c3;font-weight:400;margin-bottom:0; font-size: 16px;}
footer .address .address2{margin-left:22px;}
footer .address a:hover{text-decoration:none;}
footer .links{display:flex;}
footer .links .menuFooter li>a{font-size:1vw;color:#b5b5c3;font-weight:400; font-size: 16px;}
footer .links .menuFooter li>a:hover{color:#e8b62f;}
footer .subscribe{color:#fff;font-size:1.2vw;font-weight:700;}
footer .contentSubscribe{background-color:#2d2d3e;border-radius:5px;padding:25px 20px;}
footer .contentSubscribe p{color:#b5b5c3;font-weight:600;margin-bottom:0; font-size: 16px;}
footer .gform_wrapper{position:relative;margin:0;}
footer .gform_wrapper li{margin-top:0 !important;padding-right:0 !important;}
footer .gform_wrapper li .ginput_container{margin-top:0 !important;}
footer .gform_wrapper#gform_wrapper_2 .gform_footer{position:absolute;width:fit-content;top:3px;right:5%;padding-bottom:0;}
footer .gform_wrapper .ginput_container input{background-color:#222232;border:1px #383848 solid;border-radius:5px;}
footer .gform_wrapper .ginput_container input::placeholder{color:#b5b5c3;font-family: 'Alegreya', serif !important;}
footer .social{border-top: 2px #2d2d3c solid;margin-top: 50px;padding: 20px 0 0;}
footer .social .containerSocial{text-align:right;}
footer .social .containerSocial img{margin-right:5px;}

#primary.full_temp{
	margin-top: 150px !important;
}


.feature {
	/*height:100%;*/}
.feature iframe {
    /*height:100%;*/
    width:100%;
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
section.map-section {
    position: relative;
    overflow: hidden;
}
.map-div {
    height: 460px;
    clear: both;
	width: 100%;
}
.homeSection3 .content {
    background-color: #222232;
    padding: 30px 5%;
    width: 86%;
    margin: 0 auto;
    margin-top: -0% !important;/* 8  */
    position: relative;
}
.homeSection2 .col-md-6 img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.homeSection4 .col-md-4 .excerpt{
	min-height: 190px;
}
.thumb-overlay {
    position: relative;
	cursor: pointer;
}
.thumb-overlay a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34,34,49,.5);
}
.thumb-overlay .title-div {
    z-index: 99;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    background-color: #222231;
    padding: 15px;
}
.homeSection6 .modal-header {
    display: block;
}
.review-satr {
    min-height: 75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15px;
}
.page-template-page-review .containerReviews{
	min-height: 310px;
}
.thumb-overlay img{
	height: 270px;
    object-fit: cover;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 60% !important;
    margin: 1.75rem auto;
}
}
.bgcta .row{
	display:block;
	    margin-right: -15px;
    margin-left: -15px;
}
.bgcta .bgcta-content{
	    margin-top: -60px;
    background: #ffffff;
    padding: 20px 30px;
}
.homeSection1 h2{margin:0 auto;padding:50px 0;text-align:center;text-transform:uppercase;}
.section {
    font-size: 21px;
	color: #212529;
}
#sections2.homeSection2 .content p.title {
    color: #e8b62f;
}
#sections2.homeSection2 .content p{
	color: #212529;
}
#sections2.homeSection3 .content p {
    color: #fff;
    font-size: 1.3vw;
    font-weight: 400;
}
#sections2.homeSection3 .content p.title {
	color: #e8b62f;
	font-size: 2vw;
    text-transform: uppercase;
	
}
img.product-img {
    height: 233px;
    object-fit: cover;
}
img.img-border {
    border: 1px solid #eaeaea;
}
.single-product .site-content {
    float: none;
    width: 100%;
}
#sections2.color-black p {
    color: #212529;
}
.homeSection3.no-content .content {
    display: none;
}
.thumb-overlay a:hover:after {
    background-color: rgba(34,34,49,.8);
}
.characters-bio .modal-body {
    font-size: 20px;
}
/*Landing Page*/
.page-template-landing-page .containerMenu{
	display: none;
}
.page-template-landing-page footer .col-md-3.external-link {
    display: none;
}
.page-template-landing-page .landing {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.page-template-landing-page .landing .upper {
    font-size: 150%;
    align-self: center;
    margin-left: 5px;
}
.page-template-landing-page .landing .low {
    align-self: center;
    display: inline-block;
    margin-bottom: -0.55vw;
    margin-right: 5px;
}
.page-template-landing-page .landing .yellow {
    font-size: 97px;
    color: #dfae5b;
    font-family: 'Berylium' !important;
    text-shadow: -5px -1px 2px rgba(0, 0, 0, 1);
    text-transform: capitalize;
}
.page-template-landing-page .landing {
    color: #1d212a;
    font-size: 28px;
}
.page-template-landing-page .section3 {
    font-size: 21px;
}
/*End Landing Page*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #222231;
    font-size: 25px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color: #222231;
    color: #fff;
    padding: 12px 25px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #dfae5b;
    color: #fff;
}
h2.woocommerce-loop-product__title {
    color: #222232;
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    padding: 15px 30px;
    color: #fff;
    background-color: #222232;
    border-radius: 5px;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #dfae5b;
    color: #fff;
}
.woocommerce ul.products li.product .price{
	color: #222231;
    font-size: 25px;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	padding: 9px 30px;
    color: #fff;
    background-color: #222232;
    border-radius: 5px;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
	background-color: #dfae5b;
    color: #fff;
}
.related.products .post-558,  .related.products .post-560{
	display: none;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #222231;
    color: #fff;
}
.woocommerce-cart .widget-area, .woocommerce-checkout .widget-area{
	display: none;
}
.woocommerce-cart .site-content, .woocommerce-checkout .site-content{
	width: 100%;
}
footer.entry-meta{
	background-color: transparent;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #222232;
}
.woocommerce-message::before{
    content: '\e015';
    color: #222232;
}
.woocommerce-info::before {
    color: #222232;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color: #fff;
    background-color: #222232;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #dfae5b;
    color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2{
	max-width: 48%;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
}
.page-template-coming .overlayTitle, .page-template-page-review .overlayTitle{
	background-color: rgba(14,16,21,0.8);
}
.sectionTitle .title.event-title{
	max-width: 90%;
    margin: 0 auto;
}
span.meta-nav {
    font-size: 35px;
    padding: 0 30px;
	color: #222232;
}
nav.nav-single {
    padding: 30px 0;
    padding-bottom: 60px;
}
nav.nav-single a:hover {
    text-decoration: none;
}
.woocommerce ul.products li.product a img{
	border-radius: 10px;
}
li.product a p, li.product a ul li, li.product a{
	color: #212529;
}
li.product a ul li{
	list-style: disc !important;
	margin: 0;
}
.woocommerce ul.products li.product a img{
	height: 350px;
    object-fit: contain;
}
.single-product, .shop_table, .woocommerce-cart, .woocommerce ul#shipping_method, .woocommerce-shipping-destination, .woocommerce table.shop_table {
    font-size: 17px;
}
.page-template-inner{
	font-size: 18px;
}
.single-locations .homeSection1 h2{
	text-transform: unset;
	font-size: 35px;
}
.single-locations .homeSection2 .content{
	margin: -10% auto 2%;
}
.single-locations #sections2.homeSection3 .content p{
	font-size: 21px;
}
.single-product nav.nav-single{
	display: none;
}
.product-bg {
    min-height: 440px;
    border-radius: 10px;
    background-size: cover;
    background-position: top center;
	border: 1px solid #eaeaea;
}
.single-locations #sections2.homeSection3 .content p.title {
    font-size: 2vw;;
}
.woocommerce-shipping-methods li:last-child {
    /*display: none; */
}
.home .homeSection8 {
    margin-top: 20px;
}
.woocommerce div.product div.images img {
    max-width: 300px;
}
.single-product .widget-area {
    display: none;
}
.single-product #primary{
	padding-top: 130px;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.page-template-product-new .site-content{
	width: 100%;
}
.page-template-product-new .site-content article, .page-template-product-new #primary{
	padding-bottom: 0;
	margin-bottom: 0;
}
.page-template-product-new footer.entry-meta{
	display: none;
}
footer .gform_wrapper#gform_wrapper_3 label.gfield_label{
	display: none !important;
}
footer .gform_wrapper#gform_wrapper_3 li.gfield{
	margin-bottom: 10px;
}
footer .gform_wrapper#gform_wrapper_3 .textarea.small{
	background-color: #222232;
    border: 1px #383848 solid;
    border-radius: 5px;
}
footer .gform_wrapper#gform_wrapper_3 .gform_button{
	background-color: #ffc537 !important;
    border: 1px #ffc537 solid !important;
    color: #222232 !important;
    border-radius: 5px !important;
}
footer .gform_wrapper#gform_wrapper_3 .gform_footer{
	padding: 0px 0 10px;
    margin: 10px 0 0;
}
::-webkit-input-placeholder { /* Chrome */
  color: #b5b5c3 !important;
	font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b5b5c3 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b5b5c3 !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #b5b5c3 !important;
  opacity: 1 !important;
}
.ginput_recaptcha>div {
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
footer .gform_wrapper input, footer .gform_wrapper textarea{
	color: #fff;
}
footer .gform_wrapper div.validation_error{
	color: #ffc537;
	border-top: 2px solid #ffc537;
    border-bottom: 2px solid #ffc537;
}
footer .gform_wrapper .validation_message{
	color: #ffc537;
    padding-left: 10px;
}
footer .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ffc537;
}
footer .gform_wrapper.gform_validation_error#gform_wrapper_2 .gform_footer{
	top: 85px;
}
.contact-form p{
	color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}
::placeholder {
	font-size: 16px;
}
.containerHeader .containerMenu {
    background-color: rgba(14,16,21,0.5);
    display: flex;
    min-height: 135px;
    margin-left: -40px;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: -57px;
}
.containerHeader .row .col-md-2 img {
    width: 100%;
    width: auto;
}
.sectionTitle {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
.page-template-coming .sectionTitle{
	min-height: 800px;
}
.single-product .containerHeader .row .col-md-2 img{
	max-width: 285px;
}
.page-template-full-width footer.entry-meta{
	display: none;
}
.page-template-full-width #primary{
	padding-bottom: 0;
}
.page-template-full-width .homeSection8 {
    margin-top: 20px;
}
.modal-header{
	display: block !important;
}
#product-modal .modal-content{
	padding: 0 50px;
}
.page-template-page-review .containerReviews .excerpt{
	font-size: 16px;
}

@media only screen and (min-width: 1500px) {
	.thumb-overlay img {
		height: auto;
		object-fit: cover;
	}
}
@media only screen and (min-width: 768px) {
	.containerMenu2 , .nav-button2, .mobilebanner{
    	display: none;
	}
	.containerMenu, .homeBanner {
    	display: block;
	}
		
}
@media only screen and (max-width: 800px) {
	footer .col-md-3, footer .col-md-6{
		flex: 100%;
    	max-width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	.containerMenu2, .nav-button2, .mobilebanner {
    	display: block;
	}
	.containerMenu, .homeBanner {
    	display: none !important;
	}
	.containerSectionTitle{
		height: 100%;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 1);
		border-color: rgba(0, 0, 0, 0.1);
		background: #fff;
	}
	.containerHeader .menuHeader li {
    	padding: 5px;
	}
	.containerHeader .menuHeader li>a{
		font-size: 15px;
	}
	.containerHeader .containerMenu{
		height: 100%;
	}
	.containerHeader .row .col-md-2 img {
		width: 200px;
		max-width: 100%;
	}
	.nav-button{
		top: 20px;
		right: 10px;
		position: absolute;
	}
	.nav-button2 {
		background-color: #000 !important;
		margin: 0 auto;
		display: inherit;
		text-transform: uppercase;
		border-radius: 0 !important;
		margin-top: 0;
		width: 100%;
		font-weight: 600;
		padding: 5px !important;
		color: #fff;
	}
	.homeMenu2 .menuHome2 {
		display: block;
		width: 100%;
	}
	.homeMenu2 .menuHome2 li{
		padding: 10px;
		background-color: #1d212a;
		flex: 100%;
		max-width: 100%;
	}
	.homeMenu2 .menuHome2 li>a{
		font-size: 16px;
	}
	ul.sub-menu {
    display: none !important;
	}
	.opened ul.sub-menu li a {
		width: 100%;
	}
	.opened ul.sub-menu {
		position: relative;
		display: block !important;
		width: 100%;
	}
	.homeMenu2 .menuHome2 li .sub-menu li{
		background-color: #606369 !important;
	}
	.homeSection1 .title p{
		font-size: 15px;
    	display: block;
	}
	.homeSection8 .containerTitle .title {
		text-align: center;
    	width: 100%;
		margin: 24px;
		font-size:24px;
	}
	.homeSection8 .containerContent .overlayContent{
		position: relative;
	}
	.homeSection8 .containerContent .overlayContent .book{
		margin-left: 0px;
		display: block;
		margin: 0 auto;
    	margin-top: 15px;
		position: relative;
		top: 0;
		left: 0;
	}
	.homeSection8 .containerContent .overlayContent .content .title, .homeSection8 .containerContent .overlayContent .content a{
		font-size: 16px;
	}
	.homeSection8 .containerContent .overlayContent .content {
		align-self: center;
		text-align: center;
		width: 100%;
	}
	.homeSection1 .col-md-5 .content p, .homeSection2 .content p, .homeSection3 .content p{
		font-size: 21px;
	}
	.homeSection1 .col-md-5 .content .title, .homeSection2 .content .title, .homeSection3 .content .title, .homeSection4 .title{
		font-size: 22px;
		line-height: 1;
	}
	.homeSection3 .content{
		width: 100%;
	}
	.titleTestimonial{
		font-size: 20px !important;
	}
	.homeSection4 .col-md-4 .containerTestimonial, .containerReviews{
		margin-bottom: 60px;
	}
	.buttonSection{
	    font-size: 12px;
		margin: 0px auto 80px !important;
	}
	.homeSection5{
		min-height: 500px;
	}
	.homeSection5 .overlayWhite{
		min-height: 500px;
	}
	.homeSection5 .author .title{
		font-size: 24px;
	}
	.homeSection6 .col-20{
		flex: 100%;
    	max-width: 100%;
	}
	.thumb-overlay img{
		height: auto;
	}
	.homeSection9 .gform_wrapper .gform_footer{
		position: relative;
	}
	footer .col-md-3 {
		margin-bottom: 50px;
	}
	footer .title, footer .subscribe{
		font-size: 16px;
	}
	.homeSection9 .title{
		font-size: 24px;
	}
	.homeSection1 .title .yellow{
		font-size: 80px !important;
	}
	.containerHeader{
		position: relative !important;
	}
	.navbar-light .navbar-brand {
		color: rgba(0, 0, 0, 0.9);
		position: relative;
		top: 0;
		max-width: 200px;
	}
	.containerHeader .row .col-md-2, .containerMenu2{
		background-color: #0e1015;
		margin: -1px;
		width: 100% !important;
		max-width: 100% !important;
		flex: 100% !important;
	}
	.containerHeader .row .col-md-10{
		margin: -1px;
		max-width: 100%;
   		flex: 100%;
	}
	.homeSection6 .title{
		font-size: 24px;
	}
	.homeSection5 .containerAuthor{
		width: 100%;
		padding: 15px;
	}
	.col-4, .col-8{
		flex: 100% !important;
    	max-width: 100% !important;
	}
	.overlayTitle{
		top: 0;
	}
	.review_temp {
		padding-top: 20px;
	}
	.sectionTitle p{
		font-size: 26px;
	}
	.sectionTitle{
		min-height: 145px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-product #primary {
		padding-top: 30px;
	}
	.col-10{
		max-width: 100% !important;
		flex: 100% !important;
	}
	.single-locations #sections2.homeSection3 .content p.title {
		font-size: 22px;
	}
	.homeSection1 .col-md-5 .content{
		padding: 15px 50px;
	}
	#menu1 .navbar-nav{
		padding-left: 20px !important;
	}
	.page-template-page-review .sectionTitle {
		min-height: 90px;
	}
	.page-template-page-review .parallax-window{
		background-size: contain !important;
	}
	.page-template-coming .sectionTitle {
		min-height: 400px;
	}
	
	.home .homeSection5 .author .title{
		text-align: center;
	}
	.home .homeSection5 .author p{
		text-align: center;
	}
	.page-template-coming .homeSection8 {
		margin-top: 0;
	}
}
@media only screen and (max-width: 480px) {
	.containerHeader .row .col-md-2 img{
		width: 160px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 12px;
	}
	
}
@media only screen and (max-width: 360px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 9px;
	}
}
.contentSubscribe .gform_confirmation_wrapper {
    color: #b5b5c3;
}
footer .address a .fa {
    font-size: 30px;
    margin-top: 9px;
    margin-left: 3px;
    margin-right: 3px;
}


@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0)
{ @media {
.home .safa .row {
display: -webkit-box !important;
}
	
}}

.mac_os_body .parallax-window .col-sm-4 {
    max-width: 33%;
}
.mac_os_body .homeSection8 .col-md-4 {
    max-width: 33%;
}

.mac_os_body .homeSection8 .col-md-8 {
    max-width: 66%;
}
.mac_os_body .homeSection8 .col-md-5 {
    max-width: 41%;
}

.mac_os_body .homeSection8 .col-md-7 {
    max-width: 58%;
}	
.mac_os_body .homeSection5 .author .col-md-5 {
    max-width: 41%;
}

.mac_os_body .homeSection5 .author .col-md-7 {
    max-width: 58%;
}
@media only screen and (min-width:1024px) and (max-width: 1180px) {
.containerHeader .row .col-md-2 img {
    max-width: 200px;
}
.containerHeader .containerMenu {
    min-height: 82px;
}
}
.homeSection2 .content {
    margin-top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
.containerMenu2, .nav-button2, .mobilebanner {
    display: block;
}
.containerHeader .row .col-md-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(14,16,21,0.5);
    min-height: 135px;
}
.menu.navbar-collapse.collapse {
    display: none !important;
}
.containerHeader .row .col-md-10{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(14,16,21,0.5);
}
.containerHeader .containerMenu {
    display: none;
}
	ul.menuHeader.navbar-nav.mr-auto.ml-auto {
    display: block;
}
.navbar-light .navbar-brand {
    max-width: 282px;
}
.navbar-toggler {
    margin-top: 35px;
    margin-right: 30px;
    background: #fff !IMPORTANT;
	display: block !important;
}
body {
    overflow-y: hidden;
}
.menu.navbar-collapse.collapse.show {
    display: block !IMPORTANT;
}
ul.menuHeader.navbar-nav.mr-auto.ml-auto {
    width: 100%;
}
}

/** Top social icons **/
.containerSectionTitle>.title {
	position: relative !important;
}
.containerSectionTitle>.title>p:nth-child(2) {
	text-align: center;
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
	margin-bottom: 0 !important;
    margin-top: 0.5rem;
}

/* Move footer contact form a bit downwards. */
footer .contact-form>.gform_wrapper {margin-top: 20px;}

/** Move the Menu header a bit upwards **/
footer .external-link .title {
	transform: translateY(-9px);
	margin-bottom: 0 !important;
}
footer .external-link {transform: translateY(-5px);}

/** Adjust links background + padding **/
footer .external-link .links {
    background: #222232;
    padding: 10px;
    padding-bottom: 0;
}
footer .external-link .address {
	background: #222232;
    padding: 10px;
    padding-top: 0;
}

footer .contentSubscribe {transform: translateY(8px);}


.uniq-exp {display: flex; align-items: center;}
.page-template-landing-page-2 p, .page-template-landing-page-2 ul>li {font-size: 18px; }
.page-template-landing-page-2 ul.bold-list>li {font-weight: bold; font-size: 20px;}
.page-template-landing-page-2 .sectionTitle {min-height: 159px !important;}
.page-template-landing-page-2 .play-page-heading {
	position: relative;
	max-width: 85%;
    margin: 0 auto;
	padding-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
	.page-template-landing-page-2 .play-page-heading {
		max-width: 100%;
	}
	.page-template-landing-page-2 .play-page-heading img {max-width: 100px !important;}
}
.page-template-landing-page-2 .play-page-heading>h1 {font-size: 60px;}
.page-template-landing-page-2 .play-page-heading>h3 {font-size: 54px;}
@media only screen and (max-width: 767px) {
	.page-template-landing-page-2 .play-page-heading>h1 {font-size: 38px;}
	.page-template-landing-page-2 .play-page-heading>h3 {font-size: 36px; padding-left: 20px; padding-right: 20px;}
	.page-template-landing-page-2 .play-page-heading img {max-width: 75px !important;}
}
@media only screen and (max-width: 560px) {
	.mukha-wrap {
		display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	}
	.mukha-wrap img {position: static !important;}
}
.page-template-landing-page-2 .play-page-heading>p {margin-bottom: 0; position: static;}
.page-template-landing-page-2 .play-page-heading img {position: absolute; bottom:25px;}
.play-page-heading img.mukha-right {right: 0;}
.page-template-landing-page-2 a.order-btn {
    margin-top: 20px;
    background-color: #ffc537 !important;
    border: 1px #ffc537 solid !important;
    color: #222232 !important;
    border-radius: 5px !important;
    font-weight: bold;
	padding: 10px 50px;
}
.page-template-landing-page-2 p {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}
.page-template-landing-page-2 .bottomimgs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}	
.page-template-landing-page-2 .bottomimgs>div{
    width: calc(33% - 22px);
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-template-landing-page-2 .contactsec h3 {
	font-size: 29px;
}
.page-template-landing-page-2 .contactsec a {
	font-size: 22px;
    font-weight: 500;
    text-decoration: underline;
}
.page-template-landing-page-2 .contactsec p {margin-bottom: 10px;}
.page-template-landing-page-2 .bottomhdng {
	    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0.5px;
}