/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
@media only screen and (max-width: 767px) {
  .responsive #scroll-top-link {
    display: block !important;
  }
}
* {
  text-transform: none;
  letter-spacing: 0.2em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Times New Roman', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
div,
a {
  font-family: 'Times New Roman', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
table.avia-table tbody,
table.avia-table tr,
table.avia-table td {
  vertical-align: top;
}
table.avia-table tbody ul.event-categories-images,
table.avia-table tr ul.event-categories-images,
table.avia-table td ul.event-categories-images {
  padding: auto;
  margin-bottom: 0px;
}
table.avia-table tbody li,
table.avia-table tr li,
table.avia-table td li {
  list-style-type: none;
}
table.avia-table tbody h2,
table.avia-table tr h2,
table.avia-table td h2 {
  color: #09f;
  margin: 10px;
}
table.avia-table tbody h3,
table.avia-table tr h3,
table.avia-table td h3 {
  margin: 0 10px;
}
table.avia-table tbody p,
table.avia-table tr p,
table.avia-table td p {
  padding-left: 10px;
}
table.avia-table tbody p span.green,
table.avia-table tr p span.green,
table.avia-table td p span.green {
  color: #093;
}
table.avia-table tbody p span.red,
table.avia-table tr p span.red,
table.avia-table td p span.red {
  color: #c00;
}
table.avia-table tbody p span.purple,
table.avia-table tr p span.purple,
table.avia-table td p span.purple,
table.avia-table tbody p a,
table.avia-table tr p a,
table.avia-table td p a {
  font-weight: bold;
  color: purple;
}
table.avia-table tbody .bar,
table.avia-table tr .bar,
table.avia-table td .bar {
  border-left: 4px solid #F2588A;
}
table.avia-table tbody .data,
table.avia-table tr .data,
table.avia-table td .data {
  border-top: 1px dotted #ddd;
  padding-top: 5px;
  margin-bottom: 2px;
}
table.avia-table tbody .event-img,
table.avia-table tr .event-img,
table.avia-table td .event-img {
  width: 40%;
}
table.avia-table tbody .event-img ul,
table.avia-table tr .event-img ul,
table.avia-table td .event-img ul,
table.avia-table tbody .event-img li,
table.avia-table tr .event-img li,
table.avia-table td .event-img li {
  margin: auto;
}
body .container_wrap table.avia-builder-el-no-sibling {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  table.avia-table tbody .event-img,
  table.avia-table tr .event-img,
  table.avia-table td .event-img {
    width: 100%;
  }
}

//  avia-shortcodes  //

/* ======================================================================================================================================================
Catalogue
====================================================================================================================================================== */

.av-catalogue-container{margin:30px 0;}
.av-catalogue-heading{ text-align: center; padding-bottom: 15px; font-weight: normal; letter-spacing: 1px;}
.av-catalogue-list{ border-top: 1px dashed;  margin:0;}
.av-catalogue-list li{list-style-type: none; margin:0; border-bottom: 1px dashed; padding:0; clear:both;}
#top .av-catalogue-item{text-decoration: none; padding:10px 5px; display: block; overflow: hidden; }
div.av-catalogue-item:hover{cursor:default;}
.av-catalogue-title-container{
	position: relative;
	line-height: 1.4em;
	font-size: 18px;
}
.av-catalogue-title{padding-right:5px; text-transform: uppercase; }
.av-catalogue-price{
	font-size: 16px;
	position: absolute;
	right:0;
	bottom:0;
	top:auto;
	background: linear-gradient(transparent 70%, #FFC7FF 5%);
}

.av-catalogue-content{padding-left:20px; padding-right:5px; font-size: 0.7em;}
.av-catalogue-content p:first-child{margin-top:0;}
.av-catalogue-content p:last-child{margin-bottom:0;}
.av-catalogue-list .added_to_cart.wc-forward{display:none;}


.av-catalogue-image{border-radius: 400px; width:44px; float:left; margin-right:15px; }
.av-catalogue-image-no{display:none;}
.av-catalogue-item-inner{overflow: hidden; }
.av-catalogue-container-woo{margin-top:0;}

/* ======================================================================================================================================================
Events Manager
====================================================================================================================================================== */

table.fullcalendar td {
	text-align: center;

}
table.em-calendar td {
	padding: 5px 0px;
}

table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
    text-decoration: underline;
}

table.em-list {
  //border-top: 1px solid #999;
  //border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
}
table.em-list th,
table.em-list td {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
  vertical-align: top;
}

.center {
  	text-align: center;
 }

table.em-list th {
	font-size: 18px;
  border: 1px solid #999;
//  background-color: #eee;
  text-align: left;
}

@media screen and (max-width: 800px) {
  table.em-list {
    border: none;
  }
 // table.em-list thead {
 //   display: block;
 // }
  table.em-list tr {
//    border: 1px solid #999;
//    display: block;
    margin-bottom: 20px;
  }
  table.em-list td {
    border: 1px solid #999;
    border-top: none;
    display: block;
    padding: 10px;
//    text-align: right;
  }
//  table.em-list td::before {
//    content: attr(data-label);
//    float: left;
//    font-weight: bold;
//  }
//}


.main_color a {
	text-decoration: underline;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
    background: #ffffff;
}

/* ======================================================================================================================================================
#Sidebar & Widgets
====================================================================================================================================================== */

#top #wrap_all .av-inherit-size .av-special-heading-tag {
	font-size: 1.4rem;
}

.av-subheading p { 
	font-size: 1rem;
	line-height: 1.5em;
}

.widgettitle{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.1rem;
}

.textwidget {
	font-size: 0.8rem;
}

.av-catalogue-content {
	font-size: 0.9rem;
}

@media screen and (min-width: 480px) {
	#top #wrap_all .av-inherit-size .av-special-heading-tag {
		font-size: 3rem;
	}

	.av-subheading p { 
		font-size: 2rem;
		line-height: 1.5em;
	}

	.widgettitle{
		font-size: 1.5rem;
	}

	.textwidget {
		font-size: 1rem;
	}
	.av-catalogue-content {
		font-size: 1rem;
	}
}

@media screen and (min-width: 780px) {
	#top #wrap_all .av-inherit-size .av-special-heading-tag {
		font-size: 4rem;
	}

	.av-subheading p { 
		font-size: 3rem;
		line-height: 1.5em;
	}

	.widgettitle{
		font-size: 1.5rem;
	}

	.textwidget {
		font-size: 1.1rem;
	}
	.av-catalogue-content {
		font-size: 1rem;
	}
}

/* ======================================================================================================================================================
HEADING
====================================================================================================================================================== */
.av-subheading.av_custom_color{
	opacity: 1.0;
}

/* ======================================================================================================================================================
WooCommerce
====================================================================================================================================================== */

