/*
Theme Name: twentyten Child
Theme URI: http://www.dancewisestudios.com/new-website/wp-content/themes/twentyten-child/
description: >- Twentyten Child Theme
Author: grish art
Author URI: http://grishart.com
Template: twentyten
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twentytwentyone-child
*/

@import "mobile.css";

@font-face {
    font-family: 'impactregular';
    src: url('fonts/webfontkit-20210416-074034/unicode.impact-webfont.woff2') format('woff2'),
         url('fonts/webfontkit-20210416-074034/unicode.impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Komika-Axis';
    src:  url('fonts/webfonts_Komika-Axis/Komika-Axis.ttf.woff') format('woff'),
    url('fonts/webfonts_Komika-Axis/Komika-Axis.ttf.svg#Komika-Axis') format('svg'),
    url('fonts/webfonts_Komika-Axis/Komika-Axis.ttf.eot'),
    url('fonts/webfonts_Komika-Axis/Komika-Axis.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}


body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica Neue, "Arial", Helvetica,  sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.calendar_wrap,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: Helvetica Neue, "Arial", Helvetica,  sans-serif;
}
input[type="submit"] {
	font-family: Helvetica Neue, "Arial", Helvetica,  sans-serif;
}
pre {
	font-family: Helvetica Neue, "Arial", Helvetica,  sans-serif;
}
code {
	font-family: Helvetica Neue, "Arial", Helvetica,  sans-serif;
}


#mobile-slider {
		visibility: hidden!important;
		height: 0px!important;
}

h1,
.h1,
h4,
.h4,
h2,
.h2,
h3,
.h3,
h5,
.h5,
h6,
.h6 {
	clear: both;
	font-family: "impactregular", Arial Black, Gadget, sans-serif!important;
	font-weight: var(--heading--font-weight);
		text-transform: uppercase;
}



h1,
.h1 {

	text-transform: uppercase;
}

h4,
.h4 {
	
		text-transform: uppercase;
}
.entry-content > .alignleft {
	max-width: 100%;
}


body {
	background: #fff;
}


.site-content {
	margin: 12% auto 0px auto!important;

}

.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}


/* wp-blocks */

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.wp-block-video video {
  max-width: 100%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding: 0 0 0 0;
  height: auto;
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper > iframe, .wp-block-embed.is-type-video .wp-block-embed__wrapper > object {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
  width: calc(var(--vw, 1vw) * 100);
}

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

.wp-block-cover-text p {
  padding: 1.5em 14px;
}

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

.wp-block-table {
  display: block;
  overflow-x: auto;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}



	
/* The main theme structure */
html {
  scroll-behavior: smooth;
}

#access .menu-header,
div.menu {
	margin: 0 auto;
	width: 100%;
}
#branding {
	float:left;
	margin: 0 auto;
	width: 20%;
}

#wrapper {
	margin-top: 0px!important;
	width: 100%;
	background: #fff;
	padding: 0 0px;
}

#main {
	margin: 90px auto;
	width: 100%;
}

#primary {
	margin: 65px 0 0 0;
	padding:0 5px 0 5px;
	float: right;
	overflow: hidden;
	width: 25%;
}

.meet-team {
	float: none;
	clear:both;
	overflow: hidden;
	width: 98%;
	max-width: 98%;
	padding: 20px 1% 20px 1%;
	margin: 20px auto 20px auto;
	-webkit-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	background-color: #e30613;
}


#secondary {
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
	width: 25%;
}

.one-column #content {
	margin: 0 auto;
	width: 90%;
	padding:0 5% 0 5%;
}

#container2 {
	float: left;
	margin: 0px 0px 0 0;
	width: 100%;
	

}

#container {
		float: left;
	margin: 35px 0 0 0;
	padding:0 0 0 2%;
	width: 70%;
	background-color: #FFF;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	}

#container-news {
	float: left;
	margin: 0 -30% 0 0;
	padding:0 0 0 2%;
	width: 70%;
	background-color: #FFF;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
}

