/*
Theme Name: Azure Basic Child
Author: C. A. Brown
Description: Child Theme for Azure Basic.   
Template: azure-basic
*/
@import url('css/screen.css'); /* DO NOT REMOVE! */


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { height: 100%; }

body { 
	height: 100%; 
    font-family: 'League Spartan', sans-serif;
	background: #fff; 
	color: #3b3737;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
}

:focus { outline: 0; }

ol, ul { list-style: none; }

a { 
	text-decoration: none; 
	color: #3b3737;
}

table { border-collapse: separate;
        border-spacing: 0; }

img { clear: both; }



/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 14px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}

.sticky {}

.bypostauthor {}


/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	width: 65%;
	margin: 80px 0 25px 5%;
	float: left;
	overflow: hidden;
	padding: 10px 100px 10px;
}

#content { 
	width: 100%; 
}

#sidebar {
  	float: right;
  	width: 25%;
  	margin: 175px 5% 0 0;
  	padding: 20px 30px 150px;
  	border-radius: 5px;
	background: rgb(234,236,237);
	background: linear-gradient(180deg, rgba(234,236,237,1) 0%, rgba(255,255,255,1) 100%); 
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.singlewidth #sidebar {
	display: none;
}
.singlewidth #primary ul {
	list-style-type: disc;
}
.singlewidth #primary li {
	padding-bottom: 8px;
}
.singlewidth #primary ol {
	list-style-type: decimal;
}



/*    Framework Styles        */
/*---------------------------*/

#top-header { 
	padding: 20px 0; 
}

#main { 
	padding: 0 0 25px; 
}
.page-id-8 #main {
	padding: 75px 0 25px; 
}

.entry-header { margin: 0 0 25px 0; }


/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }



/*    Navigation       */
/*--------------------*/


.nav-next { float: left; }
.nav-previous { float: right; }



/*    Theme Credit Text      */
/*--------------------------*/

#theme-credit { text-align: center; }


/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 34px; 
	color: #3b3737;
	font-weight: bold;
	font-family: 'Panton Bold', serif;
}
h1 span {
	font-size: 30px;
	font-weight: 600
}
h2 {
	font-size: 30px;
	font-weight: 800;
	color: #844eef;
	margin-bottom: 5px;
}
h2 span {
	font-size: 20px;
	font-weight: 500;
}
h3 { 
	font-size: 30px; 
	color: #3b3737;
	font-weight: 700;
	font-family: 'League Spartan', serif;
}
h5 { 
	font-size: 24px; 
	color: #3b3737;
	font-weight: 500;
}

#container-full { 
	width: 100%; 
}

#top-header { 
	background: #fff; 
}
.head-section {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}		  
.topbarbg {
	background-color: #000;
	padding: 4px 0;
}
.topbar {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.topbarleft {
	float: left;
	width: 50%;
}
.topbarright {
	float: right;
	width: 50%;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.hometextbg {
	position: absolute;
	bottom: 28%;
	width: 100%;
	margin: 0 auto;
}
.hometext {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.hometext h1 {
	font-size: 55px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
.hometext h1 span {
	display: block;
	color: #36225d;
	font-size: 30px;
	text-transform: none;
	font-family: 'League Spartan', sans-serif;
}
.hometext button {
	background-color: transparent;
	border: none;
	text-transform: uppercase;
	text-align: left;
	
}
.hometext a {
	color: #fff;
	text-decoration: underline;
}
.innerbanner {
	width: 100%;
}
.innerbanner img {
	width: 100%;
}
button {
	background-color: #fff;
	border: none;
	padding: 15px 35px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 5px;
	margin: 15px 0;
	display: block;
}
button a {
	color: #fff;
}
.home2bg {
	background-color: #36225d;
	width: 100%;
	margin: 50px 0;
	padding: 30px 0;
	overflow: hidden;
}
.home2 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home2 ul {
	margin: 0;
	padding: 0;
}
.home2 li {
	display: block;
	padding-bottom: 14px;
}
.home2 img {
	max-width: 500px;
	width; 100%;
	height: auto;
}
.home2left {
	float: left;
	width: 48%;
}
.home2right {
	float: right;
	width: 48%;
	padding-top: 15px;
}
.home2right img {
	max-width: 500px;
	width: 100%;
	height: auto;
}

/* Top Navigation */

#access { 
	padding: 15px 0 5px; 
    z-index: 500; 
	width: 70%;
	float: right;
}
#access ul {
	text-align: right;
}		  
#access a {
  color: #3b3737;
  padding: 4px 15px;
  text-transform: ;
  font-size: 20px;
  font-weight: 600;
  font-family: playboy;
  letter-spacing: 1px;
}
#access a:hover { 
	color: #36225d; 
}
#access li.current-menu-item a {
	border-bottom: solid 3px #36225d;
}

