/*
    Theme Name: iGoMoon Atlantis
    Theme URI: http://www.igomoon.com/products/themes/
    Description: iGoMoon Atlantis is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: iGoMoon AB
    Author URI: http://www.igomoon.com/
 
    Version: 1.1
 
    Tags: black, blue, default, gray, green, orange, pink, purple, red, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
		- Home Page
		- Miscellaneous
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Atlantis Black
		- Atlantis Blue
		- Atlantis Green
		- Atlantis Mustard
		- Atlantis Purple
		- Atlantis Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

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

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

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

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

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

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

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

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

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

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #000;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
}

.site-header .widget-area {
	min-width: 320px !important;
	color: #000 !important;
	font-weight: bold;
	font-size: 17px;
	max-width: 100%;
	text-align: left !important;

}

.site-header .widget-area strong {
	font-weight: 900;
	font-size: 19px;
}

.button:hover, .entry-content .button:hover {
	background:#e90a27 !important;
	opacity: .8;
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

a:hover,
.site-footer a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
	color: #424242;
}

strong {
	font-weight: 700;
}

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

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "“";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

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

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

h1,
.entry-title {
	font-size: 30px;
	font-size: 3rem;
}

h2,
.home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

h3,
.archive-title,
.comments-title,
.home-bottom .entry-title,
.home-middle .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eeeee8;
	box-shadow: 0 0 5px #f8f8f8 inset;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

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

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #e90a27;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #eeeee8;
	color: #a5a5a3;
}

.button {
	display: inline-block;
}

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

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #eeeee8;
}

th,
td {
	text-align: left;
}

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

td {
	border-top: 1px solid #eeeee8;
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-container {
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, .4);
	margin: 32px auto;
	margin: 3.2rem auto;
	max-width: 1140px;
	padding: 0;
	overflow: visible;
	border-top: 5px solid #e90a27;
}

.site-inner {
	clear: both;
	padding: 2rem;
}

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

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 700px;
	padding: 10px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

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

.atlantis-landing .site-container {
	max-width: 772px;
}

.atlantis-landing .site-inner,
.atlantis-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

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

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #fff url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	padding: 16px 16px 16px 44px;
	padding: 1.6rem 1.6rem 1.6rem 4.4rem;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

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

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

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

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

.breadcrumb {
	border: 1px solid #eeeee8;
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 32.rem;
}

.archive-description,
.author-box,
.sticky {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.site-header .widget-title {
  color: #fff;
}

.entry-title a,

.sidebar .widget-title {
	border-bottom: 2px solid #f8b5be;
	font-size: 15px;
	background-color: transparent !important;
	color: #000 !important;
	padding: 4px 0!important;
	margin: 0px 0 10px 0;
	font-weight: 400;
}

.sidebar .widget-title a {
	color: #222;
	text-decoration: none;
}

.entry-title a:hover {
	color: #76d2c5;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

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

.widget {
	word-wrap: break-word;
}

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

.featured-content .entry {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
}

.featured-content .entry-header {
	border: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.featured-content .entry-title {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	border: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff !important;
	padding: 1rem 1rem 1rem 2rem;
	overflow: hidden;
}

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

.title-area {
	float: left;
	width: 664px;
}

.site-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 50px;
	font-size: 5rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	text-align: center;
	width: 100%;
}

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

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 110px;
	width: 100%;
}

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

.site-header .widget-area {
	color: #fff;
	float: right;
	width: auto;
	padding: 1.5rem;
}

.site-header .widget-area li {
	border: 0;
	margin: 0;
}

.site-header .search-form {
	float: right;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.site-header .widget-area a {
	color: #fff;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 20px 24px;
	padding: 2rem 2.4rem;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: #ff223f;
	color: #fff !important;
}

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

.genesis-nav-menu > li:hover .sub-menu a,
.genesis-nav-menu .sub-menu a {
	background-color: #fafafa;
	color: #a5a5a3;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	position: relative;
	width: 184px;
}

.genesis-nav-menu > li:hover .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #eeeee8;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 183px;
}

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

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

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

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

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
}

.genesis-nav-menu > .right > a {
	background: none;
	color: #a5a5a3;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #76d2c5;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

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

.genesis-nav-menu .search-form input[type="search"] {
	background-position: 12px 12px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

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

.site-header .genesis-nav-menu li,
.site-header .widget_nav_menu ul ul {
	border: none;
	margin: 0;
	padding: 0;
}

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

.nav-primary a {
	color: #a5a5a3;
}

.genesis-nav-menu > li:hover a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #222;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #e90a27;
	width: 102%;
	margin-left: -1%;
	position: relative;
}
.nav-secondary::before {
	content: ' ';
	position: absolute;
	border-width: 7px 7px;
	border-style: solid;
	border-color: 
	#494949 
	transparent 
	transparent;
	background: 
	transparent;
	top: 47px;
	left: 3px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	
}
.nav-secondary:after {
	content: ' ';
	position: absolute;
	border-width: 7px 7px;
	border-style: solid;
	border-color: #494949 transparent transparent;
	background: transparent;
	top: 47px;
	right: 3px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);

}

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

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

/* Home Slider
--------------------------------------------- */



