/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

		*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
	--------------------------------------------- */

	article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:none}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2e2f33;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #8096ac;
	text-decoration: underline;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Asap', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.page-heading {
	font-size: 50px;
	line-height: 1.4;
	font-weight: 500;
	padding: 0;
	margin-bottom: 15px;
}

.page-sub-heading {
	max-width: 610px;
	font-size: 17px;
}

/* Icons
--------------------------------------------- */

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #13afdf;
	color: #fff;
}

.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #13afdf;
	color: #fff;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	padding: 0;
	margin: 0 auto;
	max-width: 880px;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	padding: 30px 0;
	width: 880px;
}

.centric-pro-home .content {
	padding: 0;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.page-title {
	color: #fff;
	/* padding: 40px 0 80px; */
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
}

.entry-title {
	display: none;
	font-size: 36px;
}

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

.widget-title {
	display: none;
}

.footer-widgets .widget-title {
	display: block;
	font-weight: 500;
	line-height: 1.4;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

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

.widget {
	margin-bottom: 40px;
}

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

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-container {
	max-height: 400px;
	font-weight: 600;
	padding-top: 100px;
}


#cfn_floating_menu ul {
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg); 
	-webkit-transform: rotate(-90deg);
	background: url(/wp-content/uploads/2018/03/news-tab.png) !important;
	background-repeat: no-repeat;
	margin: 0 0 0 0px !important;
}

#cfn_floating_menu ul li a {
	color: transparent;
	font-size: 16px;
	font-weight: bold;
	padding: 10px !important;
	border-radius: 8px;
}

#cfn_floating_menu ul li {
	border-bottom: none !important;
}
/* 
.nwsltr {
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform:rotate(-90deg); 
	-webkit-transform: rotate(-90deg);
	} */


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

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .8);
	width: 100%;
	height: 120px;
	padding: 0;
	border-bottom: 2px solid #fff;
	z-index: 999;
}

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

.site-header .wrap {
	max-width: 930px;
}

.bumper {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 260px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}

.header-image .site-title > a {
	background-size: contain!important;
	width: 175px;
	height: 198px;
	margin-top: 45px;
	float: left;
}

.home.header-image .site-title > a {
	/* width: 260px; */
	height: 295px;
	margin-top: 45px;
	float: left;
}

.site-description {
	height: 0;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	padding: 0;
	margin-top: 45px;
	width: 670px;
}

.floating-optin-widget {
	width: 42px;
	height: 0;
	position: fixed;
	top: 24%;
	left: 0;
	z-index: 999;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #58595b;
	display: block;
	padding: 9px;
	text-decoration: none;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #000;
	/* 	font-weight: 600; */
}

.genesis-nav-menu .sub-menu {
	background-color: #ffffff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 140px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 10px;
	position: relative;
	width: 140px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}

.genesis-nav-menu > .right > a {
	display: inline-block;
}

.genesis-nav-menu > .date {
	padding: 22px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li .sub-menu li {
	margin-left: 0;
	border-bottom: 1px solid #cccccc;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	overflow: hidden;
}

.home-widgets-1,
.home-widgets-2,
.home-widgets-3,
.home-widgets-4,
.home-widgets-5,
.home-widgets-6 {
	width: 100%;
	padding: 0;
}

.home-widgets-2 {
	width: 100%;
}

.homepage-heading {
	font-size: 60px;
}


/* Research Page
--------------------------------------------- */

.research-pdf-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	font-weight: 400;
	font-size: 20px;
	color: #000 !important;
	margin-bottom: 40px;
}

.research-pdf-container img {
	margin: 0;
	padding: 0;
}


.research-pdf-container a {
	text-decoration: none;
}



/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 20px;
	margin-left: 15px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
	margin-bottom: 4px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}

.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

.entry-time::before {
	content: "\f145";
}


/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 40px;
}

.comment-list li li {
	margin-right: -40px;
}

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	padding: 0 40px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets .wrap {
	max-width: 930px;
}