#container-news-sing {
	float: left;
	margin: 35px -30% 0 0;
	padding:0 0 0 2%;
	width: 70%;
	background-color: #FFF;
	overflow: hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
	max-width: 100%;
	position: fixed;
	padding: 0px 0 10px 0;
	top:0;
	z-index:1000;
	margin: 0 auto;
	-webkit-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	background-color: #e30613;
}

body.admin-bar #header {
    top:32px;
}
 
@media all and (max-width:782px) {
    body.admin-bar #header {
        top:46px;
    }
}

#logo {
	float: left;
	margin:10px 0 0 0;
	padding: 0 0 0 10px;
	width: 23%;

	}
	


#logo a {
	float: left;
	display:block;
	background-image: url(images/dancewise-white-logo.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	margin: 0px 0 0 0;
width: 277px;
height: 100px;
	}

#logo a:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
	}
	

#social-media {
	margin: 0px 3em 0px 0;
	padding:0 0 0 0px;
	float:right;
	
	padding: 0;

}


ul#social2 {
	float:right;
	padding: 0px 0 0px 0px;
	height:40px;
	
		
	}	
	
ul.social-navlist2 {
	list-style-type:none;
	white-space: nowrap;
	

	}

ul.social-navlist2 li {
	list-style-type:none;
	
	}
	


	
#facebook  {
	float:right;
	margin: 10px 5px 0 0;
	padding:0px 0px 0 0;
	}
#facebook a {
	background-image: url(images/social-icons-fb.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;	
	}
#facebook a:hover {
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */

	}

#twitter  {
	float:right;
		margin: 10px 5px 0 0;
	padding:0px 2px 0 0;
	}
	
#twitter a {
	background-image: url(images/social-icons-tw.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	
	}
	
#twitter a:hover {
	background-repeat: no-repeat;
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
#youtube  {
	float:right;
		margin: 10px 5px 0 0;
	padding:0px 2px 0 0;
	}
	
#youtube a {
	background-image: url(images/social-icons-yt.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	
	}
	
#youtube a:hover {
	background-repeat: no-repeat;
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */

	}
	
#yell {
	float:right;
	margin: 10px 0px 0 0;
	padding:0px 2px 0 0;
	}
	
#yell a {
background-image: url(images/social-icons-ins.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	}
	
#yell a:hover {
	background-repeat: no-repeat;
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
#email  {
	float:right;
	margin: 10px 5px 0 0;
	padding:0px 2px 0 0;
	}
	
#email a {
	background-image: url(images/social-icons-ema.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	
	}
	
#email a:hover {
	background-repeat: no-repeat;
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */

	}
	
#phone  {
	float:right;
		margin: 10px 5px 0 0;
	padding:0px 2px 0 0;
	}
	
#phone a {
	background-image: url(images/social-icons-pho.png);
	background-repeat: no-repeat;
	height: 30px;
	width:30px;
	margin-right: 0px;
	text-decoration: none;
	display: block;
	}
	
#phone a:hover {
	background-repeat: no-repeat;
opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}
	
	




/* =Menu
-------------------------------------------------------------- */	
#nav-bar {
	float:right;
	margin: 0px 0 0px 0px;
	width: 75%;
	padding:0px 0 0px 0;
	}
		

#access2 {
	display: block;
	float: right;
	margin: 0px 0.5em 0px 0px;
padding:0px 0 10px 0;
	width:100%;
}

#access2 .menu-header,
div.menu
{
	margin: 0 0 2em 0;
	
}
#access2 .menu-header ul,
div.menu ul {
	list-style: none;
	white-space: nowrap;
}
#access2 .menu-header li,
div.menu li {
	float: right;
	margin: 0px 0 0 0;
	padding: 0 20px 0px 0px;
	text-align: left;
	position: relative;	
	
}


#access2 a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 4px 0 10px 0;
	padding: 0 10px;
	font-size:1.8em;
	font-family: 'impactregular', arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 2em;	
}