.atlantis-home .content .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.atlantis-home .featuredpost img {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.atlantis-home .featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.atlantis-home .entry:last-child {
	margin-bottom: 0;
}

.home-middle .featuredpost img {
	margin-bottom: 0;
	margin-right: 20px;
	margin-right: 2rem;
}

.home-bottom-left,
.home-bottom-right {
	width: 332px;
}

.home-bottom-left {
	float: left;
}

.home-bottom-right {
	float: right;
}

.atlantis-home .content .featuredpost p {
	margin: 0;
}

.atlantis-home .content .widget-title {
	background-color: transparent;
	color: #000 !important;
	padding: 2px 0!important;
	margin: 0px 0 10px 0;
	font-size: 23px;
	border-bottom: 2px solid #000;
	font-weight: 400;
}

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

.content .entry {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 32px;
	padding: 3.2rem;
}

.atlantis-landing .content .entry {
	border: none;
}

.entry-header {
	border-bottom: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

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

.entry-content ul li {
	list-style-type: circle;
}

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

.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
}

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

.entry-footer .entry-meta {
	border-top: 1px solid #eeeee8;
	margin: 0;
	padding: 32px 0 8px;
	padding: 3.2rem 0 0.8rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-tags {
	float: right;
}

/* Entry Navigation
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	border: 1px solid #eeeee8;
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

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

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

.ping-list,
.entry-comments,
.comment-respond {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.comment-content {
	clear: both;
}

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

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

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

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	border: 1px solid #eeeee8; 
	border-right: none; 
}

.comment.depth-1 {
	border-right: 1px solid #eeeee8; 
}

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

.form-allowed-tags {
	background-color: #f8f8f8;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

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

.sidebar {
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-align: center;
	text-align: left;
	padding: 10px 0;
}

.widget li {
	border-bottom: 1px solid #eeeee8;
	list-style-type: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding-bottom: 12px;
	padding-bottom: 1.2rem;
}

.widget ul ul {
	border-top: 1px solid #eeeee8;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.widget ul > li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

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

.footer-widgets {
	background-color: #e90a27;
	border-top: 1px dotted #eeeee8;
	clear: both;
	margin: 0 auto;
}



.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	width: 25%;
}


.footer-widgets .widget {
	border: 1px solid #eeeee8;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 32px;
	padding: 3.2rem;
	text-align: left;
	color: #fff;
	font-size: 14px;
}
.footer-widgets .widgettitle {
	font-size: 25px !important;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
.footer-widgets .widget a {
	color: #fff !important;
}

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

.site-footer {
	background-color: #e90a27;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 36px;
	padding: 3.6rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer p {
	background: transparent;
	color: #fff !important;
	margin-bottom: 0;
}



/*
iGoMoon Atlantis custom code */

.flex-direction-nav li .next {
	background-position: -45px 0;
	right: 0;
}
.flex-direction-nav li .prev {
	left:0;
	background-position: 0 0;
}
.flex-direction-nav li .prev:hover {
	background-position: 0 0;
	opacity: .8;
}
.flex-direction-nav li .next:hover {
	background-position: -45px 0;
	opacity: .8;
}
.flex-direction-nav li a {
	background-image: url('/wp-content/themes/igomoon-atlantis/images/nav-slide.png');
	width: 45px;
	height: 58px;
	margin: -35px 0 0;
}
.flex-control-nav {
	position: absolute;
	margin: 0;
	top: 1px;
	left: 1px;
	width: auto;
	z-index: 100;
	background: rgba(0,0,0,.6);
	padding: 2px 5px;
	border-radius: 4px;
}
.flex-control-nav li a {
	background-color: #fff;
	opacity: .6;
	background-image: none;
	font-size: 11px;
	border-radius: 50px;
	margin-right: 3px;
	margin-left: 3px;
}
.flex-direction-nav li, .flex-control-nav li {
	border: 0;
	padding: 0;
	margin: 0;
}
.flex-control-nav li a.active {
	background-color: #fff;
	opacity: 1;
}
#genesis-responsive-slider {
	border: 0;
	padding: 0;
}

.head-phone {
	background-image: url('images/phone.png');
	color: #000 !important;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-size: 2.2rem;
	background-position: 0 2px;
}
.head-phone a {color: #000 !important;}
.head-mail {
	background-image: url('images/mail.png');
	color: #000;
	padding-left: 35px;
	background-repeat: no-repeat;
	font-size: 2.2rem;
	background-position: 0 2px;
}

.sidebar .post {
	background: #e90a27;
	border-bottom: 1px solid #fff;
}

.sidebar .featuredpost h2 {
	float: right;
	width: 75%;
	padding: 11px;
	font-size: 1.6rem;
	margin: 0;
}

.sidebar .featuredpost h2 a {
	color: #fff;
}

#featured-post-2 h2:before {
	content: "|";
	color: #fff;
	margin-left: -15px;
	margin-right: 30px;
	font-size: 2rem;
}
#featured-post-2 p {
	padding: 12px;
}
.more-from-category {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
}
.more-from-category a{
	color: #333 !important;
	background: #e6e6e6;
	padding: 4px 30px 4px 10px;
	font-size: 1.3rem;
}
.sidebar .ytclink {
	font-size: 1.5rem;
	color: #000;
}
ul.ytchagallery .ytctitle {
	margin: 0px 0 5px 0 !important;
}
#featured-post-3 .post {
	width: 331px;
	float: left;
	border: 0;
}

