/*
Theme Name: explore child theme
Theme URI: http://themegrill.com/themes/explore
Description: explore child theme
Author: Neko Farmer
Author URI: http://www.GlitchGuards.com
Template: explore
Version: 1.0
*/


@import url("../../explore/style.css");


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
	## Colors
	## Body
# Typography (Fonts)
# Elements (Links/Boxes/Headings/Paragraphs/etc...) 
# Forms
# Navigation
	## Links
	## Features (Social/Address/etc...)
# Accessibility (Browser Support)
# Alignments (Custom Grids/Align-L-R/etc...)
# Clearings (Margins/Padding)
# Author Elements
# Content
	## General
	## Header
	## Homepage
	## Search Results
	## Posts
	## Pages
	## Comments
	## Footer
# Sidebar
	## Widgets
# Infinite Scroll
# Media
	## Captions
	## Galleries
	## Graphics
# Bootstrap
	## Grid
# Plugins
	## Shortcodes Ultimate
	## GD Star Rating System
	## Contextual Related Posts
	## Eggabase Related Posts
	## Eggabase Recent Posts
	## List Category Posts
	## WP Polls
	## Contact Form 7
	## Youtube Channel
	## WP Discuz
	## Ultimate Member
	## Fastest Share Buttons
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# NORMALIZE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Body
--------------------------------------------------------------*/

body {
	background: url('/wp-content/uploads/2016/05/Parchment-min.jpg') !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#page {
    background-color: unset;
}

#content .page {
	padding: 0px 10px 0px 10px !important;
}

#main {
    padding-top: 0px;
}

.inner-wrap {
    max-width: 1084px;
}

#primary {
    box-shadow: 1px -10px 7px 0px rgb(104, 104, 104);
	max-width: 750px;
	min-width:750px;
	background-color: #fcfcfc;
}


/*--------------------------------------------------------------
# ELEMENTS
--------------------------------------------------------------*/

a {
	color: red;
}

a:hover, a:active {
    outline: 0;
    color: #C59D32;
}

::-moz-selection { 
	background-color: red; 
	color: white;
}

::selection {
	background-color: red;
	color: white;
}

hr {
	border-color: #9F9F9F;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: -5px 0px 15px 0px;
}

table {
    border-collapse: unset;
}

th, td {
    border: none;
    padding: 6px 10px;
}

p {
	color: #484848;
}

blockquote {
    border-left: 3px solid #ff3636;
}

a#scroll-up {
    color: #C59D32;
    background-color: red;
	border-radius: 5px;
	right: 45px;
	bottom: 65px;
}

button {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 0px;
    padding: 5px 15px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #303440;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
}

.buttwid {
	width: unset;
}

.ul-h1 {
    text-align: center;
    margin-top: 30px;
    border-bottom: 5px solid black;
    margin-bottom: 30px;
}

input[type="submit"] {
	color: white;
	border: 1px solid white;
	border-radius: 5px;
	background-color: #303440;
}


/*--------------------------------------------------------------
# FORMS
--------------------------------------------------------------*/

input.s {
    width: 75%;
}


/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Features
--------------------------------------------------------------*/

#menu-social li a::before {
    line-height: 65px;
}

#menu-social li a[href*="youtube.com"]::before {
    content: '\f167';
    color: rgb(215, 9, 9);
}

.user-top {
	padding: 21px 10px 0px 10px;
	margin-bottom: -20px;
	line-height: 60px;
	display: inline-block;
	cursor: pointer;
	float: right;
	color: #EFEFEF !important;
	font-size: large !important;
}

.fa.search-top {
    color: #ffffff;
    line-height: 60px;
    padding: 0 10px;
    font-size:19px;
}


/*--------------------------------------------------------------
# AUTHOR ELEMENTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contributor Section
--------------------------------------------------------------*/

.contrib-section {
	display: block;
	margin-bottom: 20px;
}

.contrib-container {
    display: inline-block;
    min-width: 300px;
    margin-top: -17px;
    margin-left: 15px;
}


/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

#content .post, #content .page {
    padding-bottom: 45px;
    padding: 0px 10px 45px 10px;
}

#primary-full {
    box-shadow: 1px -10px 7px 0px rgb(104, 104, 104);
	max-width: 1084px;
	background-color: #fcfcfc;
	padding-bottom: 30px;
}

.header-post-title-container {
    display: none;
}

.post-featured-image {
	display:none;
}

.incomplete-widget {
	color: black;
	font-family: 'PT Sans', serif;
}