#access2 ul ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
}
#access2 ul ul li {
	min-width: 200px;
}
#access2 ul ul ul {
	left: 100%;
	top: 0;
}
#access2 ul ul a {
	background: #e30613;
	line-height: 1em;
	padding: 10px;
	font-size:1.2em;
	width: 200px;
	height: auto;
	border: 1px solid #FFF;
	font-family: "Arial Black", Gadget, sans-serif;	
}



#access2 ul ul :hover > a,
#access2 ul ul a:focus   {
	color: #e30613;
	background-color: #fff;	
}

#access2 li:hover > a,
#access2 a:focus {
	color: #e30613;
	background-color: #fff;	
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);	
}




#access2 ul li:hover > ul {
	display: block;
}

* html #access2 ul li.menu-item-12 > a,
* html #access2 ul li.menu-item-22 > a,
* html #access2 ul li.menu-item-2216 > a,
* html #access2 ul li.menu-item-3326 > a,
#access2 ul li.menu-item-12 > a,
#access2 ul li.menu-item-2216 > a,
#access2 ul li.menu-item-3326 > a,
#access2 ul li.menu-item-22 > a{
	color: #fff;
	background-color: #000;	
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}


#access2 ul li.current_page_item > a,
#access2 ul li.current_page_ancestor > a,
#access2 ul li.current-menu-ancestor > a,
#access2 ul li.current-menu-item > a,
#access2 ul li.current-menu-parent > a {
	color: #e30613;
	background-color: #fff;	
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}


* html #access2 ul li.current_page_item a,
* html #access2 ul li.current_page_ancestor a,
* html #access2 ul li.current-menu-ancestor a,
* html #access2 ul li.current-menu-item a,
* html #access2 ul li.current-menu-parent a,
* html #access2 ul li a:hover {
	color: #e30613;
	background-color: #fff;	
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}


/* =homepage-extra
-------------------------------------------------------------- */

#testimonials {
	padding:4em 5% 4em 5%;
	margin: 0 auto;
	background-color: #e30613;
	width:90%;
	text-align: center;
	color: #FFF;
	
}

#testimonials p {
	font-size: 1.7em;
	line-height: 1.8em;
	font-style: italic;
	
}

#testimonials h2.widget-title {
	font-size: 4em;
	color: #FFF;
	letter-spacing: 0.3em;
	line-height: 2em;
	
}

#parents {
	padding:2em 5% 0.8em 5%;
	margin: 0 auto;
	text-align: center;
	color: #666;
	width: 90%;
	
	
}

#parents p {
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
}
#parents ul li {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	list-style-type: disc;
	padding-bottom: 0.8em;
}
/* reset the ol counter with class liststyled*/
ol.liststyled {
counter-reset: item;
list-style-type: none;
list-style-position: inside;
padding-left: 0;
}
/* make the li relative */
ol.liststyled li{
position: relative;   
padding-left: 50px;
font-size: 1.8em;
	line-height: 1.5em;
	text-align: left;
		padding-bottom: 1.2em;
}
/*add absolute positioned img element background to our relative li */
ol.liststyled li:before{
font-size: .8em;
line-height: 42px;
vertical-align: middle;
width: 40px;
color: #fff;
text-align: center;
height: 40px;
content: counter(item) "  "; 
counter-increment: item ;
position: absolute;
left: 0;
background: url('images/star2.png') center no-repeat;
}


.how {
	color: #e30613!important;
	font-size: 2.2em!important;
	margin-bottom: -10px!important;
	padding-bottom: -10px!important;
}

.meet-team2 {
	float: none;
	clear:both;
	overflow: hidden;
	width: 98%;
	max-width: 98%;
	padding: 20px 1% 20px 1%;
	margin: 20px auto 50px auto;
	-webkit-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7);
	background-color: #e30613;
}

.meet-team3 {
	-webkit-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7)!important;
	-moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7)!important;
	box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.7)!important;
	background-color: #e30613!important;
}
.meet-team-heading{
	margin:0 0 -10px 0!important;
}


.red {
	color: #e30613!important;
}

.big {
	font-size: 1.3em!important;
}

ul.redbold li strong {
	color: #e30613!important;
	
}

