/* 
Theme Name: Anything Left Handed Responsive
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Customised Responsive Child Theme
Template: responsivepro
Version: 1.0.0
Author: Chris Dicken
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* Default Body Styles
-------------------------------------------------------------- */

body {
   font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#container {
   padding-top: 37px;
}

h1, h2 {
   font-size: 1.75em;
}

a, a:link, a:visited {
   color: #06c;
   font-weight: inherit;
}

a:hover, a:focus, a:active {
   color: #7d3e97;
}

#content {
   margin-top: 0;
}

.highlight-block {
	background: #f1e4f6;
	border: solid 1px #7d3e97;
   padding: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

.quote-block {
	background: #d5eab9;
	border: solid 1px #90c845;
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 5px 5px 3px #ccc;
}


.quote-block-green {
	background: #d5eab9;
	border: solid 1px #90c845;
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 5px 5px 3px #ccc;
}

.quote-block-blue {
	background: #cadcef;
	border: solid 1px #5789bd;
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 5px 5px 3px #ccc;
}

.quote-block-yellow {
	background: #fffcaa;
	border: solid 1px #bdb957;
   padding: 10px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   box-shadow: 5px 5px 3px #ccc;
}

.alh-separator {
	height: 1px;
	margin: 10px 0;
   border-bottom: dashed 1px #7d3e97;
   box-shadow: 1px 1px 1px #ccc;
}


/* Very Top Menu
-------------------------------------------------------------- */

.alh-top-menu {
   height: 37px;
   width: 100%;
   background: url('images/top-menu-bg.png');
   position: absolute;
   top: 0;
   left: 0;
}

.alh-top-menu ul {
   max-width: 960px;
   margin: 0 auto;
   padding: 0;
}

.alh-top-menu li {
   display: inline;
}

.alh-top-menu li a {
   float: right;
   color: #fff;
   display: block;
   line-height: 30px;
   margin-left: 25px;
}

.responsive-text-links {
   display: none;
}

/* Search Bar and Cart Summary
-------------------------------------------------------------- */

.top-widget {
    width: 575px;
    padding-top: 35px;
}

.shopping-cart-summary {
   float: right;
   max-width: 276px;
   height: 39px;
   position: relative;
}

.shopping-cart-summary a {
   display: block;
   font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
   font-weight: bold;
   line-height: 39px;
   color: #fff;
   float: right;
   padding: 0 15px;
   text-align: center;
   border-right: solid 1px #666;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#444444));
	background-image: -webkit-linear-gradient(top, #888888, #444444);
	background-image: -moz-linear-gradient(top, #888888, #444444);
	background-image: -ms-linear-gradient(top, #888888, #444444);
	background-image: -o-linear-gradient(top, #888888, #444444);
	background-image: linear-gradient(top, #888888, #444444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#888888, endColorstr=#444444);
}

.shopping-cart-summary a:hover {
	background-color: #7d3e97;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ad85bd), to(#7d3e97));
	background-image: -webkit-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -moz-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -ms-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -o-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: linear-gradient(top, #ad85bd, #7d3e97);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad85bd, endColorstr=#7d3e97);
}

.shopping-cart-summary a.cart-checkout {
   border-right: 0;
   -webkit-border-top-right-radius: 8px;
   -moz-border-top-right-radius: 8px;
   border-top-right-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -moz-border-bottom-right-radius: 8px;
   border-bottom-right-radius: 8px;
}

.shopping-cart-summary a.cart-content {
   -webkit-border-top-left-radius: 8px;
   -moz-border-top-left-radius: 8px;
   border-top-left-radius: 8px;
   -webkit-border-bottom-left-radius: 8px;
   -moz-border-bottom-left-radius: 8px;
   border-bottom-left-radius: 8px;
   padding: 0 15px 0 40px;
   text-align: left;
}

.shopping-cart-summary .cart-icon {
   width: 36px;
   height: 26px;
   background: url('images/cart-icon.png');
   position: absolute;
   top: 5px;
   left: 5px;
}

.google-search-bar {
   width: 276px;
   height: 39px;
   background: url('images/google-search-bg.png') no-repeat;
   float: right;
   margin-right: 10px;
}

form.gsc-search-box {
   padding: 9px 5px 0 5px !important;
   background-color: transparent !important;
   border-width: 0 !important;
}

table.gsc-search-box  {
   margin: 0 !important;   
}

table.gsc-search-box th, table.gsc-search-box td {
   padding: 0 !important;
}
table.gsc-search-box th, table.gsc-search-box td, table.gsc-search-box, table.gsc-search-box td.gsc-input {
   border: 0 !important;
}

input.gsc-input {
   width: 185px !important;
   height: 20px !important;
   box-shadow: none !important;
   font-family: 'Open Sans', Helvetica, Arial, sans-serif;
   background: none !important;
   border: 0 !important;
}

td.gsc-search-button input[type="button"] {
	background-color: #7d3e97;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ad85bd), to(#7d3e97));
	background-image: -webkit-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -moz-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -ms-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: -o-linear-gradient(top, #ad85bd, #7d3e97);
	background-image: linear-gradient(top, #ad85bd, #7d3e97);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad85bd, endColorstr=#7d3e97);
   border: 1px solid #7d3e97;
   color: #fff;
   text-shadow: 0 1px 0 #333;
   font-size: 11px;
   padding: 0 8px;
   height: 20px;
}

.responsive-functions {
   display: none;
}

.cse .gsc-control-cse, .gsc-control-cse {
   padding: 0;
}

/* Main Menu
-------------------------------------------------------------- */

.wordpress-responsive-menu {
   display: none;
}

.main-nav ul.menu {
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   padding: 0 8px;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#444444));
	background-image: -webkit-linear-gradient(top, #888888, #444444);
	background-image: -moz-linear-gradient(top, #888888, #444444);
	background-image: -ms-linear-gradient(top, #888888, #444444);
	background-image: -o-linear-gradient(top, #888888, #444444);
	background-image: linear-gradient(top, #888888, #444444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#888888, endColorstr=#444444);
}

.main-nav .menu a {
   font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
   font-weight: bold;
   font-size: 16px;
}

.main-nav .menu a:hover {
	background-color: #777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#777777));
	background-image: -webkit-linear-gradient(top, #444444, #777777);
	background-image: -moz-linear-gradient(top, #444444, #777777);
	background-image: -ms-linear-gradient(top, #444444, #777777);
	background-image: -o-linear-gradient(top, #444444, #777777);
	background-image: linear-gradient(top, #444444, #777777);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444444, endColorstr=#777777);
}

.main-nav ul.menu > li:hover {
	background-color: #7d3e97;
	color: #ffffff;
}

.main-nav ul.menu ul {
	left: 0;
	position: absolute;
	top: 50%;
	visibility: hidden;
	z-index: 10;
	opacity: 0;
}

.main-nav ul.menu li:hover > ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
   -webkit-transition: all 0.3s ease 0.3s;
   -moz-transition: all 0.3s ease 0.3s;
   -o-transition: all 0.3s ease 0.3s;
  	-ms-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.main-nav .menu li ul {
    border-bottom: solid 1px #000; /* chd */
}

.main-nav .menu li li {
    border-color: #000; /* chd */
    border-top: 0;
    border-bottom: 0;
    background: #777;
}

.main-nav .menu li li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: white; /* chd */
	 background: #777 !important; /* chd */
}

.main-nav .menu li li a:hover { /* chd */
   background: #7d3e97 !important;
   color: white;
}

.main-nav .menu ul.mega {
    margin-top: 1px;
    min-width: 15em;
    border: 1px solid #000; /* chd */
    border-width: 0 1px 1px;
    background: #777 !important; /* chd */
}

.main-nav .menu li li.mega-item {
    border: none;
    margin: 0;
    float: left;
    margin: -1px 0 0px;
    width: 14em;
    background: #777;
	padding-right: 1em;
}

.main-nav .menu li li.mega-item:hover {
    background: #777 !important;
}

.main-nav .menu li li.mega-item h2.level2 {
   padding: 0;
   margin: 0;
   border-bottom: dotted 1px #fff;
}

.main-nav .menu li li.mega-item h2.level2 a {
   color: #fff; /* chd */
   font-weight: 700;
}

.main-nav .menu li li a:hover {
   background: #7d3e97;
}

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


.page .widget-wrapper, .blog .widget-wrapper, .single-post .widget-wrapper, .archive .widget-wrapper {
   border: 0;
   padding: 0;
}

.page .widget-wrapper .widget-title, .blog .widget-wrapper .widget-title, .single-post .widget-wrapper .widget-title, .archive .widget-wrapper .widget-title {
   
}

.page .widget-wrapper .widget-title h3, .blog .widget-wrapper .widget-title h3, .single-post .widget-wrapper .widget-title h3, .archive .widget-wrapper .widget-title h3 {
   font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif !important;
   font-weight: bold;
   font-size: 16px;
   line-height: 39px;
   color: #fff;
   padding: 0 15px;
   margin: 0;
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#444444));
	background-image: -webkit-linear-gradient(top, #888888, #444444);
	background-image: -moz-linear-gradient(top, #888888, #444444);
	background-image: -ms-linear-gradient(top, #888888, #444444);
	background-image: -o-linear-gradient(top, #888888, #444444);
	background-image: linear-gradient(top, #888888, #444444);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#888888, endColorstr=#444444);
   -webkit-border-top-left-radius: 4px;
   -moz-border-top-left-radius: 4px;
   border-top-left-radius: 4px;
   -webkit-border-top-right-radius: 4px;
   -moz-border-top-right-radius: 4px;
   border-top-right-radius: 4px;
}

#widgets ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

#widgets ul .children {
    padding: 0;
}

#widgets ul li a {
   padding: 5px 15px;
   border-bottom: dotted 1px #7d3e97;
   display: block;
}

#widgets ul .children li a {
    padding-left: 25px;
}

.widget_pages ul ul {
   display: none;
}

.widget_pages ul ul {
   display: none;
}

.widget_pages ul li.current_page_ancestor a {
   font-weight: bold;
   background: #ddd;
}

.widget_pages ul li.current_page_item a {
   font-weight: bold;
   background: #7d3e97;
   color: #fff;
}

.widget_pages ul li.current_page_item ul, .widget_pages ul li.current_page_ancestor ul {
   display: block;
}

.widget_pages ul li.current_page_item ul a {
   font-weight: bold;
   background: #ddd;
   color: #06c;
}

.widget_categories ul ul {
   display: none;
}

.widget_categories ul ul {
   display: none;
}

.widget_categories ul li.current_page_ancestor a {
   font-weight: bold;
   background: #ddd;
}

.widget_categories ul li.current-cat a {
   font-weight: bold;
   background: #7d3e97;
   color: #fff;
}

.widget_categories ul li.current-cat ul, .widget_categories ul li.current_page_ancestor ul {
   display: block;
}

.widget_categories ul li.current-cat ul a {
   font-weight: bold;
   background: #ddd;
   color: #06c;
}

/* ---accordion ---*/

#widgets .menu li a.dcjq-parent.active {
   font-weight: bold;
   background: #ddd;
}

#widgets .menu li a:hover {
   background: #7d3e97;
   color: #fff;
}

#widgets .menu ul.sub-menu {
   padding-left: 10px;
   border-bottom: 1px dotted #7d3e97;
}

#widgets .menu ul.sub-menu ul.sub-menu{
   border-bottom: none;
}

#widgets .menu ul.sub-menu li a {
   border-bottom: none;
   padding: 2px 10px;
   font-size: 12px;
}

/* ---accordion ---*/

.social-links {
   margin-bottom: 10px;
}

.social-links a {
   display: block !important;
   margin-bottom: 5px !important;
   line-height: 23px;
   border: solid 1px #444;
   border-radius: 5px;
   padding-left: 30px !important;
   text-decoration: none;
}

.social-links a.twitter-link {
   background: #fff url('images/twitter-icon.png') 3px 2px no-repeat;
   border-color: #04bde4;
   color: #04bde4;
}

.social-links a.facebook-link {
   background: #fff url('images/facebook-icon.png') 3px 2px no-repeat;
   border-color: #1e3273;
   color: #1e3273;
}

.social-links a:hover {
   background-color: #f6f6f6;
}

/* comments */

#respond {
   padding: 10px 20px;
}

#respond br {
   display: none;
}


#respond h3 {
   font-size: 16px;
   padding-bottom: 1em;
   margin: 0;
}

#respond p {
   padding-bottom: 1em;
   margin: 0;
}

.comment-form-url {
   display: none;
}

.comments-nav a {
   padding: 10px 4px;
   border: solid 1px #ddd;
   display: block;
   float: right;
   margin-left: 5px;
}

.comments-nav .current {
   background: #f0f0f0;
   padding: 10px 4px;
   border: solid 1px #ddd;
   display: block;
   float: right;
   margin-left: 5px;
}

.navigation .next {
    float: right;
}


/* =Responsive (Mobile) Design
-------------------------------------------------------------- */

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

/* ---- ALH RESPONSIVE STYLES -------------------------------------------- */
 
.top-widget {
   width: 100%;
   padding-top: 0;
   float: none;
   clear: both;
}

.shopping-cart-summary {
   float: right;
   margin-bottom: 1em;
   text-align: left;
}

.google-search-bar {
   float: left;
   margin-bottom: 1em;
   text-align: left;
}

.main-nav .menu ul.mega {
   width: 15em !important;
   left: 0 !important;
   height: auto !important;
}

.main-nav .menu ul.mega li.mega-item {
   height: auto !important;
}
    

/* ---- END ALH RESPONSIVE STYLES -------------------------------------------- */

	body {
	}

	.grid,
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}

   #wrapper {
      padding-top: 1.5em;
   }

}

@media screen and (max-width: 650px) {
   
/* ---- ALH RESPONSIVE STYLES -------------------------------------------- */
 
#container {
    margin: 0 1em;
    max-width: auto;
    padding: 0 ;
}
   
.alh-top-menu {
   display: none;
}  

/*
.alh-top-menu {
   height: auto;
   width: 100%;
   background: #666;
   position: relative;
}

.alh-top-menu ul {
   max-width: auto;
}

.alh-top-menu li {
   display: block;
   margin-bottom: solid 1px #fff;
}

.alh-top-menu li a {
   float: none;
   padding: 10px;
   text-align: center;
   line-height: auto;
   margin-left: 0;
}
*/
.responsive-text-links {
   display: block;
   background: #666;
   color: #fff;
   text-align: center;
   font-size: 0.75em;
}

.responsive-text-links a {
   color: #fff;
}

.shopping-cart-summary {
   display: none;
}

.google-search-bar {
   display: block;
   float: none;
   margin: 10px auto;
   clear: both;
}

  .responsive-functions {
      width: 100%;
      height: 20px;
      display: block;
      clear: both;
	   background-color: #7d3e97;
	   background-image: -webkit-gradient(linear, left top, left bottom, from(#ad85bd), to(#7d3e97));
	   background-image: -webkit-linear-gradient(top, #ad85bd, #7d3e97);
	   background-image: -moz-linear-gradient(top, #ad85bd, #7d3e97);
	   background-image: -ms-linear-gradient(top, #ad85bd, #7d3e97);
	   background-image: -o-linear-gradient(top, #ad85bd, #7d3e97);
	   background-image: linear-gradient(top, #ad85bd, #7d3e97);
	   color: #ffffff;
	   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ad85bd, endColorstr=#7d3e97);
   }
   

   .responsive-functions a {
      color: #fff;
      display: block;
      float: left;
      width: 33%;
      line-height: 20x;
      font-size: 11px;
      text-align: center;
      font-weight: bold;
      border-right: solid 1px #efefef;
   } 

/* ---- END ALH RESPONSIVE STYLES -------------------------------------------- */

	body {
	}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
      float: none;
      width: auto;
      /* height: 2em; */
      margin-bottom: 10px;
	}
   
	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(top, #585858, #3d3d3d);
		clear: both;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
		margin: 0 auto;
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0;

	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #444444;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 20px;
		font-weight: 700;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
      color: #444;
	}

	.js .main-nav .menu li ul {
      display: none;
   }

	/* .js .main-nav .menu li ul li a {
      background: #fff !important;
      padding: 15px 3px;
   }
   
	.js .main-nav .menu li ul li a:hover {
      color: #444;
   } */

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
}

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

	body {
	}

	#logo {
		float: none;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	.top-menu,
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
}

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

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

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

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}