.incomplete-ch {
	font-family: Fontawesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.incomplete-ch {
	content: '\105b';
	font-size: 32px;
	color: red;
	margin-right: 7px;
}

.fin-circle {
	color: rgb(101, 227, 25);
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 18px !important;
}

.stub-circle {
	color:rgb(236, 22, 22);
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 18px !important;
}


/*--------------------------------------------------------------
## Meta
--------------------------------------------------------------*/

.entry-content {
	padding: 0px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.main-navigation ul li.current-menu-item a {
    color: #E4B024;
}

.main-navigation ul li.current-menu-ancestor a {
    color: #E4B024;
}

#header-text-nav-container {
	background-color: #3d3d3d;
	background: -moz-linear-gradient(top, #3d3d3d, #212121);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #3d3d3d), color-stop(50%, #3d3d3d), color-stop(50%, #212121));
	background: -webkit-linear-gradient(top, #3d3d3d, #212121);
	background: -ms-linear-gradient(top, #3d3d3d, #212121);
	background: -o-linear-gradient(top, #3d3d3d, #212121);
    border-top: unset;
	border-bottom: 2px solid #c8382d;
}

.main-navigation a:hover {
    color: rgb(255, 54, 54) !important;
}

.main-navigation ul li:hover > a {
	color: #C59D32;
}

.main-navigation li > a {
    line-height: 60px;
    height: 60px;
}

#header-left-section {
    float: left;
    margin-right: unset;
    max-width: 310px;
	width: 31.5789%;
	padding: 0px 0px 5px;
}

#header-right-section {
	height: 65px;
	padding-top: 5px;
}

#header-logo-image {
    padding: 5px 0 0 0;
    max-width: 100%;
}

.main-navigation li > a {
    line-height: 60px;
    height: 60px;
}


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

#primary-home {
    box-shadow: 1px -1px 7px 1px rgb(104, 104, 104);
    max-width: 1084px;
    background-color: #fcfcfc;
	padding-bottom:10px;
}

.home-latest {
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
}


/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search-container:first-child {
	margin: 0px 10px 30px;
    border-top: none;	
}

.search-container {
    margin: 30px 10px;
    border-top: 1px solid #c5c5c5;
    height: 250px;
}

.search-header {
	padding-top:30px;
}

.search-title {
	margin-top: -10px;
	padding-bottom: 5px;
	line-height: 1.1;
}

.search-thumb {
	float: left;
	padding-right: 25px;
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

.by-author {
	display: none;
}

.date {
	display: none;
}

.category {
	display: none;
}

.edit-link {
	display: none;
}

.default-wp-page {
	display: none;
}


/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

.sec-hr {
	margin-top:0px;
	border:3px solid rgb(225, 225, 225);
	color: rgb(0, 0, 0);
}

.sec-title {
	font-weight: bolder;
	background-color: rgb(225, 225, 225);
	color: rgb(0, 0, 0);
	margin-top: 30px;
	text-align: left;
	display: inline;
	padding: 4px 10px;
	font-size: 17px;
}

.egg-num {
	margin-top: 13px;
	float: left;
	width: 80%;
	display: block;
	padding-bottom: unset;
}

.wrapper {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	width: 20%;
	float: left;
}

.ee-title {
	margin-top:15px;
	margin-bottom: -20px;
	float:left;
	width:79%;
}

.dropbtn {
    background-image: url('/wp-content/uploads/Site_Graphics/checklist-icon.png') !important;
	background: no-repeat;
	background-size: cover;
	height: 30px;
	width: 30px;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
	padding-top: 16px;
	padding-bottom: 14.4px;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #eaeaea;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.53);
    z-index: 1;
	right: -120px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.show {
	display:block;
}

.fa-square-o::before {
    padding-right:3px;
}

.to-do-ul {
	text-align: left;
	padding: 10px;
	color: black;
}

.item-line {
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.complete-item {
	text-decoration: line-through;
}

.list-b4::before {
    padding-right: 6px;
    font-size: 16px;
}


.par-title {
	margin-top:8px;
	float:left;
	width:100%;
}

.ee-wrapper {
	font-weight: bold;
	text-align: center;
	width: 20%;
	max-width: 140px;
	float: right;
	margin-top: 15px;
}

.aside-2 {
	order: 2;
	margin-right: -25px;
}

.aside-3 {
	float:right;
}

.to-do-icon {
	max-width: 30px;
	float:left;
}

.to-do-container {
    font-size: 1.1vw;
    line-height: 1.1;
}

.to-do-ul {
	list-style: inside !important;
}

#sectiontohide {    
	padding:20px;
	background: #fff8e7;
	display:none;
	border: 1px solid #d5d5d5;
	margin-top: 10px;
}

.par-top-ad {
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:-2px;
}

.goo_con {
	margin-bottom: 15px;
}

.tab-par {
	display: table;
}

.tab-ch {
	display: table-cell;
	vertical-align: middle;
}

.col-1 {
	width:35%;
	padding: unset;
}

.col-2 {
	width: 20%;
	padding-left: 20px;
	border-right: 1px solid rgb(234, 234, 234);
	border-bottom: 1px solid rgb(234, 234, 234);
}

.col-3 {
	width: 45%;
	padding-left: 20px;
	border-bottom: 1px solid rgb(234, 234, 234);
}

.parent-table {
	margin-top: 5px;
	margin-bottom: unset;
	max-height: 220px;
}

.col-width {
    max-width: 1366px;
    padding: 0 20px;
	margin: 0 auto;
}

.par-breadcrumbs-con {
	display:block;
	width: 100%;
    padding: 2px 10px;
    background-color: rgb(255, 248, 231);
    border-top: 5px solid rgba(231, 203, 94, 0.42);
    border-bottom: 5px solid rgba(231, 203, 94, 0.42);
    border-right: 2.5px solid #a8a8a8;
	margin-bottom: 15px;
    margin-top: -7px;
	margin-left: -10px;	
}

.ee-breadcrumbs_con {
    display: block;
	width: 100%;
    padding: 2px 10px;
    background-color: rgb(255, 248, 231);
    border-top: 5px solid rgba(231, 203, 94, 0.42);
    border-bottom: 5px solid rgba(231, 203, 94, 0.42);
	margin-bottom: 15px;
    margin-top: -7px;
	margin-left: -10px;	
}

#breadcrumbs {
    list-style:none;
    overflow:hidden;    
	font-size: 13px;    
}

#breadcrumbs li {
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
	color: black;
}

#breadcrumbs .separator {
    font-size:18px;
    font-weight:600;
    color:#000;
}

#breadcrumbs a:link {
	font-weight:700;
}

.mob-parent {
	display:none;
}

.title-divider {
	padding: unset;
}

.section-label {
    float: left;
    font-size: 17px;
    font-weight: 900;
}

.subguide-box {
	border: 1px solid #ccc;
	padding: 10px;
}

.subguide-h2 {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.update-date {
    margin-top: 15px;
    font-size: 12px;
    font-style: italic;
    padding-bottom: unset;
    margin-bottom: -5px;
    text-align: center;
}

.share-section {
	margin: 15px 0px;	
}


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

#comments h3 {
	display:none;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.footer-widgets-wrapper {
    background-color: #202020;
}

.footer-socket-wrapper {
    padding: 10px 0px 10px;
    background-color: #000;
    border-top: 2px solid rgb(32,191,15);
}

.footer-widgets-area {
    padding-top: 40px;
    padding-bottom: 40px;
    color: #b1b6b6;
	margin: 0 20px;
}

.tg-one-fourth {
    float: left;
    width: 23.1527094%;
    margin: 0 2.46305419% 0 0;
    padding: 0px 0px 30px;
    border-right: 1px solid #2f2f2f;
}

#colophon .widget-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
}

.footer-widgets-area a:hover {
    color: #C59D32;;
}


/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/

.left_sidebar #tertiary {
	max-width: 310px;
	/*box-shadow: 1px -10px 7px 0px rgb(104, 104, 104); */
	min-width: 120px;
	padding: 7px 0px;
	margin-top: -6px;
	/* background-color: #fcfcfc; */
}

.both_sidebar #content {
    float: right;
    width: 64.2857%;
    background: white;
}


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

