/*
--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
PLEASE DO NOT EDIT STYLE.CSS OR ANY OTHER THEME FILES OR
TEMPLATES DIRECTLY. IF YOU DO, YOUR CUSTOMIZATIONS WILL BE LOST
AS SOON AS YOU UPDATE POKEMGO.

WORDPRESS HIGHLY RECOMMENDS CHILD THEME.

READ MORE:
- http://codex.wordpress.org/Child_Themes

--------------------------------------------------------------
	TABLE OF CONTENTS
--------------------------------------------------------------
	to reach the desired section, use "search" on your editor

	RESET CSS
	MEDIA PRINT
	RETINA (HiDPI) DISPLAY
	HORIZONTAL RULE
	BASE CSS
	TYPOGRAPHY
	RESPONSIVE COLUMNS & GRIDS
	VISIBILITY
	RESPONSIVE IMAGES
	RESPONSIVE VIDEOS
	RESPONSIVE EMBEDS/OBJECTS
	LINKS
	FORMS
	SEARCH WIDGET
	HEADER LOGIN/RIGHT MENU
	SEARCH ON MAIN MENU
	FOOTER FIRST COLUMN
	IE FORMS
	IE6 NOTICE
	TABLES
	LISTS
	BLOCKQUOTE
	HEADINGS
	MARGINS & PADDINGS
	GLOBAL CSS
	HEADER
	CONTENT
	CATEGORY LAYOUTS
	MODULAR SLIDER
	POST
	MODULES - MODULE 1 - Beatrix
	MODULES - MODULE 2 - Pogo
	MODULE 3 - Jaffee
	MODULE 5 - POKESCREEN
	MODULE 8 - RESPONSIVE ADS
	MODULE 10 - Gambini
	MODULE 12 - Sharon
	IMAGE OVERLAY
	FULL LAYOUT
	BOXED LAYOUT
	AUTHOR META BOX
	BIG POSTS WIDGET
	FACEBOOK WIDGET
	TAG CLOUD WIDGET
	TAGS
	RELATED POSTS
	FEATURED CONTENT
	POST
	SINGLE TITLE
	SYMBOLS
	WIDGETS
	STYLE FOR MENUS IF THEY ARE ON WIDGETS
	RESPONSIVE DESKTOP ADS - TOP
	RESPONSIVE DESKTOP ADS - POST
	TITLES
	404 PAGE
	ACCESSIBILITY
	SKIP LINKS
	TOP MENU
	HEADER MENU
	MEGA MENU
	WIDE MENU PLUS LOGO
	HEADER MENU WIDE
	HEADER MENU IE FIXES
	CUSTOM MOBILE MENU TITLE
	FOOTER MENU
	NAVIGATION
	PAGINATION
	OWL CAROUSEL
	TAQYEEM REVIEWS
	MAILCHIMP
	WP-PAGENAVI PLUGIN
	BREADCRUMB LISTS
	TWITTER EMBED
	COMMENTS
	GALLERY
	WORDPRESS CORE
	CALENDAR
	WORDPRESS GALLERY
	POST THUMBNAILS
	BUTTONS
	CALL TO ACTION BUTTONS
	BUTTONS SIZES
	BUTTONS COLORS
	WPML
	POLYLANG
	FOOTER
	STYLE FOR MENUS IF THEY ARE ON FOOTER
	SCROLL BUTTONS
	COPYRIGHT
	ALIGNMENTS EXTRAS - FEATURED IMAGE
	CLEARFIX
	MENU SOCIAL ICONS - PLUGIN HOOK
	MENU SOCIAL ICONS - TOP MENU
	MENU SOCIAL ICONS - HEADER MENU
	MENU SOCIAL ICONS - FOOTER MENU
	MASHSHARE
	BIDIRECTIONALITY SETTINGS (NOTHING TO CHANGE HERE)
	GLOBAL MEDIA QUERIES
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1199
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1018
	GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1018
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 767
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 600
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 500
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 480
	GLOBAL MEDIA QUERIES - MIN-WIDTH: 320 AND MAX-WIDTH: 1199
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 320
	GLOBAL MEDIA QUERIES - MAX-WIDTH: 240
	RESPONSIVE ADS
	RESPONSIVE GALLERY
	RESPONSIVE WPML

	----------------------------------------------------------------- */
	/*	RESET CSS */
	/*	normalize.css v3.0.1 | MIT License | git.io/normalize */
	/* -------------------------------------------------------------- */

	html {
		font-family: sans-serif;
		-ms-text-size-adjust: 100%;
		-webkit-text-size-adjust: 100%;
	}

	body {
		margin: 0;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section,
	summary {
		display: block;
	}

	audio,
	canvas,
	progress,
	video {
		display: inline-block;
		vertical-align: baseline;
	}

	audio:not([controls]) {
		display: none;
		height: 0;
	}

	[hidden],
	template {
		display: none;
	}

	a {
		background: transparent;
	}

	a:active,
	a:hover {
		outline: 0;
	}

	abbr[title] {
		border-bottom: 1px dotted;
	}

	b,
	strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
	}

	mark {
		background-color: #00d195;
		color: #111;
	}

	small {
		font-size: 80%;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -0.5em;
	}

	sub {
		bottom: -0.25em;
	}

	img {
		border: 0;
	}

	svg:not(:root) {
		overflow: hidden;
	}

	figure {
		margin: 1em 48px;
	}

	hr {
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		height: 0;
	}

	pre {
		overflow: auto;
	}

	code,
	kbd,
	pre,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}

	button,
	input,
	optgroup,
	select,
	textarea {
		color: inherit;
		font: inherit;
		margin: 0;
	}

	button {
		overflow: visible;
	}

	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;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input {
		line-height: normal;
	}

	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}

	input[type="number"]::-webkit-inner-spin-button,
	input[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}

	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;
	}

	fieldset {
		border: 1px solid #c0c0c0;
		margin: 0 2px;
		padding: 0.35em 0.625em 0.75em;
	}

	legend {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
	}

	optgroup {
		font-weight: bold;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	td,
	th {
		padding: 0;
	}

/*	MEDIA PRINT
-------------------------------------------------------------- */
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}

	ul, ol, dl {
		page-break-before: avoid;
	}

	select {
		background-color: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

/*	RETINA (HiDPI) DISPLAY
http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {

	body {
	}
}

/*	HORIZONTAL RULE
-------------------------------------------------------------- */
hr {
	background-color: #EEE;
	border: none;
	clear: both;
	color: #EEE;
	float: none;
	height: 1px;
	width: 100%;
}

hr.space {
	background-color: #fff;
	color: #fff;
}

/*	BASE CSS
-------------------------------------------------------------- */
html {
	height: 100%;
}

body {
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-style: normal;
	text-rendering: optimizeLegibility;
}

body.boxed-layout {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/*	TYPOGRAPHY
-------------------------------------------------------------- */
p {
	word-wrap: break-word;
}

i,
em,
dfn,
cite {
	font-style: italic;
}

cite {
	color:#ff036e;
	font-weight: bold;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

code {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #f9f9f9;
    padding: 0.125em 0.25em;
}

mark, ins {
    background: #00D195;
    color: #fff;
    padding: 0 0.45em 0.225em 0.45em;
    text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

pre {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
	width: 100%;
	word-wrap: break-word;
	white-space: pre-wrap;
}

del {
	color: #212121;
	text-decoration: line-through;
}

dfn {
	border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
	font-size: 85%;
}

abbr,
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr,
a acronym {
	border: none;
}

dfn[title],
abbr[title],
acronym[title] {
	border-bottom: 1px solid #cccccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

::-moz-selection {
	background-color: #00d195;
	color: #fff;
}
::selection {
	background-color: #00d195;
	color: #fff;
}

/*	RESPONSIVE COLUMNS & GRIDS
-------------------------------------------------------------- */
.grid {
	float: left;
	margin-bottom: 45px;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 4.301075268817204%;
	padding-top: 0;
}

.col-49,
.col-146,
.col-243,
.col-340,
.col-437,
.col-534,
.col-631,
.col-728,
.col-825,
.col-922,
.col-1019 {
	display: inline;
	position: relative;
	margin-right: 4.301075268817204%;
}

.col-728 .col-49 {
	margin-right: 6.593406593406593%;
	width: 6.730769230769231%;
}

.col-728 .col-146 {
	margin-right: 6.593406593406593%;
	width: 20.05494505494505%;
}

.col-728 .col-243 {
	margin-right: 6.593406593406593%;
	width: 33.37912087912088%;
}

.col-1116 .col-340,
.col-728 .col-340 {
	margin-right: 6.593406593406593%;
	width: 46.7032967032967%;
}


#footer .col-1116 .col-340,
#footer .col-728 .col-340 {
	margin-right: 4.301075268817204%;
	width: 30.46594982078853%;
}

.col-728 .col-437 {
	margin-right: 6.593406593406593%;
	width: 60.02747252747253%;
}

.col-728 .col-534 {
	margin-right: 6.593406593406593%;
	width: 73.35164835164835%;
}

.col-728 .col-631 {
	margin-right: 6.593406593406593%;
	width: 86.67582417582418%;
}

.col-49 {
	width: 4.390681003584229%;
}

.col-146 {
	width: 13.08243727598566%;
}

.col-243 {
	width: 21.7741935483871%;
}

.col-340 {
	width: 30.46594982078853%;
}

.col-437 {
	width: 39.15770609318996%;
}

.col-534 {
	width: 47.8494623655914%;
}

.col-631 {
	width: 56.54121863799283%;
}

.col-728 {
	width: 65.23297491039427%;
}

.col-825 {
	width: 73.9247311827957%;
}

.col-922 {
	width: 82.61648745519713%;
}

.col-1019 {
	width: 91.30824372759857%;
}

.col-1116 {
	width: 100%;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.full-layout .vc_row {
	margin-left: 0;
	margin-right: 0;
}

.full-layout .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.full-layout .vc_col-sm-4 {
	width: 30.46594982078853%;
}

.full-layout .vc_column_container > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width:767px) {
	.full-layout .vc_col-sm-8 {
		margin-right: 4.301075268817204%;
		width: 65.23297491039427%;
	}
}

.wpb_button, .wpb_content_element,
ul.wpb_thumbnails-fluid > li {
	margin-bottom: 48px !important;
}

/*	VISIBILITY
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

/*	RESPONSIVE IMAGES
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/*	RESPONSIVE VIDEOS
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*	RESPONSIVE EMBEDS/OBJECTS
-------------------------------------------------------------- */
embed,
object,
iframe {
	max-width: 100%;
	border:none;
}

svg:not(:root) {
	overflow: hidden;
}

/*	LINKS
-------------------------------------------------------------- */
a {
	color: inherit;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #00d195;
	outline: 0;
	text-decoration: none;
}

::selection {
	background-color: #999;
	color: #fff;
	text-shadow: none;
}

/*	FORMS
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
	font-family: 'Lato', sans-serif;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	padding:  11px 17px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

* {
	margin:0;
	padding:0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

select {
	height: auto;
	width: 100%;
	background-color: #f9f9f9;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #f9f9f9;
	box-sizing: border-box;
	border: 1px solid #e4e4e4;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}

input,
select {
	cursor: pointer;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}

.td-hide {
	display: none;
}

/*	SEARCH WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_search {
	margin: 0 0 30px;
}

.widget_search #s, .widget_search #s:focus {
	background-color: #f9f9f9!important;
	height: 34px;
}

.td-search-form div {
	text-align: center;
}

.td-widget-search-input {
	margin-bottom: 0;
	margin-right: -5px!important;
	width: 87%!important;
	height: 34px;
}

#td-searchsubmit {
	height: 40px;
	padding:  5px 15px;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	font-family: 'FontAwesome';
	border: medium none;
	background-color: #00d195;
	color: #fff;
}

/*	HEADER LOGIN/RIGHT MENU
-------------------------------------------------------------- */

#navigation-bar #td-right-top-menu {
	float: right;
}

#mobile-right-top-menu {
	display: none;
}

.td-top-latest:before {
	font-family: 'FontAwesome';
	content: '\f017';
	speak: none;
	color:#00d195;
	font-size: 22px;
	padding-right: 5px;
}

.td-top-hot:before {
	font-family: 'FontAwesome';
	content: '\f06d';
	speak: none;
	color:#00d195;
	font-size: 22px;
	padding-right: 5px;
}

.td-top-popular:before {
	font-family: 'FontAwesome';
	content: '\f005';
	speak: none;
	color:#00d195;
	font-size: 20px;
	padding-right: 5px;
}

.ajax-auth h1,
.ajax-auth h3,
.ajax-auth h3 a {
	font-family: "Roboto Condensed", sans-serif !important;
}

.ajax-auth h3 a {
	color: #00d195 !important;
}

.ajax-auth input.submit_button {
	background: #00d195 !important;
	font-family: "Roboto Condensed", sans-serif !important;
	box-shadow: none!important;
	border:none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	color: #fff;
}

#register.ajax-auth {
	top:10px !important;
}

form.ajax-auth {
	width: 380px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
}

.ajax-auth input#username,
.ajax-auth input#password,
.ajax-auth input#signonname,
.ajax-auth input#email,
.ajax-auth input#signonpassword,
.ajax-auth input#password2,
.ajax-auth input#user_login {
	padding: 5px 10px 5px 13px !important;
	margin: 7px 0 10px 0!important;
}

a#show_login,
a#show_logout {
	color:#00d195;
	cursor:pointer;
}

.login_overlay{
	z-index: 999!important;
}

/*	SEARCH ON MAIN MENU
-------------------------------------------------------------- */
.menu-search-wrap {
	position: relative;
	max-width: 1116px;
	margin: 0px 48px;
}

.is-sticky .menu-search-wrap {
	margin: 0 auto;
}

.menu-search-wrap #search-container {
	position: relative;
	cursor:pointer;
}

.menu-search-wrap #search-container .fa-search {
	position: absolute;
	right: 2px;
	color: #fff;
	font-size: 1.5em;
	margin-top: -47px;
}

.is-sticky .menu-search-wrap #search-container .fa-search {
	color: #212121;
}

.menu-search-wrap div.td-expand {
	display:none;
	border: 1px solid #CCC;
}

.menu-search-wrap .td-search-form div {
	margin-bottom: 0;
	text-align: left;
}

.menu-search-wrap .main-menu-search {
	position: absolute;
	padding: 0px;
	top: 100%;
	z-index: 1001;
	right: 0px;
	max-width: 340px;
	width: 100%;
	background: none repeat scroll 0% 0% #FFF;
}

.menu-search-wrap #td-header-search {
	width: 79%;
	height: 32px!important;
	margin: 0px;
	border-right: 0px none;
	line-height: 17px;
	padding: 0 10px !important;
	border: 1px solid #e4e4e4;
}

.menu-search-wrap .button {
	position: absolute;
	height: 32px;
	line-height: 17px;
	text-shadow: none;
	vertical-align: top;
	right: 24px;
	color: #fff;
}

.menu-search-wrap .td-search-form {
	margin: 24px;
}

.td-search-button,
.form-submit input {
	background-image: none;
	background-color: #00d195!important;
	color: #fff;
	border: none !important;;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 14px!important;;
	padding: 5px 12px 7px 12px !important;
}

.td-regular-search input[type="text"] {
	height: 40px !important;
	border: 1px solid #e1e1e1;
}

/*	FOOTER FIRST COLUMN
-------------------------------------------------------------- */
.td-about-img {
	height: 5.8em;
	margin: 0 auto;
}

.td-about-img:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

#td-about-img-wrap {
	display: inline-block;
	vertical-align: middle;
}

#td-about-img-wrap {
	max-width: 300px;
}

.td-about-menu,
.td-about-email {
	margin: 20px 0 0;
}

.td-email-text {
	display: inline-block;
	margin-right: 5px;
}

.td-about-email a:hover,
.td-about-menu .fa:hover {
	color: #333;
}

.td-about-email .fa-envelope-o {
	padding-right: 5px;
}

.td-about-text {

}

/*	IE FORMS
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
	width: 96%;
}

/*	IE6 NOTICE
-------------------------------------------------------------- */
.msie-box {
	background-color: #f9edbe;
	border: 1px solid #f0c36d;
	color: #212121;
	display: block;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	top: 60px;
	text-align: center;
	width: 100%;
}

.msie-box a {
	color: #212121;
}

/*	TABLES
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #e4e4e4;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

/*	LISTS
-------------------------------------------------------------- */
ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0;
	padding: 0;
}

dt {
	font-weight: 400;
}

/*	BLOCKQUOTE
-------------------------------------------------------------- */
blockquote {
	padding: 10px;
	font-style: italic;
	overflow: hidden;
	position: relative;
	color: #ff036e;
}

blockquote p {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-size: 32px!important;
	line-height: 40px!important;
	text-align: center;
}

.post-entry h3 {
	font-family: 'Roboto Condensed', sans-serif;
}

#content .post-entry h3 {
	padding-bottom: 15px;
}

#content .post-entry .widget-title h3 {
	padding-bottom: 10px
}

.td-module-title.widget-title h3 a,
#widgets .widget-title h3 a {
	font-weight: 400;
}