#featured-post-3 .post h2 a{
	font-weight: 400;
	text-transform: uppercase;
}
#featured-post-3 .post img {
	margin-bottom: 0;
}
.more-link, .rm-btn {
	padding: 5px 20px 5px 10px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.3rem;
	font-weight: 400;
}

.footer-widgets .widget-title {
	font-size: 15px;
	background-color: transparent !important;
	color: #fff !important;
	padding: 4px 0!important;
	margin: 0px 0 10px 0;
	font-weight: 400;
	text-align: left;
}

.footer-widgets .widget {border: 0;}
#menu-footer-menu li {text-align: left;}
#menu-footer-menu li a {color: #424242;}
.site-footer *{color: #fff !important;}





/* Page two  */

.entry-header {
	text-align: left;
	margin-bottom: 20px;
}
.entry-title {
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 600;
}
.content .entry {
	padding: 1.5rem 3.2rem;
}
.content h3 {font-weight: 600; margin-bottom: 5px;}
table td:first-child, table th:first-child {
	width: 20%;
}

table thead tr th {font-weight: 400; text-transform: capitalize; padding: 0 20px;}
table tbody tr td {color: #424242; padding: 0 20px;}

.igm-featured-content {
	width: 280px;
	float: left;
	border: 0;
	margin: 1.3rem;
	
}

.igm-featured-content  h2 a{
	font-weight: 400;
	text-transform: uppercase;
}
.igm-featured-content p {margin-bottom: 5px;}
.igm-featured-content img {
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px){
	.nav-secondary::before {
		border-width: 4px 4px !important;
		top: 42px !important;
		left: 2px !important;
	}
	.nav-secondary::after {
		border-width: 4px 4px !important;
		top: 42px !important;
		right: 2px !important;
	}
}
@media only screen and (max-width: 780px){
.nav-secondary::before {
		border-width: 4px 4px !important;
		top: 28px !important;
		left: 2px !important;
	}
	.nav-secondary::after {
		border-width: 4px 4px !important;
		top: 28px !important;
		right: 2px !important;
	}
}
@media only screen and (max-width: 480px){
	.nav-secondary:before, .nav-secondary:after {display: none;}
	/*#menu-main-menu li {width: 100%;}
	#menu-main-menu .sub-menu {display: block;opacity: 1; position: relative; left: 0;width: 100%;}
	#menu-main-menu .sub-menu li {width: 100%;}
	#menu-main-menu a {width: 100%;}
	#menu-main-menu .sub-menu a {padding-left: 40px !important; color: #fff;}
	#menu-main-menu .current-menu-item a {font-size: 1.5rem; padding: 5px 20px;}*/
	
	.genesis-nav-menu .sub-menu a {
		width: 100% !important;
		color: #fff !important;
		padding: 10px !important;
		font-size: 1.5rem !important;
	}
	.genesis-nav-menu .sub-menu a:hover {
		width: 100% !important;
		color: #fff !important;
		padding: 10px !important;
		font-size: 1.5rem !important;
	}
	
	
	.nav-secondary {width: 100%; margin-left: 0;}
	.site-header .widget-area {float: left; margin: 0 !important; padding: 0 !important;}
	.site-header {padding: 0 2.4rem !important;}
	.header-image .title-area {height: 100px;}
	.content, .content .entry {padding: 0;}
	.site-inner {padding: 5px;}
}






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


/* Default Colors 
------------------------------------------------------------------------------------------------------*/

.archive-pagination li a:hover,
.archive-pagination li.active a,
.entry-title a:hover {
	color: #fff;
	background-color: #e90a27;
}

a {
	color: #000;
}

.sub-menu li a {
	background-color: #ff223f !important;
}

.sub-menu li a:hover {
	background-color: #cd534a !important;
}

.arrow-btn:hover,
.more-link:hover {
	opacity: .8;
	color: #fff;
}

.arrow-btn {
	background: #e90a27;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #e90a27;
	position: absolute;
	top: 0;
	right: -10px;
}

.button,
.genesis-nav-menu a,
.site-footer a,
.site-title a,
.site-title a:hover {
	background: transparent;
	color: #fff !important;
}

.sidebar .post {
	background: #e90a27;
	border-bottom: 1px solid #fff;
}

.sidebar .featuredpost * {
	color: #fff;
}

.site-footer a, 
.site-footer p {
	background: transparent;
	color: #fff !important;
}

.entry-title a,
.sidebar .widget-title a,
.site-footer a:hover,
a:hover {
	color: #222;
}

.genesis-nav-menu > li:hover a, 
.genesis-nav-menu a:hover, 
.genesis-nav-menu .current-menu-item > a {
	color:#fff;
	background-color: #ff223f;
}

.archive-pagination li a,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a,
.nav-primary a {
	color: #000;
}

.button,
.entry-content .button,
.site-header,
.site-footer,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] 
.atlantis-home .content .widget-title {
	background-color: #e90a27;
}

.button:hover,
.entry-content .button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background-color: #eeeee8;
}

