/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

*/

#wpadminbar { position: fixed; }

/* Main blocks */

.grid {
	padding:0 20px;
}

/* Posts */
/* Summary and search results */

.entry-summary {
}


/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}

#comments footer,
footer.entry-meta {
	background-color:#ffffff !important;
}

footer.entry-meta {
	margin-bottom:20px;
}

/* Tags */

p.post-tags {
	margin:5px 0 10px 0;
}

span.tag {
	background-color:#333;
	padding:3px 6px;
	border-radius: 5px;
	font-size:9px;
	white-space: nowrap;
	display: inline-block;
	margin: 5px 0 0 0;
}
span.tag a {
	color:#ffffff;
	white-space: nowrap;
	display: inline-block;
	text-decoration: none;
}

/* Meta */

div.meta {
	clear:both;
	background-color:#efefef;
	padding:20px;
}

div.meta h2 {
	font-size:12px;
	margin:0 0 10px 0;
}

/* Gravatar */

.post-author-gravatar {
	margin:20px 0px 20px 0;
	float:left;
	clear:none;
}

.post-author-bio {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: calc(100% - 75px);
	height:75px;
	background-color:#efefef;
	padding:10px;
	margin:20px 0 20px 0;
	float:left;
	clear:none;
	border-radius: 5px 75px 75px 5px;
}

.post-author-gravatar img {
	border-radius: 75px 0 0 75px;
}

.post-author-gravatar-small {
	margin:0 10px 0 0;
	float:left;
	clear:none;
}

.post-author-gravatar-small img {
	border-radius: 25px;
}

.post-details {
	font-weight:bold;
	color:#0079c2;
	margin-bottom:20px;
}

.post-details a {
	text-decoration:underline;
}

/* Comments */

div.post-comments {
	background-color:#efefef;
	border-radius: 5px;
	padding:20px;
}