#access ul li:hover ul  {
	background-color: rgb(0, 0, 0, .08);
	padding: 5px;
 }


/* Header Title Section */

#top-header-section { 
	width: 100%; 
}

#main-title { float: left;
              position: relative;
              width: 350px;
		      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
		      padding-left: 1.5em;
			  padding-top: 10px;
              z-index: 25; }

#site-title { text-transform: uppercase;
              margin-bottom: 10px; 
              font-size: 48px; }

#site-description { font-variant: small-caps; 
                    font-size: 18px; 
					margin-bottom: 20px; }

#header-sidebar-section { float: right;
                          text-align: right;
                          position: relative;
			              padding-right: 15px;
                          width: 560px;
				          font-size: 16px;
			              text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
			              padding-top: 10px;
                          z-index: 35;	}

#header-sidebar-section ul { list-style-type: none;
                             margin: 0;
				             text-align: right;
				             width: 560px; 
                             padding-left: 0; }
							 
#header-sidebar-section ul ul li { display: inline; 
                                   padding-right: 15px; }


/* Header Image */

#header-image { width: 986px; 
                height: 300px;
				border: 2px solid #3b3737; }


/* Main Content Section */


.featured-thumb { margin-bottom: 10px; }
 
article { 
 	padding: 25px 0;
}
		  
.entry-content { padding-top: 5px; }

.entry-title { font-size: 28px; 
               text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.entry-meta { font-size: 12px; 
	          color: #844eef; }

.entry-meta a:hover { text-decoration: underline; }

.entry-content a:hover { text-decoration: underline; }

.entry-content embed { width: 675px; }

.page-link { margin-bottom: 12px; }

/* Sidebar Section */



#sidebar-widget-title { color: #606060; }

.screen-reader-text[for="s"] { display: none; }

#wp-calendar { width: 100%; }

#calendar_wrap #wp-calendar caption { text-align: center; }

#wp-calendar #prev, #wp-calendar #next { font-style: normal;
                                         font-size: 10pt; }

#wp-calendar #next { text-align: right; }



/* Single Page and Comments */

.assistive-text { color: #606060; }

#nav-single { padding-left: 25px; }

#comments { padding-left: 25px; }

#comments #respond { padding-left: 25px; }

.comment-meta { margin-bottom: 10px; }

.comment-author img { padding-right: 5px; }

#nav-below { padding-left: 25px; }

.pingback .edit-link { margin-left: 10px; }

.comment-author a { color: #3b3737; }

.comment-author a:hover { color: #b095e6; 
                          text-decoration: underline; }

.comment-author img { margin: 0 10px 0 0; }

.comment-form-author input[type="text"] { margin-left: 27px; 
                                          background: none repeat scroll 0 0 #FFFFFF;
                                          color: #3b3737;
                                          outline: 0 none;
                                          padding: 5px 10px;
                                          position: relative;
                                          width: 175px; }

.comment-form-email input[type="text"] { margin-left: 30px; 
                                         background: none repeat scroll 0 0 #FFFFFF;
                                         color: #3b3737;
                                         outline: 0 none;
                                         padding: 5px 10px;
                                         position: relative;
                                         width: 175px; }

.comment-form-url input[type="text"] { margin-left: 25px; 
                                       background: none repeat scroll 0 0 #FFFFFF;
                                       color: #3b3737;
                                       outline: 0 none;
                                       padding: 5px 10px;
                                       position: relative;
                                       width: 175px; }

.comment-form-comment label { float: left; 
                              clear: both; }

.comment-form-comment textarea { margin-left: 15px;
                                 margin-top: 0; 
                                 background: none repeat scroll 0 0 #FFFFFF;
                                 color: #3b3737;
                                 outline: 0 none;
                                 padding: 5px 10px;
								 width: 500px;
                                 position: relative; }

#commentform p.form-allowed-tags { font-size: 9pt; }

#comment-nav-above, #comment-nav-below { margin-bottom: 15px; }


/* Footer Section */

#footer-bottom { 
	background: #b095e6; 
	padding: 30px 0 10px 0; 
	clear: both;
    width: 100%; 
}
.columns {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
  border-top: solid 1px #EAECED;
}
.column1 { 
    width: 100%; 
	text-align: center;
}
.column1 img {
	max-width: 200px !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}
.column1 ul {
	margin: 0;
	padding: 10px 0;
}
.column1 li {
	display: inline-block;
	padding-bottom: 8px;
	padding: 0 25px;
}
.column1 a {
	color: #606060;
}
.column2 { 
    width: 33%; 
	float: left;
	display: none;
}
.column3 { 
    width: 33%; 
	float: left;
	display: none;
}

.column.last { margin: 0; }

#footer-content { 
	padding-top: 25px; 
}

#footer-content .column h4 { color: #000;
                             font-size: 12pt; 
                             border-bottom: 1px solid #000; }

#footer-content .column ul { font-size: 10pt;  
                             padding-left: 0 !important;}