#secondary .widget, #tertiary .widget, .error-404 .widget {
    background-color: white;
    padding: 25px 15px 20px 15px;
    box-shadow: 1px 0px 5px 0px rgb(104, 104, 104);
}

.widget_search {
	margin-top:0px;
}

.search-wrap {
    position: relative;
    text-align: center;
}

#tertiary .widget-title {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: 3px solid #9c8c8c;
    margin-bottom: 14px;
    font-weight: bolder;
	border-bottom: 2px solid #e7e6e4;
	border-top: 2px solid #e7e6e4;
	padding-top: 5px;
}

.widget-title span {
    border-bottom: unset;
    padding-bottom: 0px;
}

.social-con {
	display:block;
	margin-bottom:25px;
	padding-bottom:5px;
	min-height:35px;
}

.first-sb-social {
	width:25%;
	float:left;
	text-align:center;
	max-width:60px;
	padding:4px;
	margin-left:3px;
}

.sb-social {
	width:25%;
	float:left;
	text-align:center;
	max-width:60px;
	padding:4px;
}


/*--------------------------------------------------------------
# MEDIA
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	border: unset;
	margin-bottom: 15px;
}


/*--------------------------------------------------------------
## Graphics
--------------------------------------------------------------*/

.main-img {
	float: right;
	text-align: center;
	padding-left: 10px;
	margin: -7px 0px -5px 0px;
}

img {
	margin-bottom: 0px;
}

img.aligncenter {
	margin-bottom: unset !important;
	margin-top: 15px;
}


/*--------------------------------------------------------------
# PLUGINS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Shortcodes Ultimate
--------------------------------------------------------------*/

.su-custom-gallery-slide img {
    border: unset !important;
	border-radius: 0px !important;
}

.su-posts-default-loop .su-post-thumbnail img {
	margin: 0% 5% 0% 5%;
	vertical-align: middle;
	max-width: 200px !important;
	width: 200px;
	max-height: 200px !important;
	height: 200px;
	overflow:hidden;
	background-position: center center;
	background-size: cover;	
}

.su-custom-gallery {
	margin-bottom: unset !important;
	margin-left: -10px;
	margin-right: -10px;
}

.su-custom-gallery-slide {
	margin: 10.7px !important;
}

.su-posts-default-loop .su-post-thumbnail {
	max-height:none !important;
	border-right:1px solid #9F9F9F;
	width:220px !important;
	margin-right:0.7em !important;
	height: inherit !important;
}

.su-posts-default-loop .su-post-meta {
    margin-bottom: 0.7em;
    font-size: 0.8em;
    opacity: 0.6;
    display: none;
}

.su-error {
	display: none;
}

.su-posts-default-loop .su-post {
    background-color: rgba(247, 222, 158, 0.53);
    margin-bottom: 1.5em !important;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	box-shadow: 0px 4px 8px -2px rgb(168, 168, 168);
	border: 1px solid white;
}

.su-posts-default-loop h2.su-post-title {
    margin: unset !important;
    padding-top: 0px;
}

.su-posts-default-loop .su-post-excerpt {
    margin-bottom: unset !important;
	margin-right: 0.5em;
}

.su-custom-gallery-slide span {
	font-size: 16px !important;
}

.su-spoiler.my-custom-spoiler {}
.su-spoiler.my-custom-spoiler .su-spoiler-title { 
	background-color: rgb(0, 0, 0);
	border: 1px solid black;
	color: rgb(254, 229, 165);
	font-size: 19px; 
}

.su-spoiler.my-custom-spoiler .su-spoiler-title .su-spoiler-icon,
.su-spoiler.su-spoiler-closed.my-custom-spoiler .su-spoiler-title .su-spoiler-icon {
    left: 3px;
    background-color: #fff;
	color: black;
}

.su-spoiler.my-custom-spoiler .su-spoiler-content { 
	background-color: rgb(255, 255, 255);
}

.su-spoiler.my-custom-spoiler2 {}
.su-spoiler.my-custom-spoiler2 .su-spoiler-title { 
	background-color: rgb(0, 0, 0);
	border: 1px solid black;
	color: rgb(254, 229, 165);
	font-size: 19px; 
}

.su-spoiler.my-custom-spoiler2 .su-spoiler-title .su-spoiler-icon,
.su-spoiler.su-spoiler-closed.my-custom-spoiler2 .su-spoiler-title .su-spoiler-icon {
    left: 3px;
    background-color: #fff;
	color: black;
}

.su-spoiler.my-custom-spoiler2 .su-spoiler-content { 
	background-color: rgb(255, 255, 255);
}

.su-spoiler-style-defafult > .su-spoiler-content {
	padding: unset;
}


/*--------------------------------------------------------------
## GD Star Rating System
--------------------------------------------------------------*/

.star-container {
	display: inline-block;
	min-width: 300px;
	margin-top: -17px;
	margin-left: -15px;
}

.gdrts-rating-user {
	display:none;
}

.gdrts-rating-block, .gdrts-rating-block *, .gdrts-rating-list, .gdrts-rating-list * {
    text-align: center;
}


/*--------------------------------------------------------------
## Contextual Related Posts
--------------------------------------------------------------*/