.white-large {
	font-size: 1.9em!important;
	font-size: 1.9em!important;
	font-weight: bold!important;
	text-decoration: none!important;
	line-height: 2em;
}
.white {
	color: #FFF!important;
}



/*add absolute positioned img element background to our relative li */
ul.starlist2 {
	list-style-type: none;
	
}

ul.starlist2 li{
	font-size: 1em!important;
	list-style-type: none;
background: url('images/star4.png') no-repeat left top;
height: 64px;
line-height: 1.7em!important;
padding-left: 44px;
padding-top: 5px;
}

ul.starlist3 li{
	font-size: 1.2em!important;
background: url('images/star5.png') no-repeat left top;
height: 64px;
line-height: 1.7em!important;
padding-left: 44px;
padding-top: 3px;
}


ul.starlist4 {
	list-style: none;
	white-space: nowrap;
	text-align: center;
	
}

ul.starlist4 li{
	float: left;
	font-size: 1.2em!important;
	background: url('images/star5.png') no-repeat left top;
	height: 54px;
	line-height: 1.7em!important;
	padding-left: 44px;
	padding-top: 3px;
	color: #FFF;
	text-align: left;
	list-style-type: none;text-align: left;
	position: relative;	
}
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}


.leading {
	line-height: 2.5em!important;
	
}
.leading img {
	margin: -8px 0 0 0!important;

}

.choose {
	padding: 0px!important;
	font-size: 1.6em!important;
	width: 100%!important;
	margin-top: 0px!important;
	margin-right: 0!important;
	margin-bottom: 5px!important;
	margin-left: 0!important;
	border-bottom-width: 2px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #FFF!important;
}

.choose2 {
	padding:0px 0px 5px 0!important;
	margin: 35px 0 5px 0!important;
	font-size: 1.6em!important;
	border-bottom-width: 2px!important;
	border-bottom-style: solid!important;
	border-bottom-color: #e30613!important;
	
}

.starlist23 {
	text-align: center!important;
	list-style-type: disc!important;
	font-size: 1.2em!important;
	line-height: 1.9em!important;
	padding: 10px 0 0 0px!important;
	list-style-position: outside!important;
}

.starlist {
	text-align: left!important;
	list-style-type: disc!important;
	font-size: 1.2em!important;
	line-height: 1.1em!important;
	padding: 10px 0 0 0px!important;
	list-style-position: outside!important;
}


#parents h1 {
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	font-size: 4em;
	color: #e30613;
}

#parents h4 {
	font-size: 1.6em;
	color: #666;
	line-height: 1.5em;
	margin: 0 0 -0.6em 0;
}


#icons {
	padding:0 0% 0% 15%;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 85%;
}

#media_image-2,
#media_image-3,
#media_image-4,
#media_image-5,
#media_image-6,
#media_image-7 {
	float: left;
	width: 24%;
	padding: 0px;
	margin:0 5% 2% 0;
}

#media_image-5 a:hover,
#media_image-6 a:hover,
#media_image-7 a:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
	}

#icons2 .widget-title {
	font-size: 1.4em;
	color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	text-decoration: none;
	
	padding-bottom: 8px;	
}

#blog {
	margin: 0 auto;
	background-color: #FFF;
	text-align: center;
}

#blog p {
	font-size: 1.5em;
	line-height: 1.5em;

}
#blog ul li {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	width: 90%;
	margin: 0 5% 10px 5%;
	padding:10px 0 10px 0;
}

#recent-posts-widget-with-thumbnails-2 h2.widget-title {
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	font-size: 4em;
	color: #e30613;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	width: 90%;
	margin: 0 5% 10px 5%;
}

#blog  h4 {
	font-size: 1.6em;
	color: #666;
	line-height: 1.5em;
	margin: 0 0 -0.6em 0;
}

.rpwwt-post-title {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 0 0;
}

.rpwwt-post-date{
	font-size: 0.8em;
	color: #666;
	line-height: 1.5em;
	margin: 0;
	padding:0 0 10px 0;
	font-family: 'Arial', Helvetica, sans-serif;
	font-style: italic;
}

#blog ul li img {
	padding: 0 2em 0 0;
}

