/*
Theme Name: Nutrition2Me
Author: Amba Design
Author URI: http://www.amba.design
Description: This is a bare bones Bootstrap 3 Theme for Wordpress.
Version: 2.0
License: GNU General Public License v2 or later
*/

/* --[[ GENERAL STYLES START ]]--
--------------------------------- */

/* ...[ GENERAL STYLES ]... */
html {
	background: #42403b;
	-webkit-font-smoothing: antialiased;
}
body {
	background: #dedede;
	color: #666;
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5 {
	color: #003366;
	font-family: 'Baloo', cursive;
}
h1 {
	font-size: 34px;	
}

h2 {
	font-size: 30px;	
}

h3, h3 a, h3 a:focus, h3 a:active, h3 a:visited  {
	color: #666;
	font-size: 24px;	
}
.small, small {
    display: block;
    line-height: 17px;
}
p:empty {
	display: none;
}

a, a:focus, a:active, a:visited {
	color: #003366;
	text-decoration: none;	
	transition: all 250ms linear;
}
a:hover {
	color: #666;
	text-decoration: none;	
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.clear {
	clear: both;	
}

/* ...[ GENERAL STYLES: Images ]... */
img {
    max-width: 100% !important;
    height: auto;
}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}
.alignnone, img.alignnone {
	float: none;
}
.featured_img {
	margin-top: -10px;
    margin-bottom: 15px;
}
.featured_img.grid {
	margin-top: 0px;
}
.featured_img img {
    height: auto;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
    img.alignleft, img.alignright, img.alignnone {
        float: none;
		margin-left: 0em;
		margin-bottom: 1em;
		max-width: 100%;
		display: block;
    }
}

/* ...[ GENERAL STYLES: Breadcrumb ]... */
.breadcrumb {
	background-color: #fff;
    border-radius: 0;
	margin-bottom: 10px;
	padding: 0 0 0 3px;	
}

/* ...[ GENERAL STYLES: Captions ]... */
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

/* ...[ GENERAL STYLES: Lists ]... */
ol, ul {
    margin-bottom: 15px;
    margin-top: 15px;
}
ol li, ul li {
    margin-bottom: 5px;
}

ul.check {
	list-style: none;
}
ul.check li {
    margin-left: 5px;
    text-indent: -22px;
}
ul.check li:before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-right: 7px;
}

/* ...[ GENERAL STYLES: Collapse ]... */
.panel {
    background-color: #fff;
    border: 0;
    border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
    box-shadow: none;
		-webkit-box-shadow: none;
    margin-bottom: 10px;
}
.panel-default > .panel-heading {
	color: #42403a;
	position: relative;
}
.panel-default > .panel-heading .panel-title a h4 {
	margin: 5px 0 3px;
}
.panel-default > .panel-heading .panel-title a.accordion-toggle.collapsed h4:after {
	content: '\f054 \f054';
	font-family: "Font Awesome 5 Free";
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	position: relative;	
}
.panel-default > .panel-heading .panel-title a.accordion-toggle h4:after {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: bold;
	position: absolute;	
	right: 15px;
}

/* ...[ GENERAL STYLES: Dynamic Menu ]... */
.dynamic-menu h3 a {
	color: #666;
}
.dynamic-menu h3 a:hover {
    color: #cc00cc;
}
.dynamic-menu ul {
	list-style: none;
	padding-left: 0;
}
.dynamic-menu ul li a {
	color: #666;
	font-weight: 600;
}
#rightCol .widget .dynamic-menu ul li a {
	color: #666;
	padding-bottom: 0;	
}
#rightCol .widget .dynamic-menu ul li a.read_more {
	font-weight: 500;
	padding-top: 0;	
	padding-bottom: 10px;	
}
#rightCol .widget .dynamic-menu ul li a.read_more span {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
}
.dynamic-menu ul li a.read_more {
	display: block;
	font-weight: 500;
}
.dynamic-menu ul li a.read_more span {
	font-weight: 900;
	font-size: 12px;
	letter-spacing: -0.08em;
}
.dynamic-menu ul li a:hover {
	color: #cc00cc;
}

/* ...[ GENERAL STYLES: Sidebar MPU ]... */
.sidebar_mpu {
	margin-bottom: 10px;	
}

/* ...[ GENERAL STYLES: POSTS - Previous/Next ]... */
ul.pager {
	margin-top: 25px;	
}
ul.pager li {
    display: inline-block;
    width: 45%;
}
ul.pager li.previous {
    float: left;
    text-align: left;
}
ul.pager li.next {
    float: right;
    text-align: right;
}
ul.pager li > a, ul.pager li > span {
    border: 1px solid #ececec;
    border-radius: 0;
    display: inline-block;
	font-size: 13px;
	line-height: 18px;
    padding: 5px 12px;
}

@media (min-width: 767px) {
	ul.pager li > a, ul.pager li > span {
		min-height: 50px;
	}
}

/* ...[ GENERAL STYLES: Post meta data ]... */
.meta-data {
    font-size: 13px;
	font-weight: bold;
	margin-top: -7px;
}
.meta-data ul.post-categories {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: inline-block;
}