.crp_related {
    clear: both;
    margin: 10px 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.crp_related li {
	padding: 6px;
	border: unset;
}

.crp_related .crp_thumb, .crp_related li, .crp_related .crp_title {
    vertical-align: bottom;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/*--------------------------------------------------------------
## Eggabase Related Posts
--------------------------------------------------------------*/

.rel-container {
	float:left;
	width: 33.333%;
	min-width: 220px;
	margin-bottom: 15px;
}

.relatedthumb {
	width: 220px;
	height: 130px;
	margin: auto;
	padding: 0px 10px;
}

.relatedcontent {
	width: 220px;
	margin: auto;
	text-align: center;
}

.rel-title {
    font-size: 15px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rel-parent {
	font-size: smaller;
	margin: auto;
	white-space: nowrap;
	margin-top: -10px;
}


/*--------------------------------------------------------------
## Eggabase Recent Posts
--------------------------------------------------------------*/

.rec-container {
	float:left;
	width: 25%;
	min-width: 220px;
	margin-bottom: 15px;
}

.recthumb {
	width: 250px;
	height: 150px;
	margin: auto;
}

.recentcontent {
	width: 250px;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: smaller;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
	height: 10px;
}


/*--------------------------------------------------------------
## List Category Posts
--------------------------------------------------------------*/

.lcp_catlist {
    margin: 0 0.7em;
    list-style: square;
	list-style: inside square;
    color: red;
	line-height: 1.5;
}


/*--------------------------------------------------------------
## WP Polls
--------------------------------------------------------------*/

.wp-polls .Buttons {
	border: 1px solid #988b04;
	background-color: #202020;
    width: 90%;
    margin-bottom: -30px;
}

.wp-polls, .wp-polls-form {
    background-color: #ED7720;
    border: 1.5px solid #bcbcbc;
    color: white;
}

.wp-polls-ul {
    padding: 0px;
    margin: 10px 15px 20px 15px;
}

.wp-polls li:first-child {
    border-bottom: none;
}

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    border-top: 1px solid #f0f0f0;
    padding-top: 5px;
}

.wp-polls li:last-child {
    border-bottom: 1px solid #f0f0f0;
}

.wp-polls .pollbar {
    margin: 5px 1px 1px 1px;
    height: 12px;
    background: #f00;
    border: 1px solid #000;
}


/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/

.text-sub {
	height: 75px;
	border: 1px solid #c3c3c3;
	margin-top:10px;
}

.yt-url {
	width: 90%;
}

.yt-sec {
	float:left;
	width:40%;
}

.med-cont {
	float: left;
	width: 40%;
    margin: 0px 0px 0px 50px;
}

.sub-bttn {
	padding-bottom:0px;
	margin-bottom:-30px;
}

.media-con {
	width: 100%;
}


/*--------------------------------------------------------------
## Youtube Channel
--------------------------------------------------------------*/

.youtube_channel.responsive .ytc_video_container {
    margin-bottom: 20px;
}


/*--------------------------------------------------------------
## WP Discuz
--------------------------------------------------------------*/

#comments {
    padding: 0px 15px;
}

#wpcomm .wc-field-submit input[type="button"] {
    margin: 1px;
    border: #fff 1px solid;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 15px;
    clear: both;
    float: none;
	background-color: #303440;
}

#wpcomm .wc-blog-post_author > .wc-comment-left .wc-comment-label {
    background: rgb(255, 239, 201);
    border: 1px solid #d4d4d4;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

#wpcomm .wc-comment-label {
	padding: unset !important;
	margin: 1px auto !important;
}


/*--------------------------------------------------------------
## Ultimate Member
--------------------------------------------------------------*/

.um-field-value p {
    padding: 5px 0px !important;
}

.um-field {
    padding: 30px 0 0 !important;
}


/*--------------------------------------------------------------
## Fastest Share Buttons
--------------------------------------------------------------*/

.mofsb-wrapper-static .mofsb-button {
    height: 48px;
    min-width: 20%;
}




/*--------------------------------------------------------------
# RESPONSIVE CODE
--------------------------------------------------------------*/

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


#header-left-section {
	width: 24.5%;
	padding: 5px 0px 5px;
	max-width: 310px;
}


.inner-wrap {
	max-width: 1139px;
	width: 98%;
}


#primary {
	width: 73.5%;
	max-width: unset;
}


.left_sidebar #tertiary {
	max-width: unset;
	padding: unset;
	width: 24.5%;
}	


input.s {
	width: 70%;
}


.search-form-top {
	top: 72px;
	width: 255px;
}


.search-wrap button {
	width: 30%;
}


.social-con {
	display:block;
	margin-bottom:12px;
	min-height:35px;
}


.first-sb-social {
	width:20%;
	float:left;
	text-align:center;
	max-width:60px;
	padding:4px;
	margin-left:4px;
}


.sb-social {
	width:20%;
	float:left;
	text-align:center;
	max-width:60px;
	padding:4px;
}

.dropdown-content {
    right: -120px;
}


.goo_con {
	margin-bottom:15px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 23.333%;
	min-width: 220px;
	margin: 0px 0.8%;
}

.recthumb {
	width: 100%;
	height: 150px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 16px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: smaller;
	margin: auto;	
	margin-top: -10px;
	height: 25px;
}

	}


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


#header-left-section {
    float: none;
    margin-right: unset;
    width: unset;
    margin-left: 0px;
    text-align: center;
}


#header-right-section {
	float: right;
	padding-top: unset;
}


#header-logo-image {
    margin-left: unset;
	width: unset;
	padding-top: 10px;
	margin-bottom: 10px;
}


.search-form-top {
	right: 0px;
	top: 80px;
}


.inner-wrap {
	width: 97.3%;
}


.left_sidebar #tertiary {
	display:none;
}


.both_sidebar #tertiary {
	display: none;
}


#primary {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


a#scroll-up {
    color: #C59D32;
    background-color: red;
    border-radius: 5px;
    right: 22px;
	bottom: 65px;
}


.par-title {
	text-align:center;
}


.egg-num {
	width: 75%;
	margin-top: 11px;
}


.ee-title {
	margin-top: 15px;
	margin-bottom: unset;
	float: left;
	width: 80%;
	padding-bottom: 15px;
}


.wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 26%;
	float:right;
}


.wrapper > * {
    padding: 0px;
    margin-top: 0px;
	margin-bottom: 0px;
}


.ee-wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 20%;
	float:right;
	margin-top: unset;
}


.ee-wrapper > * {
    padding: 0px;
    margin-top: 13px;
	margin-bottom: 7px;
}


.aside-3 {
	margin-right: unset;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
    width: 100%;
}

#sectiontohide {
    margin-top: 10px;
	margin-bottom: 15px;
}

.par-top-ad {
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:-10px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;

}

.title-divider {
    padding: unset;
    display: none;
}


.col-1 {
	width: 22%;
}


.search-title {
	margin-top: -5px;
}




/* =Shortcodes Ultimate= */


.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 31%;
	min-width: 220px;
	margin: 0px 1.1%;
}

.recthumb {
	width: auto;
	height: 150px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: small;
	margin: auto;
	white-space: nowrap;
	margin-top: -10px;
}

	}


@media screen and (min-width: 801px) and (max-width: 900px) {


#header-left-section {
    float: none;
    margin-right: unset;
    width: unset;
    margin-left: 0px;
    text-align: center;
	padding: unset;
}


#header-right-section {
    float: right;
	margin-left: 5.7%;
	padding-top: unset;
}


#header-logo-image {
	margin-left: unset;
	width: 225px;
	padding-top: 10px;
}


