/*

 Theme Name:   Exhibit

 Theme URI:    https://generatepress.com/exhibit/

 Description:  Exhibit is a GeneratePress child theme. Using GeneratePress you can alter the child theme to your taste in minutes. Exhibit is mobile responsive, W3C Markup Validated, Schema.org integrated, search engine friendly, cross browser compatible and 100% translatable. Available in English, German, Spanish, Russian and French! See more about GeneratePress here: http://generatepress.com

 Author:       Thomas Usborne

 Author URI:   http://edge22.com

 Template:     generatepress

 Version:      1.04

 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options



 Exhibit, Copyright 2016 Thomas Usborne

 Exhibit is distributed under the terms of the GNU GPL



 Exhibit is a child theme of GeneratePress

 

 It's not recommended to add CSS to this file, as it will be lost if you ever update this child theme.

 Instead, use a Custom CSS plugin.

 

 */
body {
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    font-size: 100%;
}


.post-image {

	margin-top: 0;

	margin-bottom: 1.5em;

} 



.admin-bar.stickynav.nav-below-header #site-navigation,

.admin-bar.stickynav.nav-above-header #site-navigation,

.admin-bar.nav-below-header #site-navigation,

.admin-bar.nav-above-header #site-navigation {

	top: 32px;

}

.stickynav.nav-below-header #site-navigation,

.stickynav.nav-above-header #site-navigation {

	border-top: 0 none;

	position: fixed;

	top: 0;

	width: 100%;

	max-width: 100%;

	z-index: 100;

	opacity: .8;

	-webkit-transition:opacity 0.2s ease-in-out;

	-moz-transition:opacity 0.2s ease-in-out;

	-o-transition:opacity 0.2s ease-in-out;

	transition:opacity 0.2s ease-in-out;

}

.stickynav.nav-below-header #site-navigation:hover,

.stickynav.nav-above-header #site-navigation:hover {

	opacity: 1;

	-webkit-transition:opacity 0.2s ease-in-out;

	-moz-transition:opacity 0.2s ease-in-out;

	-o-transition:opacity 0.2s ease-in-out;

	transition:opacity 0.2s ease-in-out;

}



.nav-above-header #site-navigation {

	border-top: 0 none;

	position: fixed;

	top: 0;

	width: 100%;

	max-width: 100%;

	z-index: 100;

	-webkit-transition:opacity 0.2s ease-in-out;

	-moz-transition:opacity 0.2s ease-in-out;

	-o-transition:opacity 0.2s ease-in-out;

	transition:opacity 0.2s ease-in-out;

}