/* ...[ GENERAL STYLES: Blockquotes ]... */
blockquote {
    padding: 5px 20px 10px;
    margin: 10px 0 20px;
    font-size: 16px;
    font-style: italic;
}
blockquote p {
    color: #666;
}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

/* ...[ GENERAL STYLES: Buttons ]... */

/* [ Read more ] */
a.read-more {
	background: #42403b;
	border-radius: 20px;
	color: #fff;
	display: block;
	font-family: 'Baloo', cursive;
	font-size: 15px;
	max-width: 120px;
	line-height: 24px;
	padding: 2px 12px;
	text-align: center;
}
a.read-more:after {
	content: '>>';
	margin-left: 5px;
}

/* [ Basic input[type=submit] ] */
input[type=submit], a.btn.btn-default {
	background: #003366;
    border: 1px solid #003366;
	border-radius: 20px;
    color: #fff;
	display: inline-block;
	font-family: 'Baloo', cursive;
	font-size: 15px;
	line-height: 24px;
    margin-top: 10px;
	padding: 2px 12px;
	transition: all 250ms linear;
}
input[type=submit]:hover, a.btn.btn-default:hover {
	background: #fff;
    border: 1px solid #003366;
    color: #003366;
}
a.btn.btn-primary {
	background: #fff;
    border: 1px solid #003366;
	border-radius: 20px;
    color: #003366;
	display: inline-block;
	font-family: 'Baloo', cursive;
	font-size: 15px;
	line-height: 24px;
    margin-top: 10px;
	padding: 2px 12px;
	transition: all 250ms linear;
}
a.btn.btn-primary:hover {
	background: #003366;
    border: 1px solid #003366;
    color: #fff;
}

/* ...[ GENERAL STYLES: Wells ]... */
.well {
	background-color: #f9f9f9;
	border-radius: 0px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
	box-shadow: none;
		-webkit-box-shadow: none;
	margin-top: 20px;
	padding: 15px 20px;
}
.well img {
	mix-blend-mode: multiply;	
}

/* ...[ GENERAL STYLES: Alerts ]... */
.alert {
    border-radius: 0px;
}
.alert svg.svg-inline--fa.fa-info-circle {
    margin-right: 5px;
}

/* ...[ GENERAL STYLES: Widgets ]... */
#rightCol .widget {
	background: #fff;
	margin-bottom: 10px;
	padding: 5px 20px;	
}
#rightCol h3 {
	color: #666;
	margin-top: 10px;
}
#rightCol h3:after {
	color: #003366;
	content: '>>';
	margin-left: 5px;
}
#rightCol .widget ul {
	list-style: none;
	padding-left: 0;	
}
#rightCol .widget ul li {
	border-bottom: 2px dotted #ccc;
	font-size: 14px;
	line-height: 19px;
}
#rightCol .widget ul li:last-child {
	border-bottom: 0;
}
#rightCol .widget ul li a {
	color: #003366;
	display: block;
    font-weight: bold;
	padding: 7px 0 10px;
}
#rightCol .widget ul li a:hover {
	color: #666;
}

/* ...[ GENERAL STYLES: Widgets - View sample ]... */
#rightCol .widget.sample_issue {
	background: #d776d5;
    padding-bottom: 15px;
}
#rightCol .widget.sample_issue a, #rightCol .widget.sample_issue h3:after {
	color: #fff;
}
#rightCol .widget.sample_issue a.btn.btn-default {
	background: #cc01cc;
	border: solid 1px #cc01cc;
	color: #fff;
}
#rightCol .widget.sample_issue a.btn.btn-default:hover {
	background: #fff;
	border: solid 1px #fff;
	color: #cc01cc;
}

/* ...[ GENERAL STYLES: Widgets - Advanced Ads ]... */
#rightCol .widget.advads-widget {
	background: transparent;
	padding: 0;
}

/* ...[ GENERAL STYLES: Visitor Polls ]... */
#rightCol .widget .gpoll ul li {
	border-bottom: 0;
}
#rightCol .widget .gpoll .ginput_container {
	margin-top: 0;	
}
#rightCol .widget .gpoll a.gpoll_button {
	margin-left: 0;	
}
.page-publications-php #rightCol .widget h3 {
	color: #cc00cc;
}

/* |-| Results |-| */
#rightCol .widget .gpoll_field .green .gpoll_ratio_box {
    background-color: #cc01cc;
}
#rightCol .widget .gpoll_field .green .gpoll_bar_juice {
    background-color: rgb(204, 1, 204);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(204, 1, 204)), color-stop(1, rgb(251, 79, 251)) );
    background-image: -moz-linear-gradient( center bottom, rgb(204, 1, 204) 37%, rgb(251, 79, 251) 69% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc01cc', endColorstr='#fb4ffb');
    background-image: -ms-linear-gradient(top, #cc01cc 0%, #fb4ffb 100%);
}
#rightCol .widget .gpoll_field .gpoll_value_selected {
    background-image: url(images/tick.png);
}