/*	HEADINGS
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	word-wrap: break-word;
	line-height: initial;
	color: #111;
}

h1 {
	font-size: 33px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 19px;
}


.article-wrap h1,
.article-wrap h2,
.article-wrap h3,
.article-wrap h4,
.article-wrap h5,
.article-wrap h6{
line-height: 1;
margin-top: 1.4em;
margin-bottom: 1em;
}

.article-wrap h1 {
	font-size: 33px;
	font-size: 2.0625rem;
	margin: 0;
}

.article-wrap h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.article-wrap h3 {
	font-size: 23px;
	font-size: 1.4375rem;
	padding: 0;
}

.article-wrap h4 {
	font-size: 19px;
	font-size: 1.1875rem;
}

.article-wrap h5 {
	font-size: 19px;
	font-size: 1.1875rem;
}

.article-wrap h6 {
	font-size: 19px;
	font-size: 1.1875rem;
}

h1.title-search-results {
	color: #5E5E5E;
	margin: 0 0 24px 0;
}

/*	MARGINS & PADDINGS
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
address,
blockquote {
	margin: 0 0 24px;
}

table,
form {
	margin: 20px 0 24px 0;
}
th, td {
	padding: .8em;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 1em;
	margin: 30px 0;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}

ul {
}

ol {
	list-style-type: decimal;
}

ul,
ol {
	margin: 0 0 24px;
	padding-left: 2.0em;
}

.wpb_widgetised_column ul {
	padding-left: 0;
}

#wide-slider-wrap ul,
#boxed-slider-wrap ul {
	padding-left: 0
}

ul.post-categories,
ol.post-categories {
	margin: 0;
	padding-left: 0!important;
}


li ul,
li ol {
	margin: 0;
}

form div {
	margin-bottom: .8em;
}

/*	GLOBAL CSS
-------------------------------------------------------------- */
#container,
.msie-box {
	max-width: 1212px;
	background-color: #fff;
}

#container {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#wrapper {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
}

.front-page #wrapper {
	border: none;
	padding: 0 48px;
}

#footer-wrapper .block-bottom {
	background-color: #00d195;
	border-top: 2px solid #fff;
	max-width: 1212px;
}

#footer-wrapper .block-bottom-padding {
	margin: 0 24px;
	overflow: hidden;
	padding: 45px 24px 35px 24px;
}

.full-layout  #footer-wrapper .block-bottom-padding {
	padding: 45px 0 35px 0;
}

.td-footer-shortcode {
	border-bottom: 2px solid #fff;
}

.td-footer-middle {
	padding: 0;
}

.td-footer-middle.col-340:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	right: 0;
	left: -49px;
	background: #fff;
}

.td-footer-middle ul,
.td-footer-middle ol{
	padding-left: 0;
}

.td-footer-middle.col-340:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 80%;
	right: -49px;
	left: auto;
	background: #fff;
}


.td-footer-middle .copyright {
	display: inline-block;
}

.td-footer-last {
	height: 5.8em;
}

#footer-wrapper .copyright p {
	height: 24px;
	margin: 0 auto;
}

#footer-wrapper .widget-wrapper {
	margin: 0 auto;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
}

#footer .widget-wrapper a {
	color:#fff;
}

#footer-wrapper {
	margin: 0;
	overflow: hidden;
	text-align: left;
}

.widget-wrapper ul,
.widget-wrapper ol {
	padding: 0;
}

.td-module-subtitle {
	font-size: 15px;
	vertical-align: top;
	line-height: initial;
	display: block;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #f7ab40;
}

.single-post .td-module-subtitle {
	font-size: 26px;
	margin: 15px 0 15px 0;
	line-height: 30px;
}

/*	HEADER
-------------------------------------------------------------- */
#header-wrap{
	position: relative;
	width: 100%;
}

#header {
	margin: 0;
	background-color: #fff;
}

#outer-wrap {
	width: 100%;
	position: relative;
	background-color: #fff;
}

#logo {
	display: inline-block;
	margin: 0 48px;
	height: auto;
	line-height: 162px;
	vertical-align: middle;
}

.is-sticky #logo {
	margin: 0 auto;
}

#logo-full {
	float: none;
	margin: 0 auto;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

#logo-right {
	float: right;
	margin: 0 48px;
	height: auto;
	line-height: 162px;
	vertical-align: middle;
}

#logo img,
#logo-right img
#logo-scroll img {
	max-width: 250px;
	width: auto;
}

#logo-full img {
	height: auto;
	max-width: 100%;
}

#text-logo {
	display: inline-block;
	margin: 0 48px;
	height: 137px;
}

#text-logo-full {
	float: none;
	margin: 0 auto;
	height: 137px;
	text-align: center;
}

#text-logo-right {
	float: right;
	margin: 0 48px;
	height: 137px;
	text-align: right;
}

.site-name {
	display: block;
	font-size: 2.3em;
	margin-top: 30px;
	line-height: 1.2em;
}

.site-name-full {
	display: block;
	font-size: 2.3em;
	padding-top: 30px;
	line-height: 1.6em;
}

.site-name-full a {
	color: #212121;
	font-weight: 700;
}

.site-name a {
	color: #212121;
	font-weight: 700;
}

.site-description {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
	margin: 0 0 35px 0;
}

.site-description-wide {
	color: #afafaf;
	display: block;
	font-size: 0.875em;
	margin: 0 48px;
}

/*	CONTENT
-------------------------------------------------------------- */
#content {
	margin-top: 48px;
	margin-bottom: 0;
}

.single-post #content,
.single-post #widgets {
	margin-top: 0;
}

#content-full {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-blog {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-blog .td-entry-count-views,
.category .td-entry-count-views {
	margin-bottom: 0;
}

#content-images {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content-search {
	margin-top: 48px;
	margin-bottom: 24px;
}

.pokemgo-title-search {
	text-align: center;
}

#content-archive,
#content-author {
	margin-top: 48px;
	margin-bottom: 24px;
}

#content .sticky {
	clear: both;
}

.sticky p {
	background-color: #f9f9f9;
	padding:24px;
}

.sticky p.excerpt-more {
	background-color: transparent;
	padding: 0;
}

.sticky h3 a {
	color: #FF2343!important;
}

.td-blog-layout-home p {
	line-height: 25px;
}

.archive  a.button,
.category a.button,
.td-blog-layout-home a.button {
	padding: 11px 30px;
}

.td-blog-layout-home p.excerpt-more,
.category p.excerpt-more,
.archive p.excerpt-more {
	text-align: center;
	margin-top: 20px;
}

.single-post .post-meta .td-time {
	vertical-align: middle;
}

.block-meta .td-time {
	color: #f7ab40;
	font-weight: 400;
	text-transform: none;
}

/*	CATEGORY LAYOUTS
-------------------------------------------------------------- */
#content-archive .col-340 {
	width: 100%;
	margin-bottom: 0;
}

.td-cat-layout-2  #content-archive .entry-title {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
}

.td-cat-layout-2 #content-archive .col-340 {
	overflow: hidden;
	margin-right: 6.593406593406593%;
	width: 46.7032967032967%;
	margin-bottom: 0;
}

.td-cat-layout-2 #content-archive .td-entry-count-views {
	float: none;
	font-style: normal;
	display: inline-block;
	color: #ccc;
	font-size: 16px;
	margin-bottom: 0;
}

.td-cat-layout-2 #content-archive .td-cat-force-blog.td-entry-count-views {
	float: right;
}

.td-cat-layout-2 #content-archive .td-time {
	margin-right: 15px;
}

.td-cat-2 {
	margin: 10px 0px 10px;
}

.category.full-layout .post-entry img {
	margin: 0;
	width: 100%;
}

/*	MODULAR SLIDER
-------------------------------------------------------------- */

@media only screen and (min-width: 1224px) {
	.home .td-main-revslide {
		max-width: 658px;
		width: 100%;
		height: 401px;
	}

}

#wide-slider-wrap {
	background-color: #fff;
}

#td-modular-slider {
	max-width: 1212px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	margin: 0 auto;
	padding: 48px 48px 0;
	z-index: 1;
	float: none;
}

#td-modular-slider .td-image-meta-box {
	bottom: 20px;
	right: 30px;
	z-index: 2;
	top: auto;
}

#td-modular-slider .grid {
	margin-right: 0;
	margin-bottom: 0;
}

#td-modular-slider .col-728 {
	width: 58.96057347670251%;
}

#td-modular-slider .col-243 {
	width: 20.43010752688172%;
}

#td-modular-slider a:hover,
.cat-dark-top a:hover,
.carousel-wrapper a:hover {
	text-decoration: none;
}

.td-main-slide {
	overflow: hidden;
	position: relative;
}

#td-modular-slider .td-main-slide .dark-cover {
	background: RGBA(3, 3, 3, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
}

#td-modular-slider .small-posts-slider .dark-cover {
	background: RGBA(3, 3, 3, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	bottom: 0;
	right: 0px;
}

.home .td-main-revslide {
	max-width: 658px;
	width: 100%;
}

#td-modular-slider .comments-link {
	font-size: 20px;
	margin-left: 10px;
}

#td-modular-slider .comments-link a:hover{
	color: inherit;
}

.td-main-slide img {
	position:relative;
	display:inline-block;
	min-width: 658px !important;
}

.td-main-slide-shadow {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.td-main-slide-shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-slide-text {
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	z-index: 20;
	padding: 20px 20px 10px 40px;
}

.main-slide-wrap-details {
	color: #FFF;
	z-index: 20;
}

.main-slide-wrap-details h1 a {
	color: #fff !important;
	font-family: "Roboto Condensed",sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-decoration: none;
	line-height: 36px;
}

.main-slide-wrap-details h1 {
	margin: 0;
}

.main-slide-text h1,
.main-slide-text .main-cat {
	color: #FFF;
	font-family: "Lato",sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
	line-height: 120%;
	border-bottom: 1px solid #fff;
	width: 45%;
	margin-bottom: 10px;
}

.main-cat {
	z-index: 1;
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 15px;
}

.td-main-slide .main-cat {
	padding-bottom: 5px;
}

.td-main-slide .main-cat:before {
	content: '\f064';
	font: 22px/1.8em 'FontAwesome';
	position: absolute;
	color: #fff;
	left: 0;
}

.main-cat a {
	background-color: #00d195;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	padding: 4px 8px;
}

.td-main-slide .main-cat a {
	background-color: transparent;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	padding-left: 28px;
	text-transform: uppercase;
}

.td-modular-date {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding: 4px 8px;
}

.main-slide-wrap-details .td-modular-date {
	font-family: "Lato",sans-serif;
	display: inline-block;
	background-color: transparent;
	font-size: 26px;
	line-height: 30px;
	color: #F9FF00;
	padding: 0;
}

.main-slide-wrap-details .td-module-category a  {
	color: #F9FF00;
}

.main-excerpt {
	font-family: "Roboto Condensed", sans-serif;
	margin: 0 auto !important;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	-moz-text-shadow: 1px 1px 2px #000;
	-ms-text-shadow: 1px 1px 2px #000;
	-o-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
	text-shadow: 1px 1px 2px #000;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	width: 90%;
}

.td-main-slide:hover .main-excerpt {
	max-height: 200px;
}

.image-small-slider img {
	width: 100% !important;
}

.small-posts-slider {
	margin-bottom: 0.0897666068222621% !important;
	margin-left: 0.0897666068222621%;
	overflow: hidden;
	position: relative;
}

.small-slide-title {
	position: absolute;
	top: 40px;
	padding: 0 15px;
	-moz-transition:length .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
	transition:all .4s;
	z-index: 1;
}

.small-slide-title h2 {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	line-height: 1.3;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

#td-modular-slider .slides {
	margin:0;
	padding:0;
	list-style:none;
}

#td-modular-slider .slides img{
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	max-width: 100%;
	width: 100%;
	height: auto;
}

.td-flexslider,
.td-flexslider-inactive {
	position:relative;
	zoom:1;
	overflow:hidden;
}

.td-flexslider .slides,
.td-flexslider-inactive .slides {
	zoom:1;
}

/*	POST
-------------------------------------------------------------- */
.post {
	position: relative;
	padding-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.td-nopadding-single .post {
	position: relative;
	padding-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 24px;
	color: #00d195;
}

.post h1 {
	margin: 0 0 0.22em;
}

h1.post-title {
	font-size: 27px;
	text-transform: uppercase;
	font-family: "Roboto Condensed",sans-serif;
	line-height: 34px;
	display: block;
	margin: 0 0 24px;
}

/*.home h1.post-title  {
	display: none;
	}*/

	.post h1.post-title {
		margin: 0 0 10px;
	}

	.post-entry {
		clear: both;
	}

	.post-entry p {
		font-size: 15px;
		line-height: 26px;
	}

	.article-wrap ol,
	.article-wrap ul {
		-webkit-column-gap: 25px;
		-moz-column-gap: 25px;
		column-gap: 25px;
		display: block;
		padding-bottom: 0;
	}

	.article-wrap ol.col2,
	.article-wrap ul.col2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.article-wrap ul li {
		display: block;
		line-height: 1.3;
		margin-left: 0;
		position: relative;
		padding: 6px 0 0 20px;
	}

	.article-wrap ol li {
		line-height: 1.5;
		margin-left: 0;
		position: relative;
		padding: 8px 0 0 0px;
	}

	.article-wrap ol li ul li {
		display: block;
		line-height: 1;
		margin-left: 0;
		position: relative;
		padding: 8px 0 0 20px;
	}

	.article-wrap ol ul,
	.article-wrap ol ul ol {
		padding-bottom: 0;
	}

	.article-wrap ul ol ul li::before {
		display: block;
		background-color: #f7ab40;
	}

	.article-wrap ol  ul ol li::before,
	.article-wrap ul ol li::before {
		background-color: transparent;
	}

	.article-wrap ol ul ol li {
		display: list-item;
		line-height: 1;
		margin-left: 0;
		position: relative;
		padding: 8px 0 0 0 !important;
	}

	.article-wrap ul ol li {
		display: list-item;
	}

	.article-wrap ul ol li {
		padding: 8px 0 0 0;
	}

	.article-wrap ul li::before {
		content: "";
		display: block;
		position: absolute;
		left: 2px;
		top: calc(1em - 2px);
		width: 8px;
		height: 8px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-color: #f7ab40;
	}

	.post-meta {
		clear: both;
		color: #ccc;
		font-size: 16px;
		margin: 3px 0 10px;
		font-family: "Lato", sans-serif;
	}

	.post-meta a {
		color: #f7ab40;
	}

	.post-meta .posted {
		background-color: #F0F4F5;
		color: #aaa;
		padding: 3px 5px;
		margin-right: 3px;
	}

	.post-edit {
		clear: both;
		display: block;
		font-size: 12px;
		margin: 1.5em 0;
	}

	.post-edit.fa-edit {
		color: #AAA;
		display: block;
		padding-top: 24px;
	}

	.post-search-terms {
		clear: both;
	}

	.read-more {
		clear: both;
		font-weight: 700;
	}

	.attachment-entry {
		clear: both;
		text-align: center;
	}

	#content-blog .post-categories {
		position: relative;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		display: inline;
		float: left;
	}

	ul.post-categories {
		list-style-type: none;;
	}

	#content-blog .post-categories {
		float: none;
	}

	ul.post-categories li {
		float: left;
		margin-right: 10px;
	}

	.overlay-shadow-top {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		height: 50%;
		background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		z-index: 1;
	}

	.overlay-shadow-bottom {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		height: 40%;
		background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
		z-index: 1;
	}

	.image-small-slider .overlay-shadow-top {
		height: 30%;
	}

	.td-module-category {
		position: absolute;
		left: 0;
		top: 0;
		padding: 40px 30px;
		width: 100%;
		z-index: 2;
	}

	.td-module-category a {
		color: #FFF;
		font-family: "Roboto Condensed", sans-serif;
		width: auto;
		max-width: 50%;
		font-size: 45px;
		text-transform: uppercase;
		font-weight: 400;
	}

	.td-module-category a:hover,
	.td-module-category a:active,
	.td-module-category a:focus {
		color: #fff;
		text-decoration: underline;
	}

	.td-thumb-cat {
		position: absolute;
		bottom: 24px;
		right: 24px;
		color: #FFF;
		font-family: "Roboto Condensed",sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		display: block;
	}

	.td-thumb-cat-text a {
		display: inline-block;
		padding: 4px 8px;
		color: #333;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.td-thumb-cat-text a:hover {
		background-color: #00d195;
		color: #fff;
	}

	.td-thumb-cat  ul.post-categories li {
		margin: 0;
	}

	.cat-links a {
		display: inline;
		font-family: "Roboto Condensed", sans-serif;
		font-size: 14px;
		line-height: 18px;
		padding: 4px 8px;
		margin-bottom: 4px;
		color: #00d195;
		border: 1px solid #00d195;
		background-color: transparent;
	}

	.td-entry-count-views {
		float: right;
		font-style: normal;
		display: inline-block;
		color: #ccc;
		font-size: 16px;
		margin-bottom: 28px;
	}

	.td-entry-count-views-box {
		font-family: "Lato", sans-serif;
		display: inline;
		color: #ccc;
		font-size: 16px;
	}

	.td-new-date a {
		font-weight: 400;
	}

	.td-entry-count-views-box .comments-link {
		font-size: 16px;
		display: inline-block;
		position: relative;
		margin-right: 15px;
	}

	.td-entry-count-views-box .fa,
	.comments-link .fa {
		padding-right: 5px;
	}

	.td-new-date,
	.post-views-count,
	.comments-link {
		display: inline-block;
		margin-right: 15px;
		vertical-align: top;
		padding-bottom: 10px;
		color: #f7ab40;
	}

	.td-entry-count-views-box .post-views-count {
		font-size: 16px;
		margin-right: 0;
	}

	.td-entry-count-views-box .entry-date {
		font-size: 12px;
		margin-right: 15px;
	}

	.td-zoom-effect .td-zoom img {
		-webkit-perspective: 0;
		-webkit-backface-visibility: hidden;
		-webkit-transition:all 0.45s ease;
		-moz-transition:all 0.45s ease;
		-o-transition:all 0.45s ease;
		transition:all 0.45s ease;
	}

	.td-zoom-effect .td-zoom a:hover img {
		-webkit-transform:scale(1.3) rotate(8deg);
		transform:scale(1.3) rotate(8deg);
	}

	.td-image-meta-box {
		position: absolute;
		top: 15px;
		right: 15px;
		border: 6px solid #333;
		background-color: #ff0036;
		z-index: 1;
		overflow: hidden;
		width: 7em;
		height: 5em;
	}

	.td-image-meta-box .post-views-count {
		color:#333;
	}

	.single-post .td-image-meta-box {
		display: none;
	}

	.td-image-meta-box .post-views-count{
		margin-right: 0;
		font-family: 'Roboto Condensed', sans-serif;
		height: 100%;
		vertical-align: inherit;

	}

	.td-zoom-height .td-image-meta-box {
		opacity: 1;
		display: inline-block;
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}

	.td-zoom-height:hover .td-image-meta-box {
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
		opacity: 0;
	}

	.td-page-cover .td-image-meta-box {
		bottom: 24px;
		top: auto;
		right: 24px;
		z-index: 2;
	}

	.td-image-meta-box .td-comments-count-color-box .fa-commenting,
	.td-image-meta-box .td-views-counter .fa-eye {
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		padding-right: 0.2em;
		padding-left: 0;
		text-indent: 0;
	}

	.td-image-meta-box .td-views-counter .fa-eye {
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		padding-right: 0;
		padding-left: 0;
		text-indent: 0;
	}

	.td-comments-count-color-box {
		background-color: #00D195;
		display: inline-block;
		width: 100%;
		height: 50%;
		margin: 0;
		padding:3px;
		font-size: 16px;
		color: #fff;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		border-bottom: 3px solid #333333;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
	}

	.td-views-counter {
		background-color: #fff;
		border-top: 3px solid #333333;
		display: inline-block;
		height: 50%;
		margin: 0;
		font-size: 16px;
		color: #333;
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		width: 100%;
		padding:3px;
		text-align: center;
	}