.nav-secondary {
	background-color: #e90a27;
}

/* iGoMoon Atlantis Black
--------------------------------------------- */

.atlantis-black .archive-pagination li a:hover,
.atlantis-black .archive-pagination li.active a,
.atlantis-black .entry-title a:hover {
	color: #fff;
	background-color: #272726;
}

.atlantis-black a  {
	color: #454544;
}

.atlantis-black entry-title {
	border-bottom: 2px solid #000;
}

.atlantis-black .site-footer {
	background-color: #272726;
}

.atlantis-black .sidebar .post {
	background: #272726;
	border-bottom: 1px solid #fff;
}

.atlantis-black .button,
.atlantis-black .genesis-nav-menu a,
.atlantis-black .site-footer a,
.atlantis-black .site-title a,
.atlantis-black .site-title a:hover {
	color: #fff;
}

.atlantis-black .site-footer a,
.atlantis-black .site-footer p {
	background: transparent;
	color: #fff !important;
}

.atlantis-black .entry-title a,
.atlantis-black .sidebar .widget-title a,
.atlantis-black .site-footer a:hover,
.atlantis-black a:hover {
	color: #222;
}

.atlantis-black .button,
.atlantis-black .entry-content .button,
.atlantis-black button,
.atlantis-black input[type="button"],
.atlantis-black input[type="reset"],
.atlantis-black input[type="submit"] {
	background-color: #272726;
}

.atlantis-black .button:hover,
.atlantis-black .entry-content .button:hover,
.atlantis-black button:hover,
.atlantis-black input:hover[type="button"],
.atlantis-black input:hover[type="reset"],
.atlantis-black input:hover[type="submit"] {
	background-color: #424242;
}

.atlantis-black .nav-secondary {
	background-color: #272726;
}

.atlantis-black .genesis-nav-menu > li:hover a,
.atlantis-black .genesis-nav-menu a:hover,
.atlantis-black .genesis-nav-menu .current-menu-item > a {
	background-color: #454544;
	color: #fff !important;
}

.atlantis-black .arrow-btn:hover,
.atlantis-black .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-black .arrow-btn {
	background: #272726;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-black .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #272726;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-black .site-header {
	background-color: #fff !important;
	border-top: 8px solid #6a6a6a;
}

.atlantis-black .sub-menu li a {
	background-color: #454544 !important;
}

.atlantis-black .sub-menu li a:hover {
	background-color: #505050 !important;
}

.atlantis-black .sidebar .featuredpost h2 {
	background-color: #272726;
}
.atlantis-black .sidebar .featuredpost h2 a {
	color: #fff;
}
.atlantis-black #featured-post-2 p {
	color: #fff;
	background: #000;
	border-bottom: 1px solid #424242;
}
.atlantis-black #featured-post-3 .post h2 a{
	color: #000;
}
.atlantis-black #featured-post-3 .post img {
	border-bottom: 4px solid #000;
}
.atlantis-black .more-link {
	background-color: #000;
	color: white;
}
.atlantis-black input[type="submit"] {
	background-color:#000;
}
.atlantis-black input[type="submit"]:hover {
	background-color:#424242;
	color: #fff;
}
.atlantis-black table thead tr {
	background-color: #000;
	color: #fff;
}
.atlantis-black .igm-featured-content  h2 a{
	color: #000;
}
.atlantis-black .footer-widgets .widget-title {
	border-bottom: 2px solid #c4c4c4;
}
.atlantis-black .igm-featured-content img {
	border-bottom: 4px solid #000;
}
.atlantis-black .rm-btn {
	background-color: #000;
	color: #fff;
}

.atlantis-black .simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	background-color: #000;
}