/* ...[ GENERAL STYLES: Mailchimp form signup ]... */
form#mc-embedded-subscribe-form label {
	display: block;
	margin-top: 10px;
}
form#mc-embedded-subscribe-form .mc-field-group input {
	height: 35px;
	padding: 5px;
	width: 40%;	
}

/* [ Recent Posts ] */
#rightCol .widget .rpwwt-widget ul li {
    overflow: hidden;
    margin: 0.5em 0;
    padding-bottom: 0.2em;
}

/* [ Archive ] */
#rightCol .widget_archive label.screen-reader-text {
	display: none;	
}
#rightCol .widget_archive select {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #003369;
    font-size: 14px;
	height: 30px;
	margin-bottom: 10px;
    width: 100%;
}

/* [ Search ] */
#rightCol .widget.widget_search {
    padding-bottom: 0;
}
#rightCol .widget form#searchform input {
	border: none;
	color: #999;
	font-family: 'Baloo', cursive;
	font-size: 19px;
	line-height: 24px;
	max-width: 100%;
	outline: none;	
	padding: 5px;
}
#rightCol .widget form#searchform input[type=submit] {
	display: none;
}

/* ...[ GENERAL STYLES: Shortcodes ]... */

/* [ YOUTUBE + VIMEO RESPONSIVE ] */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* ...[ GENERAL STYLES: Posts Meta ]... */
.meta-data ul.post-categories {
    display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* ...[ GENERAL STYLES: Navigation ]... */
.navigation {
    background: #fff;
	font-family: 'Baloo', cursive;
	margin-bottom: 10px;
	padding: 0 15px;
}
.navigation .tw-pagination .title {
    margin-right: 8px;
}
.navigation .tw-pagination a {
    background: #fffcfc;
    border: 1px solid #dad8d8;
    color: #424039;
    padding: 1px 7px;
}
.navigation .tw-pagination .current {
    color: #fff;
	background: #424039;
    border: 1px solid #424039;
    padding: 1px 7px;
}
.navigation .tw-pagination li {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 0px;
    list-style: none;
}
.navigation .tw-pagination li a:hover {
	cursor: pointer;
	background-color: #e0e0e0;
}

/* [ Single Post ] */
.single-post ul.pager li a {
	color: #003366;
}

/* ...[ GENERAL STYLES: MPU's ]... */
.mpu_leaderboard, .mpu_premium, .mpu_double {
    background: #dedede;
}
.mpu_leaderboard {
	float: right;
}
.mpu_premium, .premium_mpu, .premium-mpu {
    float: left;
}
.mpu_double, .double_mpu, .double-mpu {
    float: left;
}

/* ...[ GENERAL STYLES: MPU - Pop-up ]... */
.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.pop-up-mpu .modal-header {
    border-bottom: 0;
    padding: 0;
}
.modal-header .close {
    margin-top: 0;
    position: absolute;
		top: 4px;
		right: 8px;
	z-index: 999;
}
.pop-up-mpu .modal-body {
	padding: 5px;
}
.pop-up-mpu .modal-body img {
    height: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
	.modal-dialog {
		min-width: 300px;
		width: 500px;
	}
}

/* ...| Healthcare POPUP |... */
.modal.nut-pop-up {
  text-align: center;
  padding: 0!important;
}
.modal.nut-pop-up:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal.nut-pop-up .modal-content {
	border: 10px solid #ff6600;	
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	text-align: center;
}
.modal.nut-pop-up .modal-content h3 {
	margin-bottom: 0;
}
.modal.nut-pop-up .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal.nut-pop-up .modal-footer {
    border-top: 0;
	padding-top: 0;
	text-align: center;
}
.modal.nut-pop-up .modal-footer button.btn.btn-popup {
    background: #d4d4d4;
    border-radius: 10px;
	font-size: 15px;
    font-style: italic;
}
@media (min-width: 768px) {
	.modal.nut-pop-up .modal-dialog {
		width: 500px;
	}
}
@media (max-width: 599px) {
	.modal.nut-pop-up .modal-dialog {
		width: 450px;
	}
	.modal.nut-pop-up .modal-footer button.btn.btn-popup {
		max-width: 100%;
		white-space: normal;
	}
}
@media (max-width: 500px) {
	.modal.nut-pop-up .modal-dialog {
		width: 350px;
	}
	.modal.nut-pop-up .modal-content h3 {
		font-size: 23px;
	}
}
@media (max-width: 320px) {
	.modal.nut-pop-up .modal-dialog {
		width: 300px;
	}
	.modal.nut-pop-up .modal-content h3 {
		font-size: 19px;
	}
	.modal.nut-pop-up .modal-footer button.btn.btn-popup {
		font-size: 14px;
	}
}

/* ...[ GENERAL STYLES: Forms ]... */
input, select, textarea {
	border: solid 1px #dfdfdf;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=checkbox] {
	margin-top: 1px;
	margin-right: 3px;	
}

/* --[[ GENERAL STYLES END ]]--
------------------------------- */
/* ...[ TOP BAR ]... */
#top_bar {
    background: #42403b;
	padding: 9px 0 10px;
}
#top_bar h3 {
	color: #fff;
	margin: 0;
}
#top_bar h3 a {
	color: #ff6600;
}
#top_bar h3 a:hover {
	color: #666;
}
#top_bar .welcome_user {
    color: #fff;
    text-align: right;
    padding-top: 5px;
}

