/*
 Theme Name:   Red's Guns
 Theme URI:    http://www.rockindoublejconsulting.com
 Description:  Red's Guns brand new, smokin' hot theme
 Author:       Afton Jones
 Author URI:   http://www.rockindoublejconsulting.com
 Template:     vantage
 Version:      1.0.0
*/


@import url("../vantage/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Bitter:700|Open+Sans);

body {
font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bitter', serif;
}

header#masthead hgroup {
  padding-bottom: 22px;
  padding-top: 22px;
}

header#masthead hgroup .support-text {
  color: #4b4b4b;
  font-size: 170%;
  font-style: italic;
  line-height: 140%;
  margin-top: -1.1em;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
}

header#masthead hgroup .support-text span { font-weight: bold; }

.main-navigation ul li a{
padding: 20px 30px;
}

.main-navigation ul li:hover > a{
background:#990000;
color:#FFFFFF;
}

.main-navigation ul ul li:hover > a{
background:#990000;
color:#FFFFFF;
}

#search-icon #search-icon-icon:hover{
background-color:#990000;
}

#header-sidebar .widget_nav_menu ul.menu > li > ul.sub-menu{
border-top:2px solid #990000;
}

#footer-widgets .widget {
  padding: 10px 0;
  width: 100% !important;
  text-align: center;
}

@media (min-width: 30em) {
    #footer-widgets .widget ul { width: 60%; display: table; table-layout: fixed; margin: 0 auto; }
    #footer-widgets .widget .menu-legal-container ul {width: 70%; padding-top: 12px; }
    #footer-widgets .widget ul li { display: table-cell; }
}

#footer-widgets .widget ul li ul { display: none; }

#footer-widgets .widget ul li a:hover { color: #990000; }

#footer-widgets .widget .menu-legal-container ul li a { font-size: 70%; color: #6F6F6F; }

#footer-widgets .widget .textwidget {
  font-style: italic;
  line-height: 0.3em;
  padding-top: 5px;
}

#footer-widgets .widget .textwidget p { color: #9F9F9F; }

.cc-map-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.cc-map-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
} 

.panel-row-style-fullwidth-grey {
  background: #F6F6F6;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 -20px;
  padding: 25px 20px;
}

.panel-row-style-fullwidth-grey #panel-6-1-0-1, .panel-row-style-fullwidth-white .widget_siteorigin-panels-image, .panel-row-style-fullwidth-grey .widget_siteorigin-panels-image {
  margin: 0 -25%;
}
.layout-full .panel-row-style-fullwidth-grey {
  margin: 0 -1000px;
  padding: 25px 1000px 25px 1000px;
}

.panel-row-style-fullwidth-grey .textwidget p, .panel-row-style-fullwidth-white .textwidget p { text-align: center; font-size: 110% }

.tabbed-box {
      width: 100%;
      background: none;
      border: none; 
      margin-top: 22px;}
	  
.tabbed-box .tabs {
	width: 100%;
	height: 40px;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.tabbed-box .tabs li {
      list-style: none;
      float: left; 
	  margin: 0;
}
.tabbed-box .tabs li a {
      display: block;
      width: 384px;
      padding: 5px 0;
      font-weight: bold;
	  font-family: 'Bitter', serif;
      text-align: center;
      text-decoration: none;
      color: #990000;
      background: #DFDFDF; 
	  font-size: 30px;
	  height: 50px;
	  line-height: 48px;
}

.post-41 .tabbed-box .tabs li a {
  width: 256px;
  font-size: 28px;
}
.tabbed-box .tabs li:first-child a {
      border-left: none; }
.tabbed-box .tabs li a:hover {
      color: #333; }
.tabbed-box .tabs li a:focus {
      outline: none; }
.tabbed-box .tabs li a.active {
      background: #343538;
      color: #990000;
      box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15); 
	  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
.tabbed-content {
      padding: 3em 0 0 0;
      display: none; }

.tabbed-content form { margin-bottom: 22px; }
	  
.tabbed-content label {
  display: block;
  font-size: 18px;
  text-align: center;
}
	  
.tabbed-content input {
	width: 300px;
	display: block;
	margin: 10px auto;
}
	  
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}

table tr:nth-child(odd) {
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr.even td

table tr:nth-child(even) {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}

ul.rangepolicies {
	padding-top: 8px;
	font-size: 120%; 
	line-height: 140%;
}

ul.rangepolicies li { padding-bottom: 14px; }

ul.rangepolicies li ul { padding-top: 6px; }

ul.rangepolicies li strong { color: #990000; }

.origin-widget.origin-widget-testimonial-simple-clean .testimonial-image-wrapper {
  height: 50px;
  width: 50px;
}

.origin-widget.origin-widget-testimonial-simple-clean .text {
  margin-left: 70px;
}

img.noshadow { box-shadow: none; }

@media (min-width: 30em) {
    .row { width: 100%; display: table; table-layout: fixed; }
    .col { display: table-cell; }
}