/*	MODULES - MODULE 1 - Beatrix
---------------------------------------------------------------*/
.td-module-1-bigwrap {
	overflow: hidden;
}

.td-module-1-wrap.col-49,
.td-module-1-wrap.col-146,
.td-module-1-wrap.col-243,
.td-module-1-wrap.col-340,
.td-module-1-wrap.col-437,
.td-module-1-wrap.col-534,
.td-module-1-wrap.col-631,
.td-module-1-wrap.col-728,
.td-module-1-wrap.col-825,
.td-module-1-wrap.col-922,
.td-module-1-wrap.col-1019 {
	margin-right: 6.593406593406593%;
}

.page-template-full-width-page .td-module-1-wrap.col-340 {
	width: 30.46594982078853%;
	margin-right: 4.301075268817204%;
}

.td-default-page .td-module-1-wrap.col-340:nth-child(2n+1),
.page-template-full-width-page .td-module-1-wrap.col-340:nth-child(3n+1) {
	margin-right: 0;
	margin-left: 0;
	display: block;
}

.td-module-1-wrap img {
	width: 100% !important;
}

.td-zoom-height {
	overflow: hidden;
	position: relative;
}

.td-module-1-wrap.col-340 .comments-count {
	position: absolute;
	display: block;
	background-color: #00d195;
	top: 20px;
	right: 20px;
	width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.td-module-1-wrap.col-340 .comments-count {
	font-size: 1.125em;
}

.td-module-1-wrap .td-module-big-title {
	position: relative;
	color: #111;
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	text-align: left;
	padding: 0;
	margin-top: 15px;
}

.td-module-1-wrap .td-module-big-title a {
	color: #111;
	font-size: 26px;
	line-height: 30px;
}

.td-module-1-wrap .td-module-big-title h3 {
	padding-bottom: 5px;
}

.td-module-1-wrap .post-meta {
	margin: 3px 0 0px;
}

.td-module-1-wrap .td-module-big-title a:hover{
	color:#00d195;
}

.td-module-1-wrap .td-module-excerpt {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #111;
}

.page-template-full-width-page .td-module-1-wrap .td-module-subtitle {
	font-size: 20px;
}

/*	MODULES - MODULE 2 - Pogo
---------------------------------------------------------------*/

.td-module-2-wrap .td-module-post-title .entry-title {
	display: inline-block;
}

.td-module-2-wrap .post-meta {
	color: #fff;
	margin: 22px 0 0;
	overflow: hidden;
}

.td-module-2-wrap .post-meta-2 {
	color: #fff;
	margin: 0;
	overflow: hidden;
}

.td-module-2-wrap .td-new-date {
	vertical-align: middle;
}

.td-module-2-wrap .td-module-post-title h3 a{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 50px;
	line-height: 50px;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
}

.td-module-2-wrap .td-module-post-title h3 a:hover{
	color:#00d195;
}

.td-small-image-module-2 {
	position:relative;
	display:inline-block;
	float:left;
	width: 100px;
	max-width: 100%;
	height: auto;
}

.td-module-2-post-title {
	position: relative;
}

.td-module-2-wrap .entry-title {
	margin: 7px 0 0;
	padding-bottom: 0;
}

.td-module-2-wrap .td-module-excerpt {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #111;
	margin-top: 20px;
}

.td-module-2-wrap .td-module-excerpt-2 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #111;
	margin-top: 0;
}

#content-blog .td-module-2-wrap .td-module-excerpt,
.category .td-module-2-wrap .td-module-excerpt {
	margin-top: 0;
}

.category .td-module-2-wrap .td-module-excerpt p,
.archive .td-module-2-wrap .td-module-excerpt p,
#content-blog .td-module-2-wrap .td-module-excerpt p,
.search .td-module-2-wrap .td-module-excerpt p{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #111;
	margin-top: 0;
}

.td-module-2-post-details {
	margin-left: 116px;
	position: relative;
	top: -4px;
}

.td-module-2-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-2-post-details .entry-title {
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

.td-module-2-post-details h3 a {
	font-family: 'Lato', sans-serif;
	color: #444;
}

.td-module-2-wrap.col-340 .comments-count {
	position: absolute;
	display: block;
	background-color: #00d195;
	top: 20px;
	right: 20px;
	width: 2rem;
	height: 2rem;
	font-size: 1.125em;
	line-height: 1.9rem;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.td-module-2-wrap .cat-links a {
	font-family: "Roboto Condensed";
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0;
	border: none;
	font-size: 32px;
	line-height: 1;
}

.td-module-2-wrap .td-module-subtitle {
	font-size: 22px;
	margin-bottom: 24px;
}

.page-template-full-width-page .td-module-2-wrap img {
	width: 100%;
}

/*	MODULE 3 - Jaffee
---------------------------------------------------------------*/
.td-module-3-wrap {
	display: inline-block;
}

.td-module-3-wrap img {
	width: 100% !important;
}

.td-module-3-wrap .td-module-post-title .entry-title {
	display: inline-block;
}

.td-module-3-wrap .post-meta {
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
}

.td-module-3-wrap .td-new-date {
	vertical-align: middle;
}

.td-module-3-wrap .td-module-post-title h3 a{
	font-family: "Roboto Condensed", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
}

.td-module-3-wrap .td-module-post-title h3 a:hover{
	color:#00d195;
}

.td-small-image-module-3 {
	position:relative;
	display:inline-block;
	float:left;
	width: 100px;
	max-width: 100%;
	height: auto;
}

.td-module-3-post-title {
	position: relative;
}

.td-module-3-wrap .entry-title {
	padding-bottom: 5px !important;
}

.td-module-3-wrap .td-module-excerpt {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #111;
}

.td-module-3-post-details {
	margin-left: 116px;
	position: relative;
	top: -4px;
}

.td-module-3-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-3-post-details .entry-title {
	font-size: 16px;
	line-height: 21px;
	position: relative;
}

.td-module-3-post-details h3 a {
	font-family: 'Lato', sans-serif;
	color: #444;
}

.td-module-3-wrap.col-340 .comments-count {
	position: absolute;
	display: block;
	background-color: #00d195;
	top: 20px;
	right: 20px;
	width: 2rem;
	height: 2rem;
	font-size: 1.125em;
	line-height: 1.9rem;
	color: #FFF;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
}

.td-module-3-wrap .cat-links a {
	font-family: "Roboto Condensed";
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 7px;
	border: none;
	font-size: 24px;
	line-height: 1;
}

/*  MODULE 5 - POKESCREEN
---------------------------------------------------------------*/
.td-module-5-wrap {
	margin-bottom: 45px;
}

.td-module-5-wrap .module-overlay {
	top: 45%;
	bottom: auto;
	left: 0;
	right: 0;
}

.td-module-5-wrap img {
	width: 100% !important;
}

.td-module-5-wrap p.excerpt-more{
	display:none;
}

.td-module-5-wrap .td-module-big-title {
	position: relative;
	color: #111;
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	text-align: left;
	padding: 0;
	margin-top: 0;
}

.td-module-5-wrap .td-module-big-title a {
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 36px;
	line-height: 36px;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding: 0;
	margin-top: 0;
}

.td-module-5-wrap .td-module-excerpt {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #111;
	margin-top: 8px;
}

.td-module-5-wrap .post-meta {
	margin: 0;
	overflow: hidden;
}

.td-module-5-wrap .cat-links a {
	font-family: "Roboto Condensed";
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 15px;
	border: none;
	font-size: 24px;
}

.td-module-5-wrap .td-bottom-rate .post-meta {
	margin: 12px 0 0 0;
}

.td-module-5-wrap .td-module-subtitle {
	font-size: 18px;
}

/*  MODULE 8 - RESPONSIVE ADS
---------------------------------------------------------------*/
.td-module-8-wrap {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	position: relative;
	margin: 0 0 48px 0;
}

/*	MODULE 10 - Gambini
---------------------------------------------------------------*/

.td-module-10-big-wrap {
	margin-bottom: 25px;
}

.td-module-10-wrap {
	display: inline-block;
}

.td-module-10-wrap img {
	width: 100% !important;
}

.col-728 .td-module-10-small-wrap.col-340 {
	margin-bottom: 0;
	display: block;
}

.td-module-10-content {
	margin-bottom: 20px;
	min-height: 104px;
}

.td-module-10-content:last-child {
	margin-bottom: 0;
}

.td-small-image-module-10 {
	position:relative;
	display:inline-block;
	float:left;
	max-width: 100%;
	height: auto;
}

.td-module-10-post-title {
	position: relative;
}

.td-module-10-wrap .td-module-post-title .entry-title {
	margin: 0;
}

.td-module-10-wrap .td-module-post-title .post-meta {
	margin: 0 0 10px;
}

.td-module-10-wrap .td-module-big-title h3 {
	padding-bottom: 24px;
}

.td-module-10-post-title h3 a:hover{
	color:#00d195;
}

.td-module-10-wrap .date-title {
	display: block;
	background-color: #00d195;
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top:0px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}

.td-module-10-wrap .date-title .td-time {
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

.td-module-10-wrap .date-title .td-time small {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}

.td-module-10-wrap .td-module-post-title {
	padding: 0 15px;
	display: inline-block;
}

.td-module-10-post-details {
	margin-left: 130px;
	position: relative;
}

.td-module-10-post-details .post-meta {
	clear: none;
	margin: 0;
}

.td-module-10-post-details .entry-title {
	font-size: 16px;
	line-height: 20px;
	position: relative;
	padding: 0;
}

.page-template-full-width-page .td-module-10-post-details .entry-title {
	text-transform: uppercase;
}

.td-module-10-excerpt {
	margin-top: 10px;
	display: inline-block;
}

.td-module-10-meta .block-meta {
	font-family: "Lato", sans-serif;
	margin-bottom: 5px;
	font-size: 16px;
}

.td-module-10-wrap .image-overlay,
.td-module-10-wrap .module-overlay {
	top: 40%;
	bottom: auto;
	left: 0;
	right: 0;
}

.td-module-10-small-wrap span.post-small-rate{
	display: inherit;
}


.page-template-full-width-page .td-module-10-content {
	min-height: inherit;
}

.page-template-full-width-page .td-module-10-small-wrap.grid.fit {
	margin-bottom: 30px;
	display: block;
}

/*	MODULE 12 - Sharon
---------------------------------------------------------------*/

.td-module-12-wrap {
	display: inline-block;
	position: relative;
}

.col-728 .td-module-12-small-wrap.col-340 {
	margin-bottom: 0;
	display: inline-block;
}

.td-module-12-content {
	margin-bottom: 24px;
	min-height: 188px;
	position: relative;
}

.page-template-full-width-page .td-module-12-small-wrap.grid {
	margin-bottom: 40px;
}

.page-template-full-width-page .td-module-12-content {
	margin-bottom: 0;
}

.td-module-12-wrap img {
	width: 100% !important;
}

.td-module-12-wrap .icon a:before,
.td-module-12-small-wrap .icon a:before{
	content:'\f144'; /*f01d f16a*/
	font:50px/1.3em 'FontAwesome';
	position:absolute;
	color:#fff;
	width:60px;
	height:60px;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	text-align:center;
	z-index:10;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s
}

.td-module-12-wrap .icon a:after,
.td-module-12-small-wrap .icon a:after {
	position:absolute;
	background-color:#000;
	content:'';
	width:35px;
	height:35px;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.td-module-12-wrap .icon:hover a:before,
.td-module-12-wrap .icon:hover a:after,
.td-module-12-small-wrap .icon:hover a:before,
.td-module-12-small-wrap .icon:hover a:after{
	-webkit-transform:scale(5);
	-moz-transform:scale(5);
	-ms-transform:scale(5);
	-o-transform:scale(5);
	transform:scale(5);
	filter:alpha(opacity=0);
	opacity:0;
}
.td-module-12-wrap .icon:hover a:after,
.td-module-12-small-wrap .icon:hover a:after {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}

.td-small-image-module-12 {
	position:relative;
	display:inline-block;
	float:right;
	max-width: 100%;
	height: auto;
}

.td-module-12-post-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: #FFF;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	padding: 10px 20px 5px;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
}

.td-module-12-post-details .td-module-12-post-title h3 {
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	z-index: 12;
	text-align: center;
}

.td-module-12-wrap .td-module-big-title h3 {
	padding-bottom: 24px;
}

.td-module-12-wrap .td-module-post-title .entry-title {
	margin: 0;
}

.td-module-12-wrap .td-module-post-title .post-meta {
	margin: 0 0 10px;
}

.td-module-12-wrap .td-module-post-title {
	padding: 0 15px;
	display: inline-block;
}

.td-module-12-post-details .post-meta {
	clear: none;
	margin-bottom: 0;
}

.td-module-12-post-details .entry-title {
	font-size: 16px;
	line-height: 20px;
}

.td-module-12-excerpt {
	margin-top: 10px;
	display: inline-block;
}

.td-module-12-meta .block-meta {
	margin-bottom: 5px;
}

.td-module-12-meta .td-time {
	-moz-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

.td-mod-fa {
	padding-right: 10px;
	color: #00D195;
}

.td-module-12-small-wrap .td-module-big-title a {
	font-size: 18px;
	line-height: 1.3;
}

.td-module-12-wrap .image-overlay,
.td-module-12-wrap .module-overlay,
.td-module-12-small-wrap .image-overlay,
.td-module-12-small-wrap .module-overlay {
	top: 40%;
	bottom: auto;
	left: 0;
	right: 0;
}

.page-template-full-width-page .td-small-image-module-12,
.page-template-full-width-page .td-small-image-module-12 img {
	width: 100%;
}

/*	IMAGE OVERLAY
---------------------------------------------------------------*/

.image-overlay {
	opacity: 0;
	visibility: hidden;
}

.module-overlay:before {
	display: inline-block;
	content: "";
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.image-overlay,
.module-overlay {
	position: absolute;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	bottom: 40%;
	left: 0;
	right: 0;
	opacity: 1;
	overflow: hidden;
}

.small-posts-slider .image-overlay,
.small-posts-slider .module-overlay {
	top: auto;
	bottom: 40%;
	left: 0;
	right: 0;
	z-index: 1;
}

.archive .image-overlay,
.archive .module-overlay {
	bottom: 68% !important;
	left: 0;
	right: 0;
}

.archive .td-catblog-style .image-overlay,
.archive .td-catblog-style .module-overlay,
.page-template-blog .td-catblog-style .image-overlay,
.page-template-blog .td-catblog-style .module-overlay{
	bottom: 45% !important;
	left: 0;
	right: 0;
}

.module-overlay .post-format {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	cursor: pointer;
}

.td-module-2-wrap .module-overlay {
	top: auto;
	bottom: 45%;
	left: 0;
	right: 0;
}

.td-mega-content .module-overlay {
	top: auto;
	bottom: 35% !important;
	left: 0;
	right: 0;
}

.post-format i {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	padding: 0!important;
	line-height: 60px;
	border: 2px solid #fff;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.post-format i:hover{
	border: 2px solid #eaeaea;
}

.post-format i.fa-play {
	text-indent: 7px;
}

.module-overlay .post-format .round {
	border-radius: 100%;
}

.module-overlay .post-format i.round:hover {
	border-radius: 0;
}

.fa-2x {
	font-size: 2em !important;
}

/*	FULL LAYOUT
---------------------------------------------------------------*/
.full-layout .top-menu-wrap {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.full-layout .td-hide-top-menu .top-menu-wrap {
	display:none;
}

.full-layout .top-menu {
	max-width: 100%;
}

.full-layout .footer-wide {
	background-color: #00d195;
}

.full-layout #footer {
	max-width: 100%;
}

.full-layout #footer-wrapper .block-bottom {
	max-width: 100%;
}

.full-layout .footer-bottom {
	background-color: #00d195;
}

.full-layout .footer-search{
	background-color: #151618;
	padding: 48px 0;
}

.full-layout #footer-wrapper .block-bottom-padding {
	margin: 0 auto;
	max-width: 1116px;
}

/*	BOXED LAYOUT
---------------------------------------------------------------*/
.boxed-layout {
}


/*	AUTHOR META BOX
-------------------------------------------------------------- */
.author .entry-title {
	margin-bottom: 15px;
}

.author h3.entry-title {
	font-size: 27px;
	line-height: 34px;
}

#author-meta {
	border: 1px solid #e4e4e4;
	clear: both;
	display: block;
	margin: 48px 0;
	padding:24px;
	overflow: hidden;
}

#content-author #author-meta {
	border: 1px solid #e4e4e4;
	clear: both;
	display: block;
	margin: 28px 0 48px 0;
	overflow: hidden;
}

#content-author .saboxplugin-wrap {
	margin-top: 24px;
}

#content-author h6 {
	text-align: center;
}

#content-author h6 a {
	text-decoration: underline;
}