.par-title {
	text-align: center;
}


.search-form-top {
	right: 0px;
	top: 65px;
}


.inner-wrap {
	width: 97%;
}


#primary {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.left_sidebar #tertiary {
	display: none;
}


.col-1 {
	padding:unset;
	width: 27%;
}


.egg-num {
	width: 75%;
}


.ee-title {
	margin-bottom: -25px;
}


.wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 25%;
	float:right;
}


.wrapper > * {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.ee-wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 25%;
	float:right;
}


.ee-wrapper > * {
    padding: 0px;
    margin-top: unset;
    margin-bottom: 0px;
}

.aside-3 {
	margin-right: unset;
}


#sectiontohide {
    margin-top: 10px;
}


.par-top-ad {
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:-10px;
	border-top: 1px solid #eaeaea;
    padding-top: 25px;
}


.goo_con {
	margin-bottom: 25px;
}


.search-title {
	margin-top: -5px;
}



/* =Shortcodes Ultimate= */


.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}


.su-posts-default-loop .su-post-excerpt {
    margin-bottom: 0.5em;
    margin: 0em 0.5em;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 31%;
	margin: 0px 1.1%;
}

.recthumb {
	width: auto;
	height: 150px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: medium;
	margin: auto;
	white-space: nowrap;
	margin-top: -10px;
}

	}


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


#header-left-section {
    float: none;
	margin-right: unset;
    width: unset;
    margin-left: 0px;
    text-align: center;
	padding: unset;
}


#header-right-section {
    float: right;
    margin-left: 5.7%;
	padding-top: unset;
}


#header-logo-image {
	margin-left: unset;
	width: 200px;
	padding-top: 10px;
}


.search-form-top {
	right: 0px;
	top: 65px;
}


#primary {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.left_sidebar #tertiary {
	display:none;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: -5px;
}


.inner-wrap {
    width: 97%;
}


.par-title {
	text-align: center;
}


.col-1 {
	width: 31%;
}


.egg-num {
	width: 75%;
}


.ee-title {
	width: 80%;
	padding-bottom: unset;
	margin-bottom: 10px;
	margin-top: 5px;
}


.wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 25%;
	float:right;
}


.wrapper > * {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.ee-wrapper {
	text-align: right;
	width: 20%;
	max-width: 150px;
	float: right;
	margin-top: 9px;
}


.ee-wrapper > * {
    padding: 0px;
    margin-top: unset;
    margin-bottom: 7px;
}


.title-divider {
	display: none;
}


.ee-breadcrumbs_con {
	width: 100%;
}


.aside-3 {
	margin-right: unset;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
    width: 100%;
}

.buttwid {
	width: unset;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}


.dropbtn {
	width: 16px;
	height: 16px;
	padding: 16.2px;
	margin-left:5px;
}


#sectiontohide {
    margin-top: 10px;
	margin-bottom: 16px;
}


.par-top-ad {
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:-10px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;	
}


.goo_con {
	margin-bottom:25px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 45%;
	min-width: 220px;
	margin: 0px 2.5%;
}

.recthumb {
	width: unset;
	height: 200px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}

	}


@media screen and (min-width: 701px) and (max-width: 767px) {


#header-left-section {
    float: left;
	margin-right: unset;
    width: unset;
	margin-left: 0px;
	padding-top: 5px;
}


#header-right-section {
    float: unset;
    margin-left: 0;
    margin-right: 0;
}


#header-logo-image {
	margin-left: unset;
	width: 225px;
	padding-top: 5px;
}


.menu-toggle::before {
    color: #fff;
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 24px;
    padding-top: 14px;
    padding-right: 10px;
}


.menu-top-menu-container {
	width: 100%;
	margin-top: 52px;
}


.menu-primary-container {
    clear: both;
    background-color: #333;
    padding: 0px 15px;
}


.fa.search-top {
	font-size: 19px;
}


.search-form-top {
	right: 0px;
	top: 70px;
}


#main {
	margin-bottom:-15px;
}


.inner-wrap {
	width: 96.5%;
}


#primary {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.left_sidebar #tertiary {
	display:none;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: -5px;
}


.egg-num {
	width: 75%;
}


.ee-title {
	width: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 25%;
	float:right;
}


.wrapper > * {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.ee-wrapper {
	text-align: right;
	min-width: 155px;
	width: 20%;
	float: right;
	margin-top: unset;
	margin-bottom: unset;
}


.ee-wrapper > * {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 7px;
}


.aside-3 {
	margin-right: unset;
	order: 2;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
    width: 100%;
}

.dropbtn {
    margin-left: 15px;
}


.buttwid {
	width: unset;
	margin-top: unset;
}


#sectiontohide {
    margin-top: 10px;
	margin-bottom: 15px;
}


.title-divider {
    padding: unset;
    display: none;
}


.ee-breadcrumbs_con {
    width: 100%;
}


.par-top-ad {
	width:100%;
	display:block;
	margin-top:15px;
	margin-bottom:-10px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;

}


.goo_con {
	margin-bottom: 20px;
}

.default-wp-page .previous {
    float: left;
    margin-bottom: 40px;
}


.default-wp-page .next {
    float: right;
    margin-bottom: 40px;
}

#colophon {
	position: relative;
}



/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 45%;
	min-width: 220px;
	margin: 0px 2.5%;
}

.recthumb {
	width: unset;
	height: 200px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}

	}


@media screen and (min-width: 601px) and (max-width: 700px) {


#header-left-section {
	float: left;
    margin-right: unset;
	width: unset;
	margin-left: 0px;
}


#header-right-section {
	padding-top: unset;
}


#header-logo-image {
	margin-left: unset;
	width: 225px;
	padding: 10px 0px 0px;
}


.aside { 
	flex: 1 auto; 
}


.inner-wrap {
	width: 96%;
}


#main {
	margin-bottom:-15px;
}


#primary {
	min-width: unset;
	max-width: unset;
}

.left_sidebar #tertiary {
	display:none;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: -5px;
	font-size: 22px;
}


.menu-toggle::before {
    color: #fff;
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 24px;
    padding-top: 14px;
    padding-right: 10px;
}


.menu-top-menu-container {
	margin-top: 52px;
}


.menu-primary-container {
    clear: both;
    background-color: #2a2a2a;
    padding: 0px 10px;
	margin-top: 52px;
}


