/*
Theme Name: Nucleare
Theme URI: https://crestaproject.com/downloads/nucleare/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Classic and Elegant WordPress Theme with two columns, unlimited colors and theme options by CrestaProject.com. Live demo http://crestaproject.com/demo/nucleare/
Version: 1.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nucleare
Tags: two-columns, right-sidebar, custom-background, custom-menu, custom-colors, sticky-post, featured-images, theme-options, translation-ready, blog, news
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proxima-fontkit/proximanova-regular-webfont.woff2') format('woff2'),
         url('proxima-fontkit/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ththin';
    src: url('proxima-fontkit/proxima_nova_thin-webfont.woff2') format('woff2'),
         url('proxima-fontkit/proxima_nova_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('proxima-fontkit/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima-fontkit/proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f2f2f2; /* Fallback for when there is no custom background color defined. */
	font-family: 'proxima_nova_rgregular';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	max-width: 100%;
}

table th, table td {
	border: 1px solid rgba(0,0,0,.05);
	text-align: center;
	padding: 5px 0;
}

table th {
	background: rgba(0,0,0,.05);
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5e5e5e;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 2;
	text-rendering: optimizeLegibility;
}

.smallPart, aside .tagcloud {
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b9b9b9;
}
.smallPart a {
	color: #b9b9b9;
}