/* ...[ HEADER ]... */
header {
	background-color: transparent;
	border-bottom: none;
	margin-bottom: 0px;
	padding: 10px 0;
}
header form#searchform {
    display: inline-block;
    float: right;
    margin-top: 3px;
}
header form#searchform input {
	border: none;
	color: #999;
	font-family: 'Baloo', cursive;
	font-size: 17px;
	line-height: 24px;
	outline: none;	
	padding: 5px;
	width: 150px;
}
header form#searchform input[type=submit] {
	display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

@media (max-width: 1199px) {
	header form#searchform input {
		font-size: 15px;
		line-height: 22px;
		width: 130px;
	}
}
@media (max-width: 1024px) {
	.logo a img {
		height: auto;
		max-width: 250px;
	}
	.mpu_leaderboard {
		margin-bottom: 5px;	
	}
}
@media (max-width: 992px) {
	.logo a img {
		max-width: 240px;
	}
}
@media (max-width: 768px) {
	.logo {
		text-align: center;
	}
	.logo a img {
		max-width: inherit;
	}

	.mpu_leaderboard {
		float: none;
		text-align: center;
	}
}

/* ...[ MAIN MENU ]... */
.navbar {
    min-height: inherit;
    margin-bottom: 10px;
    border: 0px;
}
.navbar-default {
    background-color: #fff;
    border-color: transparent;
	margin: 5px 0 0;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #42403b;
	font-family: 'Baloo', cursive;
	font-size: 17px;
	line-height: 19px;
	padding: 10px 13px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #42403b;
}
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
    color: #fff;
    background-color: #42403b;
}
ul#menu-main-menu .caret {
	display: none;	
}
header.sticky ul#menu-main-menu {
	margin-top: -7px;	
}

/* ...[ Dropdown ]...*/
.dropdown-menu {
	background-color: #ccc;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding: 12px 2px 5px;
}
.dropdown-menu > li > a {
	font-family: 'Baloo', cursive;
	font-size: 15px;
	padding: 4px 15px 2px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #ccc;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px 50px 7.5px -15px
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li >a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}
}
@media (min-width: 768px) {
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		display: none;
	}
	.navbar {
		border-radius: 0;
	}
	.navbar-left {
		margin-left: -15px;
	}
	.navbar-nav > li {
		margin-bottom: 0;	
	}
	.navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		line-height: 17px;
		padding: 10px;
	}
}
@media (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
	}
	.nav > li > a {
		padding: 10px 8px;
	}
}
@media (max-width: 767px) {
	span.caret.navbar-toggle.sub-arrow {
		display: none;	
	}
	.navbar-collapse.collapse span.sub-arrow {
		margin-right: 3px;
	}
	.navbar-header {
		width: 100%;
	}
	.navbar-toggle {
		margin-top: 45px;	
	}
	header.sticky .navbar-toggle {
		margin-top: 25px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: #fff;
	}
}
@media (max-width: 375px) {
	.navbar-toggle {
		margin-top: 25px;
	}
}

/* ...[ SLIDER ]... */
.layerslider {
    margin-bottom: 10px;
}

/* ...|-| PAGES |-|...
.................... */
.content_box {
	background: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 20px 22px;	
}
.content_box > h2 {
	background-color: #003366;
	border: 1px solid #003366;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;	
	padding: 5px 10px;
}
.content_box img {
    max-width: 100%;
    height: auto;
}
.content_box .excerpt-content {
    border-bottom: 2px dotted #003369;
	padding-top: 10px;
    padding-bottom: 20px;
}
.content_box .excerpt-content:last-of-type {
    border-bottom: 0;
}

/* ...|-| HOME |-|... */
.content_box.welcome h1, .content_box.welcome h2, .content_box.welcome h3 {
	color: #666;	
}
.content_box.welcome h2, .content_box.welcome h3 {
	margin-top: 0	
}

.home .content_box h1, .home .content_box h3 {
	color: #666;
	margin-top: 10px;	
}
.home .content_box h4 {
	color: #ff6600;
}
.home .content_box h3:after {
	color: #ff6600;
	content: '>>';
	margin-left: 5px;
}
.home .content_box.welcome h3:after {
	color: transparent;
	content: '';
	margin-left: 0px;
}
.home .content_box .latest_news_img img {
	height: auto;
	max-width: 100%;	
}
.home .content_box .latest_news_text {
    margin-bottom: 25px;
	padding-right: 25px;
}
.home .content_box p {
	font-size: 16px;
}
.home .content_box a {
	color: #ff6600;
}
.home .content_box a:hover {
	color: #42403b;
}
.home .content_box a.read-more {
	background: transparent;
	border: 1px solid #ff6600;
	color: #ff6600;
	margin-top: 15px;
}
.home .content_box a.read-more:hover {
	background: #ff6600;
	border: 1px solid #ff6600;
	color: #fff;
}
.home .content_box .home_tweets {
	padding-left: 10px;	
}

