/*!
Theme Name: Swiftcore
Theme URI: http://underscores.me/
Author: Van Thien
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: swiftcore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.content-page{
	padding-top: 160px;
	padding-bottom: 60px;
}
#header{
	background: #FF7D23;
}
#header.header-absolute{
	background: none;
}
.widget-title{
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
.widget-area .widget {
	margin-bottom: 40px;
}
.widget-area .widget:last-child {
	margin-bottom: 0px;
}
.widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget ul li a{
	color: #000;
	font-size: 16px;
}
.widget ul li a:hover{
	color: #FF7D23;
}
.widget ul li{
	font-size: 16px;
	line-height: 30px;
}
h2.entry-title{
	font-size: 30px;
}
.entry-title a{
	color: #000;
}
.error-404{
	max-width: 900px;
	margin: 0px auto;
	min-height: 390px;
}
.error-404 h1{
	font-size: 50px;
}
.entry-header .entry-title{
	font-size: 60px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}
.submit-form-wrap{
	float: left;
}

#header.header-absolute.is-sticky{
	background: #FF7D23;
}