/*
Theme Name:     Volt Child
Theme URI:      http://labs.saurabh-sharma.net/themes/volt/wp/
Description:    Child theme for the Volt theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/author/SaurabhSharma
Template:       volt                             
Version:        3.0
*/

/* ---------------------------------------------------------------
 * Do not delete this line
 * ------------------------------------------------------------ */
@import url("responsive.css");
@import url("../volt/style.css");



/* ---------------------------------------------------------------
 * Your custom styles here after
 * ------------------------------------------------------------ */

body {
        color: #333;
}
 

/* ---------------------------------------------------------------
 * Header Stuff
 * ------------------------------------------------------------ */
.widget ul a {
  color: #333;
}
.wrap {
width: 100%;
}
#utility-top {
width: 100%!important;
max-width: 100%!important;
}

#utility-top, #callout-bar {
height: 40px;
background: #0b73bc;
border-top: 0px;
width: 100%;
}

.callout-inner  {
	color: #FFFFFF; font-size: 11px; font-weight: bolder; 
	text-transform: uppercase; 
	padding: 0 125px 0 0;
}
.callout-inner  a {color: #FFFFFF;}


#callout-bar.callout-left {
 text-align: left;
}

.hwa_wrap {
position: relative;
display: inline;
float: right;
}

.blogheader {
float:left;
position: relative!important;
width: 100%;
margin: 0 auto;
	height: 110px;
	border-bottom: 7.5px double #009ad2;
background-color: #fff;
z-index: 999;
}

ul.ss_social {
	display: inline;}

.container {
	margin: 0 auto 2% auto;
}

.header {
	height: 110px;
	border-bottom: 7.5px double #009ad2;
	background: url('/wp-content/themes/volt-child/images/squared_metal.png');
}

.header-left {
	float: left;
	width: 33%;
}
.header .wrap {
	padding-top: 10px;
}

.brand {
	width: 224px;
	margin: 0 auto;
	position: relative;
	top: -156px;
	z-index: 999;
	padding: 0px;
	float: initial;
}

.primary-nav ul.nav-menu, .primary-nav div.nav-menu  {
position: relative;
margin: 0 auto;
width: 80%;
}

/*.primary-nav ul {
left: 10%;
} */

.header_widget_area {
position: relative;
width: auto;
margin: 0 0 0.75em;
padding: 0;
float: right;
text-align: right;
}

/* ---------------------------------------------------------------
 * General Style Stuff
 * ------------------------------------------------------------ */

.box h4 {
font-size: 14px;
line-height: 21px;
margin-bottom: 9px;
color: #540202;
text-transform: uppercase;
font-weight: bolder;
}

.cook_image {
	border: 5px solid #c6c6c6;
	padding : 20px;
}

.cook_button, .cook_button:visited {
background: #ffffff url('images/cook_button.png') no-repeat center;
color: #540202;
text-transform: uppercase;
}
.size-cook, .size-cook:visited {
font-size: 16px;
font-weight: bolder;
padding: 20px 25px;
width: 140px;
}

.flexslider {
	max-height: 300px;
}


.testimonial_group .testimonial {
width: 100%!important;
padding: 10px;
}

/* ---------------------------------------------------------------
 * Image Style for Photo Gallery
 * ------------------------------------------------------------ */

#gallery-1 img {
border: 0px!important;
}

img.photoframe {
      background: url("images/floral.jpg");
      margin-left:auto;
      margin-right:auto;
      display:table-cell;
      position:relative;
      overflow:hidden;
      box-shadow: inset 0 50px rgba(255,255,255,0.1),
             inset 2px -15px 30px rgba(0,0,0,0.4),
             2px 2px 5px rgba(0,0,0,0.3);
      padding: 25px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      vertical-align: middle;
      text-align:center;
}

.photoframe img{
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}

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

.required {
color: blue;
}

/* Added 8/3/2018 */
.sidebar1 .widget .dpe-flexible-posts img
{
	width: 66%;
}
.sidebar1 .widget .dpe-flexible-posts .title
{
	width: 66%;
	font-weight: bold;
	color: #1c75bb;
}
/* --- --- --- */


/* ---------------------------------------------------------------
 * Footer Stuff
 * ------------------------------------------------------------ */


.newsletter {
	border: 7.5px double #009ad2;
	background-color: #f5f5f5;
	
}
.volt_recent_posts {
height: 260px;}

.newsletter h4 {
font-size: 14px;
line-height: 21px;
margin: 9px 2px 9px 20px;
color: #540202;
text-transform: uppercase;
font-weight: bolder;
}

h4.sbc_title {
font-size: 14px;
text-transform: uppercase;
font-weight: bolder;
color: #540202;
line-height: 1.5;
border-top: 1px solid #e5e5e5;
padding: 6px 2px;
margin-bottom: 9px;
}

.volt_recent_posts {
height: 350px;
overflow: hidden;
overflow-y: auto;
padding: 5px 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer { background-color: #c8c8c8; padding: 10px; color: #fff; }
.footer_text {
margin-left: auto;
margin-right: auto;
background-color: #f5f5f5;
display:none;
}
p.footer-text { align:center;}


.page-masthead
{
	position: relative;
	display: block;
	width: 100%;
}
.page-masthead .page-title
{
	font-size: 36px;
	line-height: 1.5;
	margin: 0;
	padding: 20px 0px;
}
.page-masthead .page-title.over-image
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	color: white;
	font-weight: bold;
	background: rgba(100, 100, 100, 0.5);
	background: linear-gradient(to right, rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0));
}