.fa.search-top {
	font-size: 19px;
}


.search-form-top {
	top: 65px;
}


.egg-num {
	width: 75%;
	float:left;
	margin-top: 11px;
}


.ee-breadcrumbs_con {
	margin-top: unset;
}


.wrapper {
	display: block;
	flex-flow: unset !important;
	text-align: right;
	width: 25%;
	float:right;
}


.wrapper > * {
	padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.ee-wrapper {
	text-align: right;
	width: 25%;
	float: right;
	margin-top: unset;
	padding: 5px 0px;
}


.ee-wrapper > * {
	padding: 0px;
    margin-top: 8px;
    margin-bottom: 7px;
}


.ee-title {
	width: 75%;
}


.aside-3 {
	margin-right: unset;
	order: 2;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
    width: 100%;
}

.buttwid {
	width: unset;
	margin-top: unset;
}


#sectiontohide {
    margin: 10px 0px 10px;
}

.par-top-ad {
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
}

.title-divider {
	display: none;
}


.goo_con {
	margin-bottom: 10px;
}


a#scroll-up {
    color: #C59D32;
    background-color: red;
    border-radius: 5px;
    right: 20px;
    bottom: 30px;
}


.default-wp-page .previous {
    float: left;
    margin-bottom: 40px;
}


.default-wp-page .next {
    float: right;
    margin-bottom: 40px;
}

#colophon {
	position: relative;
}




/* =Shortcodes Ultimate= */


.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}


/* =Eggabase Related Posts= */

.rel-container {
	float:left;
	width: 50%;
	margin-bottom: 15px;
}

.relatedthumb {
	width: 250px;
	height: 160px;
	margin: auto;
}

.relatedcontent {
	width: 250px;
	margin: auto;
}

.rel-title {
    font-size: 15px;
	font-weight:bold;
	line-height: 12px;
	margin-top: 10px;
	display: inline-block;
	word-wrap: break-word;
    width: 100%;
}

.rel-parent {
	font-size: smaller;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:left;
	width: 50%;
	min-width: 220px;
	margin-bottom: 15px;
}

.recthumb {
	width: 250px;
	height: 150px;
	margin: auto;
}

.recentcontent {
	width: 250px;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 15px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: smaller;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}

	}


@media screen and (min-width: 501px) and (max-width: 600px) {


#header-left-section {
	float: left;
	margin-right: unset;
    width: unset;
	margin-left: unset;
	padding-top: 5px;
}


#header-logo-image {
	margin-left: unset;
	width: 220px;
	padding-top: 8px;
	
}


.left_sidebar #tertiary {
	display:none;
}


#main {
	margin-bottom:-15px;
}


#primary {
	min-width: unset;
	max-width: unset;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 5px;
}


.bread-con {
	display:none;
}


.ee-title {
	text-align: center;
	width: 100%;
	margin-bottom: -15px;
	text-transform: uppercase;
}


.mob-parent {
	display: block;
	text-align: center;
}


.title-divider {
	display: none;
}


.ee-breadcrumbs_con {
	display: none;
}


.par-title {
	text-align:center;
}


.main-img {
	max-width: 300px;
}


.search-container {
	text-align: center;
}


.search-thumb {
	float: unset;
	padding-right: unset;
}


.var-img {
    display: block;
    width: 100% !important;
    margin: auto;
    max-width: 50% !important;
    height: 100% !important;
    max-height: unset !important;
}


.menu-toggle::before {
    color: #fff;
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 24px;
    padding-top: 14px;
    padding-right: 10px;
}

.menu-primary-container {
    clear: both;
    background-color: #2a2a2a;
    padding: 0px 10px;
	margin-top: 52px;
}

.menu-top-menu-container {
	margin-top: 52px;
}


.fa.search-top {
	font-size: 19px;
}


td {
	padding: unset;
}


.col-1 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0px !important;
	display: block;
    text-align: center;
}


.col-2 {
	width:104%;
	text-align: center;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: unset;
	border-top: 1px solid #eaeaea;
	border-radius: 0px !important;
	height: 30px;
	background: none repeat scroll 0% 0% #F3F3F3;
	text-transform: uppercase;
	display: block;
	margin-left: -10.5px;
}


.col-3 {
	width:100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-radius: 0px !important;
	display: block;
}


.var-img {
	width:70%;
	max-width:300px;
}


.egg-num {
	width: 70%;
}


.wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	width: 30%;
}


.wrapper > * {
    padding: unset;
    margin-top: 2px;
    margin-bottom: 5px;
}


.ee-wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	max-width: unset;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.ee-wrapper > * {
    padding: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.to-do-icon {
	width: 10%;
}

.dropdown-content {
    right: unset;
}

.aside-3 {
    order: 2;
	margin-right: 0px;
    display: block;
	width: 90%;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
    width: 100%;
}

#sectiontohide {
	margin-top: 15px;
}

.par-top-ad {
    margin-top: 10px;
    border-top: 1px solid #eaeaea;
    padding-top: 25px;
}

.yt-sec {
	float:left;
	width:100%;
	margin-bottom: 15px;
}


.yt-url {
	width: 100%;
}


.buttwid {
	width: 100%;
}


.med-cont {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}


a#scroll-up {
    right: 18px;
	bottom: 20px;
}


.default-wp-page .previous {
    float: left;
    margin-bottom: 40px;
}


.default-wp-page .next {
    float: right;
    margin-bottom: 40px;
}

#colophon {
	position: relative;
}



/* =Shortcodes Ultimate= */


.su-posts-default-loop .su-post-thumbnail {
    display: block;
    width: 100% !important;
	height: 100% !important;
    float: none !important;
    text-align: center;
	border-right: unset;
	margin-right: unset !important;
}


.su-posts-default-loop .su-post-thumbnail img {
    display: block;
    width: 100% !important;
    text-align: center;
	margin: 0% 2% 0% 2%;
	max-width: 95% !important;
	height: 100% !important;
	max-height: unset !important;
}


.su-posts-default-loop h2.su-post-title {
    margin: 13px 0px -8px 0 !important;
    text-align: center;
}


.su-posts-default-loop .su-post-excerpt {
	margin: 0em 0.5em 0em 0.5em;
}


.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}


/* =Contact Form 7= */

.sub-bttn {
	text-align: center;
	margin-top: -30px;
}


/* =Eggabase Related Posts= */