#blog ul li a {
	color: #333;
}

#blog ul li a:hover {
	color: #999;
	text-decoration: none;
}


.rpwwt-post-excerpt{
	font-size: 0.9em;
	color: #999;
	line-height: 1.3em;
	margin: 0 0;
	font-family: 'Arial', Helvetica, sans-serif;
	font-weight: lighter;
}
/* =Content
-------------------------------------------------------------- */


#content {
	padding:20px;
	margin: 20px;

}

#content,
#content input,
#content textarea {
	color: #666;
	font-size: 1.4em;
	line-height: 1.4em;
}

#content strong {
	color: #666;
	font-weight: bolder;
	font-family: "Arial Black", Gadget, sans-serif;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 1.3em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}

#content ol li,
#content ul li {
	margin:0 0 2px 10px;
}

#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1 {
	color: #e30613;
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	font-size: 2.6em;
}

#content h2 a:link,
#content h2 a:visited {
	color: #333;
	text-decoration: none;
	font-size: 0.7em;
	line-height: 0em;
}

#content h2 a:active,
 #content h2 a:hover {
	color: #666;
	text-decoration: none;	
}

#content h2 {
	font-size: 1.9em;
	line-height: 1.5em;
	margin: 0px 0 5px 0;
	padding:0;
	color: #333;
	
}


#content h3 {
	font-size: 1.8em;
	color: #666;
	line-height: 1.7em;
	margin: 0px 0 5px 0;
	padding:0;
}


#content h5 {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0px 0 5px 0;
	padding:0;

}


#content h6 {
	font-size: 2.4em;
	color: #FFF;
	line-height: 1.7em;
	font-family: 'Arial', Helvetica, sans-serif;
	background-color: #e30613;
	margin: 5px 0 5px 0;
	padding:0;
	text-align: center;
	letter-spacing: 2px;
}

#content h4 {
	font-size: 1.4em;
	color: #999;
	line-height: 1.5em;
	margin: 0 0 -0.6em 0;
}


#content a:link,
#content a:visited {
	color: #fb0303;
	text-decoration: none;
}
#content a:active,
#content a:hover {
	color: #333;
	text-decoration: underline;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}

.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #e30613;
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 0.9em;
}

.entry-title span {
	color: #999;
	font-size: 0.6em;
	font-style: italic;
	font-weight: lighter;
	font-family: 'Arial', Helvetica, sans-serif;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #666;
	font-size: 0.8em;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

#container .entry-content {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999;

}

.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #ff4b33;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #777;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 0px;
}
#colophon {
	width:100%;
	margin: 0 auto;
	background-color: #e30613;
}
#colophon {
	margin-top: -2%;
	padding:0;
	border-top-width: 0.1px;
	border-top-style: solid;
	border-top-color: #e30613;
}






#lowernav {
	float: left;
	margin: 0 auto;
	width:90%;
	padding:0% 5% 0 5%;
	clear: both;
	overflow: hidden;
	text-align: left;
}

#lowernav ul {

	list-style: none;
	white-space: nowrap;
}

#lowernav li {
	font-family: "Arial", Helvetica, sans-serif;
	float: left;
	margin: 0px 0 0 0;
	padding: 1em 2em 2em 0px;
	text-align: left;	
}
#lowernav a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0px 0 0px 0;
	font-size:1.4em;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;	
}


#lowernav li:hover > a,
#lowernav ul ul :hover > a,
#lowernav a:focus,
#lowernav ul ul a:focus   {
	color: #999;
}

#lowernav ul li:hover > ul {
	display: block;
}


#lowernav ul li.current_page_item > a,
#lowernav ul li.current_page_ancestor > a,
#lowernav ul li.current-menu-ancestor > a,
#lowernav ul li.current-menu-item > a,
#lowernav ul li.current-menu-parent > a {
	color: #000;
}

#contact {
	width:90%;
	padding:0 5% 5% 5%;
	background-color: #242424;
	clear: both;
	overflow: hidden;
	text-align: center;
}




