/*
Theme Name: Twentythirteen - Child Theme
Description: Twentythirteen child theme template
Author: Fuyuko Gratton
Template: twentythirteen

*/

@import url("../twentythirteen/style.css");
@import url("scss/child-theme.css");

mark {
    display: none !important;
}

/*-----------------------------------------------
  Header Section
-----------------------------------------------*/

#logo{
	margin: 10px 5px;
	width: 23.2%;
	display:inline-block;
	text-align:center;
}

.site-description {
	font: 300 normal 12px Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
	text-transform: uppercase;
	text-decoration: underline;
	color:black;
}

#logo a:hover { text-decoration:none; }

/*Right Content - Social/Phone/Search*/

	#social-phone-search-container{
		display: inline-block;
		float: right;
		text-align: right;
		margin-top: 50px;
	}

	/*widgets - all*/
	#header-widgets .widget {
		background-color: rgba(247, 245, 231, 0);
		margin: 0;
		padding: 0;
	}
	
	/*social-media*/
	.socialmedia-buttons img {
		margin-bottom: 10px !important;
	}
	
	/*search - phone*/
	aside#text-2, aside#search-3{
		display: inline-block;
	}

	/*phone*/
	#header-phone{
		margin:0 20px 0 0;
		color: #868686;
		font: 400 normal 22px Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	#header-phone span{
		color:#b2983f;
	}
	
	/*search*/
	.site-header .search-form {
		position: relative;
		right: 0;
		top: 0;
	}
	
	.site-header .search-field {
		background-color: #DADADA;
		background-image: url(images/search-icon01.png);
		background-position: 245px center;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		border: none;
		cursor: pointer;
		height: 30px;
		margin: 3px 0;
		padding: 0 34px 0 4px;
		width: 270px;
		border: 1px solid #B0B0B0;
	}

	.site-header .search-field:focus {
		background-color: #DADADA;
		border: 1px solid #B0B0B0;
		width: 270px;
	}
	
/*-----------------------------------------------
  Contents Section
-----------------------------------------------*/

.entry-content {
/*disable wordwrap with hyphens*/
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: normal;
/*end of disable wordwrap with hyphens*/
}



.site {
	padding: 5px;
	border-left: 0;
	border-right: 0;
	max-width: 1080px;
	box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.25), -3px 0 8px -2px rgba(0, 0, 0, 0.25);
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
	max-width: 1040px;
}

.page-title {
font: normal 34px Arial, Helvetica, sans-serif; 
margin: 0 0 5px;
max-width: 1040px;
padding: 0 0 20px;
width: 100%;
}

/* Template - One Column (No Sidebar) */
.sidebar  .one-column .entry-header, 
.sidebar  .one-column .entry-content,
.sidebar  .one-column .entry-summary, 
.sidebar  .one-column .entry-meta {
padding: 0 60px;
}

/*-----------------------------------------------
  Navigation
-----------------------------------------------*/

#navbar {
	background: #586d84; /* Old browsers */
	background: -moz-linear-gradient(top, #586d84 0%, #6e8baa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#586d84), color-stop(100%,#6e8baa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #586d84 0%,#6e8baa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d84', endColorstr='#6e8baa',GradientType=0 ); /* IE6-9 */
}

#navbar-border{
	height: 4px;
	width: 100%;
	margin-top: 4px;
	background-color: #e8e9ea;
}

.main-navigation {
	min-height: 0;
}

ul.nav-menu, div.nav-menu > ul {
	padding: 0;
}

/*links*/

.nav-menu li a {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 17px 20px;
	text-shadow: 0px 1px 2px #000;
}

.nav-menu>li:before {
	position: absolute;
	display: block;
	content: ' ';
	top: 8px;
	left: -1px;
	width: 1px;
	height: 22px;
	border-right: 1px solid #7A99BC;
	overflow: hidden;
}

.nav-menu>li:first-child:before{
	border-right:0px;
}

/*Top Menu*/

#top-nav{
	min-height: 40px;
	background: #E4EBF1;
	margin: -5px -5px 0;
}

#top-nav .menu{
	margin: 0;
	padding: 0 10px;
	list-style: none;
	overflow: hidden;
	min-height: 40px;
}

#top-nav .menu li{
	float: left;
}

#top-nav .menu a{
	padding: 12px 8px;
	display: inline-block;
	font-size: 10px;
	color: #183657;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#top-nav .menu  a:hover{
	text-decoration: underline;
}

#top-nav .menu-top-menu-left-container { display: inline-block; float: left; }

#top-nav .menu-top-menu-right-container { display: inline-block; float: right; }

/*-----------------------------------------------
  Side Section
-----------------------------------------------*/