div.post-comments ol.commentlist {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.post-comments ol.commentlist li {
	background-color:#fff;
	margin-bottom:5px;
	padding:5px;
	border-top:1px solid #ccc;
	clear:both;
}

div.post-comments div.comment-author cite {
	line-height:32px;
}

div.post-comments div.comment-author.vcard {
	float:left;
}

div.post-comments div.comment-author.vcard img {
	float:left;
	border-radius:32px;
	margin-right:5px;
}

div.post-comments .commentmetadata {
	float:left;
	line-height:32px;
}

div.post-comments div.comment-body p {
	float:left;
	clear:both;
}

div.post-comments div.comment-body div.reply {
	clear:both;
	margin-bottom:5px;
}

div.post-comments div.comment-body div.reply a.comment-reply-link {
	background-color:#7ad03a;
	color:#ffffff !important;
	text-decoration: none;
	font-weight:bold;
	padding:4px 6px;
	border-radius:5px;
}

div.post-comments ol.commentlist li ul.children {
	list-style-type: none;
	margin:0 0 0 20px;
	padding:0;
}

div.post-comments ol.commentlist li>ul.children li {
	border-top:none;
	border-left:2px solid #7ad03a;
	margin:20px 0;
	background-color:#efefef;
}

div.post-comments ol.commentlist li>ul.children li>ul.children li {
	background-color:#fff;
}

div.post-comments ol.commentlist li>ul.children li>ul.children li>ul.children li {
	background-color:#efefef;
}

h2.category_menu_h2 {
	padding:10px 0;
	margin-bottom:0;
	margin-top:0;
}

ul.category_menu {
	list-style-type: none;
	padding:0;
	margin:0;
	border-bottom:7px solid #bf2781;
}

ul.category_menu li {
	border-top:1px dotted #cccccc;
	font-weight:bold;
}

ul.category_menu li a {
	display:block;
	padding:10px 0;
}

ul.category_menu li a:hover {
	background-color:#7ad03a;
	padding:10px;
}

h3#reply-title {
	font-size:20px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
textarea {
	width: 100%;
	border-style: solid;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fullimage img {
	max-width:100%;
	height:auto;
}

.nav-previous,
.nav-next {
	display:inline-block;
}

.nav-previous a,
.nav-next a {
	display:block;
	background-color:#7ad03a;
	padding:15px;
	color:#ffffff;
	font-weight:bold;
	border-radius: 10px;
}

/* Thumbnails */

.post-thumbnail {
  width: 100%;
  height: auto !important;
}
.post-thumbnail img {
  max-width: 100%;
  height: auto;
}

/* Gallery */

.gallery {
  width: 100%;
}
.gallery .gallery-item {
  width: 100px;
  height: 100px;
  margin: 5px 5px 0 0;
  overflow: hidden;
  display: inline-block;
}
.gallery .gallery-item .gallery-icon {
  width: 100px;
  height: 100px;
}
.gallery .gallery-item .gallery-icon img {
  max-height: 100%;
  width: auto;
}

.post a {
	text-decoration: underline !important;
	font-weight:bold;
	color:#0079c2;
}

.post img.aligncenter {
	display:block;
	height:auto;
	margin:0 auto;
}

/* !woocommerce overrides */

.woocommerce-result-count { display: none; }

/* !woocommerce listing */

.mfy-woo-wrapper,
.mfy-woo-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfy-woo-wrapper a {
  color: #0079C8;
  font-weight: bold;
}

.mfy-woo-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.mfy-woo-wrapper .woocommerce-breadcrumb { display: none; }

.mfy-woo-wrapper .page-title {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 22px;
}
.mfy-woo-wrapper .term-description img {
  max-width: 100%;
  height: auto;
}

.mfy-woo-wrapper .mfy-woo-products-banner {
  background-color: #efefef;
  color: #ec008c;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.mfy-woo-wrapper .mfy-woo-sub-categories {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category {
  width: 100%;
  margin: 0 0 20px 0;
}
.mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category img {
  width: 100%;
  height: auto;
  margin: 0 0 -4px 0;
}
.mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category h4 {
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px;
}

.mfy-woo-wrapper .products {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mfy-woo-wrapper .products .product {
  background-color: #efefef;
  margin: 0 0 20px 0;
}

.mfy-woo-wrapper .products .product .wp-post-image {
  width: 100%;
  height: auto;
  margin: 0 0 -4px 0;
}
.mfy-woo-wrapper .products .product h3 {
  width: 100%;
  font-size: 20px;
  padding: 20px 20px 0 20px;
  margin: 0;
}
.mfy-woo-wrapper .products .product .excerpt {
  width: 100%;
  font-size: 14px;
  padding: 20px 20px 0 20px;
}
.mfy-woo-wrapper .products .product .price {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  display: block;
}
.mfy-woo-wrapper .products .product .price ins {
  text-decoration: none !important;
}
.mfy-woo-wrapper .products .product .go {
  padding: 20px 0 20px 20px;
  display: block;
}

/* !single product */

.mfy-woo-singular { padding: 0; }

.mfy-woo-product-single { width: 100%; }
.mfy-woo-product-single .onsale { display: none; }

.mfy-woo-product-single .mfy-woo-product-left {
  background-color: #efefef;
  padding: 0 20px 20px 20px;
}

.mfy-woo-product-single .images
{
  background-color: #FFFFFF;
}

.mfy-woo-product-single .images .wp-post-image {
  max-width: 100%;
  height: auto;
  margin: 20px 0 -4px 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.mfy-woo-product-single .images .thumbnails {
  padding: 0 0 5px 5px;
  background-color: #ffffff;
}
.mfy-woo-product-single .images .thumbnails a {
  width: 80px;
  height: 80px;
  float: left;
  margin: 5px 5px 0 0;
}
.mfy-woo-product-single .images .thumbnails img {
  width: 100%;
  height: 100%;
}

.mfy-woo-product-single .summary .product_title {
  width: 100%;
  font-size: 24px;
  padding: 20px 0 0 0;
  margin: 0;
}
.mfy-woo-product-single .summary .price {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0 0 0;
  display: block;
  margin: 0;
}
.mfy-woo-product-single .summary .price ins { text-decoration: none !important; }
.mfy-woo-product-single .summary .product_meta { display: none; }

.mfy-woo-product-single .woocommerce-tabs .tabs { display: none !important; }
.mfy-woo-product-single .woocommerce-tabs .panel { display: none !important; }

.mfy-woo-product-single .woocommerce-tabs .panel#tab-description { display: block !important; }

.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery-title {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #313131;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin: 20px 0 0 0;
  cursor: pointer;
  background-image: url('/news/wp-content/themes/twentythirteen/images/mfy-expand.png');
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery-title.expanded { background-image: url('/news/wp-content/themes/twentythirteen/images/mfy-minimize.png'); }

.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery .minimized-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url('/news/wp-content/themes/twentythirteen/images/fade100.png');
  background-position: center calc(100% + 10px);
  background-repeat: repeat-x;
  z-index: 9999;
  cursor: pointer;
}
.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery .minimized-overlay.hide { display: none; }
.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery {
  overflow-y: hidden;
  position: relative;
}
.mfy-woo-product-single .woocommerce-tabs .panel#tab-description .gallery.visible {
  overflow-y: visible;
  height: auto !important;
}

.mfy-woo-product-single .product-downloads-title { margin: 20px 0 10px 0; }

.mfy-woo-product-single .woocommerce-tabs .panel#tab-description {
  width: 100%;
  font-size: 14px;
}

.mfy-woo-product-single .call-to-action {
  background-color: #72c267;
  position: relative;
  margin: 20px 0 0 0;
  clear: both;
}
.mfy-woo-product-single .call-to-action .icon {
  width: 80px;
  height: 80px;
  padding: 25px;
  display: block;
  float: left;
  background-color: #59A94E;
}
.mfy-woo-product-single .call-to-action .icon img {
  max-width: 100%;
  height: auto;
}
.mfy-woo-product-single .call-to-action span {
  display: block;
  float: left;
  width: calc(100% - 100px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.mfy-woo-product-single .related { padding: 0 20px; }
.mfy-woo-product-single .related h2 {
  background-color: #efefef;
  color: #ec008c;
  font-size: 18px;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.mfy-woo-product-left #tab-description iframe {
  width: 100% !important;
  height: 300px !important;
}
.mfy-woo-product-left #tab-description .gallery .gallery-item:nth-child(3n) { margin: 5px 0 0 0; }

.mfy-woo-product-left .mfy-woo-attributes {
  width: 100%;
  margin: 20px 0 0 0;
}
.mfy-woo-product-left .mfy-woo-attributes tr th h2 {
  padding: 10px;
  background-color: #313131;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
.mfy-woo-product-left .mfy-woo-attributes tr td {
  padding: 5px 10px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 720px) {
  
  .mfy-woo-wrapper {
    width: 700px;
    padding: 0;
  }
  
  .mfy-woo-wrapper .page-title {
    font-size: 26px;
    margin: 25px 0;
  }
  
  .mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
    float: left;
  }
  .mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category:nth-child(2n) { margin: 0 0 20px 0; }
  
  .mfy-woo-wrapper .products .product {
    width: calc((100% - 40px) / 3);
    float: left;
    margin: 0 20px 20px 0;
  }
  .mfy-woo-wrapper .products .product:nth-child(3n) { margin: 0 0 20px 0; }
  
  /* !single */
  
  .mfy-woo-product-single { padding: 0; }
  
  .mfy-woo-product-single .images .thumbnails { padding: 0 0 10px 0; }
  .mfy-woo-product-single .images .thumbnails a {
    width: 100px;
    height: 100px;
    margin: 10px 0 0 10px;
  }
  
  .mfy-woo-product-single .call-to-action span { font-size: 18px; }
  .mfy-woo-product-single .related { padding: 0; }
  
  .mfy-woo-product-single .mfy-woo-product-left { margin: 20px 0 0 0; }
  
  .mfy-woo-product-left #tab-description iframe { height: 381px !important; }
  .mfy-woo-product-left #tab-description .gallery .gallery-item { margin: 10px 10px 0 0; }
  .mfy-woo-product-left #tab-description .gallery .gallery-item:nth-child(3n) { margin: 10px 10px 0 0; }
  .mfy-woo-product-left #tab-description .gallery .gallery-item:nth-child(6n) { margin: 10px 0 0 0; }
  
}

@media (min-width: 986px) {
  
  .mfy-woo-wrapper { width: 966px; }
  
  .mfy-woo-wrapper .page-title {
    font-size: 30px;
    margin: 30px 0;
  }
  
  .mfy-woo-wrapper .mfy-woo-products-banner {
    margin: 30px 0 30px 0;
  }
  
  .mfy-woo-wrapper .mfy-woo-sub-categories { margin: 30px 0 -20px 0; }
  .mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category {
    width: calc((100% - 60px) / 4);
  }
  
  .mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category:nth-child(2n) { margin: 0 20px 20px 0; }
  .mfy-woo-wrapper .mfy-woo-sub-categories .mfy-woo-sub-category:nth-child(4n) { margin: 0 0 20px 0; }
  
  .mfy-woo-wrapper .products { padding: 0 0 10px 0; }
  .mfy-woo-wrapper .products .product {
    width: calc((100% - 40px) / 3);
  }
  
  .mfy-woo-wrapper .products .product:nth-child(3n) { margin: 0 0 20px 0; }
  
  /* !single */
  
  .mfy-woo-product-single { padding: 0; }
  .mfy-woo-product-single .mfy-woo-product-left {
    width: 70%;
    float: left;
    padding: 10px 30px 30px 30px;
  }
  
  .mfy-woo-product-single .summary { padding: 0; }
  .mfy-woo-product-single .images .thumbnails { padding: 0 0 10px 10px; }
  .mfy-woo-product-single .images .thumbnails a { margin: 10px 10px 0 0; }
  
  .mfy-woo-product-single .summary .product_title { font-size: 28px; }
  
  .mfy-woo-product-single .call-to-action { margin: 30px 0 0 0; }
  .mfy-woo-product-single .call-to-action span { font-size: 20px; }
  
  .mfy-woo-product-single .related {
    width: 30%;
    float: left;
    padding: 0 0 0 30px;
    background-color: #ffffff;
  }
  .mfy-woo-product-single .related h2 { margin: 30px 0; }
  .mfy-woo-product-single .related .products .product { width: 100%; }
  
  .mfy-woo-product-left #tab-description iframe { height: 341px !important; }
  .mfy-woo-product-single .mfy-woo-product-left { margin: 0; }
  
}

.mfy-woo-product-left #tab-description img {
  max-width: 100%;
  height: auto;
}

/* IMAGE ALIGNMENT */ 

.alignright {
	float:right;
	margin:10px;
}

.alignleft {
	float:left;
	margin:10px;
}

.alignright:before,
.alignright:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.alignright:after {
    clear: both;
}

/* Events */

ul.events {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.events li.event_month {
	font-size:26px;
	margin-bottom:10px;
}

ul.events li.event {
	background-color:#f4f1da;
	padding:20px;
	margin-bottom:20px;
}

ul.events li.event_month {
	
}

ul.events li h2 {
	margin:0 0 10px 0;
}

ul.events li .event_date {
	
}
