/*
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:*/
/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
/* Font rendering */
body #wrap_all{
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* Headings */
h2.custom-h2 {font-size:24px;}

/* Main Menu */
.av-main-nav > li > a {
    font-family: Teko, Sans-Serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0 12px;
}    
#top #header .av-main-nav > li > a {
    font-size: 19px;

}

/* Buttons */
.avia-button.avia-size-large {
    padding: 10px 40px 7px;;
    font-size: 30px;
    font-family: Teko;
}
.avia-button.avia-size-x-large {
    padding: 10px 80px 7px;
    font-size: 36px;
    font-family: Teko;
}

/* Headings
h1:after {
    background: url("/websitesplus-build.com.au/wordpress/furphymuseum.com.au/wp-content/themes/enfold-child/images/brush-separator-blue.png")  no-repeat;
    content: " ";
    display: table-cell;
    width: 100%;
}*/

.custom-separator {
    margin-bottom: 25px;
}
/* Home page */

.avia-animated-number-title {
    font-family: Teko, Sans-Serif;
}
#numbers-secions p {
    margin: 0.1em 0 !important;
}
#numbers-secions {
    box-shadow: 0px -8px 9px rgba(0,0,0,0.3);
}
.avia-no-number {
    opacity: 1;
}

/* History */
.photo-in-content-left {
    margin-right: 20px !important;
}
.photo-in-content-right {
    margin-left: 20px !important;
}
/* Today */
.tab_titles {
    text-align: center !important;
}

.tab_titles .tab {
    display: inline-block !important;
    float: none !important;
}

/* Footer */
#footer h3.widgettitle {
    font-size: 28px;
    padding-bottom: 30px;
    margin-top: 0;
}
#text-2 {
    padding-right: 30px !important;
    margin-top: 0 !important;
}
#text-2 .widget {
    margin-top: 0 !important;
}
#footer p {
    line-height: 2em;
}
#media_image-2 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Shop */
.woocommerce-variation-description {
    display: none !important;
}
h2.woocommerce-loop-product__title {
    font-size: 24px!important;
}
#top .woocommerce-tabs h2 {
    display: none;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 50px;
    margin-right: 20px;
}
.product_list_widget li img {
    margin-right: 20px !important;
}
.woocommerce-variation.single_variation {
    display: none !important;
}
.single_variation_wrap {
    margin: 0 !important;
}
#top .variations_form > table {
    margin: 0 !important;
}
.tm-epo-totals {
    display: none !important;
}
/*
#product-832 .price {
    display: none !important;
}*/
.page-id-337 .tm-box {
    display: none !important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (max-width: 1460px) {
#top #header .av-main-nav > li > a {font-size: 17px;}
.av-main-nav > li > a {padding: 0 10px;}
}

@media only screen and (max-width: 1340px) {
.av-burger-menu-main { 
     display: block!important; 
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
     display: none!important;
}
}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {width: 100% !important;}
/*#layerslider_2 {height:200px !important;}
.ls-bg-outer {min-height: 500px !important; min-width: 150%;}*/
div .avia-layerslider .ls-fullwidth .ls-bottom-slidebuttons {top:0 !important;}
}