/* ...|-| PUBLICATIONS |-|... */
.single-issues h2, .single-issues a,
.page-publications-php h3, .page-publications-php h3 a, .page-publications-php a,
.tax-issues-category .post_content h2, .tax-issues-category .post_content h2 a, .tax-issues-category a,
.page-template-page-cn-focus-sample h2, .page-template-page-cn-focus-sample a {
	color: #cc00cc;
}
.single-issues a:hover, .page-publications-php h3 a:hover, .page-publications-php a:hover,
.tax-issues-category .post_content h2 a:hover, .tax-issues-category a:hover,
.page-template-page-cn-focus-sample a:hover {
	color: #42403b;
}
.tax-issues-category h1 {
    color: #cc01cc;
}
.page-publications-php h2 {
	color: #cc01cc;
	margin-bottom: 10px;	
}
.page-publications-php h2 a {
	background-color: #cc00cc;
	border: 1px solid #cc00cc;
	color: #fff;
	display: block;
	font-size: 24px;
	padding: 5px 10px;
}
.page-publications-php h2 a:hover {
	background-color: #e737e7;
	border-color: #e737e7;
	color: #fff;
}
.page-publications-php h3 a:hover {
	color: #666;	
}
.single-issues h2 {
	margin-top: 10px	
}
.tax-issues-category h1 {
	margin-bottom: 20px;	
}
.tax-issues-category .post_thumbnail {
	margin-bottom: 20px;	
}
.tax-issues-category .post_content h2 {
	margin-top: 0;	
}
.single-issues #rightCol h3:after, .page-publications-php #rightCol h3:after, .tax-issues-category #rightCol h3:after, .page-template-page-cn-focus-sample #rightCol h3:after {
    color: #cc00cc;
}
.page-publications-php a.read-more, .single-issues a.read-more, .tax-issues-category a.read-more:hover {
	background: #cc00cc;
	border: 1px solid #cc00cc;
    color: #fff;
}
.page-publications-php a.read-more {
	display: none;	
}
.single-issues a.read-more:hover, .tax-issues-category a.read-more {
	background: #fff;
	border: 1px solid #cc00cc;
    color: #cc00cc;
	max-width: 80px;
}
.page-publications-php .featured_img {
	margin-bottom: 15px;
}
/*.page-publications-php .content_box .pub:nth-of-type(odd) {
	padding-left: 15px;
}
.page-publications-php .content_box .pub:nth-of-type(even) {
	padding-right: 15px;
}*/
.page-publications-php #rightCol .widget .dynamic-menu ul li a:hover {
	color: #cc00cc;
}

/* |-| Issues Sidebar |-| */
#rightCol .widget.issues_navigation h3 {
	color: #cc00cc;
	margin-top: 20px;
}
#rightCol .widget.issues_navigation h3 a {
	color: #cc00cc;
}
#rightCol .widget.issues_navigation h3 a:hover {
	color: #42403b
}
.page-latest-issue-temp-php #rightCol .widget.issues_navigation h3 a,
.page-latest-issue-php #rightCol .widget.issues_navigation h3 a {
	color: #003366
}
.page-latest-issue-temp-php p {
	margin-top: 10px;	
}
#rightCol .widget.issues_navigation ul li {
	padding: 7px 0 10px;
}
#rightCol .widget.issues_navigation ul li a {
	color: #666;
	font-weight: 500;
	padding: 0;
}
#rightCol .widget.issues_navigation ul li a:hover {
	color: #cc00cc;
}
#rightCol .widget.issues_navigation ul li a.issue_title {
	font-weight: 700;
}
#rightCol .widget.issues_navigation ul li a span {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;	
}

/* ...|-| PUBLICATIONS: Single |-|... */
.page-publications-php input[type=submit] {
	background: #df00d3;
    border: 1px solid #df00d3;
}
.page-publications-php input[type=submit]:hover {
	background: #fff;
    color: #df00d3;
}

/* ...|-| RESOURCES + INDUSTRY |-|... */
.page-resources-php h1,
.page-resources-php a {
	color: #66cc00;
}
.page-industry-php h1,
.page-industry-php a, .page-industry-php .panel-default > .panel-heading .panel-title a h4, .page-industry-php ul.check li:before {
	color: #0099ff;
}
.page-resources-php h2 {
	background-color: #66cc00;
	border: 1px solid #66cc00;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;	
	padding: 5px 10px;
}
.page-industry-php h2 {
	background-color: #0099ff;
	border: 1px solid #0099ff;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;	
	padding: 5px 10px;
}
.page-resources-php h3, .page-industry-php h3,
.page-news-php h3 {
	color: #42403b;
	margin-top: 0;
}
.hero {
    background-position: right 0px;
	background-repeat: no-repeat;
    background-size: contain;
	border: 0;
	margin: 15px 0 20px;
	padding: 0;
}
.hero h1 {
	margin-top: 0;
	margin-bottom: 0;
}
.hero p {
	color: #42403b;
	font-size: 16px;
	line-height: 23px;
}
.page-resources-php a.read-more, .page-industry-php a.read-more {
	display: none;	
}
.featured_box h3 {
	font-size: 20px;
	margin-bottom: 0;	
}
.featured_box h3 a {
	background: #66cc00;
	color: #fff;	
	display: block;
	font-size: 20px;	
	padding: 9px 10px 7px;
}
.page-news-php .featured_box h3 a {
    background: #003369;
}
.page-industry-php .featured_box h3 a {
	background: #0099ff;
}
.featured_box h3 a:after {
	content: '\f054 \f054';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    position: relative;	
}
.page-resources-php .panel-title a h4 {
	color: #66cc00;	
}
.featured_box {
    margin-bottom: 25px;
	position: relative;
}
.featured_box .featured_intro {
    background: rgba(255,255,255,0.85);
	opacity: 0;
	font-size: 16px;
	line-height: 21px;
    padding: 15px;
    position: absolute;
		top: 38px;
		right: 0;
		bottom: 0px;
		left: 0;
	transition: all 250ms linear;
}
.featured_box:hover > h3 a {
	background: #42403b;	
}
.featured_box:hover .featured_intro {
	opacity: 1;
}
.featured_box:hover h3 a:after {
	content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    position: absolute;
		top: 12px;
		right: 12px;	
}