.main-navigation {
    background: -webkit-gradient(linear,left top,left bottom,from(#fb8f13),to(#fb3701));
    background: linear-gradient(to bottom,#fb8f13 0,#fb3701 100%);
}
.main-navigation .main-nav ul li a{
	font-size: .9em;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
.main-navigation li.menu-item:nth-child(1) a:after {
    content: 'HOME';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #f70202;
    font-weight: bolder;
    border-radius: 2px;
    color: #fff;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation li.menu-item:nth-child(2) a:after {
    content: 'HOT';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #FF8200;
    font-weight: bolder;
    border-radius: 2px;
    color: #000;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation li.menu-item:nth-child(3) a:after {
    content: 'BEST';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #07ed4c;
    font-weight: bolder;
    border-radius: 2px;
    color: #000;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation li.menu-item:nth-child(4) a:after {
    content: 'NEW';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #f70202;
    font-weight: bolder;
    border-radius: 2px;
    color: #fafafa;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation li.menu-item:nth-child(5) a:after {
    content: 'TOP';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #f702d2;
    font-weight: bolder;
    border-radius: 2px;
    color: #fafafa;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation li.menu-item:nth-child(6) a:after {
    content: 'CALL';
    display: inline-block;
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-left: 4px;
    background-color: #020af7;
    font-weight: bolder;
    border-radius: 2px;
    color: #fafafa;
    padding: 2px 3px 3px;
    position: relative;
    top: -2px;
}
.main-navigation .gp-icon svg{
	color: #fff;
}
.h1, h1 {
    font-size: 1.7em;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
    font-style: normal;
}
.h2, h2 {
    font-size: 1.6em;
}
.h3, h3 {
    font-size: 1.25em;
}
.h4, h4 {
    font-size: 1.125em;
}
.h5, h5 {
    font-size: 1em;
}
.h6, h6 {
    font-size: 0.9em;
}
.widget-area .widget{
	padding:0px;
}
.sidebar .widget .widget-title{
	color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    position: relative;
}
.sidebar .widget .widget-title:after{
	position: absolute;
	content:'';
	width: 30px;
	height: 3px;
	background-color: rgba(0,0,0,.1);
	top: 35px;
	left: 0px;
}
.widget .search-form button.search-submit{
	background-color: #ff6900;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 1.3em;
}
.site-footer .footer-widgets-container .inner-padding{
	padding: 0 0 0 30px;
}
.footer-widgets-container{
	padding: 30px 0px 30px 0px;
}
.site-footer .footer-widgets-container .inside-footer-widgets{
	margin-left: -30px;
}
@keyframes flash {
 0%,
 70% {
 color: #fff;
 }
 100% {
 color: #ffbe00;
 }
 0%,
 100% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
 }
 10%,
 20% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
 transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -1deg);
 }
 30%,
 50%,
 70%,
 90% {
 -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
 transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 1deg);
 }
 40%,
 60%,
 80% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -1deg);
 transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -1deg);
 }
}
.bottom-contact {
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-evenly;
    bottom: 5px;
    background: transparent;
    width: 530px;
    left: 50%;
    transform: translateX(-50%);
}
a.cta-btn, a.cta-btn:hover {
    animation-name: flash;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    width: 250px;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 25px;
    padding: 12px 0;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    line-height: 1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fb8f13),to(#fb3701));
    background: linear-gradient(to bottom,#fb8f13 0,#fb3701 100%);
    border: 0;
    outline: 0;
}
.site-footer:not(.footer-bar-active) .copyright-bar {
    text-align: left;
    width: 100%;
}
.footer-widgets .widget-title {
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 15px;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none, .ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100% !important;
    border-radius: 10px;
}
.separate-containers .inside-article{
	padding:0px;
}
.header-widget aside{
	width: 48%;
	float: left;
}
.header-widget aside figure{
	margin-bottom: 0px;
}
.site-logo{
    width: 220px;
}
.header-widget{
    margin-left: auto;
    width: calc(100% - 250px);
    display: flex;
    justify-content: space-between;
}
.site-header{
	background-color: #fff;
}
.is-right-sidebar{
	float: left;
}
.site-content .content-area{
	float: left;
}
.title-cat{
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
.item_blog{
	width: 100%;
	box-shadow: 0 30px 40px 0 rgba(0,0,0,.2);
	background-color: #fff;
	margin-bottom: 30px;
	overflow: hidden;
}
.item_blog .image_blog{
	width: 40%;
	float: left;
	position: relative;
}
.item_blog .image_blog .badge-inner{
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 20px;
	border:2px solid #ff6900;
	text-align: center;
	color:#ff6900;
	background-color: #fff;
	line-height: 1;
	padding-top: 5px;
}
.item_blog .image_blog .badge-inner .is-xsmall {
    font-size: .7em;
}
.item_blog .image_blog .badge-inner .post-date-day{
	font-weight: 600;
}
.item_blog .image_blog img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.item_blog .image_blog a{
	display: block;
	width: 100%;
	height: 100%;
}
.item_blog .right_blog{
	width: 60%;
	float: left;
	padding:30px;
}
.right_blog h3 a{
	text-decoration: none;
}
.right_blog p{
	margin-bottom: 0px;
}
.inside-article{
	box-shadow: 0 30px 40px 0 rgba(0,0,0,.2);
}
.inside-article .entry-content{
	padding:30px;
}
.comments-area{
	background-color: rgba(0,0,0,.05) !important;
    margin-top: 15px !important;
    padding: 15px 25px 0 !important;
}
footer.entry-meta{
	padding:30px;
	padding-top:0px;
}
.page-header-image-single img{
	width: 100%;
}
.page-header-image-single{
	width: 100%;
	margin:0px !important;
}
.inside-article .entry-header{
	padding:30px;
	padding-bottom: 0px;
}
.sidebar .widget a{
	text-decoration: none;
	display: block;
	color:#d90429;
}
.sidebar .widget a:hover{
	color:#000;
}
.widget ul li .post-date{
	font-size: 12px;
	display: block;
}
.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.site-footer .widget ul li a{
	text-decoration: none;
}
.site-footer .widget ul li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid hsla(0,0%,100%,.2);
}
.site-footer .widget ul.zoom-social-icons-list li{
	border-bottom: none;
}
.col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}
.large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}
.large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}
.large-3 {
    flex-basis: 25%;
    max-width: 25%;
}
.row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.align-middle {
    align-items: center!important;
    align-self: center!important;
    vertical-align: middle!important;
}
.align-center {
    justify-content: center!important;
}
.clear:after, .clearfix:after, .container:after, .row:after {
    clear: both;
    content: "";
    display: table;
}
.text-center{
	text-align: center;
}
.border-row {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    border: 2px solid #be5908;
    text-align: center;
}
.btn-success {
    color: #fff;
    background-color: #075da8 !important;
    border-color: #28a745 !important;
}
.lowercase {
    text-transform: none!important;
}
.btn-danger {
    color: #fff;
    background-color: #b70830 !important;
    border-color: #dc3545 !important;
}
.btn-effect {
    animation-name: flash;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    color: #fff;
    display: inline-block;
    margin: 5px;
    padding: 15px;
    width: 165px;
    text-align: center;
}
.table_home p{
	margin-bottom: 1em;
}
.nav-below-header .main-navigation .inside-navigation.grid-container{
	padding:0px;
}
.nav-align-center .inside-navigation{
	justify-content: space-between !important;
}
.navigation-search.nav-search-active{
    left: 15px;
	right: 50px;
	width: initial !important;
    background: -webkit-gradient(linear,left top,left bottom,from(#fb8f13),to(#fb3701));
	background: linear-gradient(to bottom,#fb8f13 0,#fb3701 100%);
    padding-top: 10px;
	padding-bottom: 10px;
}
.navigation-search input[type="search"]{
	height: 40px;
    padding: 0px;
    opacity: 1;
    background-color: #fff !important;
    color: #000 !important;
    padding-left: 5px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    a.cta-btn, a.cta-btn:hover {
        animation-name: flash;
        animation-duration: 0.6s;
        animation-iteration-count: infinite;
        width: 47%;
        cursor: pointer;
        color: #fff;
        text-shadow: 1px 1px 0 #000;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        font-size: 18px;
        padding: 10px 0;
        text-align: center;
        border-radius: 6px;
        text-decoration: none;
        line-height: 1;
        background: -webkit-gradient( linear, left top, left bottom, from(#fb8f13), to(#fb3701) );
        background: linear-gradient(to bottom, #fb8f13 0, #fb3701 100%);
        border: 0;
        outline: 0;
    }
    .header-main {
        background-color: #000;
    }
    .bottom-contact {
        position: fixed;
        z-index: 999;
        display: flex;
        justify-content: space-evenly;
        bottom: 3px;
        background: transparent;
        width: 100%;
    }
    .nav>li.has-icon>a>i.icon-menu,.nav>li.has-icon>a>i.icon-search{
        color:#fff;
    }
    .header-widget{
    	display: none;
    }
    .container.grid-container{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .footer-widgets-container{
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .inside-article .entry-header,.inside-article .entry-content{
    	padding:15px;
    }
    .comments-area{
	    padding: 15px 15px 0 !important;
    }
    .nav-below-header .main-navigation .inside-navigation.grid-container{
    	padding: 0px 15px 0px 15px;
    }
    .menu-toggle{
    	padding-left: 0px;
    }
    .main-navigation .menu-bar-item > a{
    	padding-right: 0px;
    }
    .table_home .large-3{
    	flex-basis: 100%;
    	max-width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .large-2,.large-1,.large-4,.large-3{
    	flex-basis: 100%;
    	margin-bottom: 10px;
    	max-width: 100%;
    	text-align: center;
    }
    #danh-de-online{
    	text-align: center !important;
    }
    .main-navigation .menu-toggle{
    	color:#fff;
    }
    .navigation-search.nav-search-active{
	    left: 15px;
    	right: 50px;
    	width: initial !important;
	    background: -webkit-gradient(linear,left top,left bottom,from(#fb8f13),to(#fb3701));
    	background: linear-gradient(to bottom,#fb8f13 0,#fb3701 100%);
	    padding-top: 10px;
    	padding-bottom: 10px;
    }
    .navigation-search input[type="search"]{
    	height: 40px;
	    padding: 0px;
	    opacity: 1;
	    background-color: #fff !important;
	    color: #000 !important;
	    padding-left: 5px;
    }
}