@media only screen and (max-width: 480px){
	.atlantis-black #menu-main-menu .current-menu-item .sub-menu li a {
		background-color: #424242 !important;
	}
	.header-image .site-title a {
		WIDTH: 70%;
	}
}


/* iGoMoon Atlantis Blue
--------------------------------------------- */

.atlantis-blue .archive-pagination li a:hover,
.atlantis-blue .archive-pagination li.active a,
.atlantis-blue .entry-title a:hover {
	color: #fff;
	background-color: #0075bf;
}

.atlantis-blue a  {
	color: #379BDA;
}

.atlantis-blue .sub-menu li a {
	background-color: #379BDA !important;
}

.atlantis-blue .sub-menu li a:hover {
	background-color: #4aabe8 !important;
}

.atlantis-blue .button,
.atlantis-blue .genesis-nav-menu a,
.atlantis-blue .site-footer a,
.atlantis-blue .site-title a,
.atlantis-blue .site-title a:hover {
	background: transparent;
	color: #fff !important;
}

.atlantis-blue .arrow-btn:hover,
.atlantis-blue .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-blue .arrow-btn {
	background: #0075bf;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-blue .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #0075bf;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-blue .sidebar .post {
	background: #0075bf;
	border-bottom: 1px solid #fff;
}

.atlantis-blue .sidebar .featuredpost * {
	color: #fff;
}

.atlantis-blue .site-footer a, 
.atlantis-blue .site-footer p {
	background: transparent;
	color: #fff !important;
}

.atlantis-blue .entry-title a,
.atlantis-blue .sidebar .widget-title a,
.atlantis-blue .site-footer a:hover,
.atlantis-blue a:hover {
	color: #222;
}

.atlantis-blue .genesis-nav-menu > li:hover a, 
.atlantis-blue .genesis-nav-menu a:hover, 
.atlantis-blue .genesis-nav-menu .current-menu-item > a {
	color:#fff;
	background-color: #379BDA;
}

.atlantis-blue .archive-pagination li a,
.atlantis-blue .genesis-nav-menu .current-menu-item > a,
.atlantis-blue .genesis-nav-menu .sub-menu a,
.atlantis-blue .nav-primary a {
	color: #000;
}

.atlantis-blue .button,
.atlantis-blue .entry-content .button,
.atlantis-blue .site-header,
.atlantis-blue .site-footer,
.atlantis-blue button,
.atlantis-blue input[type="button"],
.atlantis-blue input[type="reset"],
.atlantis-blue input[type="submit"] 
.atlantis-blue .atlantis-home .content .widget-title {
	background-color: #0075bf;
}

.atlantis-blue .button:hover,
.atlantis-blue .entry-content .button:hover,
.atlantis-blue button:hover,
.atlantis-blue input:hover[type="button"],
.atlantis-blue input:hover[type="reset"],
.atlantis-blue input:hover[type="submit"] {
	background-color: #eeeee8;
}

.atlantis-blue .nav-secondary {
	background-color: #0075bf;
}

/* iGoMoon Atlantis Green
--------------------------------------------- */

.atlantis-green .archive-pagination li a:hover,
.atlantis-green .archive-pagination li.active a,
.atlantis-green .entry-title a:hover {
	color: #fff;
	background-color: #31b634;
}

.atlantis-green a  {
	color: #54da57;
}

.atlantis-green .button,
.atlantis-green .genesis-nav-menu a,
.atlantis-green .site-footer a,
.atlantis-green .site-title a,
.atlantis-green .site-title a:hover {
	color: #fff;
}

.atlantis-green .sub-menu li a {
	background-color: #54da57 !important;
}

.atlantis-green .sub-menu li a:hover {
	background-color: #61e864 !important;
}

.atlantis-green .genesis-nav-menu > li:hover a, 
.atlantis-green .genesis-nav-menu a:hover, 
.atlantis-green .genesis-nav-menu .current-menu-item > a {
	color:#fff;
	background-color: #54da57;
}

.atlantis-green .entry-title a,
.atlantis-green .sidebar .widget-title a,
.atlantis-green .site-footer a:hover,
.atlantis-green a:hover {
	color: #222;
}