/* ...|-| PAGE: Awards |-|... */
.page-template-page-awards-php h3, .page-template-page-awards-php a {
	color: #cc0033;
}
.page-template-page-awards-php .content_box > h2 {
	background-color: #cc0033;
	border: 1px solid #cc0033;
	color: #fff;
	display: block;
	font-size: 24px;
	margin-bottom: 10px;	
	padding: 5px 10px;
}
.page-template-page-awards-php h2 small {
	display: inline-block;	
}
.page-template-page-awards-php h4, .page-template-page-awards-php a:hover {
	color: #F58F07;
}
.page-template-page-awards-php h4 {
	margin-top: 15px;	
	margin-bottom: 5px;	
}
.page-template-page-awards-php .gform_wrapper ul li.gfield.gsection {
	margin-top: 30px;	
}
.page-template-page-awards-php .gform_wrapper .top_label .gfield_label {
	color: #cc0033;
	margin-bottom: 0;
}
.page-template-page-awards-php .content_box .gform_wrapper .gfield_required {
    color: #ff8a00;
}
.page-template-page-awards-php .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	margin-top: 0;	
	margin-bottom: 20px;	
}
.page-template-page-awards-php .gform_wrapper .gform_footer input[type=submit] {
	background: #cc0033;
    border: 1px solid #cc0033;
	color: #fff;
}
.page-template-page-awards-php .gform_wrapper .gform_footer input[type=submit]:hover {
	background: #fff;
    border: 1px solid #cc0033;
	color: #cc0033;
}

/* ...|-| SUBSCRIPTIONS: Free subscription application |-|... */
.content_box .gform_wrapper .gsection .gfield_label, .content_box .gform_wrapper h2.gsection_title, .content_box .gform_wrapper h3.gform_title {
    font-weight: 400;
}
li#field_1_16 .gfield_label, li#field_3_16 label {
	display: none;	
}
li#field_3_16 label#label_3_16_1 {
	display: inline-block;	
}
.content_box .gform_wrapper .gfield_required {
    color: #e00b0b;
}
.content_box .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .content_box .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .content_box .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px;
	margin-right: 3px;
}

/* ...|-| NEWS |-|... */
.category .content_box > h2 {
	margin-bottom: 0;	
}


