/*
Theme Name: Stylissimo Child Theme
Version: 1.0
Author: Jacobsen Web
Template: enfold
*/
/*Add your own styles here:*/
/***** HEADER *****/
#header_main {
    padding: 10px 0;
    }
/* nav menu item border color */
#top .av-menu-button > a .avia-menu-text {
    border-color: #6a8a79;
    }
/***** BODY *****/
/* sub heading margin */
.av-subheading_below {
    margin-top: 0.5em;
    }
/* table font size */
td {
    font-size: 15px;
    }
/* remove underline from text link */
#top .av_inherit_color a {
    text-decoration: none;
    }
a:hover, a:focus, a:visited {
    outline: 0;
    text-decoration: none;
    }
/* remove img border radius */
img { 
	border-radius: 0 !important;
	}
/* full width slider */
.avia_transform .av_slideshow_full .active-slide .avia-caption-title {
    visibility: visible;
    -webkit-animation: caption-left 1s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    animation: caption-left 1.5s 1 cubic-bezier(0.985, 0.005, 0.265, 1);
    }
/* full width slider caption opacity */
#top #wrap_all .custom-color-heading .av-special-heading-tag {
	opacity: 0.8;
	}
/* Large button settings */
body div .avia-button {
    border-bottom-style: none;
    }
.avia_iconbox_title {
	font-size: 14px !important;
	}
.avia_iconbox_title:hover {
	color: #000000;
	}
/* grid row max width */
/*.home #av-layout-grid-1 {
    max-width: 1170px;
    display: table;
    margin: 0 auto;
}*/
/*.av-special-heading-tag {
	color: #ffffff !important;
	}*/
.main_color table {
	background: transparent !important;
}

/***** FOOTER *****/
#footer {
    padding: 40px 0;
    }
#footer .widget {
    text-align: center !important;
    margin-left: 30%;
    width: 40%;
    }

.flex_column .widget .widgettitle {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 26px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    }
.avia-icon-list .iconlist_icon:hover {
	color: orange;
	}
/***** SOCKET *****/
#socket .copyright {
    text-align: center;
    width: 100%;
    }
/***** CUSTOM CLASSES *****/
.jubilee-img { 
	position: relative; 
	right: -115px; 
	z-index: 9999 !important;
	}
.home-box {
    line-height: 18px;
    margin: auto !important;
    width: 90%;
    position: relative;
    top: -42px;
    background: #000000;
    padding: 6px;
    color: #d2d2d2;
    float: left;
    }
.home-box:hover {
	background: #292e31 !important;
	}
.mobile-only { 
	display: none !important; 
	}
#mobile-only { 
	display: none !important; 
	}
.notice {
	margin-top: -16px;
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
	.page-id-2 #header_main {
	padding-bottom: 40px !important;
	}	
}

@media only screen and (max-width: 989px) {
	.font-size-16 {
		font-size: 1.9em !important;
	}
}
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
	display: block !important;
  }
.jubilee-img { 
	position: relative; 
	right: 0px; 
	}
.responsive #top #wrap_all .container {
    padding: 5px 0;
    }
.avia_iconbox_title {
    font-size: 18px !important;
}
#desktop-only {
    display: none !important;
    }
.desktop-only {
    display: none !important;
    }
#mobile-only { 
	display: block !important; 
	}
.mobile-only { 
	display: block !important; 
	}
/*div .avia-table {
    margin: 30px 0 0 170px !important;
    }*/
.responsive #top .slideshow_caption h2 {
    font-size: 38px !important;
    }
}
@media only screen and (max-width: 645px){
#footer .widget {
    margin-left: 10% !important;
    width: 85% !important;
    }
}