.atlantis-green .arrow-btn:hover,
.atlantis-green .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-green .arrow-btn {
	background: #31b634;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-green .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #31b634;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-green .site-footer p,
.atlantis-green .site-footer * {
	background: transparent;
	color: #fff !important;
}

.atlantis-green .sidebar .post {
	background: #31b634;
	border-bottom: 1px solid #fff;
}

.atlantis-green .archive-pagination li a,
.atlantis-green .genesis-nav-menu .current-menu-item > a,
.atlantis-green .genesis-nav-menu .sub-menu a,
.atlantis-green .nav-primary a {
	color: #000;
}

.atlantis-green .sidebar .featuredpost * {
	color: #fff;
}

.atlantis-green .button,
.atlantis-green .entry-content .button,
.atlantis-green .site-header,
.atlantis-green .site-footer,
.atlantis-green button,
.atlantis-green input[type="button"],
.atlantis-green input[type="reset"],
.atlantis-green input[type="submit"],
.atlantis-green .atlantis-home .content .widget-title {
	background-color: #31b634;
}

.atlantis-green .button:hover,
.atlantis-green .entry-content .button:hover,
.atlantis-green button:hover,
.atlantis-green input:hover[type="button"],
.atlantis-green input:hover[type="reset"],
.atlantis-green input:hover[type="submit"] {
	background-color: #eeeee8;
}

.atlantis-green .nav-secondary {
	background-color: #31b634;
}

/* iGoMoon Atlantis Mustard
--------------------------------------------- */

.atlantis-mustard .archive-pagination li a:hover,
.atlantis-mustard .archive-pagination li.active a,
.atlantis-mustard .entry-title a:hover {
	color: #fff;
	background-color: #afb10f;
}

.atlantis-mustard a  {
	color: #ced020;
}

.atlantis-mustard .sub-menu li a {
	background-color: #ced020 !important;
}

.atlantis-mustard .sub-menu li a:hover {
	background-color: #e1e335  !important;
}

.atlantis-mustard .button,
.atlantis-mustard .genesis-nav-menu a,
.atlantis-mustard .site-footer a,
.atlantis-mustard .site-title a,
.atlantis-mustard .site-title a:hover {
	color: #fff;
}

.atlantis-mustard .arrow-btn:hover,
.atlantis-mustard .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-mustard .arrow-btn {
	background: #afb10f;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-mustard .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #afb10f;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-mustard .sidebar .featuredpost * {
	color:#fff;
}

.atlantis-mustard .sidebar .post {
	background: #afb10f;
	border-bottom: 1px solid #fff;
}

.atlantis-mustard .entry-title a,
.atlantis-mustard .sidebar .widget-title a,
.atlantis-mustard .site-footer a:hover,
.atlantis-mustard a:hover {
	color: #222;
}

.atlantis-mustard .archive-pagination li a,
.atlantis-mustard .genesis-nav-menu .current-menu-item > a,
.atlantis-mustard .genesis-nav-menu .sub-menu a,
.atlantis-mustard .nav-primary a {
	color: #a5a5a3;
}

.atlantis-mustard .genesis-nav-menu > li:hover a, 
.atlantis-mustard .genesis-nav-menu a:hover, 
.atlantis-mustard .genesis-nav-menu .current-menu-item > a {
	color:#fff;
	background-color: #ced020;
}

.atlantis-mustard .button,
.atlantis-mustard .entry-content .button,
.atlantis-mustard .site-footer,
.atlantis-mustard .site-header,
.atlantis-mustard button,
.atlantis-mustard input[type="button"],
.atlantis-mustard input[type="reset"],
.atlantis-mustard input[type="submit"],
.atlantis-mustard .atlantis-home .content .widget-title {
	background-color: #afb10f;
}

.atlantis-mustard .site-footer a, 
.atlantis-mustard .site-footer p {
	background: transparent;
	color: #fff !important;
}

.atlantis-mustard .button:hover,
.atlantis-mustard .entry-content .button:hover,
.atlantis-mustard button:hover,
.atlantis-mustard input:hover[type="button"],
.atlantis-mustard input:hover[type="reset"],
.atlantis-mustard input:hover[type="submit"] {
	background-color: #eeeee8;
}

.atlantis-mustard .nav-secondary {
	background-color: #afb10f;
}

/* iGoMoon Atlantis Purple
--------------------------------------------- */

.atlantis-purple .archive-pagination li a:hover,
.atlantis-purple .archive-pagination li.active a,
.atlantis-purple .entry-title a:hover {
	color: #fff;
	background-color: #975196;
}

.atlantis-purple a  {
	color: #b26ab1;
}

.atlantis-purple .button,
.atlantis-purple .genesis-nav-menu a,
.atlantis-purple .site-footer a,
.atlantis-purple .site-title a,
.atlantis-purple .site-title a:hover {
	color: #fff;
}

.atlantis-purple .sub-menu li a {
	background-color: #b26ab1 !important;
}

.atlantis-purple .sub-menu li a:hover {
	background-color: #c17bc0  !important;
}

.atlantis-purple .arrow-btn:hover,
.atlantis-purple .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-purple .arrow-btn {
	background: #975196;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-purple .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #975196;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-purple .genesis-nav-menu > li:hover a, 
.atlantis-purple .genesis-nav-menu a:hover, 
.atlantis-purple .genesis-nav-menu .current-menu-item > a {
	color:#fff;
	background-color: #b26ab1;
}

.atlantis-purple .entry-title a,
.atlantis-purple .sidebar .widget-title a,
.atlantis-purple .site-footer a:hover,
.atlantis-purple a:hover {
	color: #222;
}

.atlantis-purple .sidebar .featuredpost * {
	color: #fff;
}

.atlantis-purple .sidebar .post {
	background: #975196;
	border-bottom: 1px solid #fff;
}

.atlantis-purple .archive-pagination li a,
.atlantis-purple .genesis-nav-menu .current-menu-item > a,
.atlantis-purple .genesis-nav-menu .sub-menu a,
.atlantis-purple .nav-primary a {
	color: #000;
}

.atlantis-purple .button,
.atlantis-purple .entry-content .button,
.atlantis-purple .site-footer,
.atlantis-purple .site-header,
.atlantis-purple button,
.atlantis-purple input[type="button"],
.atlantis-purple input[type="reset"],
.atlantis-purple input[type="submit"],
.atlantis-purple .atlantis-home .content .widget-title {
	background-color: #975196;
}

.atlantis-purple .site-footer p, 
.atlantis-purple .site-footer * {
	background: transparent;
	color: #fff !important;
}

.atlantis-purple .button:hover,
.atlantis-purple .entry-content .button:hover,
.atlantis-purple button:hover,
.atlantis-purple input:hover[type="button"],
.atlantis-purple input:hover[type="reset"],
.atlantis-purple input:hover[type="submit"] {
	background-color: #eeeee8;
}

.atlantis-purple .nav-secondary {
	background-color: #975196;
}

/* iGoMoon Atlantis Red
--------------------------------------------- */

.atlantis-pink .archive-pagination li a:hover,
.atlantis-pink .archive-pagination li.active a,
.atlantis-pink .entry-title a:hover {
	color: #fff;
	background-color: #dd0b64;
}

.atlantis-pink a  {
	color: #F84591;
}

.atlantis-pink .site-footer {
	background-color: #dd0b64;
}

.atlantis-pink entry-title {
	border-bottom: 2px solid #000;
}

.atlantis-pink .button,
.atlantis-pink .genesis-nav-menu a,
.atlantis-pink .site-footer a,
.atlantis-pink .site-title a,
.atlantis-pink .site-title a:hover {
	color: #fff;
}

.atlantis-pink .arrow-btn:hover,
.atlantis-pink .more-link:hover {
	opacity: .8;
	color: #fff;
}

.atlantis-pink .arrow-btn {
	background: #dd0b64;
	color: #fff;
	padding: 7px 15px;
	position: relative;
	font-size: 1.3rem;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
}

.atlantis-pink .arrow-btn:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 0 16px 10px;
	border-color: transparent transparent transparent #dd0b64;
	position: absolute;
	top: 0;
	right: -10px;
}

.atlantis-pink .entry-title a,
.atlantis-pink .sidebar .widget-title a,
.atlantis-pink .site-footer a:hover,
.atlantis-pink a:hover {
	color: #222;
}

.atlantis-pink .button,
.atlantis-pink .entry-content .button,
.atlantis-pink button,
.atlantis-pink input[type="button"],
.atlantis-pink input[type="reset"],
.atlantis-pink input[type="submit"] {
	background-color: #dd0b64;
}

.atlantis-pink .button:hover,
.atlantis-pink .entry-content .button:hover,
.atlantis-pink button:hover,
.atlantis-pink input:hover[type="button"],
.atlantis-pink input:hover[type="reset"],
.atlantis-pink input:hover[type="submit"] {
	background-color: #eeeee8;
	color: #a5a5a3;
}

.atlantis-pink .nav-secondary {
	background-color: #dd0b64;
}

.atlantis-pink .genesis-nav-menu > li:hover a,
.atlantis-pink .genesis-nav-menu a:hover,
.atlantis-pink .genesis-nav-menu .current-menu-item > a {
	background-color: #fc0e73;
	color: #fff !important;
}

.atlantis-pink .arrow-btn,
.atlantis-pink .rm-btn,
.atlantis-pink .more-link {
	background-image: url('/wp-content/themes/igomoon-atlantis/images/atlantis_link.jpg');
}

.atlantis-pink .site-header {
	background-color: #fff !important;
	border-top: 8px solid #6a6a6a;
}
.atlantis-pink .nav-secondary {
	background-color: #dd0b64;
}

.atlantis-pink .sub-menu li a {
	background-color: #fc0e73 !important;
}

.atlantis-pink .sub-menu li a:hover {
	background-color: #ff2481 !important;
}

.atlantis-pink  .arrow-btn, .atlantis-pink .arrow-btn:hover {
	background-color: #dd0b64;
	color: #fff;
}
.atlantis-pink #featured-post-2 h2 {
	background-color: #dd0b64;
}
.atlantis-pink #featured-post-2 h2 a {
	color: #fff;
}
.atlantis-pink #featured-post-2 p {
	color: #fff;
	background: #dd0b64;
	border-bottom: 1px solid #ba4238;
}
.atlantis-pink #featured-post-3 .post h2 a{
	color: #dd0b64;
}
.atlantis-pink #featured-post-3 .post img {
	border-bottom: 4px solid #dd0b64;
}
.atlantis-pink .more-link {
	background-color: #dd0b64;
	color: white;
}
.atlantis-pink input[type="submit"] {
	background-color:#dd0b64;
}
.atlantis-pink input[type="submit"]:hover {
	background-color:#7cc5f7;
	color: #fff;
}
.atlantis-pink table thead tr {
	background-color: #dd0b64;
	color: #fff;
}
.atlantis-pink .igm-featured-content  h2 a{
	color: #dd0b64;
}
.atlantis-pink .footer-widgets .widget-title {
	border-bottom: 2px solid #b5d0e5;
}
.atlantis-pink .igm-featured-content img {
	border-bottom: 4px solid #dd0b64;
}
.atlantis-pink .rm-btn {
	background-color: #dd0b64;
	color: #fff;
}