/* ...|-| SUBSCRIPTIONS |-|... */
.single-memberpressgroup h2, .single-memberpressgroup a {
	color: #ff5900;
}
.single-memberpressgroup a:hover {
	color: #003366;
}
.mepr-price-menu.minimal_horizontal .mepr-price-boxes {
	margin-top: 30px;	
}
.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-1-col .mepr-price-box {
    width: 40%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-4-col .mepr-price-box {
    width: 24.5%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	margin-bottom: 4px;
    width: 16.3%;
}
.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box {
	background: #f1f1f1;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
	min-height: 170px;
	transition: all 250ms linear;
}
.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box.highlighted {
	background: #ffede4;
	min-height: 190px;
	position: relative;
	width: 25.2%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-price-box-price {
	font-size: 240%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-price-box-button a {
    font-size: inherit;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-most-popular {
    background: #ff8240;
    color: #fff;
	display: block;
    font-weight: bold;
    padding: 5px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-title {
	color: #42403a;
	font-size: 150%;
	line-height: 112%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-price {
	color: #ff5900;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 170%;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-heading {
    font-size: 110%;
    line-height: 120%;
}
.mepr-price-menu.minimal_horizontal.minimal_gray_horizontal .mepr-price-box .mepr-price-box-benefits .mepr-price-box-benefits-list .mepr-price-box-benefits-item {
    border-bottom: 1px dotted #888;
    border-bottom: 0px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-button {
    margin: 10px 0 0;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-price-box-button {
	position: relative;
		top: 2px;	
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-button a {
    background: transparent;
    border: 1px solid #ff7a25;
    color: #ff7a25;
	display: block;
	padding: 5px;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box-button a:hover {
    background: #ff7a25;
    color: #fff;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-price-box-button a {
    background: #ff7a25;
    color: #fff;
}
.mepr-price-menu.minimal_horizontal .mepr-price-box.highlighted .mepr-price-box-button a:hover {
    background: transparent;
    color: #ff7a25;
}

@media (max-width: 1199px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes {
		margin-top: 20px;
	}
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 33%;
	}	
}
@media (max-width: 1162px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 32%;
	}
}
@media (max-width: 991px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 33%;
	}
}
@media (max-width: 774px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 32%;
	}
}
@media (max-width: 610px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 49.5%;
	}
}
@media (max-width: 460px) {
	.mepr-price-menu.minimal_horizontal .mepr-price-boxes.mepr-6-col .mepr-price-box {
		width: 100%;
	}
}

/* ...|-| SUBSCRIPTIONS: Single page |-|... */
.single-memberpressproduct h2, .single-memberpressproduct a, .single-memberpressproduct a:focus, .single-memberpressproduct a:active, .single-memberpressproduct a:visited {
    color: #ff7a25;
}
.single-memberpressproduct h2 {
	background: #fff;
    border: 0;
	padding: 0;
}
.single-memberpressproduct a:hover {
	color: #003366;
}
.mp-form-row.mepr_bold.mepr_price {
    color: #ff7a25;
    font-size: 20px;
}
.single-memberpressproduct input[type=submit] {
	background: #ff7a25;
    border: 1px solid #ff7a25;
	margin-top: 0;
	margin-bottom: 10px;
}
.single-memberpressproduct input[type=submit]:hover {
    background: #fff;
    border: 1px solid #ff7a25;
    color: #ff7a25;
}
.mepr_error, .mepr_updated {
	margin-top: 10px;	
}
.mepr_error ul li {
    color: #e8000f;
}
.mepr_error ul li a {
    color: #e8000f;
	font-weight: bold;
	border-bottom: 1px dotted #e8000f;
}
.mepr_error ul li a:hover {
    color: #42403a;
	border-bottom: 1px dotted #42403a;
}
.mp-password-strength-display {
    color: #fff;
	font-weight: 700;
}
.mp-nopass {
    background: #EEE;
    border: 1px solid #EEE;
    color: #666;
}
.mp-weakpass {
    background: #FF6666;
    border: 1px solid #FF6666;
}
.mp-mediumpass {
    background: #FFAE6B;
    border: 1px solid #FFAE6B;
}
.mp-strongpass {
    background: #5AD869;
    border: 1px solid #5AD869;
}

a.have-coupon-link {
    background: #fff;
    border: 1px solid #ff7a25;
	border-radius: 20px;
    display: inline-block;
	font-family: 'Baloo', cursive;
    margin: 10px 0px 20px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 24px;
    transition: all 250ms linear;
}
a.have-coupon-link:hover {
    background: #ff7a25;
    border: 1px solid #ff7a25;
    color: #fff !important;
}

/* ...|-| SUBSCRIPTIONS: Paid for |-|... */
div#mepr-mailchimptags-checkbox, div#mepr-mailchimptags-privacy {
    display: inline-block;
	font-weight: 700;
}

/* ...|-| SUBSCRIPTIONS: Account page - Home |-|... */
div#mepr-account-nav span.mepr-nav-item a {
	background: #fff;
    border: 1px solid #003366;
	border-radius: 20px;
    color: #003366;
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
}
div#mepr-account-nav span.mepr-nav-item.mepr-active-nav-tab a, div#mepr-account-nav span.mepr-nav-item a:hover {
	background: #003366;
    border: 1px solid #003366;
    color: #fff;
}

/* ...|-| SUBSCRIPTIONS: Account page - Subscriptions |-|... */
.mp_wrapper table.mepr-account-table th {
    color: #003366;
}
.mepr-account-actions {
    text-align: center;
}
.mepr-account-actions a {
	background: #003366;
    border: 1px solid #003366;
	border-radius: 20px;
    color: #fff;
	display: inline-block;
	padding: 2px 10px;
}
.mepr-account-actions a.mepr-open-upgrade-popup.mepr-account-row-action.mepr-account-upgrade {
	margin: 5px 0px;
}

/* ...|-| SUBSCRIPTIONS: Unauthorised Message |-|... */
.unauthorised h3 {
	color: #a94442;
	margin-top: 0;
	margin-bottom: 5px;
}
.unauthorised a.btn-default {
	background: #a94442;
	border: solid 1px #a94442;
}
.unauthorised a.btn-default:hover {
	background: #fff;
	border: solid 1px #a94442;
	color: #a94442;
}
.unauthorised a.btn-primary {
	background: #f2dede;
	border: solid 1px #a94442;
	color: #a94442;
}
.unauthorised a.btn-primary:hover {
	background: #a94442;
	border: solid 1px #a94442;
	color: #fff;
}

/* ...|-| PAGE: My Account |-|... */
div#mepr-account-nav span.mepr-nav-item.mepr-home, div#mepr-account-nav span.mepr-nav-item.mepr-subscriptions, div#mepr-account-nav span.mepr-nav-item.mepr-payments,
div#mepr-account-nav span.mepr-nav-item:last-of-type {
	display: none;	
}
.content_box .mp_wrapper:first-of-type, .member_account_nav .mp_wrapper:nth-of-type(2) {
	display: none;	
}
.account-nav {
    margin-bottom: 10px;
    padding: 15px 0 0px;
    text-align: center;
    background: #f5f5f5;
}
.account-nav div#mepr-account-nav {
	margin-bottom: 10px;	
}
div#mepr-account-nav .mepr-nav-item {
    padding: 0;
}
.page-template-page-member-my-account .content_box.latest_issue {
    background: #d776d5;
    color: #fff;
}
.page-template-page-member-my-account .content_box.latest_issue h3 {
    color: #fff;
}
.page-template-page-member-my-account .content_box.latest_issue a.btn.btn-default {
    background: #cc01cc;
    border: solid 1px #cc01cc;
    color: #fff;
}
.page-template-page-member-my-account .content_box.latest_issue a.btn.btn-default:hover {
    background: #fff;
    border: solid 1px #fff;
    color: #cc01cc;
}
.member_account_info {
	background: #f9f9f9;
	margin-bottom: 20px;
	padding: 20px;	
}
.member_account_info h4:first-of-type {
	margin-top: 0;
}