.footer-widgets {
	background-image: url(/wp-content/uploads/2018/02/footer-bg.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 275px;
	font-size: 14px;
	line-height: 1.6;
	color: #58585a;
	padding: 20px 0 0;
	margin-top: 50px;
	clear: both;
	box-sizing: border-box;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 240px;
}

.footer-widgets-3 {
	width: 180px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 110px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets a {
	color: #231f20;
	text-decoration: none;
}

.footer-widgets a:hover {
	text-decoration: underline;
}

.footer-widgets h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	padding: 0 20px 0 0;
	margin: 0 0 10px;
}

.menu-footer-menu-container li {
	padding-bottom: 2px;
}

.menu-footer-menu-container a {
	color: inherit;
	text-decoration: none;
}


.menu-footer-menu-container a:hover {
	text-decoration: underline;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 20px 0;
}

.site-footer,
.site-footer a {
	color: #231f20;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	text-align: center;
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
	background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
	color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
	color: #fff;
}

.centric-pro-charcoal a:hover {
	color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
	color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
	background-color: #656d78;
	color: #fff;
}

/*2 March 2020 start*/
.category-news .research-point .blog-box {
	width: 42.623932%;
	margin-left: 6%;
	margin-bottom: 60px;
}
.category-news .post-image-date {
	background-color: #747e36;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	padding: 5px;
}
.category-news .blog-box .blog-content .blog-text h4 a {
	color: #747e36;
	text-decoration: underline;
	line-height: 1.4;
}
.category-news .date-category-wrap {
	display: flex;
}
.category-news .date-category-wrap div {
	font-weight: 600;
	margin-right: 5px;
}
.category-news .blog-box .blog-content .blog-text ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.category-news .clearfix.row {
    margin-top: 5%;
}
.category-news .blog-box .blog-content .blog-text h4 {
    margin-bottom: 8px;
}
/*2 March 2020 end*/

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

@media only screen and (max-width: 1360px) {
	.mario1 {
		right:-200px;
	}
	.img-box2 {
		right: -500px;
	}
	.img-box-left {
		left: -390px;
	}
}

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

	.content {
		width: 620px;
	}

	.sidebar-primary {
		width: 300px;
	}
}
@media only screen and (max-width: 1280px) {
	.img-box3 img {
		position: static !important;
	}
	.mario1 {
		position: static !important;
	}
	.img-box2 {
		position: static !important;
	}
	.img-box-left {
		position: static !important;
	}
	.box-content .box1.box-text2 {
		float: none !important;
	}
}
@media only screen and (max-width: 1025px){
	body .menu-desktop-hide {display: block !important;}
	#responsive-menu-container {top: 250px;}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {border-bottom: 1px solid #ffffff !important;}
	.responsive-menu-accessible.is-active + div#responsive-menu-container {top: 250px !important;height: 100% !important;background: transparent !important;position: absolute;}
}

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

/* 	.wrap {
		max-width: 782px;
		} */

		.content,
		.sidebar-primary,
		.site-header .widget-area,
		.title-area {
			width: 100%;
		}

		.home-widgets .widget,
		.wrap,
		.custom-header-wrap {
			padding-left: 5%;
			padding-right: 5%;
		}

		.site-header .wrap {
			padding: 0 5% 0;
		}

/* 	.header-image .site-title > a {
		background-position: top !important;
		} */

		.genesis-nav-menu li,
		.site-header ul.genesis-nav-menu,
		.site-header .search-form {
			float: none;
		}

		.genesis-nav-menu,
		.site-header .title-area,
		.site-header .search-form,
		.site-title {
			text-align: center;
		}

		.genesis-nav-menu a,
		.genesis-nav-menu > .first > a,
		.genesis-nav-menu > .last > a {
			padding: 20px 16px;
		}

		.genesis-nav-menu li.right {
			display: none;
		}

		.page-title .archive-title,
		.page-title .entry-title {
			font-size: 36px;
		}

		.content {
			padding-bottom: 0;
		}

		.sidebar {
			border: none;
			margin: 0;
			padding: 0 0 80px;
		}

		.sidebar .widget {
			padding: 0;
		}