#contact h2.widget-title {
	line-height: 1.5em;
	margin: 0 0 0.6em 0;
	font-size: 2em;
	color: #fff;
	padding:6% 0 0 0;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.widget_convertkit_form {
	float: none!important;
	margin: 0 auto!important;
	width:70%!important;
	padding:0% 0% 0 6%!important;
	clear: both!important;
	overflow: hidden!important;
	text-align: center!important;
}


.formkit-header h2{
	line-height: 1.2em!important;	
}

.formkit-subheader {
	line-height: 1.4em!important;
	font-family: 'Arial', Helvetica, sans-serif!important;
	font-size: 1.2em!important;
	color: #333!important;
}


.wpforms-container {
	width:100%;
	clear: both;
	margin: 0;
	background-color: #0FC;
	overflow: visible;
}

.wpforms-field-container,
#wpforms-2449-field_1-container,
#wpforms-35-field_1-container,
#wpforms-87-field_1-container {
	width:60%;
	clear: both;
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
	overflow: visible;
}

.mc4wp-form {
	padding:0 0 6% 0;
	} 
	
	
	
input.area,
input.wpforms-field-medium,
input#wpforms-2449-field_1,
input#wpforms-35-field_1,
input#wpforms-87-field_1
{
	color:#FFF;
	background-color: #333;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	margin: 0 0 0 20%;
	border: 1px solid #333;
	
	text-align: center;
	float: none;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	} 
	
input#s {
	color:#333;
	font-family: "Arial", Helvetica, sans-serif;
	border: 1px solid #e9e9e9;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	padding: 10px 8px 8px 8px;
	} 

input.button,
input#searchsubmit,
input#submit,
input.wpforms-submit ,
#wpforms-submit-2449,
button#wpforms-submit-2449,
#wpforms-submit-35,
button#wpforms-submit-35,
#wpforms-submit-87,
button#wpforms-submit-87  {
	color:#fff;
	background-color: #e30613;
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	padding: 10px 8px 8px 8px;
	border: 2px solid #e30613;
	letter-spacing: 0.1em;
	}
	
input.button:hover, 
input#searchsubmit:hover,
input#submit:hover,
input#wpforms-submit:hover,
#wpforms-submit-2449:hover,
button#wpforms-submit-2449:hover,
#wpforms-submit-35:hover,
button#wpforms-submit-35:hover,
#wpforms-submit-87:hover,
button#wpforms-submit-87:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	}

#totop {
	width:10%;
	float:right;
	
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#scroll {
	float: left;
	margin:0px 0 0 0;
	padding: 0 0 0 10px;
	width: 100%;
	height:50px;

	}
	


#scroll a {
	float: left;
	display:block;
	background-image: url(images/scroll.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	margin: 0px 0 0 0;
width: 80%;
height: 100%;
	}

#scroll a:hover {
	
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	}
	
	
#site-info2 {
	color: #fff;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
	clear: both;
	float: none;
	width: 90%;
	padding:10px 5% 5px 5%;
	font-weight: 100;
}
#site-info2 a {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

#site-info2 a:hover {
	color: #999;
	text-decoration: none;	
}

/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
}
.btn:active, .btn:focus {
  outline: none;
}
.btn.btn-secondary-outline {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
}
.btn.btn-secondary-outline:hover {
  background: #FFF;
  color: #333;
}

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem;
}

.btn-theme-primary {
  background: #03c4eb;
  color: #FFFFFF;
}
.btn-theme-primary:hover {
  color: #FFFFFF;
}

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #03c4eb;
  color: #03c4eb;
}
.btn-theme-primary-outline:hover {
  color: #FFF;
  background-color: #03c4eb;
  border-color: #03c4eb;
}
/*--------------------------------------------------------------
7.0 Widgets
--------------------------------------------------------------*/
.sidebar .widget,
.sidebar .widget-container {
  margin-bottom: 40px;
}
.sidebar .widget .widget-title,
.sidebar .widget-container .widget-title {
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 13px;
	font-weight: 100;
	font-family: 'Arial', Helvetica, sans-serif;
	color: #333;
}
.sidebar .widget ul {
  list-style: none;
  padding: 0px;
}
.sidebar .widget ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.sidebar .widget a,
.sidebar .widget-container a {
	color: #999;
	font-size: 1em;
}
.sidebar .widget a:hover,
.sidebar .widget-container a:hover {
	color: #333;
	text-decoration: none;
}