/* ...|-| PAGE: My Profile + Billing Information |-|... */
li#field_5_17, li#field_4_17 {
	margin-bottom: 0;	
}
li#field_5_16, li#field_5_16 .ginput_container.ginput_container_checkbox,
li#field_4_16, li#field_4_16 .ginput_container.ginput_container_checkbox {
	margin-top: 0;	
}
li#field_5_16 label.gfield_label span.gfield_required,
li#field_4_16 label.gfield_label span.gfield_required {
	display: none;	
}

/* ...|-| POSTS |-|...
......................... */
.post_content {
	margin-left: 20px;
}
.category h1, .category h3 a:hover, .category a,
.archive.date h1, .archive.date h3 a:hover, .archive.date a,
.single-post h1, .single-post h2, .single-post a {
	color: #003366;
}
.category h3 a, .archive.date h3 a, .single-post h3 a {
	color: #42403a;
}
.category p, .archive.date p, .single-post p {
	font-size: 14px;
    line-height: 20px;	
}
.single-post a:hover, .category a:hover, .archive.date a:hover {
	color: #666;
}
.category a.read-more, .archive.date a.read-more {
    background: #003366;
    border: 1px solid #003366;
    color: #fff;
	margin-top: 5px;
}
.category a.read-more:hover, .archive.date a.read-more:hover {
    background: #fff;
    color: #003366;
}

/* ...|-| PAGE: Search |-|... */
.search-results a.read-more {
	display: none;	
}
.date-comments {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;	
}
.search_outer {
	background: whitesmoke;
	margin-bottom: 10px;
    padding: 15px;	
}
.search_excerpt {
    margin-bottom: 10px;
}

/* ...[ FOOTER ]... */
footer.footer, .post-footer {
    background: #42403b;
	color: #fff;
}
footer.footer {
	margin-top: 20px;
	padding: 20px 0;	
}
footer.footer h3 {
	color: #ff6600;
	font-size: 17px;	
}
footer.footer p, .post-footer p, footer.footer a {
	color: #fff;
	font-size: 14px;
}
footer.footer a:hover {
	color: #ff6600;
}
footer.footer ul {
	list-style: none;
	padding-left: 0;
	margin: 0;	
}
.post-footer {
    padding-top: 15px;	
	padding-bottom: 10px;
}
.post-footer span {
    margin: 0 5px;
}
.post-footer a {
    color: #ff6600;
}
.post-footer a:hover {
    color: rgba(255,255,255,0.6);
}

/* |-| Footer Two |-| */
.footer_two .textwidget p, .footer_three .textwidget p {
	padding-right: 20px;
}
.footer_two .textwidget a, .footer_three .textwidget a {
	color: #ff6600;
}
.footer_two .textwidget a:hover, .footer_three .textwidget a:hover {
	color: rgba(255,255,255,0.6);
}


/* ...[ Nutrition2Me Advert column resets ]... */
.container-fluid {
    max-width: 1240px;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}



/* ...[ RESPONSIVE COLUMN RESET ]...
.................................... */

/* ...[ MPU Responsive ]... */
.mpu_row {
	margin-bottom: 10px;	
}
.mpu {
	text-align: center;	
}
.full_mpu .mpu img {
	max-width: 100%;	
}
.double_mpu_left  {
	padding-right: 15px;	
}
.double_mpu_middle {
	padding-right: 10px;
	padding-left: 10px;
}
.double_mpu_right  {
	padding-left: 15px;	
}

@media (max-width: 1240px) {
	.nutri-ad-holder {
		margin-bottom: 5px;
		text-align: center;
	}
	.nutri-ad-holder .mpu div {
		float: none !important;
	}
	.double_mpu_right {
		padding-left: 5px;	
	}
	.double_mpu_left {
		padding-right: 5px;	
	}
}
@media (max-width: 1199px) {
	.double_mpu_middle {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media (max-width: 1199px) {
	.mpu img {
		max-width: 100%;	
	}
}