#author-meta img {
	float: left;
	padding: 0;
	margin-right: 24px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#author-meta .auth-desc {
	margin: 0;
	padding: 10px 20px 20px;
	clear: none;
	font-style: italic;
}

#author-meta .author-page-desc {
	margin: 0;
	padding: 10px 20px 10px;
	clear: none;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
}

#author-meta .about-author a {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #00d195;
}

#author-meta .website-author {
	margin: 0 20px 15px;
}

#author-meta .website-author a {
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
}

.saboxplugin-wrap .saboxplugin-authorname {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
}


/*	COLORED NUMBERED POSTS SIDEBAR WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_pokemgo_numbered_posts {
	margin: 0 0 40px;
}

#td-sidebar-recent-posts-color li {
	padding: 0px!important;
}

#td-sidebar-recent-posts-color li:last-child {
	margin: 0;
}

#td-sidebar-recent-posts-color .entry-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
}

#td-sidebar-recent-posts-color li a{
	font-weight: bold;
}

#td-sidebar-recent-posts-color li a:hover{
	color: #00d195;
}

#td-sidebar-recent-posts-color .td-recent-post-details {
	position: relative;
}

.td-wrap-content-sidebar-rp ol {
	list-style: outside none none;
}

#td-sidebar-recent-posts-color li::before {
	background-color: #fff;
	color: #333;
	border:3px solid #333;
	counter-increment: li;
	content: counter(li, decimal);
	display: inline-block;
	float: left;
	margin: 0 20px 30px 0;
	padding: 9px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 26px;
	font-family: "Roboto Condensed", sans-serif;
	width: 45px;
	height: 45px;
	text-align: center;
}

#td-sidebar-recent-posts-color li:last-child::before{
	margin-bottom: 0;
}

#td-sidebar-recent-posts-color li:nth-child(2n+1)::before{
	background-color: #ff0036;
	border:3px solid #ff0036;
	color: #fff;
}

#footer #td-sidebar-recent-posts-colors li::before {
	color: #fff;
}

#td-sidebar-recent-posts-color.numbered-list {
	counter-reset: li;
}

/*	BIG POSTS WIDGET
-------------------------------------------------------------- */
.widget-wrapper.widget_pokemgo_recent_big_posts {
	margin: 0 0 18px;
}

.td-big-posts {
	position: relative;
	width: 100%;
}

.td-big-posts .image-overlay,
.td-big-posts .module-overlay {
	bottom: 10px;
	top: auto;
}

.td-module-big-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: 400;
	padding: 0 15px;
	line-height: 15px;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
}

.td-big-posts .td-module-big-title {
	position: relative;
	text-align: left;
	overflow: hidden;
	padding: 0;
	color: #111;
	font-family: "Roboto Condensed",sans-serif;
	font-weight: bold;
	line-height: 15px;
	display: block;
	margin-bottom: 37px;
	z-index: 1;
}

.td-module-big-title a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.td-big-posts .td-module-big-title a {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	line-height: 30px;
	display: inline-block;
	color: #111;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.td-big-posts .cat-links a {
	font-family: "Roboto Condensed";
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	padding: 0px 0px 8px !important;
	margin-bottom: 7px;
	border: none;
	font-size: 18px !important;
	line-height: 1;
}

.td-big-posts .td-small-module {
	position: relative;
}

.td-big-posts .block-meta {
	color: #fff;
	font-style: normal;
	margin: 0;
}

.td-big-posts .block-meta .td-time {
	color: #fff;
}

.td-big-posts .td-big-meta {
	display: inline-block;
}


.td-big-posts .big-posts-items {
	margin-bottom: 13px;
	opacity: 1;
	overflow: hidden;
}

.td-big-posts .big-posts-items img {
	width: 100%;
}


/*	FACEBOOK WIDGET
-------------------------------------------------------------- */
.widget_pokemgo_social_tabs .widget-title {
	margin: 0;
	border-bottom: none;
}

.widget_pokemgo_social_tabs .widget-title h3 {
	text-align: center;
	padding: 8px 0!important;
	background-color: #00d195;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	color: #fff;
	display: block;
}

/*	TAG CLOUD WIDGET
-------------------------------------------------------------- */
.td-tag-cloud-widget a {
	background-color: #00d195;
	color: #FFF!important;
	font-size: 13px !important;
	margin-bottom: 10px!important;
	padding: 8px 14px !important;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.td-tag-cloud-widget a:hover {
	color: #fff !important;
}

#footer .td-tag-cloud-widget a {
	background-color: transparent;
	-webkit-transition: box-shadow 0.25s ease;
	-moz-transition: box-shadow 0.25s ease;
	-o-transition: box-shadow 0.25s ease;
	-ms-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
	color: #fff !important;
	border: 1px solid #fff;
}

#footer .td-tag-cloud-widget a:hover {
	opacity: 0.6;
	text-decoration: none!important;
	color: #999 !important;
	-webkit-box-shadow: inset 0 0 0 20px #fff;
	-moz-box-shadow: inset 0 0 0 20px #fff;
	box-shadow: inset 0 0 0 20px #fff;
	opacity: 1;
}

.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+1){background-color: #55cfc4;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+2){background-color: #00d195;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+3){background-color: #656ccf;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+4){background-color: #6e5098;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+5){background-color: #95b631;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+6){background-color: #f5b018;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+7){background-color: #ff3c1f;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n+8){background-color: #e3352c;}
.td-tag-colored.td-tag-cloud-widget a:nth-child(9n){background-color: #30333B;}



#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+1){background-color: #55cfc4; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+2){background-color: #00d195; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+3){background-color: #656ccf; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+4){background-color: #6e5098; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+5){background-color: #95b631; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+6){background-color: #f5b018; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+7){background-color: #ff3c1f; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n+8){background-color: #30333B; color: #fff !important;}
#footer .td-tag-colored.td-tag-cloud-widget a:nth-child(9n){  background-color: #5E5E5E; color: #fff !important;}

.td-tag-cloud-inline.td-tag-cloud-widget a {
	margin-right: 6px!important;
	display: inline-block!important;

}

.td-tag-cloud-full-length.td-tag-cloud-widget a {
	margin-right: 0!important;
	display: block!important;
}

/*	TAGS
-------------------------------------------------------------- */
.td-post-box-wrapper {
	clear: both;
	margin-bottom: 45px;
	font-size: 12px;
	font-weight: 700;
}

.td-social-box-share {
	line-height: 24px;
}

.td-social-box-share .fa {
	padding-right: 0.5em;
}

.td-tag-word {
	color: #fff;
	background-color: #5E5E5E;
	padding: 3px 10px 1px 10px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	line-height: 18px;
	display: inline-block;
}

.tag-links {
	line-height: 24px;
	margin-bottom: 24px;
}

.tag-links a {
	padding: 3px 10px 1px 10px;
	font-family: 'Lato', sans-serif;
	background-color: #ff0036;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	line-height: 18px;
	margin-right: 3px;
	display: inline-block;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.tag-links a:hover {
	background-color: #00d195;
}

/*	RELATED POSTS
-------------------------------------------------------------- */

.td-related-content {
	width: 100%;
	margin-bottom: 45px;
	overflow: hidden;
}

.td-related-content .col-340 {
	width: 46.7032967032967%;
	margin-right: 6.593406593406593%;
	margin-bottom: 0;
}

.td-related-content img.wp-post-image,
.td-related-content img {
	width: 100%;
	min-height: 207px;
}

.td-related-content .col-340:nth-child(2n+1) {
	margin-right: 0;
}

.td-related-content img.wp-post-image,
.td-related-content img {
	margin-bottom: 10px;
}

.td-related-box .entry-title {
	margin: 0;
	padding-bottom: 0 !important;
	font-size: 20px;
	line-height: 25px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.td-related-content h3 a {
	line-height: 30px;
}

.td-related-box .entry-title a {
	color: #444;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
}

/*	FEATURED CONTENT
-------------------------------------------------------------- */
#featured {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding-bottom: 48px;
	margin-bottom: 45px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 48px 0 48px;
	text-align: center;
}

#featured-image {
	margin: 48px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -24px;
}

.featured-image img {
	margin-top: 48px;
}

.single-post.td-left-align .featured-image {
	width: 40%;
	float: left;
	margin: 0 24px 24px 0;
}

/*	SINGLE TITLE
-------------------------------------------------------------- */

#content-feat {
	margin-top: 48px;
	margin-bottom: 0;
}

#content-feat.full-featured {
	position: relative;
}

.single-post .cat-links {
	display: inline-block;
	margin-bottom: 15px;
}

.single-post #widgets .cat-links {
	display: block;
}

#content-feat.full-featured h1.post-title {
	font-size: 48px;
	line-height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

#content-feat.full-featured .td-entry-count-views {
	margin-bottom: 24px;
}


/*	SYMBOLS
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
	display: none;
	font-size: 10px;
}

/*	WIDGETS
-------------------------------------------------------------- */
.widget-wrapper {
	font-family: 'Lato', arial, sans-serif;
	margin: 0 0 48px;
	font-size: 16px;
}

.widget-wrapper img {
	display: inline-block;
	margin-left : 0;
	margin-right : 0;
}

#widgets.home-widgets {
	margin-top: 0;
}

.home-widgets .grid {
	margin-bottom: 0;
}

.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"]{
	width: 100%;
}

#widgets {
	margin-top: 48px;
}

#widgets a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.full-layout .widget-wrapper a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#widgets a:hover {
	text-decoration: none;
}

#widgets form {
	margin: 0;
}

#widgets ul,
.widget ul,
.widget-wrapper ul {
	list-style-type: none;
}

#widgets ul,
.widget ul,
#widgets ol,
.widget ol,
.widget-wrapper ul,
.widget-wrapper ol  {
	padding: 0;
	margin: 0;
}

.widget ul,
.widget-wrapper ul {
	padding-left: 0!important;
}

#widgets ul li,
.widget ul li,
.widget-wrapper ul li {
	padding: .4688em 0;
}

#widgets ul li:first-child,
.widget ul li:first-child,
.widget-wrapper ul li:first-child {
	padding-top: 0;
}

#widgets ul li:first-child,
.widget ul li:first-child,
.widget-wrapper ul li:first-child {
	padding-top: 0;
}

#widgets ul.post-categories li {
	padding-top: 0!important;
}

#widgets ul li a,
.widget ul li a,
.widget-wrapper ul li a {
	font-family: "Roboto Condensed";
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 15px;
	font-size: 16px;
}

#widgets li:last-child{
	padding-bottom: 0;
	margin: 0;
}

#widgets .widget-title img {
	float: right;
	height: auto;
	position: relative;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	margin: 0;
	word-wrap: break-word;
}

#widgets .textwidget a {
	display: inline;
}

#widgets ul .children,
.widget ul .children{
	padding: 0 0 0 10px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select,
#cat {
	display: block;
	margin: 0 15px 0 0;
}

.widget_archive ul li .td-widget-extra,
.widget_categories ul li a .td-widget-extra,
.widget_meta ul li a .td-widget-extra,
.widget_pages ul li a .td-widget-extra,
.widget_recent_entries ul li a .td-widget-extra {
	float: right;
}

.widget_archive select,
.widget_categories select,
.widget_meta select,
.widget_pages select,
.widget_recent_entries select {
	background-color: #f9f9f9 !important;
	border: 1px solid #EEE !important;
	width: 100%;
	outline: none;
}

.widget_categories .current-cat a {
	color: #00D195;
}

.post-widget ul {
	padding: 0;
}

.td-sidebar-sticky {
	background-color: #fff;
	max-width: 340px;
	z-index: 1000;
}

#td-sticky-stopper {
	height: 50px;
	background-color: #fff;
	margin:0 auto;
}

.td-sticky-wrap #td-sticky-stopper {
	height: 0;
}

.boxed-layout #td-sticky-stopper {
	max-width: 1212px;
	width: 100%;
}

.arqam-widget-counter {
	margin-bottom: 0;
}

.arqam-widget-counter.arq-col2 li a,
.arqam-widget-counter.arq-col3 li a{
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	padding: 15px 0!important;
}

.arqam-widget-counter.arq-flat li {
	line-height: 1.25!important;
}

.arqam-widget-counter ul li small {
	font-weight:400;
}

/*	STYLE FOR MENUS IF THEY ARE ON WIDGETS
-------------------------------------------------------------- */

#widgets .menu {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	max-height: inherit;
}

#widgets .menu, .menu ul {
	margin: 0 auto;
}

#widgets .menu li {
	float: none;
}

#widgets .menu a {
	border: medium none;
	color: inherit;
	height: inherit;
	text-transform: none;
	text-align: left;
	line-height: 24px;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#widgets .menu a:hover {
	background: none!important;
	color: inherit;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#widgets ul.menu > li:hover {
	background: none repeat scroll 0 0 transparent;
	color: inherit;
}

#widgets .menu .current_page_item a,
#widgets .menu .current-menu-item a {
	background: none repeat scroll 0 0 transparent;
}

#widgets .menu li li:hover {
	background-color: #FFF!important;
}

#widgets .menu li a:hover {
	text-decoration: none!important;
}

#widgets .menu ul {
	box-shadow: none !important;
}


/*	RESPONSIVE DESKTOP ADS - TOP
-------------------------------------------------------------- */

.top-other-ad {
	padding: 36px 48px;
	vertical-align: baseline;
	text-align: right;
	float: right;
	position: relative;
}

.col-340 .widget_pokemgo_adsense_widget, .col-340 .widget_pokemgo_ad_widget {
	margin-bottom: 45px;
}


/*	RESPONSIVE DESKTOP ADS - POST
-------------------------------------------------------------- */
.ad-paragraph {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	margin: 48px 0;
}

.archive .ad-paragraph {
	border: none;
	min-height: 0;
	text-align: center;
	width: auto;
	margin: 0
}

/*	TITLES
-------------------------------------------------------------- */
.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 48px;
	text-align: center;
}

.featured-subtitle {
	padding: 0 10px;
	text-align: center;
}

.widget-title,
.widget-title-home,
.widget h2.widgettitle {
	position: relative;
	border-bottom: 1px solid #00d195;
	font-family: 'Lato', sans-serif;
	margin: 0 0 24px;
}

.widget-title h1,
.widget-title h3,
.widget-title-home h3,
#content-archive h1,
#content-archive h3,
h2.widgettitle  {
	color: #111;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	padding: 0px 0px 10px;
	text-align: left;
	font-style: normal;
	clear: both;
}

#content-archive h3 {
	background-color: transparent!important;
	padding-left: 0;
}

.td-cat-layout-2 #content-archive .entry-title {
	font-size: 18px;
	padding: 0;
}

.post-widget .widget-title {
	font-size: 14px;
	padding: 0;
	text-align: left;
}


.widget-title a {
	border-bottom: none;
}

.td-subtitle {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
	color: #999;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 15px;
}

/*	404 PAGE
-------------------------------------------------------------- */
.error404 {
}

.error404 .pokemgo-404 h6,
.error404 .pokemgo-404 p {
	text-align: center;
	padding: 20px 0;
}

.error404 .pokemgo-404 p {
font-size: 24px;
}

.h1.title-404 {
	margin:0;
}

#content-archive h1.title-404 {
	background-color: #FFF;
	display: block;
}

#content-archive  .title-404 {
	color: #00d195;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-align: center!important;
	line-height: 60px;
}

#content-archive h6.td-search-options,
#content-archive .error404 p {
	text-align: center;
	padding: 20px 0;
}

.message-404 {
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	color: #A6A6A6;
	text-align: center;
	margin-bottom: 0;
}

#content-search form {
	margin: 5px 0 24px 0;
}

.title-404 {
	color: #00d195;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-align: center!important;
	line-height: 60px;
}

h6.td-search-options {
	text-align: center;
}

h6.td-search-options a {
	color: #44B7A5;
}

.search-title-small {
	color: #00d195;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-align: center;
	display: inline-block;
}

.pokemgo-search-title {
	color: #777;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
}

.search-results-query {
	color: #00d195
}

/*	ACCESSIBILITY
-------------------------------------------------------------- */
.screen-reader-text{
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/*	SKIP LINKS
-------------------------------------------------------------- */
.skip-container {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	position: relative;
}

.skip-link {
	background-color: #EEE;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 0.8125em;
	margin-left: -100%;
	padding: 0.5em;
	text-transform: uppercase;
}

.skip-link:hover,
.skip-link:active,
.skip-link:focus {
	border: 1px solid #666;
}


/*	TOP MENU
-------------------------------------------------------------- */
#navigation-bar {
}

.top-menu {
	max-width: 1212px;
	background-color: #fff;
	margin: 0 auto;
	padding: 10px 24px 0 24px;
}