#footer-content .column ul li a { color: #844eef; }

#footer-content .column ul li a:hover { color: #00F; }

#site-credits { 
	padding: 15px 0 0 0;
	background-color: #000; 
}

#theme-credit { 
	padding: 5px 0;
	color: #fff;
	font-size: 14px; 
	text-align: center;
}



*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	width: 30%;
	float: left;
}
.logo img {
	max-width: 200px;
	width: 100%; 
	height: auto;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #844eef !important;
  font-weight: 500 !important;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  height: 40px;
}
tbody tr:nth-child(2n) td, tbody tr.even td {
  background: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  height: 40px !important;
}
.woocommerce-info {
  border-top-color: #b095e6 !important;
}
.woocommerce-info::before {
  color: #844eef !important;
}
.woocommerce div.product .product_title {
  color: #4C4C4C !important;
  line-height: 34px !important;
  font-weight: 500 !important;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 50px !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  opacity: 1 !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #3b3737 !important;
}
.about {
	max-width: 1000px;
	width: 100%;
	margin: 50px auto 0;
}
.about hr {
	margin: 10px 0 50px 0;
}
.about h5 {
	text-align: center;
	margin-bottom: 60px;
}
.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.about li {
  display: inline-block;
  width: 450px;
  text-align: center;
  font-size: 16px;
font-weight: 500;
}
.about li img {
	width: 100%;
	display: block;
}
.pagewidth {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-weight: 600 !important;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
  	width: 100%;
  	background-color: #f4f4f4;
	border: solid 1px #e5e3e3;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  	height: 100px !important;
	background-color: #ffffff;
	border: solid 1px #efefef;
	font-family: 'Nunito Sans', sans-serif;
}
#gform_submit_button_1 {
	background-color: #3b3737;
	border: none;
	padding: 20px 75px;
	margin: 0 auto;
	display: block;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}
.featured-thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}



/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {

}
@media only screen and (min-width:0px) and (max-width: 900px) {
.hometextbg {
  bottom: 10%;
}
}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
#primary {
	width: 100%;
	margin: 0;
	float: none;
	padding: 10px 15px;
}
#sidebar {
  float: none;
  width: 100%;
  margin: 0;
  padding: 80px 80px 0;
}
.home2left {
	float: non;
	width: 100%;
}
.home2right {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 0px) and (max-width: 750px) {

}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.homebanner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.homebanner img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.featured-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.featured-thumb img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-35%);
}
.hometext h1 {
  font-size: 44px;
}
.page-id-8 #main {
  padding: 15px 0 25px;
}
.logo {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0 15px;
}
.home2 img {
	display: block;
	margin: 0 auto;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  	display: block !important;
  	max-width: 300px !important;
 	margin: 0 auto !important;
  	text-align: center !important;
}
.woocommerce ul.products li.product .price {
  text-align: center !important;
}
.woocommerce ul.products li.product a img {
  display: block !important;
  margin: 0 auto !important;
}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
  width: 100% !important;
  float: none !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