/* Search
------------------------------*/
.search-form {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
}
.search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem;
}
.search-form .search-submit {
  width: auto;
  margin: 0px 0 0 0.5em;
  height: 100%;
}
.search-form label {
  -webkit-box-flex: 2;
          flex-grow: 2;
  margin: 0px;
}

/* Recent Comment
------------------------------*/
.widget_recent_comments ul,
.widget_recent_entries ul {
  margin-top: 25px;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #e9e9e9;
}
.widget_recent_comments ul a,
.widget_recent_entries ul a {
  font-style: italic;
}
.widget_recent_comments .comment-author-link a,
.widget_recent_entries .comment-author-link a {
  font-weight: bold;
  font-style: normal;
}

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%;
}




.sidebar .widget_calendar a {
	color: #333;
	text-decoration: none;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
.wp-calendar-nav {
	display: table;
	width: 100%;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
.widget_text ul,
.widget_text ol {
	margin-bottom: 1.5em;
}
.widget_text ol {
	margin-left: 1.3em;
}
.widget_text ul ul,
.widget_text ol ol,
.widget_text ul ol,
.widget_text ol ul {
	margin-bottom: 0;
}
.widget_media_video video {
	max-width: 100%;
}
.tagcloud ul {
	list-style-type: none;
	margin-left: 0 !important;
}
.tagcloud ul li {
	display: inline-block;
}

/* Helps galleries in widget areas look presentable in most cases. */
.widget-area .gallery-columns-2 img,
.widget-area .gallery-columns-3 img,
.widget-area .gallery-columns-4 img,
.widget-area .gallery-columns-5 img,
.widget-area .gallery-columns-6 img,
.widget-area .gallery-columns-7 img,
.widget-area .gallery-columns-8 img,
.widget-area .gallery-columns-9 img {
	border: none;
	max-width: 90%;
	width: auto;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0em;
	padding: 0;
}



/* Section: News
------------------------------*/


#primary ul {
	font-family: 'Arial', Helvetica, sans-serif;
	list-style-type: none;
	margin:0 0 0 -10px;
	list-style-position: outside;
}

#primary ul li {
	padding:0 0 5px 0;
		
}

#secondary ul {
	font-family: 'Arial', Helvetica, sans-serif;
	list-style-type: none;
	margin:0 0 0 -10px;
	list-style-position: outside;
}

#secondary ul li {
	padding:0 0 5px 0;
		
}

.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}
#post-2197  {
  border-top: 0px solid #fff; 
}



.entry-header {
	margin:0 0 10px 0;
}

.entry-header .entry-title a {
	color: #333;
	font-family: 'Arial', Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
}

.entry-header .entry-title a:hover {
	color: #999;
}

.entry-excerpt {
	margin:0 0 0px 0;
}

.entry-excerpt  a {
	color: #333;
	font-family: 'Arial', Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
}

.entry-excerpt a:hover {
	color: #666;
}