.boxed-layout .top-menu {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.top-menu-wrap {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

.top-menu-wrap .fa-2x {
	font-size: 1.5em;
}

.top-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	padding-bottom: 10px;
}

.top-menu li a {
	color: #222;
	padding: 0 15px 0 0;
	font-weight: normal;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: text-bottom;
}

.top-menu > li:first-child > a {
	padding: 0 7px 0 0;
}

.top-menu li a:hover {
	color: #00d195;
}

/*	HEADER MENU
-------------------------------------------------------------- */

/*	CUSTOM MOBILE MENU TITLE
-------------------------------------------------------------- */
.custom-mobile-menu-title {
	display: none;
}


.menu {
	background-color: #00d195;
	clear: both;
	margin: 0 auto;
}

.is-sticky .menu,
.is-sticky .wide-menu {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
}

.is-sticky .menu li a {
	color: #212121;
}

.is-sticky .menu .current_page_item a,
.is-sticky .menu .current-menu-item a {
	color: #fff;
}

.is-sticky .td-mega-wrap .menu .td-mega-content a {
	color: #212121;
}

.is-sticky  a.sub-menu-link {
	color: #212121!important;
}

.is-sticky  a:hover.sub-menu-link {
	color: #fff!important;
}

.is-sticky .menu li a:hover {
	color: #fff;
}

.is-sticky .full-menu-sticky-wide,
.is-sticky .wide-menu  {
	-webkit-box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
	-moz-box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
	box-shadow: 0 4px 4px rgba(210, 210, 210, 0.4);
}

.main-nav {
	clear: both;
}

.main-nav .fa {
	font-size: 20px;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0 48px;
	padding: 0;
}

.boxed-layout .menu {
	margin: 0;
	padding: 0px 48px;
}


.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li a {
	color: #fff;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
	min-width: 15em;
	width: auto;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #444;
	text-decoration: none;
}

.menu a {
	outline: none;
	cursor: pointer;
	display: block;
	height: 70px;
	text-transform: none;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 70px;
	margin: 0;
	padding: 0 0.8em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.menu a,
ul.menu > li {
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.menu a:hover {
	background-color: #00d195;
	color: #fff;
}

.menu a:hover,
.menu a:focus,
.menu a:active {
	outline:none;
}

ul.menu > li:hover {
	color: #fff;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: #00d195;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #00d195;
}

.sub-menu .current-menu-item li a {
	background-color: #fff !important;
	color: #444;
}

.menu li li {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: auto;
}

.menu li li a {
	background-color: #fff !important;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	padding: 0 1em;
	height: 50px;
	line-height: 50px;
	text-shadow: none;
	white-space: nowrap;
	text-transform: uppercase;
}

.menu li li a:hover {
	background-color: #5E5E5E !important;
	border: none;
	color: #fff;
}

.menu li li:hover {
	background-color: #5E5E5E !important;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li > a:after {
	padding-left: 0.5em;
	font-size: 17px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f0dc";
	font-family: 'FontAwesome';
	speak: none;
	position: relative;
}

.menu li > a:only-child:after {
	content: '' !important;
	padding-left: 0;
}

.sub-menu li > a:after {
	position: absolute;
	right: 0.5em;
	font-family: 'FontAwesome';
	line-height: 50px;
	content: '\f105';
	speak: none;
}

.menu-widget .sub-menu li > a:after {
	content: '';
}

.menu-widget .sub-menu .current_page_item a,
.menu-widget .sub-menu .current-menu-item a {
	background-color: transparent !important;
}

.sub-menu li > a:only-child:after {
	content: '';
}

.menu a#mobile_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}

/*	MEGA MENU
-------------------------------------------------------------- */
.td-mega-wrap .td-mega-content {
	display: block;
	margin: 0 auto;
}

.td-mega-wrap .menu .td-mega-content a {
	display: block;
	height: inherit;
	line-height: 1.5em;
	white-space: pre-line;
	padding: 0;
}

.td-mega-wrap .sub-menu-box ul {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.td-mega-wrap .main-nav .col-340 {
	width: 30.46594982078853%;
	display: inline;
	position: relative;
	margin-right: 4.301075268817204%;
	float: left;
}

.td-mega-wrap .main-nav .col-340:nth-child(3n+3) {
	margin-right: 0;
}

.td-mega-wrap .main-nav ul.menu .sub-menu-posts {
	padding-left: 0;
	list-style: none;
	visibility: visible;
}

.td-mega-wrap .sub-menu-box ul.sub-menu{
	visibility: visible;
}

.td-mega-wrap .main-nav .sub-menu-posts li {
	display: inline-block;
}

.td-mega-wrap .menu li li .mega-post-thumbnail a:hover {
	background-color: #fff !important;
}

.td-mega-wrap .menu  li .sub-menu-box li:hover {
	background-color: #fff !important;
}

.td-mega-wrap .menu  li .sub-menu-box li a:hover {
	background-color: #fff !important;
	color: #444;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu li a:hover {
	background-color: #5E5E5E !important;
	color: #fff;
}

.td-mega-wrap .main-nav > .menu-item {
	display: inline-block;
	text-align: left;
}

.td-mega-wrap .main-nav > .menu-item > .menu-link {
	font-size: 17px;
	padding: 15px 25px;
}

.td-mega-wrap .main-nav .menu-link {
	text-decoration: none;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.td-mega-wrap .main-nav .sub-menu {
	display: none;
	position: absolute;
	z-index: 1000;
}

.td-mega-wrap .main-nav .sub-menu-item { /*categories left side*/
	border-top: 1px solid #B3B3B3;
}

.td-mega-wrap .main-nav .sub-menu-item:first-child {
	border-top: none;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 {
	position: static;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
	background-color: #fff;
	max-width: 1116px;
	width:100%;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	opacity: 0;
	height: 0;
	right: 0;
	left: 0;
}

.full-layout .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
}

.is-sticky .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
	z-index: -1;
	border-top: 1px solid #eee;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0:hover .sub-menu-box {
	opacity: 1;
	height: auto;
	overflow: visible;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-posts {
	background-color: #fff;
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
	max-width: 1116px;
	width:100%;
	overflow: hidden;
}

.boxed-layout .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box,
.boxed-layout .td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-posts  {
	max-width: 1212px;
}

.td-mega-wrap .main-nav .td-mega-ul {
	max-width: 1068px;
	width:100%;
	margin: 0 auto;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu { /*categories left side*/
	display: inline-block;
	position: relative;
	position: static;
	float: left;
	width: 25%;
}

.td-mega-wrap .main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu + .sub-menu-posts {
	display: inline-block;
	width: 75%;
}

.td-mega-wrap .main-nav .sub-menu-posts .td-mega-ul {
	max-width: inherit;
	width: auto;
	margin: 0px auto;
	padding: 0 24px;
}

.td-mega-wrap .main-nav .td-mega-posts {
	margin-top: 24px;
	margin-bottom: 15px;
}

.td-mega-wrap .td-mega-posts-inner a {
	display: inline-block;
}

.td-mega-wrap .td-mega-posts-inner .post-meta {
	font-family: "Lato", sans-serif;
	color: #999;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 5px;
}

.td-mega-wrap .mega-post-thumbnail {
	overflow: hidden;
	margin: 0;
	z-index: 1003;
	position: relative;
}

.td-mega-wrap .mega-post-thumbnail img{
	width: 100%;
}

.td-mega-wrap .mega-post-thumbnail a {
	line-height: 0 !important;
}

/*	WIDE MENU PLUS LOGO
-------------------------------------------------------------- */
.wide-logo-and-menu {
	max-width: 1212px;
	margin: 0 auto;
	position: relative;
	z-index: 103;
	display: block;
}

.wide-logo-and-menu .grid {
	margin-bottom: 0;
}

.wide-logo-and-menu #text-logo {
	height: inherit;
}

.wide-logo-and-menu .site-name {
	padding-top: 0;
	max-height: 100px !important;
	line-height: 100px!important;
	display: block;
}

.wide-logo-and-menu .site-name a {
	color: #fff;
}

.wide-logo-and-menu #logo {
	max-height: 100px !important;
	line-height: 100px!important;
	height: auto;
}

.site-name:first-letter,
.site-name-full:first-letter {
	color: #00d195;
}

.wide-logo-and-menu .main-nav {
	float: right;
}

.wide-logo-and-menu .col-1116 {
	margin-top: 0;
	position: relative;
}

.wide-logo-and-menu .menu a {
	line-height: 105px !important;
	height: 100px !important;
}

.wide-logo-and-menu .menu li li a {
	line-height: 50px !important;
	height: 50px !important;
}

/*	HEADER MENU WIDE
-------------------------------------------------------------- */
.wide-logo-menu {
	max-width: 1212px;
	margin: 0 auto;
	position: relative;
	z-index: 103;
	display: block;
}

.wide-logo-menu .grid {
	margin-bottom: 0;
}

.wide-logo-menu #text-logo {
	height: inherit;
}

.wide-logo-menu .site-name {
	padding-top: 0;
	max-height: 100px !important;
	line-height: 100px!important;
	display: block;
}

.wide-logo-menu .site-name a {
	color: #fff;
}

.wide-logo-menu #logo {
	max-height: 100px !important;
	line-height: 100px!important;
	height: auto;
}

.wide-logo-menu .site-name:first-letter {
	color: #00d195;
}

.wide-logo-menu .main-nav {
	float: right;
}

.wide-logo-menu .col-1116 {
	margin-top: 40px;
	position: relative;
}

.wide-logo-menu .menu,
.wide-logo-menu .menu a, ul.menu > li,
.wide-logo-menu .front-page .menu .current_page_item a,
.wide-logo-menu .menu .current_page_item a,
.wide-logo-menu.menu .current-menu-item a {
	background: transparent;
}

.wide-logo-menu .menu a {
	line-height: 105px !important;
	height: 100px !important;
}

.wide-logo-menu .menu li li a {
	line-height: 50px !important;
	height: 50px !important;
}

.wide-menu {
	background-color:#00d195;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 998;
	visibility: visible !important;
	width: 100%;
}

.wide-menu .menu {
	border-bottom: medium none;
}

#wide-menu {
	max-width: 1212px;
	margin-right: auto;
	margin-left: auto;
}

.is-sticky #wide-menu {
	max-width: 1116px;
}

.is-sticky .full-menu-sticky,
.is-sticky .full-menu-sticky-wide {
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	visibility: visible !important;
	width: 100%;
	left: 0;
	right: 0;
	max-width: 1212px;
}

body.admin-bar .sticky-wrapper.is-sticky .wide-menu,
body.admin-bar .sticky-wrapper.is-sticky .full-menu-sticky,
body.admin-bar .sticky-wrapper.is-sticky .full-menu-sticky-wide {
	top: 32px !important;
}

.td-notshow {
	display:none;
}

/*	HEADER MENU IE FIXES
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}

/*	FOOTER MENU
-------------------------------------------------------------- */
.footer-menu {
	position: absolute;
	margin:0;
	padding: 0;
	text-align: left;
	float: right;
	line-height: 1em;
	right: 0;
	bottom: 33%;  /*33% for social icons*/
}

#footer ul {
	list-style-type: none;
}

.footer-menu li {
	display: block;
	list-style: none;
	position: relative;
	line-height: 14px;
}

.footer-menu li.social-icon {
	display: inline-block;
}


.footer-menu li a:before {
	position: absolute;
	top: 3px;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: '';
	height: 10px;
	width: 1px;
}

.footer-menu li a {
	color: #fff;
	font-size: 16px;
	padding: 0 7px 0 12px;
}

.footer-menu li a:hover {
	color: #333;
}

.footer-menu li:first-child a:before {
	display: none;
}

.footer-menu > li:first-child > a {
	padding: 0 7px 0 0;
}

.footer-menu > li:last-child > a {
	padding-right: 0;
}

/*	NAVIGATION
-------------------------------------------------------------- */
.pokemgo-navigation .navigation {
	color: #111;
	display: block;
	font-size: 24px;
	min-height: 28px;
	margin: 20px 0 45px 0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	position: relative;
}

.navigation{
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.pokemgo-navigation .navigation a {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	text-transform: uppercase;
	vertical-align: top;
	font-family: 'Roboto', sans-serif;
	color: #808080;
	font-weight: 700;
	padding: 4px 0;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation .previous {
	float: left;
	text-align: left;
}

.navigation .next {
	float: right;
	text-align: right;
}

.navigation-float .navigation .previous {
	float: left;
}

.navigation-float .navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

 .navigation .previous,
 .navigation .next {
	color: #00d195;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	width: 50%;
	padding: 0;
}

.pokemgo-navigation .navigation .previous,
.pokemgo-navigation .navigation .next {
	color: #00d195;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 0 15px 6px 15px;
}

.td-splitter {
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 50%;
	right: 50%;
	border-left: 1px solid #e4e4e4;
}

.td-youmeyread {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #00d195;
	padding: 15px 0 0 0;
	text-transform: none;

}

.td-youmeyread-previous,
.td-youmeyread-next {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7ab40;
}


/*	PAGINATION
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/*	OWL CAROUSEL
-------------------------------------------------------------- */

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
	cursor: e-resize;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

#owl-pokemgo-td .item{
	margin: 3px;
	position: relative;
}

#owl-pokemgo-td .item img {
	display: block;
	width: 100%;
	height: auto;
}

.td-module-4-wrap {
	position: relative;
}

.td-module-4-wrap .module-overlay {
	top: 45%;
	bottom: auto;
	left: 0;
	right: 0;
	z-index: 2;
}

.td-module-4-wrap .td-module-owl-title {
	position: absolute;
	width: 100%;
	top: 60%;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
}

.page-template-full-width-page .td-module-4-wrap .td-module-owl-title{
	top: 63%;
}

.td-module-4-wrap .td-module-owl-title a {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 18px;
	line-height: 1.3;
	display: inline-block;
	background-color: RGBA(0, 0, 0, 0.35);
	color: #fff;
	padding: 15px;
	text-transform: uppercase;
}

.td-owl-module {
	background-color: #fff;
	overflow: hidden;
}

#footer-wrapper .td-owl-module {
	padding-bottom: 2px;
}


.td-module-4-wrap .item a.module-image{
	cursor: e-resize;
}

.owl-carousel .owl-item .td-zoom-height a:before {
	content: '';
	width: 94%;
	height: 94%;
	border: 1px solid #fff;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

.owl-carousel .owl-item .td-zoom-height a:after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transition: opacity .3s ease 0s;
	-moz-transition: opacity .3s ease 0s;
	-o-transition: opacity .3s ease 0s;
	transition: opacity .3s ease 0s;
}

#owl-header .td-module-owl-title {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	z-index: 1;
	text-align: center;
	height: auto;
}

#owl-header .td-module-owl-title h3 a {
	font-family: "Roboto Condensed",sans-serif;
	font-size: 22px;
	line-height: 1.3;
	display: inline-block;
	color: #fff;
	padding: 0 15px;
	text-transform: uppercase;
}

#owl-header .td-module-owl-wrap.grid {
	margin-bottom: 0;
	float: left;
}

#owl-header ul.post-categories {
	padding-top: 24px;
}

#owl-header ul.post-categories li {
	float: none;
	margin-right: 0;
}

#owl-header .cat-links a {
	border: none;
	font-size: 16px;
	padding: 24px 0;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

#owl-header .cat-links a:hover {
	color:#fff !important;
}

#owl-header div.owl-wrapper div:nth-child(1) .cat-links a {color: #ffdd74;}
#owl-header div.owl-wrapper div:nth-child(2) .cat-links a {color: #ffca6e;}
#owl-header div.owl-wrapper div:nth-child(3) .cat-links a {color: #e4ff64;}
#owl-header div.owl-wrapper div:nth-child(4) .cat-links a {color: #5de4e9;}

#owl-header .td-module-owl-wrap .item{
	opacity: .1;
}

#owl-header div.owl-wrapper div:nth-child(1) {background: #FFA544;}
#owl-header div.owl-wrapper div:nth-child(2) {background: #FE8543;}
#owl-header div.owl-wrapper div:nth-child(3) {background: #A7D433;}
#owl-header div.owl-wrapper div:nth-child(4) {background: #01B4BD;}

#owl-header .image-overlay,
#owl-header .module-overlay {
	bottom: 55%;
	z-index: 1;
}

.owl-carousel .owl-item:hover .td-zoom-height a:before {
	opacity: .6
}

.owl-carousel .owl-item:hover .td-zoom-height a:after {
	opacity: .1
}

.td-module-owl-wrap {
	position: relative;
}


.td-owl-footer-title .widget-title {
	text-align: center;
	margin: 0!important;
}

.td-owl-footer-title .widget-title h3 {
	font-family: "Lato",sans-serif !important;
	font-size: 40px!important;
	padding: 0 15px !important;
	font-weight: 300!important;
	color: #111!important;
	text-align: center;
}

.td-owl-footer-title .td-footer-subtitle h3 {
	font-size: 24px!important;
	text-transform: inherit!important;
	margin: 0!important;
	font-weight: 300!important;
	text-align: center;
	padding: 0 0 24px!important;
	color: #111!important;
}

/*	TAQYEEM REVIEWS
-------------------------------------------------------------- */

.review-box {
	background-color: transparent;
	border: 1px solid #e4e4e4;
	font-size: 14px;
	margin: 40px 0;
}

.review-box,
.review-box * {
	color:inherit;
}

.review-box .taq-score {
	vertical-align: middle;
}

.review-short-summary {
	padding-right: 130px;
}

.review-box h3,
.review-box h4{
	line-height: 1;
}

.review-stars .review-item {
	background: none repeat scroll 0% 0% #F9F9F9;
	margin-bottom: 20px;
}

#review-box.review-stars h2.review-box-header {
	margin: 10px 10px 0px;
}

#review-box h2.review-box-header {
	font-family: "Roboto Condensed",sans-serif;
	color: #00d195;
	background: none repeat scroll 0% 0% #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin: 10px 10px 40px;
}

.review-percentage .review-item span {
	background: none repeat scroll 0% 0% #f9f9f9;
	height: 25px;
	margin-bottom: 40px;
}

.review-percentage .review-item span span {
	background-image: none;
}

#review-box.review-percentage .review-item h5,
#review-box.review-percentage .review-item h5 {
	padding: 0;
	position: absolute;
	top: -20px;
	bottom: 20px;
	line-height: 15px;
	z-index: 0;
}

.review-percentage .review-item span span {
	height: 25px;
	transition:width 2s;
	-o-transition:width 2s;
	-moz-transition:width 2s;
	-webkit-transition:width 2s;
}

.review-item {
	margin: 10px 20px;
}

.user-rate-wrap {
	background: none repeat scroll 0% 0% #F9F9F9;
	margin: 0 20px 20px;
	padding: 8px 20px;
	border: 1px solid #e4e4e4;
}

#review-box p {
	color: #808080;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

#review-box strong {
	font-weight: 700;
}

.user-rate-wrap .user-rating-text {
	font-size: 22px;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
}

.review-summary {
	background-color: #F9F9F9;
	margin: 0px 20px 5px;
	border: 1px solid #e4e4e4;
	min-height: 110px;
}

.review-final-score {
	border: none;
	background-color: #F9F9F9;
	width: auto;
	padding: 10px 20px;
}

#review-box strong {
	color: #808080;
}

#review-box .review-item h5 {
	font-size: 18px;
	color: rgba(0,0,0,0.4);
	text-transform: uppercase;
	margin-top: 0;
}