.atlantis-pink .sidebar .post {
	background: #dd0b64;
	border-bottom: 1px solid #fff;
}

.atlantis-pink .simple-social-icons ul li a, .simple-social-icons ul li a:hover {
	background-color: #dd0b64;
}


.footer-widgets input[type="submit"] {
	color: #fff !important;
	background: transparent !important;
}
.footer-widgets input[type="submit"]:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 480px){
	.atlantis-pink #menu-main-menu .current-menu-item .sub-menu li a {
		background-color: #7cc5f7 !important;
	}
	.header-image .site-title a {
		WIDTH: 70%;
	}
}
.header-widget-area .first {
	text-align: right;
	padding-right: 15px;
}


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


#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: '\2630';
	font-family: 'Icon';
	font-size: 2.5rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}




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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

.site-title a {
	background-position: center center !important;
	background-size: contain !important;
}

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

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 960px;
	}
	.site-header .widget-area {
		width: 100%;
	}
	.title-area {
		max-width: 100% !important;
	}
	.header-image .site-title a {
		max-width: 100% !important;
		width: 100%;
		background-position: center center !important;
		background-size: contain !important;
	}
	.simple-social-icons ul li a {
		font-size: 20px !important;
		padding: 20px !important;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 580px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.home-bottom-left,
	.home-bottom-right,
	.sidebar-primary {
		width: 272px;
	}
	.nav-secondary::before {
		border-width: 6px 6px;
		top: 48px;
		left: 2px;
	}
	.nav-secondary::after {
		border-width: 6px 6px;
		top: 48px;
		right: 2px;
	}
}

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

	.footer-widgets,
	.site-container,
	.wrap {
		max-width: 772px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content {
		width: 100%;
	}
	
	.site-header {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}

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

	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}
	
	.site-header .widget-area {
		margin-top: 16px;
		margin-top: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	.home-bottom-left,
	.home-bottom-right {
		width: 332px;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
	.simple-social-icons ul li a {
		font-size: 20px !important;
		padding: 20px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	.header-widget-area .first {
		text-align: left;
		padding: 0;
	}
	/* Responsive menu */
	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}
	.genesis-nav-menu .menu-item {
		width: 100%;
		text-align: center;
	}
	.genesis-nav-menu .menu-item a {
		padding: 20px 0px;
		font-size: 15px;
	}
	
	/* End responsive Menu */
	
	
	.site-inner {
		text-align: center;
	}
	
	#featured-post-3 .post {
		padding: 0;
		width: 270px;
		margin-right: 20px;
	}
	.igm-featured-content {
		margin: 1.3rem 0;
	}
	.simple-social-icons ul li a {
		font-size: 25px !important;
	}
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
	.site-header .widget-area,
	.title-area {
		
	}
	.site-container {
		padding: 0;
		width: 94%;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}
	.five-sixths,
	.four-sixths,
	.home-bottom-left,
	.home-bottom-right,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-title {
		font-size: 44px;
		font-size: 4.4rem;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 199px;
	}
	
	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 199px;
	}
	
	.entry-meta .entry-tags {
	  clear: both;
	  float: left;
	}
	
	.entry-meta .entry-comments a {
		margin: 0 0 10px;
		margin: 0 0 1rem;
	}
	
	.atlantis-home .featuredpost .alignleft,
	.atlantis-home .featuredpost .alignright {
		float: none;
		margin: 0 auto;
	}
	.simple-social-icons ul li a {
		font-size: 20px !important;
		padding: 12px !important;
	}

}

.wpcu-front-box a {
	cursor: default
}

span.img_cropper {
	height: auto !important;
}

#sb_instagram.sbi_fixed_height {
	height: auto !important;
}