.rel-container {
	float: unset;
	width: 100%;
	margin-bottom: 15px;
}

.relatedthumb {
	width: 350px;
	height: 300px;
	margin: auto;
}

.relatedcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rel-title {
    font-size: 20px;
	font-weight:bold;
	line-height: 12px;
	margin-top: 10px;
	display: inline-block;
	word-wrap: break-word;
    width: 100%;
}

.rel-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:unset;
	width: 100%;
	min-width: 220px;
	margin-bottom: 15px;
}

.recthumb {
	width: 350px;
	height: 275px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 7px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}

	}


@media screen and (min-width: 401px) and (max-width: 500px) {


#header-left-section {
    float: left;
	margin-right: unset;
    width: unset;
	padding-top: 7px;
}


#header-logo-image {
	margin-left: unset;
	width: 230px;
	padding-top: 5px;
}


.left_sidebar #tertiary {
	display:none;
}


#main {
	margin-bottom:-15px;
	margin-top: -15px;
}


#primary {
	min-width: unset;
	max-width: unset;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 5px;
}


.search-container {
	text-align: center;
}


.search-thumb {
	float: unset;
	padding-right: unset;
}


.var-img {
    display: block;
    width: 100% !important;
    margin: auto;
    max-width: 70% !important;
    height: 100% !important;
    max-height: unset !important;
}


.bread-con {
	display:none;
}


.ee-title {
	text-align: center;
	width: 100%;
	margin-bottom: -15px;
	padding-top:5px;
	text-transform: uppercase;
}


.ee-breadcrumbs_con {
    display: none;
}


.main-img {
	margin: -7px 0px 0px 0px;
	padding: unset;
	float: none;
}


.egg-main {
	display: flex;
	justify-content: center;
}


.mob-parent {
	display: block;
	text-align: center;
}


.title-divider {
	display: none;
}


.par-title {
	text-align:center;
}


.menu-toggle::before {
    color: #fff;
    content: "\f0c9";
	font-family: fontawesome;
	font-size: 24px;
    padding-top: 14px;
    padding-right: 10px;
}

.menu-primary-container {
    clear: both;
    background-color: #2a2a2a;
    padding: 0px 10px;
	margin-top: 52px;
}

.fa.search-top {
	font-size: 19px;
}


td {
	padding: unset;
}


.col-1 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0px !important;
    display: block;
	text-align: center;
}

.col-2 {
	width: 104.4%;
	text-align: center;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: unset;
	border-top: 1px solid #eaeaea;
	border-radius: 0px !important;
	height: 30px;
	background: none repeat scroll 0% 0% #F3F3F3;
	text-transform: uppercase;
	display: block;
	margin-left: -10.5px;
}

.col-3 {
	width:100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-radius: 0px !important;
	display: block;
}

.egg-num {
	text-align:center;
	width: 100%;
	border-bottom: 2px solid rgb(234, 234, 234);
	padding-bottom: 15px;
}

.wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	width: 100%;
}

.wrapper > * {
    padding: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ee-wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	max-width: unset;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.ee-wrapper > * {
    padding: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}

.to-do-icon {
    max-width: 30px;
    float: left;
    width: 5%;
}

.dropdown-content {
    right: unset;
}

.aside-3 {
    order: 2;
    margin-right: 0px;
    display: block;
	width: 90%;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
	width: 100%;
}

.ee-wrapper-br {
	clear:both;
}

.update-date {
    margin-top: 0px !important;
    font-size: 12px;
    font-style: italic;
    padding-bottom: unset;
    margin-bottom: 15px;
    text-align: center;
}

#sectiontohide {
    margin-top: 15px;
}

.goo_con {
	margin-bottom: 10px;
}

.yt-sec {
	float:left;
	width:100%;
	margin-bottom: 15px;
}

.yt-url {
	width: 100%;
}

.buttwid {
	width: 100%;
}

.med-cont {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

a#scroll-up {
    right: 18px;
    bottom: 20px;
}

.default-wp-page .previous {
    float: left;
    margin-bottom: 40px;
}

.default-wp-page .next {
    float: right;
    margin-bottom: 40px;
}

#colophon {
	position: relative;
}

.section-label {	
    float: left;
    font-size: 17px;
    font-weight: 900;
    width: 100%;
}

.star-container {
    display: inline-block;
    margin-top: unset;
    margin-left: unset;
    min-width: unset;
}

.contrib-container {
    display: inline-block;
    min-width: 300px;
    margin-top: 10px;
    margin-left: unset;
    width: 100%;
}



/* =Shortcodes Ultimate= */

.su-posts-default-loop .su-post-thumbnail {
    display: block;
    width: 100% !important;
	height: 100% !important;
    float: none !important;
    text-align: center;
	border-right: unset;
	margin-right: unset !important;
}


.su-posts-default-loop .su-post-thumbnail img {
    display: block;
    width: 100% !important;
    text-align: center;
	margin: 0% 2% 0% 2%;
	max-width: 95% !important;
	height: 100% !important;
	max-height: unset !important;
}


.su-posts-default-loop h2.su-post-title {
    margin: 13px 0px -8px 0 !important;
    text-align: center;
}


.su-posts-default-loop .su-post-excerpt {
	margin: 0em 0.5em 0em 0.5em;
}


.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}


/* =Contact Form 7= */


.sub-bttn {
	text-align: center;
	margin-top: -30px;
}


/* =Eggabase Related Posts= */

.rel-container {
	float: unset;
	width: 100%;
	margin-bottom: 15px;
}

.relatedthumb {
	width: 350px;
	height: 300px;
	margin: auto;
}

.relatedcontent {
	max-width: 350px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.rel-title {
    font-size: 20px;
	font-weight:bold;
	line-height: 12px;
	margin-top: 10px;
	display: inline-block;
	word-wrap: break-word;
    width: 100%;
}

.rel-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:unset;
	width: 100%;
	min-width: 220px;
	margin-bottom: 15px;
}

.recthumb {
	width: 350px;
	height: 275px;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 18px;
	font-weight:bold;
	line-height: 20px;
	margin: 7px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: medium;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}

	}


@media screen and (min-width: 320px) and (max-width: 400px) {


#header-left-section {
    float: left;
    margin-right: unset;
    width: unset;
	padding-top: 10px;
	max-width: 160px;
}


#header-logo-image {
	margin-left: unset;
	width: 185px;
	padding-top: 10px;
}