.review-percentage .review-item span span {
	background-color: #00d195;
}

#review-box .review-final-score h3, #review-box .review-final-score h4, .review-box {
	color: #00d195;
}

#review-box .review-final-score h3 {
	font-size: 50px;
}

.post-single-rate {
	float: none;
}

span.post-small-rate{
	margin-right: 15px;
	width:98px;
	display: inline-block;
}

span.post-small-rate span,
span.post-small-rate {
	height:22px;
}

span.stars-small,
span.stars-small span{background-image:url(../images/stars-large.png);}


span.post-small-rate{
	margin-right: 15px;
	display: inline-block;
}

.td-related-box span.post-small-rate {
	margin-right: 15px !important;
}

.td-postmedia-warpper span.post-small-rate {
	margin-right: 15px;
}

.review-top {
	float: none;
	width: 100%;
	margin-right: 0;
	clear: both;
}

.review-box {
	padding: 0;
}

ul.reviews-posts .review-thumbnail {
	margin-bottom: 20px;
}

ul.reviews-posts h3 {
	font-size: 13px;
}

/*	MAILCHIMP
-------------------------------------------------------------- */
.mc4wp-form-fields {
	border: 4px solid rgb(218, 218, 218);
	padding: 24px;
}

.mc4wp-form-fields label {
	font-family: "Roboto Condensed", sans-serif;
	display: block;
	padding-bottom: 24px;
	text-align: center;
	font-size: 22px;
	color: #111;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"] {
	text-align: center;
	padding: 11px 8px;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: inherit;
}

.mc4wp-form-fields input[type="submit"] {
	border: 1px solid #00d195;
	text-transform: uppercase;
	font-weight: 700;
}

#footer_widget.col-1116 .mc4wp-form-fields {
	border: 2px solid #fff;
}

#footer_widget.col-1116  .mc4wp-form-fields label {
	color: #fff;
}

#footer_widget.col-1116 .mc4wp-form-fields input[type="submit"] {
	border: 2px solid #fff;
}

/*	WP-PAGENAVI PLUGIN
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	font-size: 13px;
	text-align:center;
	margin: 30px 0 0 -4px;
}

.wp-pagenavi span.pages {
	color:#999;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #d1d7dc;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 14px;
	margin: 3px 4px;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi span.current {
	border: 1px solid #d8d8d8;
	color: #666;
	-moz-box-shadow: inset 0 0 1px #fff;
	-ms-box-shadow: inset 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px white;
	background: #f9f9f9; /* For IE and older browsers */
	background-image: -moz-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -ms-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -o-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f9f9f9),color-stop(100%,#EFF3F4));
	background-image: -webkit-linear-gradient(top,#f9f9f9 0,#EFF3F4 100%);
	background-image: linear-gradient(to bottom,#f9f9f9 0,#EFF3F4 100%);
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.wp-pagenavi span.current{
	background-color: #fff;
	border: 1px solid #bbb;
	font-weight: 300;
	text-shadow: none;
}

.wp-pagenavi a:hover{
	border: 1px solid #BFBDBD !important;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
	box-shadow: 0 0 3px rgba(0,0,0,.25);
}

/*	BREADCRUMB LISTS
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
	line-height: 14px;
	position: relative;
	top: -30px;
	margin-bottom: -14.5px;
}

.td-breadcrumb-arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #CACACA;
	padding: 0 3px;
}

.breadcrumb a,
.breadcrumb-current {
	color: #999;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

/*	TWITTER EMBED
-------------------------------------------------------------- */
.twitter-tweet-rendered {
	width: 100% !important;
	max-width: 100% !important;
}

/*	COMMENTS
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

li.recentcomments {
	font-size: 16px;
	font-weight: 700;
}

.td-comments-header {
	position: relative;
}

.td-comments-header .widget-title{
	border-bottom: none;
	margin:0;
}

.widget-title .pokemgo-comments{
	color: #111;
	display: inline-block;
	font-family: Lato,sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 400;
	padding: 0 0 10px;
	text-align: left;
	font-style: normal;
	clear: both;
}

.td-comments-header .widget-title .pokemgo-comments{
	line-height: 38px;
	display: block;
	background-color: #F9F9F9;
	border: 1px solid #e4e4e4;
	padding: 14px 10px 8px 10px;
}

.td-comments-value {
	position: absolute;
	background-color: #f7ab40;
	color: white;
	height: 100%;
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
	padding: 15px 28px;
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
}

#commentform a.button,
#commentform input[type="reset"],
#commentform input[type="button"],
#commentform input[type="submit"] {
	color: #fff;
	border:medium none;
	background-color: #00d195;
}

.comment {
	border-top: 1px solid #EEE;
	padding: 35px 0 0;
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	background-color: #fff;
	margin: 15px 0;
}

.comment:first-child {
	border-top: none;
}

.commentlist .bypostauthor {
}

.commentlist li cite {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px !important;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.commentlist li cite a {
	color: #212121;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	float: left;
	margin-right: 20px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	display: none;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
	color: #F7AB40;
}

.comment-body {
	clear: both;
}

.comment-body p {
	clear: both;
	margin: 15px 0 0 ;
}

.comment-body .reply {
}

.comment-body .reply a {
	color: #F7AB40
}

.pingback,
.trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite,
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	clear: both;
	margin-top: 15px;
	padding: 10px 0 20px;
}

#respond label {
	display: inline;
}

.reply {
}

#respond #reply-title {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	margin: 0 0 24px;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
}

.td-entry-count-views .comments-link {
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	position: relative;
}

.td-entry-count-views .fa {
	padding-right: 5px;
}

.td-entry-count-views-box .fa-eye,
.td-entry-count-views .fa-eye {
	font-size: 20px;
}

.td-entry-count-views .post-views-count {
	font-size: 16px;
	margin-right: 15px;
}

#cancel-comment-reply-link {
	color: #990000;
}

.logged-in-as {
	font-size: 12px;
	color: #F7AB40;
	margin-bottom: 2px;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

.comment-author-link a {
	font-family: 'Lato', arial, sans-serif !important;
	text-transform: none !important;
	font-weight: normal !important;
}

/* ============================================================ */
/* ===== GALLERY ============================================== */
/* ============================================================ */

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-5 .gallery-item .gallery-caption,
.gallery-columns-6 .gallery-item .gallery-caption,
.gallery-columns-7 .gallery-item .gallery-caption,
.gallery-columns-8 .gallery-item .gallery-caption,
.gallery-columns-9 .gallery-item .gallery-caption {
	display: none;
}

/*	GALLERY-COLUMNS-1
-------------------------------------------------------------- */
.gallery-columns-1 .gallery-item {
	max-width: 728px;
	width: 100%;
}

/*	GALLERY-COLUMNS-2
-------------------------------------------------------------- */
.gallery-columns-2 .gallery-item {
	max-width: 360px;
	width: 100%;
}

/*	GALLERY-COLUMNS-3
-------------------------------------------------------------- */
.gallery-columns-3 .gallery-item {
	max-width: 238.6px;
}

/*	GALLERY-COLUMNS-4
-------------------------------------------------------------- */
.gallery-columns-4 .gallery-item {
	max-width: 178px;
}

/*	GALLERY-COLUMNS-5
-------------------------------------------------------------- */
.gallery-columns-5 .gallery-item {
	max-width: 141.6px;
}

/*	GALLERY-COLUMNS-6
-------------------------------------------------------------- */
.gallery-columns-6 .gallery-item {
	max-width: 117.3px;
}

/*	GALLERY-COLUMNS-7
-------------------------------------------------------------- */
.gallery-columns-7 .gallery-item {
	max-width: 100px;
}

/*	GALLERY-COLUMNS-8
-------------------------------------------------------------- */
.gallery-columns-8 .gallery-item {
	max-width: 87px;
}

/*	GALLERY-COLUMNS-9
-------------------------------------------------------------- */
.gallery-columns-9 .gallery-item {
	max-width: 76.8px;
}

/*	FULL WIDTH GALLERY-COLUMNS-1
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
	max-width: 1116px;
	width:100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-2
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
	max-width: 530px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-3
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
	max-width: 352px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-4
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
	max-width: 263px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-5
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
	max-width: 209.6px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-6
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
	max-width: 174px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-7
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
	max-width: 148.5px;
	width: 100%;
}


/*	FULL WIDTH GALLERY-COLUMNS-8
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
	max-width: 129.5px;
	width: 100%;
}

/*	FULL WIDTH GALLERY-COLUMNS-9
-------------------------------------------------------------- */
.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
	max-width: 114.6px;
	width: 100%;
}

/*	JETPACK - TILE GALLERY
-------------------------------------------------------------- */
.post .type-rectangular .tiled-gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	text-indent: 0;
	margin: 0 0 2px 2px;
	max-height: 50%;
	padding: 4px 6px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: auto;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

.post .type-rectangular .tiled-gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.post .type-square img {
	margin: 0 !important;
}

.post .type-square .tiled-gallery-item {
	overflow: hidden;
	height: 120px;
	margin: 1px;
}

.post .type-square .tiled-gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.post .type-square .tiled-gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	white-space: normal;
	text-indent: 0;
	max-height: 50%;
	padding: 4px 6px;
	position: absolute;
	width: auto;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}

/*	WORDPRESS CORE
-------------------------------------------------------------- */
.alignnone {
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 24px 24px;
}

.alignleft {
	float: left;
	margin: 5px 24px 24px 0;
}

.aligncenter {
	display: block;
	margin: 24px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 10px 24px;
}

a img.alignnone {
	margin: 5px 24px 24px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 24px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100% !important;
	/*text-align: center;*/
}

.wp-caption.alignnone {
}

.wp-caption.alignleft {
	margin: 5px 24px 0 0;
}

.wp-caption.alignright {
	margin: 5px 0 24px 24px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 10px 0 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}

.wp-caption-text {
	text-align: left;
	margin: 0;
	padding: 5px 0 0;
	font-family: 'Lato', arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #444;
}

.td-featured-image-caption {
	background-color: rgba(0, 0, 0, 0.59);
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 8px;
	font-size: 14px !important;
	color: #fff;
}

img.wp-smiley {
	vertical-align: middle;
}

/*	CALENDAR
-------------------------------------------------------------- */
.widget_calendar {
	margin-bottom: 33px;
}
.widget_calendar table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	padding: 10px;
	text-align: center;
}

.widget_calendar caption {
	font-weight: bold;
	margin-bottom: 10px;
}

/*	WORDPRESS GALLERY
-------------------------------------------------------------- */
.gallery:after,
.gallery:before {
	clear: both;
	content: "";
	display: table;
}

.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.gallery-caption {
	font-size: 16px;
	color: #212121;
	font-style: italic;
	font-weight: 300;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	height: 100%;
	min-height: 50px;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	padding: 2px 8px;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	max-height: 50%;
	margin: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
	box-sizing: border-box;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery dt {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
	display: block;
}

/*	POST THUMBNAILS
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
	display: block;
	margin: 0 auto;
	width: auto;
}

.post-entry .featured-image {
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}

.blog .featured-image {
	margin-top: 25px;
}

/*	BUTTONS
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	background-color: #00d195;
	font-family: 'Lato', sans-serif;
	border: medium none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto;
	padding: 12px 17px;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
	opacity: 0.8;
}

a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
	border: medium none;
}

/*	CALL TO ACTION BUTTONS
-------------------------------------------------------------- */
.call-to-action {
	text-align: center;
	text-transform: uppercase;
}

.call-to-action a.button {
	font-size: 26px;
	padding: 23px 50px 18px 50px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
	padding: 11px 35px 19px 35px;
}

/*	BUTTONS SIZES
-------------------------------------------------------------- */
.small a.button {
	font-size: 10px;
	padding: 3px 6px;
}

.medium a.button {
	font-size: 16px;
	padding: 8px 16px;
}

.large a.button {
	font-size: 18px;
	padding: 10px 35px;
}

.xlarge a.button {
	font-size: 24px;
	padding: 12px 55px;
}

/*	BUTTONS COLORS
-------------------------------------------------------------- */
a.blue {
	background-color: #11b7e7;
	border: 1px solid #11b7e7;
	color: #fff;
}

a.red {
	background-color: #F00;
	border: 1px solid #F00;
	color: #fff;
}

a.orange {
	background-color: #ff7f00;
	border: 1px solid #ff7f00;
	color: #fff;
}

a.yellow {
	background-color: #ecca06;
	border: 1px solid #ecca06;
	color: #161300;
}

a.green {
	background-color: #2e8b57;
	border: 1px solid #2e8b57;
	color: #fff;
}

a.olive {
	background-color: #838b83;
	border: 1px solid #838b83;
	color: #fff;
}

a.purple {
	background-color: #5d478b;
	border: 1px solid #5d478b;
	color: #fff;
}

a.pink {
	background-color: #cd1076;
	border: 1px solid #cd1076;
	color: #fff;
}

a.brick {
	background-color: #b22222;
	border: 1px solid #b22222;
	color: #fff;
}

a.gold {
	background-color: #8b6508;
	border: 1px solid #8b6508;
	color: #fff;
}

a.brown {
	background-color: #8b4513;
	border: 1px solid #8b4513;
	color: #fff;
}

a.silver {
	background-color: #c0c0c0;
	border: 1px solid #c0c0c0;
	color: #444444;
}

a.gray {
	background-color: #696969;
	border: 1px solid #696969;
	color: #fff;
}

a.black {
	background-color: #080808;
	border: 1px solid #080808;
	color: #fff;
}

/*	WPML
-------------------------------------------------------------- */
.icl_languages_selector {
	float: right;
	text-align: left;
}

.rtl .icl_languages_selector {
	float: left;
	text-align: right;
}

/*	POLYLANG
-------------------------------------------------------------- */
.widget_polylang li {
	display: inline;
	list-style-type: none;
}

/*	FOOTER
-------------------------------------------------------------- */
#footer {
	max-width: 1212px;
}

#footer {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 400;
}

#footer a {
	font-weight: 400;
	font-size: 14px;
}

#footer a:hover {
}


#footer .sidebar-ad, #footer .sidebar-other-ad {
	margin-bottom: 0;
}

#footer .widget-title,
#footer .widget-title-home {
	border-bottom: medium none;
	margin: 10px 0;
}

#footer .widget-title h3,
#footer .widget-title h3 a,
#footer .widget-title-home h3 {
	border-bottom: medium none;
	background-color: transparent;
	padding: 0 0 10px 0;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color:#fff;
}

#footer-wrapper .grid.col-1116 {
	margin: 0 auto;
}

#footer-wrapper .block-bottom .grid {
	margin-bottom: 0;
	padding-top: 0;
	position: relative;
}

#footer_widget {
	background-color: #00d195;
	color: #fff;
	padding: 48px 48px 0;
	max-width: 1212px;
	width: auto;
	overflow: hidden;
	float: none;
	opacity: 0.97;
}

/*	STYLE FOR MENUS IF THEY ARE ON FOOTER
-------------------------------------------------------------- */
#footer .widget-wrapper .menu {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
}

#footer .widget-wrapper .menu, .menu ul {
	margin: 0 auto;
}

#footer .widget-wrapper .menu li {
	float: none;
}

#footer .widget-wrapper .menu a {
	border: medium none;
	color: inherit;
	height: inherit;
	font-size: inherit;
	text-transform: none;
	text-align: left;
	line-height: inherit;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#footer .widget-wrapper .menu a:hover {
	background: none!important;
	color: inherit;
	-webkit-transition: none 0s ease 0s;
	-moz-transition: none 0s ease 0s;
	-o-transition: none 0s ease 0s;
	-ms-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}

#footer .widget-wrapper ul.menu > li:hover {
	background: none repeat scroll 0 0 transparent;
	color: inherit;
}

/*	SCROLL BUTTONS
-------------------------------------------------------------- */
.scroll-up,
.scroll-down {
	display: none;
	position:fixed;
	opacity:0;
	white-space:nowrap;
	cursor: pointer;
	right:37px;
	z-index: 9999;
}

.full-layout .scroll-up,
.full-layout .scroll-down {
	right:24px;
}

.scroll-down:before,
.scroll-up:before {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: 'FontAwesome';
	font-size: 26px;
	text-align: center;
}

.scroll-up {
	bottom:60px;
	background-color: #00D195;
	border: 3px solid #333;
	height: 33px;
	padding: 3px 20px 0 20px;
}

.scroll-down {
	bottom:24px;
	background-color: #fff;
	border: 3px solid #333;
	height: 31px;
	padding: 1px 20px 0 20px;
}

.scroll-down:before {
	content: '\f107';
	color: #333;
}

.scroll-up:before {
	content: '\f106';
	color: #fff;
}

.scroll-down:before {
	content: '\f107';
	color: #333;
}

/*	COPYRIGHT
-------------------------------------------------------------- */
.copyright {
	display: inline-block;
}

.copyright,
.copyright a {
	display: block;
	color: #fff;
	font-size: 12px;
}

/*	ALIGNMENTS EXTRAS - FEATURED IMAGE
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/*	CLEARFIX
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
#wide-menu:after,
#wide-menu:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
	line-height: 0;
}

.clearfix:after,
#container:after,
#wide-menu:after,
.widget-wrapper:after {
	clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 #wide-menu,
.ie7 .widget-wrapper {
	zoom: 1;
}

.clear {
	clear: both;
}

/*	MENU SOCIAL ICONS - PLUGIN HOOK
-------------------------------------------------------------- */
.fa-hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.rtl .fa-hidden {
	left:10000px;
}

.fa-showtext {
	margin-right: 5px;
}

ul.social-icon {
	margin-right: 0;
	padding: 0;
	text-align: right;
	clear:both;
}

/*	MENU SOCIAL ICONS - TOP MENU
-------------------------------------------------------------- */
.top-menu li.social-icon {
	padding: 5px 0 0;
}

.top-menu li.social-icon a {
	border: medium none;
	padding: 5px 3px;
}

.top-menu > li.social-icon:last-child > a {
	padding: 5px 0 5px 3px;
}