/*widget layout*/
#tertiary .widget{
padding: 0;
background-color: transparent;
border-bottom: 4px double #769ac1;
}

#tertiary .widget a{
color: #B2983F;
font-weight: bold;
}
#tertiary .widget a:hover{
color: #8abef9;
}

.widget > div, .widget > ul{
padding: 5px 20px;
}

#hp-callout-container h3.widget-title {
padding: 6px 6px;
}

h3.widget-title {
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
text-shadow: 0px 1px 2px #000;
padding: 5px 20px;

background: #586d84; /* Old browsers */
background: -moz-linear-gradient(top, #586d84 0%, #6e8baa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#586d84), color-stop(100%,#6e8baa)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #586d84 0%,#6e8baa 100%); /* IE10+ */
background: linear-gradient(to bottom, #586d84 0%,#6e8baa 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d84', endColorstr='#6e8baa',GradientType=0 ); /* IE6-9 */
}

.widget ul.product-categories,
.widget ul.product-categories  ul{
margin-left: 20px;
list-style-type: square;
color: #769ac1;
}


/*-----------------------------------------------
  Footer Section
-----------------------------------------------*/


/*----------------------------
Custom Style
----------------------------*/

#hp-callout-container .widget .hp-inner-content{
	min-height:0;
}
#hp-callout-container .widget .widget-title {
      	font: 600 normal 17px Arial, Helvetica, sans-serif;
      	text-transform: uppercase;
      	color: #FFF;
	text-align:center; 
}   
#hp-callout-container .widget .hp-inner-content {
      	padding: 10px;
	padding-bottom: 0px;
      	border: none; //1px solid rgba(255, 255, 255, 0.25);
      	position: relative;
	background:none;	
}
#hp-callout-container .widget .hp-inner-content a{
	position:inherit;
}
#hp-callout-container .widget{
	margin: 0 0/*.35%*/ 10px 0;
}


#respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: rgba(6, 154, 24, 0.98);
}

a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
     background-color: rgba(3, 210, 28, 0.98) !important;
    color: #fff;
}

.entry-content a.btn{
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
    padding: 8px;
    border-radius: 6px;
    width: 150px;
    display: block;
    background: #586d84;
    background: -moz-linear-gradient(top, #586d84 0%, #6e8baa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#586d84), color-stop(100%,#6e8baa));
    background: -webkit-linear-gradient(top, #586d84 0%,#6e8baa 100%);
    background: -o-linear-gradient(top, #586d84 0%,#6e8baa 100%);
    background: -ms-linear-gradient(top, #586d84 0%,#6e8baa 100%);
    background: linear-gradient(to bottom, #586d84 0%,#6e8baa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586d84', endColorstr='#6e8baa',GradientType=0 );
}

a.btn:hover{
	box-shadow: 2px 2px 7px #777;
}
/*------------------------
	Animation
------------------------*/


/*------------------------
	Media Queries
------------------------*/
@media (max-width: 1085px){

	/*homepage*/
	#hp-callout-container .widget { width: 49.4; }
}
@media (max-width: 999px){
	.home .entry-content{
		max-width: 95%;
	}
}
@media (max-width: 935px){
/*homepage*/
	#hp-hero .content:after { display:none; }

}
@media (max-width: 888px) {
	#hp-hero .content{
		width: 100%;
	}
}

@media (max-width: 880px){

	/*header*/
	#social-phone-search-container {
		float: none;
		text-align: center;
		margin: 0 0 20px;
		width: 100%;
	}
	
	#logo { width: 100%; }
	
	/*sm*/
	.socialmedia-buttons { text-align: center; }
	
	/*phone-search*/
	aside#text-2, aside#search-3 { display: block; }

	/*homepage*/	
	#hp-callout-container .widget { width: 100%; }

}

@media (max-width: 768px){
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 3.8% 2.992em 0;
	padding: 0;
	position: relative;
	width: 46.15%;
	margin-left: 0;
	}

	.home .half{
		width: 100%;
		float: none;
		clear: both;
	}
}
@media (max-width: 643px){

	/*nav*/
	.menu-toggle{
		color:#FFF;
	}
	
	.two-third{
		width: 100%;
		float: none;
	}
	.third{
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media (max-width: 450px){

	/*top-nav*/
	#top-nav{
		display:none;
	}
	
	/*header*/
	#header-phone{
		margin: 0 0 10px;
	}
	
	#header-phone span {
		display:block;
	}
	.site-footer p.copy-right{
    		float: none !important;
    		margin: 20px auto 0;
    		clear: both;
    		text-align: center;
	}
}

@media (max-width: 345px){
}

@media (max-width: 270px){
}