/*	
	.footer-widgets {
		padding-top: 80px;
	}
	*/
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 40px;
	}
	
	.footer-widgets-3 {
		width: 160px;
	}
	.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-content {max-width: 650px !important;
		width: 100%;}
	}
	@media only screen and (max-width: 991px) {
		.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-content {max-width: 560px !important;
			width: 100%;}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > thead > tr > th:first-child {
				width: 190px !important;
			}
		}

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

			body {
				font-size: 16px;
			}

			.site-header .wrap {
				min-height: 100px;
			}

			.admin-bar .site-header {
				top: 46px;
				z-index: 499;
			}

			.floating-optin-widget {
				display: none;
			}

			.responsive-menu {
				display: none;
			}

			#responsive-menu-icon {
				display: block;
			}

			.site-header .site-title {
				font-size: 40px;
			}

			.archive-description,
			.author-box,
			.comment-respond,
			.entry,
			.entry-comments,
			.site-header {
				padding: 0;
			}

			.archive-description,
			.author-box,
			.comment-respond,
			.content .entry,
			.entry-comments,
			.entry-pings,
			.sidebar .widget {
				box-shadow: none;
			}

			.archive-pagination li a {
				margin-bottom: 4px;
			}

			.footer-widgets {
				background-image: url(/wp-content/uploads/2018/02/footer-bg-responsive.jpg);
				background-size: cover;
				background-position: top center;
				background-repeat: no-repeat;
				width: 100%;
				height: auto;
				padding-bottom: 20px;
			}

			.footer-widgets-1,
			.footer-widgets-2,
			.footer-widgets-3 {
				width: 100%;
				text-align: center;
				margin-bottom: 40px;
			}

			.five-sixths,
			.four-sixths,
			.home-widgets .featuredpost .entry,
			.one-fourth,
			.one-half,
			.one-sixth,
			.one-third,
			.three-fourths,
			.three-sixths,
			.two-fourths,
			.two-sixths,
			.two-thirds {
				margin: 0;
				width: 100%;
			}

			.page-title  .archive-title,
			.page-title .entry-title {
				font-size: 30px;
			}

			.content,
			.footer-widgets,
			.home-widgets .widget:first-child {
				padding-top: 60px;
			}

			.sidebar {
				padding-bottom: 60px;
			}
			.table-title-box .img-box-bottle {
				display: none;
			}
		}
		@media only screen and (max-width: 767px) {
			.table-title-box .table > thead > tr > th.table-title:first-child {
				width: inherit;
			}
			.table-title-box .table > tbody > tr > td:nth-child(2) {
				text-align: center;
				width: inherit;
			}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-content {max-width: 100% !important;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-img {max-width: 100% !important;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-img.pull-right {float: none !important;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-content.pull-left {float: none !important;margin-bottom: 10px;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title ul li {float: none !important;width: 100% !important;padding-bottom: 5px;}
			.research-point .blog-box {width: 100% !important;margin-right: 0;float: none !important;max-width: 360px !important;margin: 10px auto !important;}
			.faq-box-content.latest-details .blog-box {width: 100% !important;margin-top: 0px !important;max-width: 100% !important;}
			.faq-box-content.latest-details {margin-top: 0;}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table {
				margin-bottom: 10px;
			}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table tbody tr td:before {
				content: attr(data-title);
				display: block;
				font-size: 15px;
				margin-right: 10px;
				font-weight: 700;
				margin-bottom: 10px;
			}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table thead tr th {
				display: none;
				border-bottom: none;
			}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > thead > tr > th {
				display: none !important;
			}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box .table tbody tr td {
				padding: 10px;
				text-align: left;
				width: 100%;
				display: block;
				border-bottom: 1px solid #ddd;
			}
			body .faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box .table > tbody > tr {
				background-color: #f1f1f1;
				margin-bottom: 10px;
				display: block;
				border-bottom: none;
			}
			body .top-bar-img {text-align: center;}
			body .top-bar-img .box1 {float: none;margin: 0 auto;}
			body .olive-oil-main-box .olive-oil-bottel {float: none;}
		}
		@media only screen and (max-width: 640px) {
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .membership-standing-point li {float: none !important;width: 100% !important;}
		}
		@media only screen and (max-width: 480px) {

			body {
				font-size: 16px;
			}

			.page-heading {
				font-size: 40px;
			}

			.page-sub-heading {
				font-size: 16px;
			}

			.header-image .site-title > a {
				background-size: contain !important;
			}

	/* .header-rc {
		background-image: none !important;
		} */
	}
	/*16-02-2018*/
	.box-content .box1 {max-width: 660px;width: 100%;margin-bottom: 60px;}
	.box-content .box1 h2 {font-size: 68px;font-family: 'Asap', sans-serif;font-weight: 500;}
	.box-content .box1 h5 {font-size: 20px;line-height: 1.625;font-weight: 300;}
	.box-content .box1 h5 a{text-decoration: none !important;}
	.box-content .box1 h5 a:focus{text-decoration: none !important;}
	.box-content .box1 p {margin: 0;font-size: 20px;line-height: 1.625;font-weight: 300;}
	.box-content .box1 ul {margin-bottom: 15px;}
	.box-content .box1 ul li {margin: 0;font-size: 20px;line-height: 1.625;font-weight: 300;list-style: none;padding-left: 30px;}
	.box-content .box1 ul li {position: relative;display: inline-block}
	.box-content .box1 ul li:after {background-image: url("images/check-arw.png");width: 18px;height: 15px;position: absolute;left: 0;content: "";top: 10px;}
	.box-content .box1 p a{text-decoration: none !important;}
	.box-content .box1 p a:focus{text-decoration: none !important;}
	.box-content .box1.box-text2 {max-width: 250px;float: left;}
	.box-content .olive-oil-main-box {max-width: 800px;}
	.olive-oil-main-box .olive-oil-bottel {float: left;position: relative;}
	.box-content {float: left;width: 100%;}
	.top-bar-img .box1 {float: none;margin-top: 20px;}
	.img-box3 img {position: absolute;top: -319px;right: 0;max-width: 280px;}
	.img-box3 {position: relative;}
	.home .page-title {display: none;}
	.faq-box-content h3 a{text-decoration: none !important;position: relative;display: block;padding-left: 30px;color: #2e2f33;font-size: 16px;}
	.faq-box-content h3 {border-bottom: 1px solid #cccccc;padding-bottom: 23px;color: #444242;margin-bottom: 13px;font-weight: 500;}
	.faq-box-content h3:last-child {border-bottom: none;}
	.faq-box-content h3 a:focus{text-decoration: none !important;}
	.faq-box-content h3.panel-title a::before {content: "+";top: 0px;left: 0;position: absolute;display: block;font-size: 15px;
	font-family: "FontAwesome";color: #ccc;border: 1px solid #ccc;padding: 0 5px;}
	.faq-box-content h3.panel-title.ui-state-active a::before {content: "-";color: #ccc;padding: 0 5px;}
	.faq-box-content.valued-page-content h3.panel-title a::before {display: none;}
	.faq-box-content.valued-page-content h3.panel-title.ui-state-active a::before{display: none;}
	.faq-box-content.valued-page-content h3 a {padding-left: 0;}
	.faq-box-content.valued-page-content h3 {border-bottom: transparent;padding-bottom: 23px;color: #444242;margin-bottom: 13px;
		background-color: #ebedf0;padding: 15px 10px;cursor: pointer;}
		.faq-box-content.valued-page-content .faq-load {padding-left: 0;margin-bottom: 0;}
		.faq-box-content.valued-page-content .faq-load .full-width {margin: 20px auto;}
		.faq-box-content.valued-page-content .faq-load p {font-size: 15px;}
		.faq-box-content.valued-page-content .faq-load .table-title-box .small-title h6 {margin-bottom: 5px;}
		.faq-box-content.valued-page-content .faq-load .table-title-box .content-title h6 {margin-bottom: 5px;}
		.table-title-box table {background-color: #ebedf0;width: 100%}
		.table-title-box table > thead {background-color: #ffffff;}
		.table-title-box table > thead > tr > th {padding: 8px;} 
		.table-title-box table > thead > tr {border-bottom: 2px solid #b7c1ce;border-top: 2px solid #b7c1ce;padding-bottom: 2px;}
		.table-title-box table > thead > tr > th:first-child {width: 95px;}
		.table-title-box table > thead > tr > th:nth-child(2) {width: 85px;}
		.table-title-box table > thead > tr > th:nth-child(3) {width: 85px;}
		.table-title-box table > tbody > tr {border-bottom: 2px solid #ffffff;}
		.table-title-box table > tbody > tr > td:nth-child(2) {text-align: center;width: 15%;}
		.table-title-box table > tbody > tr > td:nth-child(3) {text-align: center;}
		.table-title-box table > tbody > tr > td:first-child {width: 26%;}
		.table-title-box table > tbody > tr > th {padding: 5px;}
		.table-title-box table > tbody > tr > td {padding: 5px;font-size: 12px;}
		.table-title-box {position: relative;}
		.table-title-box .img-box-bottle {position: absolute;right: 220px;top: 0;}
		.table-title-box .content-title {margin-top: 49px;margin-bottom: 25px;}
		.table-title-box .content-title  p a {text-decoration: none;border-bottom: 1px solid #bbc4d2;color: #bbc4d2;}
		.faq-box-content.valued-page-content .faq-load.modern-text p {font-size: 15px;line-height: 22px;}
		.faq-box-content.valued-page-content .faq-load.modern-text p a {color: #00aef1;font-size: 22px;text-decoration: none !important;}
		.custom-header-wrap a {margin-bottom: 6px;display: inline-block;}
		.faq-box-content.valued-page-content .faq-load p a {margin-bottom: 5px;}
		.faq-head-border {border-bottom: 1px solid #bfbfbf;margin-bottom: 25px;}
		.text-center-img {text-align: center;max-width: 553px;width: 100%;margin: 0 auto;}
		.text-center-img p {text-align: left;}
		.faq-box-content .faq-load {padding-left: 20px;padding-bottom: 20px;margin-bottom: 10px;}
		.faq-box-content {margin-top: 50px;}
		.faq-box-content p {color: #636363;}
		.faq-box-content ul li {color: #636363;position: relative;padding-left: 10px;}
		.faq-box-content ul li:before {background-color: #000000;height: 5px;width: 5px;content: "";position: absolute;border-radius: 100%;top: 10px;left: 0;}
		.img-box1 img {position: absolute;left: 0;top: 50%;transform: translateX(-50%);-o-transform: translateX(-50%); -webkit-transform:-50%;
			-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
			.site-inner {position: relative;}
			.contact-us .title h2 {color: #97a9b9;font-size: 18px;line-height: 24px;margin-bottom: 0;}
			.contact-us address {color: #535453;font-style: normal;margin-bottom: 0px;}
			.contact-us {margin: 50px auto;}
			.contact-us .contact-links li {color: #535453;margin-bottom: 0px;}
			.contact-us .contact-links li a {text-decoration: none !important;color: #535453;}
			.contact-us .contact-links li.mail-link a{color: #93a3b2;}
			.trusted-points span {font-weight: bold;color: #58585a;font-size: 18px;}
			.trusted-points ul li {list-style: disc;}
			.trusted-points ul {padding-left: 20px;}
			.trusted-points {margin-bottom: 10px;overflow: hidden;}
			.trusted-points p {margin: 0 0 0px;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > tbody > tr > td:first-child {width: 12%;    vertical-align: top;padding-top: 8px;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > tbody > tr > td:nth-child(2) {text-align: left;width: inherit;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > thead > tr > th:nth-child(2) {width: 220px;text-align: left;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > thead > tr > th:nth-child(3) {width: 220px;text-align: left;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > tbody > tr > td:nth-child(3) {text-align: left;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > tbody > tr {border-bottom: 1px solid #bbbcbf;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table > tbody > tr:last-child {border-bottom: none;}
			.faq-box-content.valued-page-content.trusted-page-content .table-title-box .table {background-color: transparent;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .table-title-box .table > tbody > tr > td {vertical-align: top;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .table-title-box .table > tbody > tr > td p {margin-bottom: 0;font-size: 12px;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .table-title-box .table > thead > tr {border-bottom: 1px solid #b7c1ce;border-top: none;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .table-title-box .table > caption {text-align: left;font-size: 14px;color: #2e2f33;font-weight: bold;border-top: 2px solid #595657;border-bottom: 2px solid #595657;padding:5px;}
			.faq-box-content.valued-page-content.trusted-page-content .faq-load .table-title-box .table.table2 {margin-top: 20px;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content {margin-top: 20px;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title {border-top: 2px solid #595657;border-bottom: 2px solid #595657;padding: 10px 0;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title.title2 {border: none;padding: 0;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title h6 {margin-bottom: 0;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title p {margin-bottom: 0;}
			.faq-box-content.valued-page-content.trusted-page-content .table-content .title ul li {float: left;list-style: none !important;width: 50%;
				padding-left: 0;}
				.faq-box-content.valued-page-content.trusted-page-content .table-content .title ul li:last-child {float: none;}
				.faq-box-content.valued-page-content.trusted-page-content .table-content .title ul {margin-top: 10px;}
				.faq-box-content.valued-page-content.trusted-page-content .table-content .title ul li:before {position: static;display: none;}
				.faq-box-content.valued-page-content.trusted-page-content .faq-load .membership-standing-point {margin-bottom: 10px;overflow: hidden;}
				.faq-box-content.valued-page-content.trusted-page-content .faq-load .membership-standing-point li {float: left;width: 50%;}
				.faq-box-content.valued-page-content.trusted-page-content .faq-load .about-membership-point {margin-bottom: 20px;}
				.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-img {max-width: 200px;}
				.faq-box-content.valued-page-content.trusted-page-content .faq-load .faq-pullpush-content {max-width: 670px;}
				.pull-right {float: right;}
				.pull-left {float: left;}
				.faq-pullpush-img-content {margin-top: 20px;overflow: hidden;border-bottom: 2px solid #e7e7e7;}
				.research-point {margin-top: 10px;}
				.faq-box-content.valued-page-content.research-page-content .faq-load p {margin-bottom: 10px;padding: 0 6px;}
				.research-point p strong{color: #333333;}
				.research-subtitle {border-top: 1px solid #cccccc;padding-top: 15px;margin-top: 20px;padding-left: 6px}
				.research-point {margin-bottom: 30px;}
				.faq-box-content.valued-page-content.research-page-content .faq-load .rearch-points-spacing {margin-top: 30px;}
				.research-point .points-title {margin-bottom: 10px;padding: 0 6px;}
				.research-point .blog-box {width: 30.623932%;margin-right: 1%;float: left;margin-left: 1%;;float: left;margin-bottom: 30px;}
				.blog-box .blog-content .blog-text {background-color: #f0f0f0;border:1px solid #ebeaea;padding: 10px;}
				.blog-box .blog-content .blog-img img {width: 100%;display: block;}
				.blog-box .blog-content .blog-text h4 {font-size: 16px;}
				.blog-box .blog-content .blog-text h4 a {color: #000000;font-size: 16px;font-weight: normal;font-style: normal !important;text-decoration: none;}
				.blog-box .blog-content .blog-text h4 a:hover {color: #8096ac;}
				.blog-box .blog-content .blog-text ul li {color: #9e9e9e;font-size: 12px;font-style: normal;list-style: none;padding-left: 0;margin-right: 0;margin-bottom: 5px;}
				.blog-box .blog-content .blog-text ul {margin-bottom: 10px;}
				.blog-box .blog-content .blog-text ul li a {text-decoration: none;color: #8096ac;}
				.blog-box .blog-content .blog-text ul li a:hover {color: #8096ac;}
				.blog-box .blog-content .blog-text .bottom-link a {color: #333333;text-decoration: none;}
				.blog-box .blog-content .blog-text .bottom-link:hover a {text-decoration: underline;}
				.faq-box-content .blog-box ul li:before {display: none;}
				.research-point .blog-box-nav ul {padding-left: 0;text-align: center;margin: 30px auto;}
				.research-point .blog-box-nav ul li {display: inline-block;padding-right: 10px;list-style: none;}
				.research-point .blog-box-nav ul li:before {display: none;}
				.research-point .blog-box-nav ul li a {color: #8096ab;text-decoration: none;font-size: 18px;}
				.research-point .blog-box-nav ul li a:hover {color: #333;}
				.latest-details .blog-box .blog-content .blog-text {background-color: transparent;border: none;padding: 10px 0;}
				.latest-details .blog-box {width: 100%;margin-top: 50px;}
				.menu-desktop-hide {display: none !important;}
				.research-point.oliveoil-quality-year .points-title {margin-left: 1%;}
				.research-point.oliveoil-quality-year p {margin-left: 1%;}
				.img-box2 img {max-height: 650px;}
				.mario1 {
					right:-300px;
					opacity: 0;
					position: relative;
				}
				.img-box2 {
					right: -790px;
					max-width: 278px;
					opacity: 0;
					display: inline-block;
					position: absolute;
					top: 35px;
				}
				.img-box-left {
					position: absolute;
					left: -490px;
					opacity: 0;
					top: -90px;
				}
				button#responsive-menu-button {
					width: 45px !important;
					height: 35px !important;
				}
				.wp-pagenavi {
					text-align: center;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > thead > tr > th:first-child {
					width: 280px !important; 
					display: block;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box .table > thead > tr > th:nth-child(2) {
					width: 80px;
					text-align: left !important;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box .table > thead > tr > th:nth-child(3) {
					width: 90px;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > thead > tr > th {
					text-align: left !important;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > thead > tr {
					border-bottom: none;
					border-top: none;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > tbody > tr td a {
					text-decoration: none;
					color: #2e2f33;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box {margin-bottom: 70px;}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box .table > tbody > tr:last-child {
					border-bottom: 1px solid #bbbcbf;
				}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content .table-title-box table > tbody > tr > td {padding: 3px;}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content ul li:before {position: static;}
				.faq-box-content.valued-page-content.trusted-page-content.metting-page-content ul li {padding-left: 0}