.top-menu li.social-icon a:before {
	display: none;
}

/*	MENU SOCIAL ICONS - HEADER MENU
-------------------------------------------------------------- */
.menu li.social-icon {
	border: medium none;
	float: right;
}

.menu li.social-icon a {
	font-size: 11px;
}

/*	MENU SOCIAL ICONS - FOOTER MENU
-------------------------------------------------------------- */
.footer-menu li.social-icon a {
	border: medium none;
	font-size: 14px;
	-moz-transition: opacity  .2s;
	-ms-transition: opacity  .2s;
	-o-transition: opacity  .2s;
	-webkit-transition: opacity  .2s;
	transition: opacity  .2s;
}

.footer-menu li.social-icon a:hover {
	opacity:.6;
	color: #fff;
}

.footer-menu li.social-icon a:before {
	background: none;
}

#widgets li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

#footer_widget li.social-icon {
	display: inline-block;
	padding: 0 7px 0 0;
}

.block-bottom-padding li.social-icon a {
	padding: 0 7px 0 0;
}

/*	MASHSHARE
-------------------------------------------------------------- */

.mashsb-count {
	float: left;
}

.mashsb-excerpt {
	font-size: inherit;
}

.mashicon-share {
	font-size: inherit;
	font-weight: bold;
}

.mashsb-share-widget li {
	border-bottom: none;
}

.mashsb-widget-img {
	margin-top: 0!important;
	border: none;
	margin-right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

[class*=" mashicon-"] .icon::before,
[class^="mashicon-"] .icon::before {
	margin-right: 0;
}

[class*=" mashicon-"],
[class^="mashicon-"] {
	color: #f7ab40;
}

@media only screen and (min-width: 801px) {
	[class*=" mashicon-"] .icon::before,
	[class^="mashicon-"] .icon::before {
		margin-right: 0.7em;
	}
}

.mashicon-subscribe {
	background-color: #63676C;
}

.mashicon-subscribe .icon,
.mashicon-subscribe .text {
	color: #fff;
}

.mashsb-toggle-container {
	position: relative;
	margin-top: 15px;
	padding: 1.5rem 1.5rem 0;
	border-width: 2px;
	border-color: #C5C5C5;
}

.mashsb-toggle-container:before {
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-width: 6px;
	border-style: solid;
	content: "";
	opacity: 0.1667;
}

.mashsb-toggle-container:after {
	display: block;
	overflow: hidden;
	height: 0;
	margin-top: 1.5rem;
	content: " ";
}

.mashsb-container + .mashsb-container {
	display: none;
}

.mashsb-box {
	font-family: "Roboto Condensed", "Arial", sans-serif;
	font-weight: 500;
}

.mashsb-count {
	margin-top: 0;
	margin-right: 15px;
}

.mashsb-buttons .mashsb-count {
	margin-right: 0;
	margin-left: 15px;
}

.mashsb-buttons .mashsb-count:first-child {
	margin-right: 15px;
	margin-left: 0;
}

.mashsb-sharetext {
	font-family: "Roboto Condensed", "Arial", sans-serif;
	font-weight: 300;
}

.mashsb-main {
	padding-top: 0;
	padding-bottom: 24px;
}

.mashsb-main .mashsbcount,
.mashsb-main .mashpv .count {
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.025em;
}

.mashsb-main .mashsb-sharetext {
	display: block;
	margin-top: 0.5em;
	font-size: 13px;
	line-height: 1;
	font-family: "Roboto Condensed", "Arial", sans-serif;
	font-weight: 300;
}

.mashsb-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mashsb-buttons:after {
	display: table;
	clear: both;
	content: "";
}

.mashsb-buttons a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
	margin-right: 6px;
	text-align: center;
}

.mashsb-buttons .text {
	display: none;
	font-size: 16px;
	font-weight: 500;
}

.mashsb-buttons .onoffswitch:before,
.mashsb-buttons .onoffswitch2:before {
	font-weight: normal;
}

@media only screen and (min-width: 801px) {
	.mashsb-main .mashsbcount,
	.mashsb-main .mashpv .count {
		font-size: 48px;
		line-height: 42px;
	}
	.mashsb-buttons .text {
		display: block;
	}
}

@media only screen and (min-width: 1025px) {
	.mashsb-main .mashsbcount,
	.mashsb-main .mashpv .count {
		font-size: 55px;
		line-height: 42px;
	}
}

.mashsb-micro {
	position: absolute;
	left: 6px;
	right: auto;
	top: 6px;
}

@media only screen and (min-width: 1024px) {
	.mashsb-micro {
		right: 100%;
		left: auto;
		top: 0;
		padding-right: 6px;
	}
}

.mashsb-micro .mashsb-buttons {
	display: none;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.mashsb-micro .mashsb-buttons a {
	margin: 0px;
	padding: 0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.mashsb-micro .mashsb-buttons a .icon {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	text-align: center;
}

.mashsb-micro .mashsb-buttons a .icon:before {
	float: none;
	margin: 0;
	line-height: 48px;
}

.mashsb-micro .mashsb-buttons .text {
	display: none;
}

.mashsb-micro-toggle {
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #c5c5c5;
	color: #fff;
}

.mashsb-micro-toggle:before {
	content: "\e011";
}

.g1-img-wrap {
	display: block;
	position: relative;
}

.mashsb-micro-wrapper {
	display: block;
	position: relative;
}

.mashsb-micro-wrapper .onoffswitch,
.mashsb-micro-wrapper .onoffswitch2 {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.g1-hoverable .mashsb-micro-wrapper:hover .mashsb-micro .mashsb-micro-toggle,
.mashsb-micro-wrapper-expanded .mashsb-micro .mashsb-micro-toggle {
	display: none;
}

.g1-hoverable .mashsb-micro-wrapper:hover .mashsb-micro .mashsb-buttons,
.mashsb-micro-wrapper-expanded .mashsb-micro .mashsb-buttons {
	display: block;
}

/*	BIDIRECTIONALITY SETTINGS (NOTHING TO CHANGE HERE)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* ============================================================ */
/* ===== GLOBAL MEDIA QUERIES ================================= */
/* ============================================================ */

/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 767
-------------------------------------------------------------- */
@media screen and (min-width: 767px) {

	.revtp-searchform input#s {
		font-family: "Lato", sans-serif;
		font-size: 15px;
		color: #111;
		background-color: #fff;
		line-height: 46px;
		padding: 0 20px;
		cursor: text;
		border: 0;
		width: 400px;
		margin-bottom: 0px;
		-webkit-transition: background-color 0.5s;
		-moz-transition: background-color 0.5s;
		-o-transition: background-color 0.5s;
		-ms-transition: background-color 0.5s;
		transition: background-color 0.5s;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.revtp-searchform input#searchsubmit, .revtp-searchform input#searchsubmit:focus {
		font-family: "Lato", sans-serif;
		line-height: 46px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		padding: 0 20px;
		border: 0;
		color: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 1199
-------------------------------------------------------------- */
@media screen and (max-width: 1199px) {

	.front-page #wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	#wrapper,
	#td-modular-slider {
		padding: 24px 15px 0 15px;
	}

	.single-post #wrapper{
		padding: 0 15px 0 15px;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#logo,
	#text-logo {
		margin: 0 0 0 15px;
	}

	#logo-right {
		margin: 0 15px 0 0;
	}

	#text-logo-right {
		margin: 0 15px 0 0;
	}

	.top-ad,
	.top-other-ad {
		padding: 36px 15px 36px 0;
	}

	.top-ad-only {
		padding: 23px 15px;
	}

	.top-other-ad-left,
	.top-ad-left {
		padding: 25px 0 25px 15px;
	}

	.full-layout .menu,
	.menu {
		margin: 0 15px;
	}

	.boxed-layout .menu {
		margin: 0px;
		padding: 0px 15px;
	}

	#footer_widget {
		padding: 48px 15px 0;
	}

	#footer-wrapper .block-bottom-padding {
		margin: 0 15px;
	}

	#footer-wrapper .block-bottom {
		float: none;
	}

	.full-layout #footer-wrapper .block-bottom-padding {
		max-width: 100%;
		margin: 0 24px;
	}

	#widehead #wide-header-meta h2 {
		width: 60%;
	}

	.is-sticky #wide-menu {
		max-width: 1212px;
	}

	.menu-search-wrap {
		margin: 0 15px;
	}

	.is-sticky .menu-search-wrap {
		margin: 0 15px;
	}

}


/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 768 AND MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1018px) {

	#container,
	.msie-box,
	#wide-menu{
		width: 748px;
	}

	.widget_calendar td,
	.widget_calendar th {
		padding: 5px;
	}

	.widget-title h3,
	.widget-title-home h3 {
		text-align: left;
	}

	.top-menu {
		width: 748px;
	}

	.boxed-layout #footer {
		width: 748px;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#footer-wrapper #footer_widget {
		padding: 48px 24px;
	}

	#widehead #wide-header-meta h2 {
		width: 65%;
	}

	.front-page #wrapper {
		padding-top: 24px;
	}

	.td-module-10-content {
		width: 100%;
	}

	.td-module-10-wrap.grid {
		width: 100%;
	}

	#owl-header .td-module-owl-title h3 a {
		font-size: 18px;
	}

}

