/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

//
// Terressentia Styles
//

.entry-footer a{
	margin-left: 3.6em!important;
}

//
// End Terressentia Styles
//

h1, h2, h3, .h1 a, .h2 a, .h3 a, blockquote{
	color: #4b74d6!important;
}

.x-navbar .sub-menu {
  font-size: 16px;
}

.h2 {
	margin:  0.7em 0 .3em;
}
.h4{
	margin-top: .5em;
}


.x-callout {

  border-radius:0.2em;
}
.x-callout:before{
	border: none;
	top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
}



body .x-navbar .desktop .x-nav li>a>span:after {
    content: "\f078" !important;

}

.x-navbar{
	border-bottom: none;
	box-shadow: none;

}

@media (min-width: 1101px) and (max-width: 1250px) {
  .x-navbar .x-nav>li>a {
    padding-left: 0.7em;
    padding-right: 0.7em;
    font-size: 19px;
    letter-spacing: 0px;
  }
  .x-navbar .x-brand {
         max-width:25%;
   }
}
@media (min-width: 1001px) and (max-width:1100px){
	.x-navbar .x-nav>li>a {
	  font-size: 16px;
	  letter-spacing: 0px;
	  padding-left: 0.5em!important;
	  padding-right: 0.5em!important;
	  padding-top: 61px;
	}
	

}


@media (min-width: 980px) and (max-width:1000px){
	.x-navbar .x-nav>li>a {
	  font-size: 15px;
	  letter-spacing: 0px;
	  padding-left: 0.6em!important;
	  padding-right: 0.6em!important;
	  padding-top: 61px;
	}
	

}




.x-nav > li > a{

}

.x-breadcrumb-wrap {
	background-color: #ffffff!important;
	bottom-border-color: rgba(0, 0, 0, 0.02)!important;
}

.x-colophon{
	border-top: none;
	box-shadow: none;
	
}

.x-scroll-top{
	margin-left: 8px;
}


.x-accordion-heading .x-accordion-toggle {
	color: #b31b1b;
}

.x-accordion-heading .x-accordion-toggle:hover{
	color: #272727;
}


/* -------------------
Round Buttons
-------------------- */
#wrapper {
  width: 100%;
  margin: 20px auto 0 auto;
}


.round_btn1 {
  width: 180px;
  height: 180px;
  margin: 15px 15px 15px 15px;
  position: relative;
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -ms-border-radius: 190px;
  -o-border-radius: 190px;
  border-radius: 190px;
  background-color: #EEEEEE;
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(50%, #e3e3e3), color-stop(50%, #888888), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: -moz-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: -o-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.round_btn1 h1 {
  text-align: center;
  font-size: 44px;
  margin: 20px 0 0 0;
  color: #333;
  text-shadow: 0 1px 0 white, 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-weight: lighter;
  line-height: 1;
}

.round_btn1 h1 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  text-shadow: none;
}

.round_btn1 h2 {
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 90px;
  line-height: 1;
  margin: 15px 0 0 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0px rgba(0, 0, 0, 0.8);
  color: #fafafa;
}


.round_btn1:after {
  content: "";
  width: 190px;
  height: 190px;
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  -webkit-border-radius: 190px;
  -moz-border-radius: 190px;
  -ms-border-radius: 190px;
  -o-border-radius: 190px;
  border-radius: 190px;
  background-color: #EEEEEE;
  /*
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cecece), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(#cecece, #e7e7e7);
  background-image: -moz-linear-gradient(#cecece, #e7e7e7);
  background-image: -o-linear-gradient(#cecece, #e7e7e7);
  background-image: linear-gradient(#cecece, #e7e7e7);
  */
   -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}

/* -------------------
Transitions
-------------------- */

.round_btn1.red {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* -------------------
Colors
-------------------- */

.round_btn1.red {
  background-image: none;
}

.round_btn1.red h1 {
  color: #b31b1b;
  margin: 31px 0 0;
}

.round_btn1.red h2 {
  color: #000000;
}



/* -------------------
Hover States
-------------------- */
.round_btn1.red:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(179, 27, 27, 0.8);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(179, 27, 27, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 10px rgba(179, 27, 27, 0.8);
}

.round_btn1.red:hover i.x-icon-power-off{
	color: #b31b1b!important;
}

/* -------------------
Media Queries
-------------------- */
@media screen and (max-width: 860px) {

  #wrapper {
    width: 700px;
  }
}
@media screen and (max-width: 740px) {

  #wrapper {
    width: 480px;
  }
}
@media screen and (max-width: 440px) {

  #wrapper {
    width: 370px;
    text-align: center;
  }
}
.hoverable:hover > .anim {
  @include animation(anim-out 0.75s);
  &:after { @include animation(anim-out-pseudo 0.75s); }
}


/* -------------------
Tabs
-------------------- */


.x-tab-content {
    overflow: auto;
    position: relative;
    margin-bottom: 1.313em;
    border: 1px solid #ddd;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.14902);
    border-left-style: solid;
    border-left-width: 0px;
    border: 1px solid rgba(0,0,0,0.15);
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: rgba(0, 0, 0, 0.14902);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.14902);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(0, 0, 0, 0.14902);
    border-left-style: solid;
    border-left-width: 0px;
    border-top: 0;
    background-color: #fff;
    box-shadow: 0 0.125em 0.275em 0 rgba(0,0,0,0.125);
}

.x-tab-content>.active {
    border-left-style: solid;
    border-left-color: #b31b1b;
}

.x-nav-tabs>.active>a, .x-nav-tabs>.active>a:hover {
    color: #ffffff;
    background-color: #b31b1b;
    cursor: default;
    font-weight: bold;
}

.x-nav-tabs>li>a {
font-size: 20px;	
}
/* -------------------
Home Page Columns
-------------------- */
@media (min-width: 768px) and (max-width: 999px) {
.home-column-level {
min-height: 234px;
}
}
@media (min-width: 1000px) and (max-width: 1399px) {
.home-column-level {
min-height: 156px;
}
}

@media (min-width: 1400px) {
.home-column-level {
min-height: 120px;
}
}
/* -------------------
Blog styles
-------------------- */
.blog .site > .x-container{
max-width: 100% !important;
width: 100% !important;
}
.single-post .site > .x-container{
max-width: 100% !important;
width: 100% !important;
}
.entry-wrap{
	margin: auto;
	width: 90%;
	border-radius:2px;
	box-shadow: 0 0.15em 0.7em 0 rgba(0,0,0,0.135);
}
/* -------------------
Tables
-------------------- */
/*Hides bulk sorting column on available spirits page*/
table.tablepress-id-1 td.column-5{
	display:none;
}
table.tablepress-id-1 th.column-5{
	display:none;
}

/* -------------------
Something Else
-------------------- */