.meta-prep,
.entry-date,
.meta-sep,
.author {
	color: #999;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

.entry-header a {
	
	text-decoration: none;
}

.entry-meta a  {
	text-decoration: none;
}

.meta-prep a,
a .entry-date,
.meta-sep a,
.author a,
.entry-date a {
	color: #ff4b33;
	font-family: 'Arial', Helvetica, sans-serif;
	text-decoration: none;
}

.meta-prep a:hover,
a:hover .entry-date,
.meta-sep a:hover,
.author a:hover {
	color: #666;
	font-family: 'Arial', Helvetica, sans-serif;
	text-decoration: underline;
}

/* Section: blog
------------------------------*/
.all-news {
  text-align: center;
  margin-top: 40px;
  display: block;
}

.section-news .list-article, .archive .list-article, .blog .list-article {
	padding: 15px 0px;
	margin:0 0 10px 0;
	border-top: 1px solid #e9e9e9;
}
.section-news .list-article:last-of-type, .archive .list-article:last-of-type, .blog .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.section-news .list-article-thumb, .archive .list-article-thumb, .blog .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.section-news .list-article-thumb a img:hover, .archive .list-article-thumb a img:hover, .blog .list-article-thumb a img:hover {
  opacity: 0.8;
}

.section-news .list-article-content, .archive .list-article-content, .blog .list-article-content {
  float: none;
  overflow: hidden;
}
.section-news .list-article-meta, .archive .list-article-meta, .blog .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.section-news .entry-title, .archive .entry-title, .blog .entry-title {
  font-size: 22px;
  line-height: 1.5;
}
.section-news .entry-title a:hover, .archive .entry-title a:hover, .blog .entry-title a:hover {
  text-decoration: none;
}
.section-news .entry-excerpt p, .archive .entry-excerpt p, .blog .entry-excerpt p {
  margin-bottom: 0px;
}

.archive .site-main .list-article:first-child,
.blog .site-main .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}

.page-template-template-blog .section-news .list-article {
  padding: 30px 0px;
}
.page-template-template-blog .section-news .list-article:first-of-type {
  border-top: none;
  padding-top: 0px;
}
.page-template-template-blog .section-news .list-article:last-of-type {
  border-bottom: none;
}

.section-news.section-inverse .list-article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse .list-article:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.section-news.section-inverse h1 a, .section-news.section-inverse h2 a, .section-news.section-inverse h3 a, .section-news.section-inverse h4 a, .section-news.section-inverse h5 a {
  color: rgba(255, 255, 255, 0.8);
}
.section-news.section-inverse h1 a:hover, .section-news.section-inverse h2 a:hover, .section-news.section-inverse h3 a:hover, .section-news.section-inverse h4 a:hover, .section-news.section-inverse h5 a:hover {
  color: #FFF;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	width: 100%;
	margin:15px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

h3#comments-title,
h3#reply-title {
	font-size: 1.4em;
	margin-bottom: 0;
	font-weight: normal;
	color: #999;
	letter-spacing: 1px;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 10px 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 0.8em;
	line-height: 1em;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #CCC;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #e30613;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
	padding:10px 0 0 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}

/*--------------------------------------------------------------
shop code
--------------------------------------------------------------*/


.wp-block-product-new ul li,
.wp-block-product-category ul li  {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding:0 25px 0 0;
}

.wc-block-grid__product-title {
	font-size: 1.7em;
	text-align: center;
	text-transform: uppercase;
}

.wc-block-grid__product-title :hover > a {
	text-decoration: none;	
}

.wc-block-grid__product-link a:hover {
	text-decoration: none;			
}

.wc-block-grid__product-price  {
	font-size: 1.5em;
	color: #0C6;
}

.woocommerce-Price-amount {
	color: #0C6;
}




a .add_to_cart_button,
.single_add_to_cart_button button,
.wp-block-button__link {
	background-color: #F00!important;
	color: #FFF!important;
	font-size: 1.5em!important;
}

.product_meta {
	margin:0px!important;
	padding: 0px!important;
		height: 0px!important;	
		visibility: hidden!important;
}



.widget_shopping_cart_content .remove_from_cart_button {
	margin:0px!important;
	padding: 0px!important;
		height: 0px!important;	
		visibility: hidden!important;
}




.woocommerce #content a img:hover {
  opacity: 0.8;
}
.wp-block-image a img:hover {
  opacity: 0.8;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:#000 !important;

background-color:#000 !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

text-decoration: none!important;

}


.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
	background:#000 !important;
	background-color:#000 !important;
	color:white !important;
	text-shadow: transparent !important;
	box-shadow: none;
	border-color:#ca0606 !important;
	text-decoration: none!important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: #e30613 !important;

color:white !important;

text-shadow: transparent !important;

border-color:#ca0606 !important;

text-decoration: none!important;
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #000 !important;

box-shadow: none;

text-shadow: transparent !important;

color:white !important;

border-color:#ca0606 !important;

text-decoration: none!important;

}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