/*	GLOBAL MEDIA QUERIES - MAX-WIDTH: 1018
-------------------------------------------------------------- */
@media screen and (max-width: 1018px) {

	body {
	}

	#content-full {
		margin-top: 20px;
	}

	.is-sticky .menu-search-wrap #search-container .fa-search {
		color: #fff;
	}

	.is-sticky .menu, .is-sticky .wide-menu {
		background-color: #00D195;
	}

	.full-layout .td-module-1-wrap.col-340 {
		margin-bottom: 24px;
		display: block;
		width: 100%;
	}

	.full-layout .td-module-1-wrap.col-340.fit {
		margin-bottom: 0;
	}

	.review-box {
		margin: 24px 0;
	}

	#footer-wrapper .block-bottom .grid {
		text-align: center;
		margin: 0 auto;
	}

	.footer-menu {
		text-align: center;
		float: none;
	}

	.td-footer-middle .copyright {
		padding-bottom: 24px;
	}

	#full-screen-wrapp {
		margin-top: 24px;
	}

	#full-screen-wrapp {
		margin-bottom: 24px;
	}

	.td-module-1-wrap.grid {
		width: 100%;
	}

	.td-module-1-bigwrap {
		margin-bottom: 0;
	}

	.wp-pagenavi {
		overflow: hidden;
	}

	ul.social-icon {
		float: right;
		clear: none;
		text-align: right;
	}

	#wide-slider-wrap {
		margin: 0 15px 0;
	}

	.boxed-layout .menu {
		padding: 0;
	}

	.td-simple-recent-posts img {
		width: 100%;
	}

	.td-module-6-wrap .td-feat-module-text {
		background-image:none;
		padding: 48px 15px 15px;
	}

	.td-sidebar-sticky {
		max-width: inherit;
	}

	.td-module-6-wrap .td-module-excerpt,
	.td-module-6-wrap span.td-post-read-more,
	.td-module-6-wrap .post-meta {
		display: none;
	}

	.td-module-6-wrap .td-module-post-title h3 a {
		font-size: 18px!important;
	}

	.td-sticky { /*disable sticky menu on mobile*/
		position: relative!important;
		height: initial;
	}

	.is-sticky .td-sticky {
		-webkit-transform: translateZ(0);
		-webkit-animation: 0s ease 0s normal none 1 none; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: 0s ease 0s normal none 1 none; /* Firefox < 16 */
		-ms-animation: 0s ease 0s normal none 1 none; /* Internet Explorer */
		-o-animation: 0s ease 0s normal none 1 none; /* Opera < 12.1 */
		animation: 0s ease 0s normal none 1 none;
	}

	.js .main-nav {
		background-color: #00d195;
		position: relative;
		clear: both;
		margin: 0 auto;
		z-index: 99;
	}

	.js .main-nav .menu {
		background-color: #f9f9f9;
		display: none;
		position: static;
		width: 100%;
		border: none;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin-top: 0;
		box-shadow: none;
	}

	.js .main-nav .menu, menu ul {
		margin: 0 auto;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #212121;
		font-size: 13px;
		font-weight: normal;
		height: 45px !important;
		line-height: 45px !important;
		padding: 0 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		text-shadow: none;
		text-align: left;
		cursor: pointer;
		background-color: #F9F9F9;
	}

	.main-nav .menu-item-object-category.menu-item-depth-0 {
		position: relative !important;
		background-color: #F9F9F9;
	}

	.js .main-nav .menu li a:hover {
		color: #00d195 !important;
	}

	.js .main-nav .menu li > a:after {
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		content: "\f0c9";
		font-family: 'FontAwesome';
		speak: none;
		position: absolute;
		right: 17px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		padding-left: 1em;
		line-height: 45px;
		font-weight: 700;
	}

	.js .main-nav li.menu-item-object-category > a:after,
	.js .main-nav .sub-menu li > a:after {
		padding-left: 0;
		content: '';
	}

	.js .main-nav .menu .current_page_item a,
	.js .main-nav .menu .current-menu-item a {
		background-color: #f9f9f9;
	}


	.js .main-nav .sub-menu .current_page_item a,
	.js .main-nav .sub-menu .current-menu-item a {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .sub-menu .current-menu-item li a {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu li li {
		background-color: #f9f9f9;
	}

	.js .main-nav .menu li li a:hover {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu li li:hover {
		background-color: #f9f9f9 !important;
	}

	.js .main-nav .menu a:hover {
		background-color: #f9f9f9;
		color: #00d195;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 45px;
	}

	.js .main-nav ul.menu > li:hover {
		background-color: #f9f9f9;
	}

	.js .main-nav .menu li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 15px;
		line-height: 40px;
	}

	.js .main-nav .menu li li li a:before {
		content: '\2013';
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li li li a:after {
		position: absolute;
		top: 0;
		left: 30px;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #f9f9f9;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 16px 0 14px 9px;
		color: #fff;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		cursor: pointer;
	}

	.js .main-nav a#mobile_menu_button:before { /*	MOBILE MENU BUTTON */
		display: inline-block;
		background-clip: content-box;
		-moz-background-clip: content-box;
		-webkit-background-clip: content-box;
		font-family: 'FontAwesome';
		color: #fff;
		font-size: 32px;
		content: '\f0c9';
		top: 0.50em;
		position: absolute;
		cursor: pointer;
		vertical-align: top;
		right: 15px;
	}

	.js .main-nav a#mobile_menu_button.responsive-toggle-open:before { /*	MOBILE MENU BUTTON CLICKED */
		content: '\f00d';
	}

	.main-nav .menu-item-object-category.menu-item-depth-0 .sub-menu-box {
		display: none;
	}

	.menu-search-wrap {
		max-width: 748px;
		position: absolute;
		margin: 0 auto;
		left: 0px;
		top: 51px;
		right: 0;
	}

	.menu-search-wrap #search-container .fa-search {
		position: absolute;
		right: 70px;
		color: #fff;
		font-size: 1.8em;
		margin-top: -40px;
	}

	.menu-search-wrap .main-menu-search {
		position: absolute;
		padding: 0px;
		top: 100%;
		z-index: 99;
		right: 0px;
		max-width: 100%;
	}

	.menu-search-wrap #td-header-search {
		width:100%;
	}

	.footer-menu{
		line-height: 2.5em;
		position: relative;
	}

	.td-footer-middle.col-340::after,
	.td-footer-middle.col-340::before {
		background: transparent;
	}

	#footer-wrapper .block-bottom-padding {
		text-align: center;
	}

	#footer .grid.col-1116 {
		margin-bottom: 0;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 48px;
	}

	.top-ad,
	.front-page .top-ad {
		margin-top: 0 !important;
	}

	.top-ad,
	.top-ad-left {
		max-width: 468px;
	}

	.top-ad-only {
		max-width: 468px;
		text-align: center;
		margin: 0 auto;
	}

	#logo img,
	#logo-right img {
		max-width: 175px;
	}

	#logo,
	#logo-right {
		line-height: 128px;
	}

	#text-logo, #text-logo-right {
		height: 110px;
	}

	.wide-logo-menu .menu a,
	.wide-logo-and-menu .menu a {
		height: 50px !important;
		line-height: 50px !important;
	}

	.wide-logo-menu #text-logo,
	.wide-logo-and-menu #text-logo,
	.wide-logo-and-menu #logo,
	.wide-logo-menu #logo {
		float: none;
		text-align: center;
	}

	.site-description {
		margin: 0 0 24px 0;
	}

	.wide-logo-menu .main-nav,
	.wide-logo-and-menu .main-nav {
		float: none;
	}

	#td-right-top-menu{
		display: none;
	}

	#mobile-right-top-menu {
		display: inline-block;
		cursor: pointer;
	}

	.top-menu{
		float: none;
		text-align: center!important;
	}

	.td-sidebar-sticky {
		position: relative !important;
		top: auto !important;
	}

	.td-sidebar-sticky.stickybar-placeholder {
		display: none !important;
		visibility: hidden;
	}

	#td-sticky-stopper {
		height: 0;
	}

	#td-modular-slider .grid {
		float: left;
	}

	.td-main-slide img {
		min-width: inherit !important;
	}

	#td-modular-slider .col-243 {
		display: none;
	}

	#td-modular-slider .grid {
		float: none;
	}

	#td-modular-slider {
		padding: 24px 0 0;
	}

	.td-cat-layout-2 #content-archive .post,
	.td-cat-layout-2 #content-archive .post img {
		width: 100%;
		padding-bottom: 0;
		display: block;
	}

	.td-module-11-wrap.col-340 img{
		width: 100%;
	}

	.td-module-12-wrap.col-340{
		width:100%;
		margin-bottom: 24px;
	}

	.td-module-12-small-wrap.col-340.fit:nth-child(2n+1){
		margin-right: 6.593406593406593% !important;
	}

	.td-module-12-content {
		min-height: inherit;
	}

	.page-template-full-width-page .td-module-10-wrap {
		width: 100% !important;
	}

	.page-template-full-width-page .td-module-10-content {
		min-height: 124px;
	}

	.page-template-full-width-page .td-module-10-small-wrap.grid.fit {
		display: initial;
	}

	.page-template-full-width-page .td-module-12-content {
		margin-bottom: inherit;
	}

	.full-layout .vc_col-sm-8,
	.full-layout .vc_col-sm-4 {
		margin-right: 0;
		width: 100%;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 767
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {

	body {
	}

	.breadcrumb-current,
	.td-breadcrumb-arrow {
		display: none;
	}

	.td-module-1-wrap h3 {
		padding-bottom: 7px;
	}

	.td-module-1-wrap .post-meta {
		margin:0;
	}

	.col-728 .td-module-12-small-wrap.col-340 {
		display: block;
	}

	.td-module-2-wrap .td-module-post-title h3 a,
	.td-module-3-wrap .td-module-post-title h3 a,
	.td-module-5-wrap .td-module-big-title a {
		font-size: 30px;
		line-height: 1;
	}

	.td-module-2-wrap .cat-links a,
	.td-big-posts .cat-links a {
		font-size: 24px !important;
	}

	.td-module-2-wrap .td-module-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.td-module-2-wrap .entry-title {
		margin: 9px 0 10px;
	}

	.td-module-2-meta .td-entry-count-views-box .comments-link,
	.td-module-3-content .td-entry-count-views-box .comments-link {
		display: none;
	}

	.wp-caption.alignleft {
		margin: 0px auto;
		text-align: center;
		float: none;
	}

	#container {
		overflow: hidden;
	}

	#logo,
	#logo-right {
		line-height: 106px;
	}

	#logo,
	#logo-right,
	#text-logo,
	#text-logo-right {
		float: none;
		margin: 0;
		text-align: center;
		display: block;
	}

	#logo-full {
		margin: 0 24px;
	}

	.front-page #wrapper {
		padding-top: 24px;
	}

	.boxed-layout .td-sticky:after,
	.wide-menu:after,
	.menu:after {
		position: initial !important;
	}

	.wide-logo-and-menu .site-name,
	.wide-logo-and-menu #logo {
		padding-top: 24px;
		line-height: 1.6em!important;
	}

	#widehead {
		padding-top: 40px;
	}

	.boxed-layout #widehead #wide-header-meta {
		padding: 50px 0px;
	}

	.full-layout #widehead #wide-header-meta {
		padding: 100px 0;
	}

	.site-description {
		margin: 0;
	}

	.site-name {
		margin-top: 15px;
	}

	.breadcrumb-list {
		padding: 0 8px 0 0;
	}

	.grid,
	.grid-right {
		float: none;
	}

	.td-subtitle {
		display: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.top-other-ad,
	.top-other-ad-left {
		padding: 0;
		text-align: center;
		float: none;
	}

	.wide-banner-ad .top-other-ad-only,
	.wide-banner-ad .top-ad-only {
		padding: 35px 0 0;
	}

	.wide-banner-ad-plus .top-other-ad-only,
	.wide-banner-ad-plus .top-ad-only {
		padding: 30px 0 0;
	}

	.col-728 .col-340 {
		width: 100%;
	}

	.td-related-content .col-340 {
		width: 46.7032967032967%;
	}

	.boxed-layout .menu {
		padding: 0;
	}

	#content-feat.full-featured h1.post-title {
		font-size: 32px;
		line-height: 36px;
		margin: 10px 0 15px;
	}

	.footer-menu li {
		float: none;
		text-align: center;
	}

	.footer-menu{
		float: none;
		text-align: center;
	}

	#footer-wrapper #footer_widget {
		padding: 48px 15px;
	}

	.tinynav {
		display: block;
	}

	.sb-holder {
		display: block;
	}

	#footer {
		text-align: center;
	}

	ul.social-icon {
		clear: none;
		text-align: center;
		float: none;
	}

	.copyright,
	.copyright a  {
		text-align: center;
		float: none;
	}

	.copyright {
		display: block;
	}

	.top-ad,
	.top-ad-left {
		padding: 0 0 35px;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 570px;
	}

	.top-ad-only {
		margin: 0 auto;
		text-align: center;
		width: 570px;
	}

	.navigation .next,
	.navigation .previous {
		float: none;
		width: 100%;
		text-align: center;
	}

	.td-splitter {
		bottom: 50%;
		top: 50%;
		left: 0;
		right: 0;
		border-bottom: 1px solid #e4e4e4;
	}

	.td-social-box-share {
		text-align: center;
	}

	.td-social-box-share .fa {
		padding-right: 0;
	}

	.td-social-title {
		display: none;
	}

	.td-social-box-share .button {
		padding: 6px 10px;
	}

	.td-social-share-right {
		position: relative;
	}

	.td-share-love {
		display: none !important;
	}

	.td-related-content img.wp-post-image,
	.td-related-content img {
		width: 100%;
	}

	#widehead #wide-header-meta h1 {
		font-size: 40px;
		margin:-20px auto 30px;
	}

	#widehead #wide-header-meta h2 {
		width: 75%;
		margin: 0 auto 25px;
		line-height: 36px;
	}

	#widehead #wide-header-meta {
		padding: 40px 0;
	}

	#widehead #wide-header-meta.td-meta-extra-top {
		padding: 0;
	}

	.wide-logo-and-menu {
		display: block;
		top: 0;
		width: 100%;
		background-color: #3D3D3D;
	}

	#td-modular-slider {
		width: auto;
		max-width: inherit;
		padding: 24px 15px 0;
	}

	.td-module-12-small-wrap.col-340.fit:nth-child(2n+1){
		margin-right:0 !important;
	}

	.td-small-image-module-12,
	.td-small-image-module-12 img {
		width:100%;
	}

	.td-module-11-wrap .td-module-category a {
		font-size: 25px;
	}

	.td-module-11-wrap .td-module-category {
		padding: 15px 18px;
	}

	.main-slide-wrap-details .td-module-category {
		padding: 15px 30px;
	}

	.main-slide-wrap-details .td-module-category a {
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
	}

	.main-slide-wrap-details h1 {
		width: 100%;
		margin: 0;
		line-height: 22px;
	}

	.td-main-slide .main-cat a {
		font-size: 14px;
		line-height: 18px;
	}

	.td-main-slide .main-cat {
		display: none;
	}

	.main-slide-text {
		padding: 20px 20px 10px 24px;
	}

	.td-module-2-bigwrap,
	.td-module-11-bigwrap {
		margin-bottom: 24px;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.scroll-up,
	.scroll-down {
		right: 14px;
	}

	.full-layout .col-1116 .col-340,
	.full-layout .col-728 .col-340 {
		width: 100%;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 600
-------------------------------------------------------------- */
@media screen and (max-width: 600px) {

	.td-related-content .grid {
		float: none;
		display: block;
		width: 100%;
	}

	.td-related-content img.wp-post-image, .td-related-content img {
		margin-bottom: 10px;
		width: 100%;
	}

	.td-related-content .td-entry-count-views-box {
		margin-bottom: 0;
	}

	#widehead #wide-header-meta h2 {
		width: 90%;
	}

	.alignleft,
	.alignright,
	a img.alignleft,
	a img.alignright,
	.wp-caption.alignright,
	.wp-caption.alignleft  {
		margin-left:auto;
		margin-right:auto;
		display: block;
		float: none;
		text-align: center;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 16px;
		line-height: 20px;
	}

}


/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 500
-------------------------------------------------------------- */
@media screen and (max-width: 500px) {

	ul,
	ol {
		padding-left: 0;
	}

	.article-wrap ol,
	.article-wrap ul{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.td-entry-count-views {
		display: none;
	}

	.post-meta .posted {
		line-height: 48px;
	}

	.td-related-content .grid {
		float: none;
	}

	.td-related-content img.wp-post-image, .td-related-content img {
		margin-bottom: 10px;
		width: 100%;
	}

	.td-related-content .td-entry-count-views-box {
		margin-bottom: 0;
	}

	.td-module-2-wrap .td-module-post-title h3 {
		font-size: 14px;
		line-height: 18px;
	}

	.td-module-2-wrap.td-mod-2-last .td-module-post-title,
	.td-module-2-wrap.td-mod-2-first .td-module-post-title {
		width: 80%;
	}

}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 480
-------------------------------------------------------------- */
@media screen and (max-width: 480px) {

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.td-module-3-wrap .td-module-post-title h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.front-page #wrapper {
		padding: 24px 8px;
	}

	.td-module-10-post-details .entry-title {
		padding-bottom: 0px;
	}

	#wide-slider-wrap {
		margin: 0 8px 0;
	}

	#td-modular-slider .main-slide-text h1 {
		font-size: 22px;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 24px 0 0 0;
	}

	.featured-title {
		font-size: 48px;
		padding: 48px 24px 0 24px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	#td-modular-slider {
		padding: 24px 8px 0;
	}

	.review-short-summary {
		padding: 10px;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li {
		float: none;
		text-rendering: optimizeSpeed;
	}

	.top-menu {
		max-width: 480px;
	}

	#footer {
		text-align: center;
		max-width: 480px;
	}

	.top-ad,
	.top-ad-left,
	.top-ad-only {
		width: 320px;
	}

	#author-meta img {
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	#author-meta {
		text-align: center;
		margin: 0 0 45px 0;
	}

	.td-minishare-box {
		text-align: center;
		margin-bottom: 0;
	}

	.td-minishare-box ul li {
		display: block;
		margin: 0 0 10px 0;
	}

	.td-tag-word {
		margin-right: 2px;
	}

	.tag-links a {
		margin-right: 5px;
		margin-bottom: 4px;
	}

	.saboxplugin-wrap .sab-web-position {
		text-align: center;
	}

	.td-module-11-wrap.col-728 .td-module-post-title h3 a {
		font-size: 26px;
		line-height: 30px;
		padding: 0 10px;
	}

	.td-module-11-wrap.col-728 .td-module-post-title {
		top:50%;
	}

	.td-module-11-wrap.col-728 .td-thumb-cat,
	.td-module-11-wrap.col-728 .td-image-meta-box,
	.td-module-11-wrap.col-728 .image-overlay,
	.td-module-11-wrap.col-728 .module-overlay {
		display:none;
	}

	.single-post.td-left-align .featured-image {
		width: 100%;
		float: none;
		margin: 0 0 25px 0;
	}

	.td-comments-header .widget-title .pokemgo-comments {
		font-size: 28px;
		line-height: 2;
		display: block;
		padding: 5px 0 0;
		text-align: center !important;
	}

	.td-comments-value {
		position: relative;
		padding: 7px 5px 5px 5px;
	}

}

/*	- GLOBAL MEDIA QUERIES - MIN-WIDTH: 320 AND MAX-WIDTH: 1199
-------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 1199px) {
	.td-widget-search-input {
		width: 85% !important;
	}
}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 320
-------------------------------------------------------------- */
@media screen and (max-width: 320px) {

	#logo-full {
		margin: 24px 8px;
	}

	#widgets h4,
	.td-module-2-post-title h3,
	.td-module-4-post-title h3 {
		letter-spacing: inherit;
	}

	.top-menu-wrap {
		font-size: 12px;
	}

	.top-menu li {
		padding-bottom: 5px
	}

	.top-menu {
		padding: 4px 15px 0;
	}

	#logo,
	#logo-right {
		line-height: 80px;
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.front-page #wrapper, #wrapper  {
		padding: 24px 8px;
	}

	.td-module-10-wrap.col-728 .td-module-post-title h3 a {
		font-size: 22px;
		line-height: 26px;
	}

	.td-module-10-wrap .date-title {
		width: 70px;
		height: 70px;
	}

	.td-module-10-wrap .date-title .td-time {
		font-size: 30px;
		line-height: 45px;
	}

	.td-module-10-wrap .date-title .td-time small {
		font-size: 14px;
		line-height: 16px;
	}

	.td-module-11-wrap.col-728 .td-module-post-title h3 a {
		font-size: 16px;
		line-height: 20px;
	}

	.td-module-11-wrap .td-module-post-title .entry-title {
		line-height: 22px;
		padding: 5px 0;
	}

	.td-module-11-wrap.col-728 .td-module-post-title {
		top:35%;
	}

	.td-module-10-wrap.col-728,
	.td-module-11-wrap.col-728 {
		margin-bottom: 24px !important;
	}

	.td-module-11-wrap .date-title {
		width: 70px;
		height: 70px;
	}

	.td-module-11-wrap .date-title .td-time {
		font-size: 30px;
		line-height: 45px;
	}

	.td-module-11-wrap .date-title .td-time small {
		font-size: 11px;
		line-height: 14px;
	}

	#footer-wrapper #footer_widget {
		padding: 24px 8px 30px 8px;
	}

	#footer .widget-title h3,
	#footer .widget-title h3 a,
	#footer .widget-title-home h3 {
		text-align: center;
	}

	.front-page  #widgets {
		margin-top: 24px;
	}

	.top-ad,
	.top-ad-left{
		width: 300px;
		padding: 0 0 24px;
	}

	.td-main-slide-shadow .td-image-meta-box {
		display:none;
	}

	.top-ad-only {
		width: 300px;
		text-align: center;
		margin: 0 auto;
		padding-right: 8px;
		padding-left: 8px;
	}

	.td-about-img {
		text-align: center;
	}

	#footer .widget-title,
	#footer .widget-title-home,
	.td-tag-cloud-widget,
	.td-about-menu,
	.td-about-email {
		text-align: center;
	}

	#td-modular-slider .main-excerpt {
		display:none;
	}

	#td-modular-slider .main-cat {
		top: 80px;
	}

	.mt-controls {
		display: none;
	}

	.mt-news {
		width: auto!important;
	}

	.td-module-11-wrap.col-728 .td-thumb-cat {
		display: none;
	}

	.td-owl-footer-title .widget-title h3 {
		font-size: 35px !important;
	}

	.td-owl-footer-title .td-footer-subtitle h3 {
		font-size: 24px !important;
	}


}

/*	- GLOBAL MEDIA QUERIES - MAX-WIDTH: 240
-------------------------------------------------------------- */

@media screen and (max-width: 248px) {

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	#footer .widget-title h3,
	#footer .widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
		position: relative;
	}

	.footer-menu li.social-icon a {
		font-size: 9px;
	}

	.top-ad,
	.top-other-ad,
	.top-ad-left,
	.top-ad-only,
	.top-other-ad-left {
		width: auto;
		padding-right: 8px;
		padding-left: 8px;
	}

	.td-widget-search-input {
		width: 65%;
	}

}

/* ============================================================ */
/* ===== RESPONSIVE GALLERY =================================== */
/* ============================================================ */

/*	GALLERY-COLUMNS-2
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-2 .gallery-item {
		max-width: 49.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-2 .gallery-item {
		max-width: 49%;
	}
}

@media (max-width: 428px) {
	.gallery-columns-2 .gallery-item {
		max-width: 48.2%;
	}
}

/*	GALLERY-COLUMNS-3
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-3 .gallery-item {
		max-width: 32.6%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-3 .gallery-item {
		width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-3 .gallery-item {
		max-width: 31.5%;
	}
}

/*	GALLERY-COLUMNS-4
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-4 .gallery-item {
		max-width: 24.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-4 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-4 .gallery-item {
		max-width: 48%;
	}
}

/*	GALLERY-COLUMNS-5
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-5 .gallery-item {
		max-width: 19.3%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		max-width: 19%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-5 .gallery-item {
		max-width: none;
		float: none !important;
	}
}

/*	GALLERY-COLUMNS-6
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-6 .gallery-item {
		max-width: 16%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		max-width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-6 .gallery-item {
		max-width: 31.5%;
	}
}

/*	GALLERY-COLUMNS-7
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.gallery-columns-7 .gallery-item {
		max-width: 13%;
	}
}

@media (max-width: 548px) {
	.gallery-columns-7 .gallery-item {
		max-width: none;
		float: none !important;
	}
}

/*	GALLERY-COLUMNS-8
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-8 .gallery-item {
		max-width: 11%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-8 .gallery-item {
		max-width: 48.2%;
	}
}

/*	GALLERY-COLUMNS-9
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.gallery-columns-9 .gallery-item {
		max-width: 10%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		max-width: 32.3%;
	}
}

@media (max-width: 480px) {
	.gallery-columns-9 .gallery-item {
		max-width: 31.5%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-2
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		width: 49.4%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 49%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 48%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
	.page-template-landing-page.php .gallery-columns-2 .gallery-item {
		max-width: 47%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-3
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		width: 32.7%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 32%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 31%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
	.page-template-landing-page.php .gallery-columns-3 .gallery-item {
		max-width: 30%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-4
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
	.page-template-landing-page.php .gallery-columns-4 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
	.page-template-landing-page.php .gallery-columns-4 .gallery-item {
		max-width: 48%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-5
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: 19.3%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: 19%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
	.page-template-landing-page.php .gallery-columns-5.gallery-item {
		max-width: none;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-6
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 16%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 15.6%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 31%;
	}
}

@media (max-width: 248px) {
	.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
	.page-template-landing-page.php .gallery-columns-6 .gallery-item {
		max-width: 30%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-7
-------------------------------------------------------------- */

@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: 13.6%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: 48%;
	}
}

@media (max-width: 548px) {
	.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
	.page-template-landing-page.php .gallery-columns-7 .gallery-item {
		max-width: none;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-8
-------------------------------------------------------------- */
@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 11%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 24%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
	.page-template-landing-page.php .gallery-columns-8 .gallery-item {
		max-width: 48%;
	}
}

/*	FULL WIDTH GALLERY-COLUMNS-9
-------------------------------------------------------------- */

@media (max-width: 1199px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 10.4%;
	}
}

@media (max-width: 767px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 32%;
	}
}

@media (max-width: 480px) {
	.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
	.page-template-landing-page.php .gallery-columns-9 .gallery-item {
		max-width: 31%;
	}
}

/*	RESPONSIVE WPML
-------------------------------------------------------------- */
@media screen and (max-width: 650px) {
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}