.menu-primary-container {
    clear: both;
    background-color: #2a2a2a;
    padding: 0px 10px;
	margin-top: 52px;
}

.left_sidebar #tertiary {
	display:none;
}


#main {
	margin-bottom:-15px;
}


#primary {
	min-width: unset;
	max-width: unset;
}


.both_sidebar #tertiary {
	display: none;
}


.both_sidebar #content {
	max-width: unset;
	min-width: unset;
	width: unset;
}


.search-title {
	margin-top: 15px;
	font-size: 22px;
	margin-bottom: 5px;
}


.search-container {
	text-align: center;
}


.search-thumb {
	float: unset;
	padding-right: unset;
}


.var-img {
    display: block;
    width: 100% !important;
    margin: auto;
    max-width: 70% !important;
    height: 100% !important;
    max-height: unset !important;
}


.par-breadcrumbs-con {
	display:none;
}


.ee-breadcrumbs_con {
    display: none;
}


.par-title {
	text-align:center;
}


.ee-title {
	text-align: center;
	padding-top: 8px;
	margin-top: unset;
	float: unset;
	width: unset;
	margin-bottom: -13px;
	font-size: 6.5vw;
	text-transform: uppercase;
}


.mob-parent {
	text-align:center;
	display: block;
}


.title-divider {
	display: none;
}


.par-top-ad {
	margin-bottom: -20px;
}


.goo_con {
	margin-bottom: 30px;
	display:inline-block;
	max-width: 100%;
}


.menu-toggle::before {
    color: #fff;
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 24px;
    padding-top: 14px;
    padding-right: 5px;
}


.user-top {
    padding: 21px 5px 0px 10px;
    margin-bottom: -20px;
    line-height: 60px;
    display: inline-block;
    cursor: pointer;
    float: right;
	color: #EFEFEF !important;
	font-size: large !important;
}


.fa.search-top {
	font-size: 19px;
}


td {
	padding: unset;
}


.col-1 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0px !important;
    display: block;
    text-align: center;
}


.col-2 {
	width: 105.5%;
	text-align: center;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: unset;
	border-top: 1px solid #eaeaea;
	border-radius: 0px !important;
	height: 30px;
	background: none repeat scroll 0% 0% #F3F3F3;
	text-transform: uppercase;
	display: block;
	margin-left: -10.5px;
}


.col-3 {
	width:100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-radius: 0px !important;
	display: block;
}


.var-img {
	width:70%;
}


.egg-num {
	text-align:center;
	width: 100%;
	border-bottom: 2px solid rgb(234, 234, 234);
	padding-bottom: 15px;
}


.wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	width: 100%;
}


.wrapper > * {
    padding: unset;
    margin-top: 15px;
    margin-bottom: 15px;
}


.ee-wrapper {
	display: unset !important;
    flex-flow: unset;
    font-weight: bold;
    text-align: center;
	width: 100%;
	max-width: unset;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.ee-wrapper > * {
    padding: unset;
    margin-top: 10px;
    margin-bottom: 10px;
}

.to-do-icon {
	width: 15%;
}

.dropdown-content {
    right: unset;
}

.aside-3 {
    order: 2;
    margin-right: 0px;
    display: block;
	width: 85%;
}

.aside-p {
    order: 2;
    margin-right: 0px;
    display: block;
	width: 100%;
}

.ee-wrapper-br {
	clear:both;
}

.ee-wrapper-br {
	clear:both;
}

.update-date {
    margin-top: 0px !important;
    font-size: 12px;
    font-style: italic;
    padding-bottom: unset;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.yt-sec {
	float:left;
	width:100%;
	margin-bottom: 15px;
}


.yt-url {
	width: 100%;
}


.buttwid {
	width: 100%;
}


.med-cont {
    float: left;
    width: 100%;
    margin: 0px 0px 0px 0px;
}


a#scroll-up {
    right: 18px;
    bottom: 20px;
}


.main-img {
	float: right;
	text-align: center;
	margin: -20px -5px 10px;
	padding: unset;
}

.default-wp-page .previous {
    float: left;
    margin-bottom: 40px;
}


.default-wp-page .next {
    float: right;
    margin-bottom: 40px;
}

#colophon {
	position: relative;
}



/* =Shortcodes Ultimate= */

.su-posts-default-loop .su-post-thumbnail {
    display: block;
    width: 100% !important;
	height: 100% !important;
    float: none !important;
    text-align: center;
	border-right: unset;
	margin-right: unset !important;
}


.su-posts-default-loop .su-post-thumbnail img {
    display: block;
    width: 100% !important;
    text-align: center;
	margin: 0% 2% 0% 2%;
	max-width: 95% !important;
	height: 100% !important;
	max-height: unset !important;
}


.su-posts-default-loop h2.su-post-title {
    margin: 13px 0px -8px 0 !important;
    text-align: center;
}

.su-posts-default-loop .su-post-excerpt {
	margin: 0em 0.5em 0em 0.5em;
}

.su-posts-default-loop .su-post-comments-link {
    margin-left: 0.5em;
}

.su-spoiler-style-default>.su-spoiler-content {
    padding: 10px;
}


/* =Contact Form 7= */

.sub-bttn {
	text-align: center;
	margin-top: -30px;
}


/* =Eggabase Related Posts= */

.rel-container {
	float: unset;
	width: 100%;
	margin-bottom: 15px;
}

.relatedthumb {
	width: 275px;
	height: 175px;
	margin: auto;
}

.relatedcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rel-title {
    font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px 0px -5px 0px;
	display: inline-block;
	word-wrap: break-word;
    width: 100%;
}

.rel-parent {
	font-size: small;
	margin: auto;
	word-wrap: break-word;
	margin-top: -10px;
}


/* =Eggabase Recent Posts= */

.rec-container {
	float:unset;
	width: 100%;
	margin-bottom: 15px;
}

.recthumb {
	width: 100%;
	margin: auto;
}

.recentcontent {
	width: 100%;
	margin: auto;
	text-align: center;
}

.rec-title {
    font-size: 17px;
	font-weight:bold;
	line-height: 20px;
	margin: 5px 0px -5px 0px;
	display: inline-block;
	white-space: nowrap;
    width: 100%;
}

.rec-parent {
	font-size: small;
	margin: auto;
	word-wrap: break-word;
	margin-top: -12px;
}

	}