.site-info {
	color: #5e5e5e !important;
}
.site-info a, .site-info a:hover {
	color: #7fc7af !important;
}
.site-info a:hover {
	border-bottom: 1px dotted;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title {
	clear: both;
	font-weight: 400;
	font-family: 'proxima_nova_rgregular';
}

h1, h2.entry-title {font-size: 30px; line-height: 1.5;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 12px;}

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	display: block;
	padding: 1.5em 1.5em 1.5em 3.5em;
	margin: 0 0 1.5em;
	position: relative;
	border-left: 5px solid #7fc7af;
	border-right: 2px solid #7fc7af;
	font-style: italic;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'proxima_nova_rgregular';
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.spaceLeft {
	padding-left: 5px;
}
.spaceRight {
	padding-right: 5px;
}
.spaceLeftRight {
	padding: 0 5px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

select {
	background: rgba(0,0,0,.03);
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 0;
	background: #7fc7af;
	color: #ffffff;
	padding: 1em 1.5em;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	outline: none;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #b9b9b9;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #b9b9b9;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0;
	outline: none;
	color: #b9b9b9;
	background: rgba(0,0,0,.03);
	-o-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	-webkit-box-shadow: inset 5px 5px 10px -5px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 5px 5px 10px -5px rgba(0,0,0,0.05);
	box-shadow: inset 5px 5px 10px -5px rgba(0,0,0,0.05);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #5e5e5e;
	border: 1px solid #7fc7af;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

#search-full input[type="search"] {
	background: transparent;
	font-size: 125%;
	line-height: 1;
	border-radius: 0px;
	padding: 1em 0;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-shadow: none;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, .entry-title a:hover, .entry-title a:focus {
	color: #7fc7af;
	text-decoration: none;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:hover,
a:focus,
a:active,
.entry-title a {
	color: #5e5e5e;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.theNavigationBlock {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	background: #ffffff;
}

.main-navigation ul ul li {
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}

.main-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 4px;
	font-size: 10px;
	line-height: 1;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 2px 0 0 4px;
	float: right;
	line-height: inherit;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 1.5em .8em;
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 1px;
	-o-transition: color .3s ease-in-out, background .3s ease-in-out;
	-moz-transition: color .3s ease-in-out, background .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 59px;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.main-navigation div > ul > li > ul {
	padding-top: 15px;
}

.main-navigation div > ul > li > ul > li:first-child {
	border-top: 2px solid #7fc7af;
}

.main-navigation div > ul > li > ul::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 30px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: transparent;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7fc7af;
}

.main-navigation div > ul > li > ul::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 33px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: transparent;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7fc7af;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 230px;
	padding: 1em 1.5em;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:active > ul, .main-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current-page-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_parent > a {
	background: rgba(0,0,0,.03);
	color: #5e5e5e;
}

/* Small menu */
.menu-toggle {
	display: none;
}

.menu-toggle:focus, .menu-toggle:hover {
	background: #7fc7af;
	color: #ffffff;
}

/*start of changes related to popup form*/

.click-to-download img {
  width: 100%;
	display: block;
}

.click-to-download {
	display: block;
	outline: none;
}

.click-to-download img {
	width: 100%;
	min-height: 500px;
}

.click-to-download:focus,
.click-to-download:hover,
.click-to-download:active { outline: none; }

.pum-container .input-effect {
    position: relative;
}

.pum-container .input-effect input {
  display: block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 1px;
  line-height: 1.42857143;
  border-style: solid;
	padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
  resize: none;
  height: 38px;
  font-weight: 100;
	border-color: #b6b6b6;
	border-width: 2px;
	color: #7f7f7f;
	outline: none;
	border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline: none;
}

.pum-container .input-effect input:focus {
	border-color: transparent;
}

.pum-theme-463 .pum-title {
	margin: 0;
	font-size: 24px;
	text-align: center;
	color: #2f2933;
}

.pum-container .input-effect label {
	display: none;
}

div.pum-theme-463 .pum-container {
	padding: 0;
}

div.pum-theme-463 .pum-title {
	color: #2f2933;
  margin: 0;
  font-size: 22px;
  text-align: center;
  padding: 5px 0px 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

div.pum-theme-463 .pum-content { padding: 0 28px; }

.input-effect input ~ .focus-border:before,
.input-effect input ~ .focus-border:after {
	content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #f27046;
  transition: 0.4s;
}

.input-effect input ~ .focus-border:after {
	top: 37px;
}

.input-effect input ~ .focus-border i:before,
.input-effect input ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #f27046;
  transition: 0.6s;
}

.input-effect input ~ .focus-border i:after {
  left: auto;
  right: 0;
}

.input-effect input:focus ~ .focus-border:before,
.input-effect input:focus ~ .focus-border:after,
.input-effect input.has-content ~ .focus-border:before,
.input-effect input.has-content ~ .focus-border:after {
  left: 0;
  width: 100%;
  transition: 0.4s;
}


div.sweet-alert h2 {
  text-align: center;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  display: block;
}

div.sweet-alert h2,
div.sweet-alert p {
  color: #2f2933;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

div.sweet-alert button {
  background: #01A2A6 !important;
  margin: 0;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>div[aria-hidden] {
  padding-right: 0;
}

.input-effect input:focus ~ .focus-border i:before,
.input-effect input:focus ~ .focus-border i:after,
.input-effect input.has-content ~ .focus-border i:before,
.input-effect input.has-content ~ .focus-border i:after{
  top: -1px;
  height: 100%;
  transition: 0.6s;
}

.pum-container .input-effect input.has-content {
	border-color: transparent;
}

.pum-content p.error {
  font-size: 14px;
  color: red;
  height: 20px;
  margin: 0px 0 10px 2px;
}

div.pum-theme-463 .pum-content + .pum-close {
	background: #fff;
	color: #000;
	border: 0;
	padding: 1px 6px 3px;
	height: auto;
	width: auto;
	vertical-align: top;
	font-size: 20px;
	line-height: 18px;
	right: -40px;
	top: -36px;
	border-radius: 50%;
	font-weight: 900;
	font-family: 'Archivo Narrow', sans-serif;
}

.pum-container form .download-btn {
	font-size: 14px;
	color: #fff;
	background: #371e53;
	padding: 10px 25px;
	border-radius: 4px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	margin: 0 auto 30px;
}

.text-center { text-align: center; }

#custom_post_widget-3 {
	background: transparent;
	box-shadow: none;
}

#custom_post_widget-3 .widget-title {
	box-shadow: none;
	background: transparent;
	padding: 0;
}

a.opModal {
  width: 100%;
  display: block;
  position: relative;
	min-height: 150px;
	outline: none;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

.opModal img { display: block; }

.opModal span {
  width: 58px;
  height: 40px;
  background: #CC181E url(images/play.png) no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  border-radius: 10px;
  background-size: 15px 15px;
}

div.widget-area {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

div.widget-area .widget,
.widget-wrap {
	background: #fff;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

div.widget-area .widget-wrap {
	padding: 20px;
	background: #fff;
	margin: 0 0 2.5em;
}

div.widget-area .widget-wrap .widget {
	box-shadow: none;
}

#custom_post_widget-3 .widget-title h2 { overflow: hidden; }

div.pum-theme-lightbox .pum-container {
	border: 0;
	padding: 0;
	background: transparent;
	max-width: 900px;
  background: #000;
}

div.pum-theme-lightbox .pum-content + .pum-close {
	background: #fff;
  color: #000;
  border: 0;
  padding: 1px 6px 3px;
  height: auto;
  width: auto;
  vertical-align: top;
  font-size: 20px;
  line-height: 18px;
  right: -30px;
  top: -36px;
  border-radius: 50%;
  font-weight: 900;
	font-family: 'Archivo Narrow', sans-serif;
}

div.widget-title span {font-weight: 600; }

header nav ul li .submenu li a { outline: none; }

/*end of changes related to popup form*/



@media screen and (max-width: 1024px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		float: left;
	}

	.menu-toggle {
		background: #ffffff;
		color: #b9b9b9;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation li a:not(:last-child):after, .main-navigation ul ul li a:not(:last-child):after {
		content: "";
		font-family: FontAwesome;
		margin: 0;
	}
	.main-navigation ul li .indicator {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 60px;
		line-height: 60px;
		text-align: center;
		border-left: 1px solid rgba(0,0,0,.05);
		color: #7fc7af;
	}
	.main-navigation ul li .indicator:before {
		content: "\f067";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f068";
	}
}

.site-main .comment-navigation {
	margin: 0 0 2.5em;
	overflow: hidden;
}
.site-main .paging-navigation,
.site-main .post-navigation,
#disqus_thread {
	margin: 0 0 2.5em;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
	padding: 2.5em 5em;
	overflow: hidden;
}

.post-navigation .meta-nav {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	-o-transition: padding .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: padding .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: padding .3s ease-in-out, color .3s ease-in-out;
	transition: padding .3s ease-in-out, color .3s ease-in-out;
}

.post-navigation .nav-previous .meta-nav {
	padding-left: 15px;
	float: right;
}

.post-navigation .nav-previous a:hover .meta-nav {
	padding-left: 0;
	padding-right: 15px;
}

.post-navigation .nav-previous .theNavigationArrow {
	float: left;
	width: 10%;
}

.post-navigation .nav-next .meta-nav {
	padding-right: 15px;
	float: left;
}

.post-navigation .nav-next a:hover .meta-nav {
	padding-left: 15px;
	padding-right: 0;
}

.post-navigation .nav-next .theNavigationArrow {
	float: right;
	width: 10%;
}

.post-navigation .meta-nav .nextPrevName {
	color: #5e5e5e;
}

.post-navigation .meta-nav .nextPrevName:hover {
	color: #7fc7af;
}

.post-navigation .meta-nav span {
	position: relative;
}
.post-navigation .nav-previous .meta-nav span:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.1);
	width: 312px;
	margin: 0px 15px;
	opacity: 0;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.post-navigation .nav-next .meta-nav span:before {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.1);
	width: 312px;
	right: 100%;
	margin: 0px 15px;
	opacity: 0;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.post-navigation .nav-previous .meta-nav:hover span:after, .post-navigation .nav-next .meta-nav:hover span:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-previous {
	padding-right: 15px;
}

.post-navigation .nav-next {
	padding-left: 15px;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.entry-bottom:before,
.entry-bottom:after,
.widget_archive li:before,
.widget_archive li:after,
.widget_categories li:before,
.widget_categories li:after,
.widget.widget_search:before,
.widget.widget_search:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.entry-bottom:after,
.widget_archive li:after,
.widget_categories li:after,
.widget.widget_search:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Tag Cloud widget */
.tagcloud a {
	background: #7fc7af;
	color: #ffffff;
	padding: .4em .6em;
	display: inline-block;
	margin: 2px 0;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.tagcloud a:hover {
	background: #b9b9b9;
	color: #ffffff;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
}
#wp-calendar > caption {
	padding: 0.5em;
	background: #7fc7af;
	color: #ffffff;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	background: rgba(0,0,0,.05);
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid rgba(0,0,0,.05);
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border: 1px solid #7fc7af;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}
.widget.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f114";
	padding-right: 0.5em;
	float: left;
}
.widget.widget_archive li:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 0.5em;
	float: left;
}
ul.related_post li img {
	float: left;
	margin-right: 10px;
}

/* Menu Widget */
aside ul.menu ul.sub-menu {
	display: none;
	padding-left: 2em;
}
aside ul.menu li {
	position: relative;
	border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0;
}
aside ul.menu li a {
	border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-color: rgba(0,0,0,0.1);
    padding: 0.7em 0;
	display: block;
	height: 55px;
}
aside ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 12px;
    border-left-width: 1px;
    border-left-style: dotted;
    border-color: rgba(0,0,0,0.1);
}
aside ul.menu .indicatorBar:before {
	content: "\f107";
}

aside ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}
/* Search widget */
.widget.widget_search input[type="search"] {
	width: 68%;
    display: inline-block;
    -webkit-appearance: none;
    padding: 4px 15px;
    line-height: 1;
	float: left;
	height: 40px;
}
.widget.widget_search input[type="submit"] {
	width: 32%;
    display: inline-block;
	float: right;
	height: 40px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.site {
	max-width: 1140px;
	margin: 7em auto 3em;
}
.theNavigationBar {
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}
.admin-bar .theNavigationBar {
	top: 32px;
}
header.site-header {
	margin-bottom: 4em;
}
.theNavigationSocial {
	float: right;
	font-size: 13px;
	line-height: 1.6;
}
.theNavigationSocial a {
	padding: 1.5em .5em;
	display: inline-block;
	color: #b9b9b9;
}
.theNavigationSocial a:hover {
	color: #7fc7af;
}
.theNavigationSocial .top-search {
	display: inline-block;
	background: #7fc7af;
	color: #ffffff;
	margin-left: .5em;
	width: 59px;
	height: 59px;
	text-align: center;
	padding: 1.5em .5em;
	cursor: pointer;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.theNavigationSocial .top-search:hover, .theNavigationSocial .top-search:focus {
	background: #b9b9b9;
}
.site-title {
	font-size: 50px;
	letter-spacing: -2px;
	margin: 0;
	line-height: 1.5;
}
.site-description {
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.site-branding {
	text-align: center;
}
.content-area {
	float: left;
	width: 71%;
}
.widget-area {
	float: left;
	width: 26%;
	margin-left: 3%;
}
.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
	padding: 0 5em;
}
.page-header, .page-content {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}
.posted-on, .byline {
	margin-right: 10px;
}
.floatLeft {
	float: left;
}
.readMoreLink {
	float: right;
	background: #7fc7af;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.readMoreLink a, .readMoreLink a:hover {
	color: #ffffff !important;
	padding: 1em 1.5em;
	display: block;
}
.readMoreLink:hover {
	background: #b9b9b9;
}
.entry-category {
	padding-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 2px;
	font-weight: 700;
}
.entry-meta {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgba(0,0,0,.1);
}
.entry-page-title {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgba(0,0,0,.1);
}
.entry-bottom {
	padding-top: 1.5em;
	border-top: 1px dotted rgba(0,0,0,.1);
}
.entry-header {
	padding-top: 2.5em;
	position: relative;
	overflow: hidden;
	clear: both;
}
.entry-footer {
	padding-bottom: 2.5em;
}
.entry-title, .page-title {
	letter-spacing: -1px;
}
#toTop:hover {
    text-decoration: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 2em;
    right: 1.5em;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
	-o-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}
.edit-link {
	display: block;
}

figure.entry-featuredImg {
	background: #7fc7af;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

figure.entry-featuredImg:after {
	content: "";
	position: absolute;
	bottom: -1em;
	left: 5em;
	background: #ffffff;
	z-index: 99;
	width: 2em;
	height: 2em;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

figure.entry-featuredImg img {
	width: 100%;
	opacity: 1;
	display: block;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.entry-featuredImg:hover a img {
	opacity: 0.7;
}

figure.entry-featuredImg figcaption {
	padding: 2em;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.entry-featuredImg figcaption::before,
figure.entry-featuredImg figcaption::after {
	position: absolute;
	top: 2em;
	right: 2em;
	bottom: 2em;
	left: 2em;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.entry-featuredImg figcaption::before {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.entry-featuredImg figcaption::after {
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.entry-featuredImg p {
	padding: 0;
	margin: 0;
	position: absolute;
	font-size: 50px;
	margin-left: -22px;
	margin-top: -45px;
	width: 44px;
	height: 90px;
	top: 50%;
	left: 50%;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.entry-featuredImg:hover figcaption::before,
figure.entry-featuredImg:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.entry-featuredImg:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.taxonomy-description {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px dotted rgba(0,0,0,.1);
}

.comment-awaiting-moderation {
	color: #ff0000;
	margin: 0;
}

#search-full {
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
}
.search-container {
	position: relative;
	top: 47%;
	width: 100%;
	max-width: 930px;
	padding: 0 1.5em;
	margin: 0 auto;
}
.search-container input[type="submit"] {
	display: none;
}
#close-search {
	display: inline-block;
	cursor: pointer;
	float: right;
	padding-top: .5em;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .entry-header:before {
	font-family: FontAwesome;
	content: "\f02e";
	font-size: 35px;
	position: absolute;
	right: 1em;
	top: -0.7em;
	color: #b9b9b9;
}

.hentry, .page-header, .page-content {
	margin: 0 0 2.5em;
	background: #ffffff;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	word-wrap: break-word;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-align: right;
}

.page-links span {
	background: rgba(0,0,0,.05);
	padding: 0.3em;
	margin-left: 6px;
	color: #5e5e5e;
}

.page-links span a {
	background: #7fc7af;
	padding: 0.6em;
	margin: 0 3px;
	color: #ffffff;
	-o-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.page-links span a:hover, .page-links span a:focus {
	background: #b9b9b9;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	border-bottom: 1px dotted rgba(0,0,0,.1);
	padding: 0.7em 0;
}
aside ul li:last-child {
	border-bottom: 0px;
}
.widget-title {
	overflow: hidden;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.widget-title h2 {
	font-size: 14px;
}
.widget-title span {
	position: relative;
	display: inline-block;
}
.widget-title span:after {
	content: "";
	position: absolute;
	top: 50%;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.1);
	width: 319px;
	margin: 0px 15px;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	padding: 2.5em 5em;
	background: #ffffff;
	margin-bottom: 2.5em;
	box-shadow: 0px 0px 2px rgba(0,0,0,.05);
}

.comments-title {
	padding-bottom: 1.5em;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	letter-spacing: -1px;
	margin-bottom: 1.5em;
}

#comments ol {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
}
#comments ol .pingback {
	margin: 0 0 1.5em;
	position: relative;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	padding-bottom: 1.5em;
}
#comments ol .comment-respond {
	padding: 0;
	margin: 3em 0;
}
#comments ol article {
	margin: 0 0 2.5em;
	position: relative;
	border-bottom: 1px dotted rgba(0,0,0,.1);
}
#comments ol ol {
	padding-left: 5%;
	background: transparent;
}
#comments ol ol article {
}
#comments article footer img {
	float: left;
	margin-right: 1.5em;
	border-radius: 50%;
}
#comments article .comment-content {
	clear: both;
	padding-top: 1em;
	padding-bottom: .5em;
}
#comments .reply {
	position: absolute;
	top: 0;
	right: 0;
}
.comment-reply-title small {
	float: right;
}
.comment-form label[for="author"], .comment-form label[for="email"], .comment-form label[for="url"], .comment-form label[for="comment"] {
	width: 5%;
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 1.6;
}
.comment-form input[name="author"], .comment-form input[name="email"], .comment-form input[name="url"], .comment-form textarea {
	width: 95%;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	font-size: 75%;
	background: rgba(0,0,0,.05);
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Code added by Me */

*, h1,h2,h3,h4,h5,h6,p,a,span,strong,i,em,table,td,tr,div {
	font-family: 'proxima_nova_rgregular';
}

h2,
h2 strong { font-size: 24px; }

h3,
h3 strong { font-size: 20px; }

h4,
h4 strong { font-size: 18px; }

h5,
h5 strong { font-size: 16px; }

h6,
h6 strong { font-size: 15px; }

*,p,a,span,strong,i,em,table,td,tr,div {
	font-size: 14px;
	font-weight: 400;
}

strong { font-weight: 600; }

.site {
  margin: 0 auto 3em;
}

.site-title {
  margin: 40px 0 0;
}

.site-title a {
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 55px;
	background: url(https://www.talismatic.com/images/mdmj.png) no-repeat;
	background-size: contain;
}

header.site-header {
  margin-bottom: 40px;
}

h1, h2.entry-title {
	font-family: 'proxima_nova_rgregular';
  font-size: 30px;
  line-height: 1.2;
}

h2.entry-title a {
	color: #371e53;
	font-family: 'proxima_nova_rgregular';
  font-size: 30px;
}

h2.entry-title a:hover,
h2.entry-title a:active,
h2.entry-title a:focus { color: #371e53; }

.posted-on a:hover,
.posted-on a:focus,
.posted-on a:active,
.comments-link a:hover,
.comments-link a:focus,
.comments-link a:active {
	color: #767575;
}

.entry-summary p {
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	color: #666464;
	line-height: 1.8;
}

.readMoreLink a {
	background: #01a2a6;
	font-family: 'proxima_nova_rgregular';
	font-size: 12px;
}

.readMoreLink a:hover,
.readMoreLink a:focus,
.readMoreLink a:active {
	opacity: .8;
}

footer.entry-footer {
  padding: 0 3em 15px;
}

*, table, td, h1, h2, h3, h4, h5, h6,
p, a {
	font-family: 'proxima_nova_rgregular';
}

.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
    padding: 0 3em;
}

.entry-header {
  padding-top: 2em;
}

.hentry, .page-header, .page-content {
  box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

footer p {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	color: #767575;
	float: left;
	margin-top: 10px;
}

footer .site-info ul {
	float: right;
}

.social-icon li {
	display: inline-block;
}

.social-icon li a {
  width: 26px;
  height: 26px;
  display: block;
  margin: 9px 20px 0 0;
	color: #c9c9c9 !important;
	text-align: center;
	padding: 0px 0 0;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
}

.social-icon li a:hover,
.social-icon li a:active,
.social-icon li a:focus {
	text-decoration: none;
	opacity: .7;
	border: 0;
	color: #a6a6a6 !important;
	border: 2px solid #a6a6a6;
}

.theNavigationBar { display: none; }

body.blog.custom-background { background: #dfdfdf; }

.widget-title h2 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	color: #371e53;
	font-weight: 600;
}

.blog-content {
	display: inline-block;
	width: 80%;
}

.page-header {
  padding: 20px 1em;
}

article figure.entry-featuredImg {
	width: 20%;
	display: inline-block;
	padding-left: 2%;
	box-sizing: border-box;
	padding-top: 2%;
	background: #fff;
}

.blog-content .entry-summary,
.blog-content-without-img .entry-summary {
     padding: 0 1.5em;
}

.entry-header {
     padding: 2.5em 1.5em 0;
}

.blog-content .entry-footer,
.blog-content-without-img .entry-footer {  padding: 0 1.5em 20px; }

figure.entry-featuredImg:after { display: none; }

.widget_recent_entries li a,
.widget_categories li a {
	color: #371e53;
	font-size: 16px;
}

.single-article figure.entry-featuredImg {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	float: none;
}

.single-article .entry-content { margin: 0; }

.single-article .entry-content p a {
	color: #01a2a6;
}

.single-article .entry-content p { margin: 0; }

.single-article .entry-content span.date {
	color: #371e53;
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
}

.single-article .entry-content ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.single-article .entry-content ul li {
	list-style-type: disc;
	font-size:16px;
}

.single-article .entry-content  h6 {
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
	margin: 15px 0 0px;
}

.single-article .entry-content p {
	color: #666464;
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
}

.post-navigation .meta-nav div.nextPrevName:hover {
	color: #01a2a6;
}

.comment-meta  a.url {
	color: #371e53;
}

.comment-content p {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
}

.widget_recent_entries li a:hover,
.widget_categories li a:hover {
	color: #01a2a6;
}

.logged-in-as a {
	color: #01a2a6;
}

.site-main .paging-navigation,
.site-main .post-navigation, #disqus_thread,
.comments-area {
	box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

.widget-area {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}

.comments-area .form-submit {
  text-align: right;
}

.comments-area .form-submit input[type="submit"].submit {
	 background: #01a2a6;
}

#commentform div.error, #commentform label.error {
	color: #FF0000;
	margin: 0 0 0 5%;
}

.footer-region {
    background: url(images/footer.png) no-repeat;
    padding: 40px 0 0;
    background-size: cover;
}

.footer-region h3 {
  color: #dedede;
  font-family: 'proxima_nova_rgregular';
  font-size: 18px;
  margin: 0 0 18px;
  text-transform: uppercase;
  text-align: left;
}

.footer-region ul {
  padding: 0;
	margin: 0 0 18px;
}

.footer-region li {
  list-style-type: none;
  margin-bottom: 3px;
}

.footer-region li a {
  font-family: 'proxima_nova_rgregular';
  font-size: 15px;
  color: #a9a9a9;
  padding: 0 0 10px;
  font-weight: 100;
}

.footer-region li a:hover, .footer-region li a:active, .footer-region li a:focus {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  color: #dadada;
  outline:none;
}

.footer-bottom {
  background: #242424;
  margin-top: 0px;
  float: left;
  width: 100%;
}

.footer-bottom p {
  font-size: 14px;
  color: #525252;
  padding: 12px 0 0px;
  text-align: left;
  margin: 0;
	font-family: 'proxima_nova_rgregular';
}

.site-footer > div {
	float: left;
	width: 25%;
}

.site-footer > div.col-md-2 {
	float: left;
	width: 16.66666667%;
}

.site-footer > div.col-md-4 {
	float: left;
	width: 33.33333333%;
}

.site-footer > div.col-md-4 .col-md-6 {
	float: left;
	width: 50%;
}

.social-icon li a {
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
	padding: 0 0 25px;
	text-indent: -9999px;
}

.social-icon li a.fb {
  background: url(images/fb.png) no-repeat;
}

.social-icon li a.tw {
  background: url(images/tw.png) no-repeat;
}

.social-icon li a.ln {
  background: url(images/ln.png) no-repeat;
}

.social-icon li a:hover, .social-icon li a:active, .social-icon li a:focus {
  text-decoration: none;
  opacity: .7;
  border: 0;
  color: #a6a6a6 !important;
}

.page-title > span {
	font-family: 'proxima_nova_rgregular';
  font-size: 24px;
  font-weight: 600;
  margin-left: 5px;
}

.sfsi_Sicons { margin: 20px 0; }

.sfsi_Sicons > div { display: inline-block; }

.sfsi_Sicons span,
.related_post_title {
	font-family: 'proxima_nova_rgregular';
  font-size: 15px;
	font-weight: 600;
}

.related_post_title { font-size: 18px; }

.related_post .wp_rp_title {
	font-family: 'proxima_nova_rgregular';
	color: #371e53;
	font-size: 16px !important;
	font-weight: 600;
	margin: 0 !important;
	clear:both;
}

.sfsiaftrpstwpr {
  background: rgba(204, 204, 204, 0.23);
  padding: 10px 15px;
  text-align: left;
}

.sfsi_plus_tool_tip_2 {
	background: transparent;
  box-shadow: none;
  border: 0;
}

.bot_arow { display: none; }

.wp_rp_title + small {
	font-family: 'proxima_nova_rgregular';
	font-size: 13px;
}

.carousel {
	position: relative;
  height: auto;
  overflow: hidden;
	margin: 0 0 30px;
}

header .navbar {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  overflow: visible;
  background: #fff;
  border-bottom: none;
	height: 90px;
}

header .entry-meta { border: 0; }

.navbar .container { overflow: visible; }

.site-title {
  display: inline-block;
	margin: 9px 0 0;
}

.navbar .container.site { margin-bottom: 0; }

header h3 {
  display: inline-block;
  margin: 10px 0;
  float: left;
}

header nav {
  float: right;
}

header nav ul {
  padding: 0;
}

header nav ul li {
  list-style-type: none;
  margin: 15px 20px 0 0;
  display: inline-block;
}

.carousel-caption h2 {
  font-size: 26px;
  font-weight: 100;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 0;
  text-shadow: 2px 0px 5px rgba(0,0,0,.75);
}

.carousel-caption h2 + a {
  font-size: 16px;
  padding: 7px 25px;
  color: #fff;
  background: #f3565d;
  display: inline-block;
  margin: 15px 0 0;
  border-radius: 4px;
  outline: none;
}

body.blog.custom-background { background-color: #f7f5f5; }

header nav > ul li { position: relative; }

header nav > ul li:last-child { margin-right: 0; }

header nav ul li a {
  display: inline-block;
  padding: 16px 14px 16px 13px;
  font-family: 'proxima_nova_rgregular';
  font-size: 14px;
  color: #371e53;
  text-transform: capitalize;
  border: 0;
  margin-top: 0.3px;
  border-bottom: 2px solid transparent;
  transition: all .2s;
  margin-right: -1px;
  font-weight: 400;
}
header nav ul li a.headcap{
	font-weight:600!important;
	text-transform: uppercase!important;
}
header nav ul li .submenu {
	margin-left: 0;
    display: none;
    position: absolute;
    top: 60px;
    width: 220px;
    background: #fff;
    border: none;
    z-index: 2;
    
}

header nav ul li .submenu li {
  display: block;
  text-align: left;
  margin: 0px 0px 0 0;
}

header nav ul li .submenu li a {
  padding: 5px 0 2px;
  margin-right: 0;
}

header, .carousel-inner, .item, .fill {
  width: 100%;
  height: 100%;
}

.carousel-inner {
	position: relative;
  width: 100%;
  height: 200px;
  margin-top: 73px;
  overflow: hidden;
}

.fill {
  background-size: 100% 200px;
  background-repeat: no-repeat;
}

.carousel-caption {
  width: 100%;
  height: 100%;
  background: rgba(51,35,62,.4);
  right: 0;
  left: 0;
  right: 0;
  top: 0;
  text-align: left;
  text-align: center;
	position: absolute;
}

.carousel-caption > div:first-child {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-caption .container div {
  display: block;
}

.carousel-caption h2 sup {
  font-size: 12px;
  vertical-align: top;
  margin-top: 27px;
  display: inline-block;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus,
header nav > ul > li:hover > a,
header nav > ul > li:active > a,
header nav > ul > li:focus > a,
header nav ul li a.active {
  outline: none;
  text-decoration: none;
  color: #371e53;
}

header nav ul li:hover .submenu,
header nav ul li:active .submenu,
header nav ul li:focus .submenu {
  display: block;
}

header nav ul li .submenu:before,
header nav ul li .submenu:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: solid transparent;
  top: -15px;
  left: 20px;
  position: absolute;
}

header nav ul li .submenu:before {
  border-color: rgba(55, 30, 84, 0);
  border-bottom-color: #371e53;
  border-width: 7px;
  margin-left: -7px;
}

header nav ul li .submenu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #371e53;
  border-width: 7px;
  margin-left: -7px;
  top: -15px;
  left: 20px;
}



header nav > ul > li:first-child:hover > a,
header nav > ul > li:first-child:active > a,
header nav > ul > li:first-child:focus > a,
header nav > ul > li:nth-child(2):hover > a,
header nav > ul > li:nth-child(2):active > a,
header nav > ul > li:nth-child(2):focus > a,
header nav > ul > li:nth-child(3):hover > a,
header nav > ul > li:nth-child(3):active > a,
header nav > ul > li:nth-child(3):focus > a {
	border-color: transparent;
}



.fa-facebook-square:before,
.fa-twitter:before {
  vertical-align: top;
  margin-top: 1px;
	display: inline-block;
}

.fa-twitter:before { margin-top: 3px; }

.fa-facebook-square,
.fa-twitter { padding: 0 10px; }

.expanded-text {
  margin-top: 0;
  vertical-align: top;
}

.count .total {	font-size: 24px; }

.count {
	position: relative;
  padding-right: 15px;
}

.count:after {
  content: " ";
  position: absolute;
  right: 0px;
  height: 68px;
  top: -20px;
  z-index: 2;
  font-size: 14px;
  line-height: 62px;
  border-right: 2px solid;
}

.footer-bottom .site {
  margin-bottom: 0;
}

header .navbar {
	top: 0px;
	border-top: 1px solid #e7e7e7;
	border-radius: 0;
	height: 60px;
	background: #fff;
    box-shadow: 1px 2px 3px rgba(199, 199, 199, 0.5);

}

.site-title { margin: 11px 0 0px; }

header nav ul { margin: 0; }

header nav ul li { margin: 0px; }

header nav > ul > li:last-child a { padding: 7px 16px; }

header .social-connect { float: right; }

header .social-connect li {
  float: none;
  list-style-type: none;
  display: inline-block;
}

header .social-connect li a {
  color: #371e53;
  font-size: 12px;
  padding-left: 19px;
  display: block;
  margin: 7px 20px 0 0;
  font-weight: 400;
}

header .social-connect i {
    padding-right: 2px;
}

header .social-connect li:last-child a { margin-right: 0; }

header .social-connect li a:hover,
header .social-icon li a:hover {
  opacity: .8;
  text-decoration: none;
}

header .social-navbar {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  overflow: visible;
  display:none;
  background: #fff;
}

.social-icon li a {
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
  padding: 0 0 25px;
  text-indent: 0;
	border-radius: 4px;
	border: 1px solid #a9a9a9;
	padding: 0px 0px;
  width: 27px;
  height: 26px;
  border: 1px solid #a9a9a9;
  color: #a9a9a9;
}

header .social-connect li a span {
	font-size: 12px;
	font-weight: 400;
}

.footer-region .site { margin-bottom: 0; }

.social-icon li a.fb,
.social-icon li a.tw,
.social-icon li a.ln { background: none; }

.social-icon li a.tw  i { top: -3px; }

.social-icon li a.fb i,
.social-icon li a.tw i,
.social-icon li a.ln i {
	background: none;
	padding: 0;
	height: auto;
	color: #a9a9a9;
}

.social-icon li a:hover, .social-icon li a:active, .social-icon li a:focus {
	opacity: 1;
	border: 0;
	color: #fff !important;
  border: 1px solid #fff;
}

.social-icon li a:hover i, .social-icon li a:active i, .social-icon li a:focus i { color: #fff; }

header .social-connect li a:hover,
header .social-icon li a:hover {
  text-decoration: none;
	opacity: 1;
}

header .social-connect li a:hover span { text-decoration: underline; }


/* End of code added by Me */


@media all and (max-width: 1140px) {
	.site {
		padding: 0 1em;
	}
}
@media all and (max-width: 1024px) {
	.theNavigationBar {
		position: absolute;
	}
	.admin-bar .theNavigationBar {
		top: 46px;
	}
	.theNavigationSocial {
		position: absolute;
		right: 0;
		top: 0;
	}
	.theNavigationSocial .top-search {
		margin-left: .2em;
	}
	.menu-toggle, .theNavigationSocial .top-search {
		width: 50px;
		height: 50px;
	}
	.theNavigationSocial a, .menu-toggle, .theNavigationSocial .top-search {
		padding: 1.2em .2em;
	}
	.main-navigation {
		float: none !important;
	}
	.main-navigation a {
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.main-navigation li {
		width: 100%;
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		float: none;
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		display: none;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding-left: 5%;
	}
	.main-navigation div > ul > li > ul {
		padding-top: 0;
	}
	.main-navigation div > ul > li > ul > li:first-child {
		border-top: 0 !important;
	}
	.main-navigation div > ul > li > ul::before, .main-navigation div > ul > li > ul::after, .main-navigation li a:not(:last-child):after, .main-navigation ul ul li a:not(:last-child):after {
		display: none;
	}
	.main-navigation ul ul a {
		width: 100%;
		padding: 1.5em .8em;
	}
}
@media all and (max-width: 985px) {
	.content-area {
		float: left;
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	#secondary {
		margin-top: 1.5em;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	#secondary aside {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		padding: 0 0.75em;
	}
}
@media all and (max-width: 767px) {
	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
		-moz-column-break-inside: initial;
		column-break-inside: initial;
		padding: 0;
	}
	.widget-title span:after {
		width: 700px;
	}
	.comment-form label[for="author"], .comment-form label[for="email"], .comment-form label[for="url"], .comment-form label[for="comment"] {
		width: 10%;
	}
	.comment-form input[name="author"], .comment-form input[name="email"], .comment-form input[name="url"], .comment-form textarea {
		width: 90%;
	}
	.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
		padding: 0 2.5em;
	}
	.entry-header {
		padding-top: 2.5em;
	}
	.entry-footer {
		padding-bottom: 1.25em;
	}
	.site-main .paging-navigation, .site-main .post-navigation, .comments-area, #disqus_thread {
		padding: 1.25em 2.5em;
	}
	.page-header, .page-content {
		padding-top: 1.25em;
		padding-bottom: 1.25em;
	}
	figure.entry-featuredImg:after {
		left: 2.5em;
	}
	.sticky .entry-header:before {
		right: 0.5em;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		float: left;
		width: 100%;
	}
	.post-navigation .nav-next {
		padding-top: 1.5em;
		margin-top: 1.5em;
		border-top: 1px dotted rgba(0,0,0,0.1);
	}
	h1 {font-size: 23px;}
	h2 {font-size: 20px;}
	h3 {font-size: 17px;}
	h4 {font-size: 15px;}
	h5 {font-size: 12px;}
	h6 {font-size: 10px;}
	figure.entry-featuredImg:after {
		bottom: -.5em;
		width: 1em;
		height: 1em;
	}
	.site {
		margin: 5em auto 3em;
	}
	header.site-header {
		margin-bottom: 2em;
	}
	.site-title {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.sticky .entry-header:before {
		font-size: 25px;
	}

	/* Code added by Me */

	figure.entry-featuredImg {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}

	footer p {
		float: none;
		margin: 10px 0;
		text-align: center;
	}

	footer .site-info ul {
		float: none;
		text-align: center;
		margin: 0;
	}

	.blog-content { width: 100%; }

	.entry-footer { padding: 0 1em 0.8em; }

	.site {
    margin: 5em auto 2em;
	}
}
@media all and (max-width: 579px) {
	.site, #secondary {
		padding: 0 0.5em;
	}
	.entry-header, .entry-content, .entry-footer, .entry-summary, .page-header, .page-content {
		padding: 0 1em;
	}
	.entry-header {
		padding-top: 1.5em;
	}
	.entry-footer {
		padding-bottom: 0.8em;
	}
	.site-main .paging-navigation, .site-main .post-navigation, .comments-area, #disqus_thread {
		padding: 0.8em 1em;
	}
	.page-header, .page-content {
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}
	figure.entry-featuredImg:after {
		left: 1em;
	}
	.sticky .entry-header:before {
		right: 0.3em;
	}
	#comments .reply {
		position: relative;
		text-align: right;
		padding-bottom: 1.5em;
	}
	.entry-meta > span {
		display: block !important;
		margin-bottom: 0.7em;
	}
	.widget-title span:after {
		width: 400px;
	}
}

#webklipper-publisher-widget-container { display: none !important; }

.navmt1{
	padding: 0px 15px;
	margin-right: 3px!important;
}

navmt1>li>.dropdown-menu {
    margin-top: 1px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/******* MODIFY HEADER *********/

.mega-dropdown{position:static!important}.mega-dropdown-menu{padding:0;width:70%;box-shadow:0 2px 3px rgba(0,0,0,.13),1px 2px 2px rgba(0,0,0,.1),-1px -2px 2px rgba(0,0,0,.05);border-radius:0}.mega-dropdown-menu>li>ul{padding:0;margin:0}.mega-dropdown-menu>li>ul>li{list-style:none;padding:5px;font-size:14px}.mega-dropdown-menu>li>ul>li>a{display:block;color:#222;padding:3px 5px}.mega-dropdown-menu>li ul>li>a:hover,.mega-dropdown-menu>li ul>li>a:focus{text-decoration:none}.mega-dropdown-menu .dropdown-header{font-size:18px;color:#ff3546;padding:5px 60px 5px 5px;line-height:30px}.navbar-inverse{background-color:#fff;border-color:#fff}.navbar{border-radius:0;margin-bottom:0}.navbar-nav{float:right;margin:0}.navbar-inverse .navbar-nav>li>a{color:#371e53;font-family:'proxima_nova_rgregular';padding:20px 15px;font-weight:600!important;text-transform:uppercase}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#371e53}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.firstdropdown{left:37%}.setbackgroundmega{background:#49306c;padding:15px 6px}.dropdownmegamenubg{border-right:1px solid #ddd}.borderrightnone{border-right:none!important}.dropdownmegamenubg h6{text-transform:uppercase;font-size:16px;font-weight:600;margin-bottom:5px;color:#fff}.dropdownmegamenubg p{color:#fff;font-size:13px;margin:10px 0 0; line-height: 15px;}.dropdownmegamenubg a{color:#ff6363!important;text-decoration:none;}.hoverright li a:hover{padding-left:10px;color:#ff6363;transition:all .4s ease-in-out 0s;text-decoration:underline!Important}.botharefixed{position:fixed;z-index:9999;width:100%;top:0}.padding15{padding:15px;}.triangle-up{top:-9px;left:30%;position:absolute;z-index:9999;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:13px solid #49306c}.panel-default>.panel-heading{color:#333;background-color:#371e53;border-color:#67508b;border-width:.5px}.panel-title{font-size:14px}.mobilenav-cap a{color:#fff!important;font-weight:400;padding:12px 10px}.panel{border:0 solid transparent;margin-bottom:0}.panel-heading{padding:0}.panel-body{padding:8px}.panel-group{margin-bottom:0}.panel-group .panel{border-radius:0}.seconddropdown{left:32%}.fifthdropdown{left:48%}.triangle-up1{top:-9px;left:30%;position:absolute;z-index:9999;border-left:11px solid transparent;border-right:11px solid transparent;border-bottom:13px solid #49306c}.mega-dropdown-menu1{padding:0;width:50%;box-shadow:0 2px 3px rgba(0,0,0,.13),1px 2px 2px rgba(0,0,0,.1),-1px -2px 2px rgba(0,0,0,.05);border-radius:0}.mega-dropdown-menu1>li>ul{padding:0;margin:0}.mega-dropdown-menu1>li>ul>li{list-style:none;padding:5px;font-size:14px}.mega-dropdown-menu1>li>ul>li>a{display:block;color:#222;padding:3px 5px}.mega-dropdown-menu1>li ul>li>a:hover,.mega-dropdown-menu1>li ul>li>a:focus{text-decoration:none}.mega-dropdown-menu1 .dropdown-header{font-size:18px;color:#ff3546;padding:5px 60px 5px 5px;line-height:30px}.dropdown-menu{border:0}.thirddropdown{left:50%}.fourthdropdown{left:39%}.mega-dropdown-menu2{padding:0;width:21%;box-shadow:0 3px 12px rgba(0,0,0,.13),2px 2px 12px rgba(0,0,0,.1),-3px -2px 3px rgba(0,0,0,.05);border-radius:0}.mega-dropdown-menu2>li>ul{padding:0;margin:0}.mega-dropdown-menu2>li>ul>li{list-style:none;padding:5px;font-size:14px}.mega-dropdown-menu2>li>ul>li>a{display:block;color:#222;padding:3px 5px}.mega-dropdown-menu2>li ul>li>a:hover,.mega-dropdown-menu2>li ul>li>a:focus{text-decoration:none}.mega-dropdown-menu2 .dropdown-header{font-size:18px;color:#ff3546;padding:5px 60px 5px 5px;line-height:30px}.triangle-up2{top:-15px;left:30%;position:absolute;z-index:9999;border-left:10px solid transparent;border-right:9px solid transparent;border-bottom:16px solid #67508b}.sixthdropdown{left:63%}.logindropdown{left:68%}.triangle-up3{top:-15px;left:30%;position:absolute;z-index:9999;border-left:10px solid transparent;border-right:9px solid transparent;border-bottom:16px solid #67508b}.mega-dropdown-menu3{padding:0;width:20%;box-shadow:0 3px 12px rgba(0,0,0,.13),2px 2px 12px rgba(0,0,0,.1),-3px -2px 3px rgba(0,0,0,.05);border-radius:0}.mega-dropdown-menu3>li>ul{padding:0;margin:0}.mega-dropdown-menu3>li>ul>li{list-style:none;padding:5px;font-size:14px;border-bottom:2px solid #ddd}.mega-dropdown-menu3>li>ul>li:last-child{border-bottom:0}.mega-dropdown-menu3>li>ul>li>a{display:block;color:#222;padding:3px 5px}.mega-dropdown-menu3>li ul>li>a:hover,.mega-dropdown-menu3>li ul>li>a:focus{text-decoration:none}.mega-dropdown-menu3 .dropdown-header{font-size:18px;color:#ff3546;padding:5px 60px 5px 5px;line-height:30px}.padding3{padding:10px}.arrow_box{position:relative;background:#537d98;border:0 solid #fff}.arrow_box:after,.arrow_box:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow_box:after{border-color:rgba(136,183,213,0);border-bottom-color:#fff;border-width:8px;margin-left:-56px}.arrow_box:before{border-color:rgba(194,225,245,0);border-bottom-color:#efefef;border-width:11px;margin-left:-59px}.arrow_box1{position:relative;background:#537d98;border:0 solid #fff}.arrow_box1:after,.arrow_box1:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow_box1:after{border-color:rgba(136,183,213,0);border-bottom-color:#fff;border-width:8px;margin-left:-56px}.arrow_box1:before{border-color:rgba(194,225,245,0);border-bottom-color:#efefef;border-width:11px;margin-left:-59px}.hoverright{border-right:1px solid #ddd}.nonehoverright{border-right:0}

.col-sm-4 {
   width: 33.33333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.col-sm-6 {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
header nav ul li .widthfix1 {
	width: 50%;
}
header nav ul li .widthfix2 {
	width: 38%;
}
header nav ul li .widthfix3 {
	width: 15%;
}
header nav ul li .widthfix4 {
	width: 15%;
}
.padding3 p {
    padding: 0px 4px 0px;
	margin-bottom: 5px;
}
.setbackgroundmega{
	display: inline-block;
	margin-bottom: -8px;
}
.mega-dropdown-menu .dropdownfix {
    list-style: none;
    padding: 5px;
    font-size: 14px;
}
.mega-dropdown-menu .dropdownfix a {
    display: block;
    color: #222;
    padding: 5px;
}
.mega-dropdown-menu .dropdownfix a:hover {
    padding-left: 10px;
    color: #ff6363;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: underline!Important;
}
.freetrialbtn span {
    border: 2px solid #e35f71;
    color: #e35f71;
    border-radius: 30px;
    padding: 8px 12px;
	margin-left: -3px;
	font-weight:600;
}
.freetrialbtn span:hover {
    color: #fff;
    background: #e35f71;
}
.mega-dropdown-menu .dropdownfix a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu .dropdownfix a:hover {
    padding-left: 10px;
    color: #ff6363;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: underline!Important;
}
.mega-dropdown-menu .dropdownfix {
    list-style: none;
    padding: 5px;
    font-size: 14px;
}
.mega-dropdown-menu1 .dropdownfix a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu1 .dropdownfix a:hover {
    padding-left: 10px;
    color: #ff6363;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: underline!Important;
}
.mega-dropdown-menu1 .dropdownfix {
    list-style: none;
    padding: 5px;
    font-size: 14px;
}
.mega-dropdown-menu2 .dropdownfix a {
    display: block;
    color: #222;
    padding: 3px 5px;
}
.mega-dropdown-menu2 .dropdownfix a:hover {
    padding-left: 10px;
    color: #ff6363;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: underline!Important;
}
.mega-dropdown-menu2 .dropdownfix {
    list-style: none;
    padding: 0px 5px;
    font-size: 14px;
}
.mega-dropdown-menu3 .dropdownfix a {
    display: block;
    color: #371e53;
    padding: 8px 5px 0px;
	margin-bottom: -5px;
}
.mega-dropdown-menu3 .dropdownfix a:hover {
    
	color: #ff6363;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: underline!Important;
}
.mega-dropdown-menu3 .dropdownfix {
    list-style: none;
    padding: 0px 5px;
    font-size: 14px;
}
.mega-dropdown-menu3 .loginbotrderbt {
    list-style: none;
    padding: 5px;
    font-size: 14px;
    border-bottom: 2px solid #ddd;
}
.logininfohover .loginbotrderbt:hover {
    padding-left: 10px;
    transition: all 0.4s ease-in-out 0s;
}
.mega-dropdown-menu3 .loginbotrderbt:last-child {
    border-bottom: none;
}

/* Mobile Header*/
.sidenav {
	background:#371e53;
	box-shadow:2px 2px 6px rgba(0, 0, 0, .3);
	display:block;
	font-size:16px;
	font-weight:400;
	height:100%;
	left:0;
	position:fixed;
	overflow:auto;
	transform:translate(-262px, 0);
transition:transform .3s;
	top:0;
	width:256px;
	z-index:9999 !important;
}
.sidenav.show {
	transform:translate(0, 0)
}
.sidenav-brand {
	background:#FF5722;
	border-bottom:1px solid #FF7043;
	color:#FAFAFA;
	font-size:24px;
	font-weight:700;
	line-height:32px;
	padding:20px 24px 19px
}
.sidenav-dropdown, .sidenav-header {
	margin:0
}

.sidenav-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #757575;
    float: left;
    font-size: 19.2px;
    line-height: 32px;
    padding: 15px 10px;
    width: 92%;
}
.sidenav-header small {
	display:block;
	font-size:14.4px;
	line-height:16px
}
.sidenav-menu {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	margin:0 0 0;
	
}
.sidenav-menu li {
	display:block;
	position:relative
}
.sidenav-menu a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    line-height: 24px;
    padding: 7px 10px;
    text-decoration: none;
	letter-spacing:0.5px;
}
.sidenav-menu a:hover {
	background:#371e53;
}
.sidenav-menu a.active, .sidenav-menu a.active .sidenav-dropdown-icon, .sidenav-menu a.active .sidenav-link-icon {
	color:#FAFAFA
}
.sidenav-dropdown-icon, .sidenav-link-icon {
	color:#757575;
	position:absolute;
	text-align:center;
	top:16px
}
.sidenav-link-icon {
	display:block;
	height:24px;
	left:24px;
	width:24px
}
.sidenav-link-title {
	display:block;
}
.sidenav-dropdown {
	display:none;
	list-style:none;
	padding:0
}
.sidenav-dropdown a {
	background:#191919;
	padding-left:72px
}
.sidenav-dropdown a:hover {
	background:#616161
}
.sidenav-dropdown li:first-child a {
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, .1)
}
.sidenav-dropdown-icon {
	display:none;
	height:16px;
	right:16px;
	width:16px
}
.sidenav-dropdown-icon.show {
	display:block
}
.sidenav-overlay {
	background:rgba(0,0,0,.7);
	display:none;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:999;
}
.sidenav-no-scroll {
	overflow:hidden!important
}
.sidenav-menu li a{ 
	color:#fff;
	text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.panel-body a:hover{
	background:none;
}

.mobileheader {
    background: #fff;
    text-align: center;
    padding: 16px 16px 10px;
    position: fixed;
    width: 100%;
	z-index:999;
	border-bottom:2px solid #ddd;
}
.toggle {
    color:#371e53;
    display: block;
    float: left;
    padding-bottom: 9px;
    padding-top: 6px;
    text-align: center;
    width: 50px;
}
.addcart {
    color: #ffffff;
    float: right;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
}

.mobilesearch {
    background: #a7a7a7 none repeat scroll 0 0;
    border: 1px solid #a7a7a7;
    float: left;
    padding: 2px;
    width: 190px;
}

.searchbtn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 4px 10px;
    position: absolute;
    right: 5px;
}

.carts a { color: #ffffff;}
.cart-no { color: #ffffff; float: right; font-size: 15px; margin-left: 5px; margin-top: 6px;}
.innerlogo {
    background: #fff;
    padding: 18px 0px 0px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 25px;
}
.darkHeader {
    position: fixed!important;
    z-index: 999;
    top: 0;
}
.mobilenav-cap a {
    color: #fff!important;
    font-weight: 400;
	padding:12px 10px;
}
.float-right {
    display: inline-block;
    float: right;
    margin-top: 30px;
}
.serch-cart li {
    float: left;
    margin-left: 30px;
}
span.icon.icon-magnifying-glass {
    font-size: 18px;
	color:#80b435;
}
span.icon.icon-shopping-basket {
    font-size: 18px;
}
.res-ce{
	margin-left:0px!important;
}
/*.panel-group .panel-heading a.collapsed:after {
    content: '+';
}
.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 30px;
}*/
.learnmoremobile a{
	color: #ef4949!important;
    padding: 0px;
    display: inline-block;
    margin-left: 5px;
}
.learnmoremobile span{
	font-size:15px;
}
.panel {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.setminheightfooter h3 {
    min-height: 40px;
    line-height: 22px;
}
.managefoot p {
    float: left;
}
.managefoot span p {
    padding: 12px;
}
.managefoot span p a {
    color: #525252;
}



@media (max-width:450px) {
	
.site-footer > div.col-md-2 {
    float: left;
    width: 100%;
    padding: 0px 25px;
}
.footer-region .site{
	margin: 0px auto;
}
.setminheightfooter h3 {
   padding-top: 20px;
}
.footer-region{
	padding: 20px 0 10px;
	background: #222;
}
.social-icon li a .fa-twitter{
	width: 20px;
}
.footer-bottom{
	padding-left:15px;
}
ul.related_post li a{
	margin-right: 10px;
}
article figure.entry-featuredImg {
    width: 100%;
	padding: 15px;
}
ul.related_post li{
	margin: 10px 3px 10px 3px !important;
}	

	
}

@media(min-width:451px) and (max-width:540px) {
.site-footer > div.col-md-2 {
    float: left;
    width: 100%;
    padding: 0px 25px;
}
.footer-region .site{
	margin: 0px auto;
}
.setminheightfooter h3 {
   padding-top: 20px;
}
.footer-region{
	padding: 20px 0 10px;
	background: #222;
}
.fa-twitter{
	width: 20px;
}
.footer-bottom{
	padding-left:15px;
}
article figure .entry-featuredImg {
    width: 100%;
	padding: 15px;
}

}

@media(min-width:360px) and (max-width:640px) {

.site-footer > div.col-md-2 {
    float: left;
    width: 100%;
    padding: 0px 25px;
}
.footer-region .site{
	margin: 0px auto;
}
.setminheightfooter h3 {
   padding-top: 20px;
}
.footer-region{
	padding: 20px 0 10px;
	background: #222;
}
.social-icon li a .fa-twitter{
	width: 20px;
}
.footer-bottom{
	padding-left:15px;
}
ul.related_post li img{
	float:left;
	margin-right: 10px!important;
}
.opModal img {
   width: 100%;
}
article figure.entry-featuredImg {
    width: 100%;
	padding: 15px;
}


}

@media(min-width:541px) and (max-width:768px) {

.footer-region h3{
	font-size:14px;
}
.footer-region li a{
	font-size:12px;
}
.social-icon li a{
	width: 25px;
    height: 25px;
	margin: 9px 5px 0 0;
}
.site-footer > div.col-md-2{
	padding: 0px 5px;
}
ul.related_post li img {
	float: left;
	margin-right: 10px;
}
ul.related_post li{
	width: 145px;
	margin: 10px 8px 10px 5px;
}

}

@media(min-width:769px) and (max-width:1024px) {


.social-icon li a{
	width: 25px;
    height: 25px;
	margin: 9px 5px 0 0;
}
.site-footer > div.col-md-2{
	padding: 0px 10px;
}
ul.related_post li img {
	float: left;
	margin-right: 10px;
}
ul.related_post li{
	margin: 10px 0px 10px 5px;
}

}

@media(min-width:1025px) and (max-width:1200px) {

}

@media(min-width : 1201px) {

}

.logsetafter a{
	margin-left: 8px;
}
.logsetafter{
	margin: 10px 0 0;
}


















