/*
Theme Name: GalleryPress
Description: A GalleryPress child theme designed for art portfolio, photography portfolio, corporate, personal branding. The GalleryPress uses simple, clean flat design; it is responsive, retina ready and focuses on reading design. GalleryPress is a fast loading WordPress theme which is mainly focused on clean design & beautiful typography which to make sure your content is properly served to the reader.
Author: ThemeCountry
Template: basepress
Theme URI: https://themecountry.com/themes/gallerypress
Version: 1.1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gallerypress
Tags: two-columns, custom-background, custom-header, custom-menu, blog, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.site-content .container {
	max-width: 812px;
}
.site-header .container,
.single .container,
.page .container {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Control
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea, .input-text {
	box-shadow: none;
	border: 1px solid #000;
}

.search-form .search-field {
	padding: 8px 45px 8px 15px;
}

.wp-caption-text,
.wp-caption .wp-caption-text,
.wp-caption-dd {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	margin: 6px 0 26px 0;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 17px;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {
	float: none;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
}
.pagination .nav-links {
	display: inline-block;
}
.pagination .nav-links span,
.pagination .nav-links a {
	color: #025FB0;
	border-radius: 50%;
	border-color: #e0e0e0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/*--------------------------------------------------------------
# Header, site
--------------------------------------------------------------*/
.site-header {
	box-shadow: inherit;
	position: fixed;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 999;
	top: 0;
	height: 70px;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.page-template-template-homepage .site-header,
.single-post .site-header,
.page-template-default .site-header {
	height: 0;
	background: transparent;
}
.single.scroll .site-header,
.page.scroll .site-header,
.page.menu-show .site-header,
.single.menu-show .site-header {
	height: 70px;
	background: rgba(0,0,0,0.8);
}
.page-template-template-homepage.page.scroll .site-header {
	position: fixed;
}

/*----------------------------logo-----------------------------*/
.site-branding {
	margin: 0;
	position: fixed;
	width: auto;
}
.site-branding .site-title {
	padding: 18px 0;
    font-size: 28px;
    float: left;
}
.site-branding .site-title a {
	font-weight: 400;
	color: #fff;
	display: block;
}
.site-branding .logo {
	margin-bottom: 0;
}
.site-branding .custom-logo {
	height: 66px;
	display: block;
}
.site-description {
	color: #fff;
	font-size: 14px;
	float: right;
    margin-left: 15px;
    margin-bottom: 4px;
    padding: 26px 0;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-navigation {
	margin: 0;
	text-align: right;
	position: fixed;
	right: 0;
}
.category-menu {
	border: none;
	margin-bottom: 0;
}
.main-toggle-navigation {
	border-top: 1px solid #666666;
	-webkit-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background: rgba(0, 0, 0, 0.8);
	min-width: 314px;
	max-width: 335px;
	position: fixed;
	right: 0;
	top: 70px;
	height: calc(100% - 70px);
	overflow-y: auto;
}
.menu-show .main-toggle-navigation {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.main-navigation .main-toggle-navigation .main-navigation-menu {
	float: none;
}
.main-toggle-navigation ul {
	position: relative;
	border-top: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.main-toggle-navigation ul ul {
	background: rgba(0, 0, 0, 0.8);
}
.main-toggle-navigation li {
	float: none;
}
.main-toggle-navigation a {
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	text-align: left;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #666;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.main-navigation-menu li:hover > a {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.6;
}
.main-toggle-navigation li > ul li {
	padding-left: 16px;
}
.main-toggle-navigation ul ul {
	border-top: 1px solid #666;
}
.main-toggle-navigation ul ul li a {
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #666666;
}
.main-toggle-navigation ul ul ul,
.main-navigation-menu > li:last-child > ul li:hover > ul {
	left: 0;
}
.dropdown-menu-toggle {
	position: absolute;
	top: 20px;
	right: 30px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.dropdown-menu-toggle span {
	display: block;
	position: absolute;
	height: 8px;
	width: 100%;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.dropdown-menu-toggle span:nth-child(1) {
	top: 0;
}

.dropdown-menu-toggle span:nth-child(2),
.dropdown-menu-toggle span:nth-child(3) {
	top: 10px;
}
.dropdown-menu-toggle span:nth-child(4) {
	top: 20px;
}
.menu-show .dropdown-menu-toggle span:nth-child(1) {
	top: 6px;
	width: 0;
	left: 50%;
}
.menu-show .dropdown-menu-toggle span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-show .dropdown-menu-toggle span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-show .dropdown-menu-toggle span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%;
}
.mobile-only,
.menu-toggle,
.arrow-menu {
	display: block;
	color: #fff;
	position: absolute;
	width: 44px;
	height: 44px;
	line-height: 44px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 9;
	margin-top: 0;
}

.arrow-menu i {
	font-size: 24px;
}

/*--------------------------------------------------------------
# Content, aritcle, page
--------------------------------------------------------------*/

.site-content {
	margin-top: 0;
}
.content-area {
	margin-top: 100px;
}
.content-area .site-main:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.single .content-area,
.page .content-area {
	margin-top: 0;
}
.page-template-template-homepage .site-content .content-area {
	float: none;
	width: 100%;
	margin: 0;
}
.page-template-template-homepage .site-main article.post-item {
	float: left;
	height: calc(40vh - 2em);
	min-height: 20em;
	width: 33.33334%;
	display: table;
}
.page-template-template-homepage article.post-item,
.page-template-template-homepage article.post-item .wrap-content,
.page-template-template-homepage article.post-item .entry-header,
.page-template-template-homepage article.post-item .entry-content,
.page-template-template-homepage article.post-item .entry-meta {
	-webkit-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.page-template-template-homepage article.post-item .entry-header,
.page-template-template-homepage article.post-item .entry-content,
.page-template-template-homepage article .wrap-content .entry-meta {
	opacity: 0;
}
.page-template-template-homepage article.post-item:hover,
.page-template-template-homepage article.post-item:hover .entry-title a {
	color: #fff;
}

/* Animation Style Default */
article.post-item .post-animation {
	background: rgba(0, 0, 0, 0.3);
}
article.post-item:hover .post-animation {
    background: rgba(0, 0, 0, 0.8);
}
article.post-item .animation-default .entry-header,
article.post-item .animation-default .entry-content,
article.post-item .animation-default .entry-meta {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
article.post-item:hover .animation-default .entry-header,
article.post-item:hover .animation-default .entry-content,
article.post-item:hover .animation-default .entry-meta {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.page-template-template-homepage .post-item {
	text-align: center;
	opacity: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	border: none;
}
.page-template-template-homepage .post-item .featured-thumbnail,
.single_post .featured-image,
.page .featured-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
}
.page-template-template-homepage .post-item .featured-thumbnail {
	width: 100%;	
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.page-template-template-homepage .post-item .featured-thumbnail img,
.single_post .featured-image img,
.page .featured-image img {
	display: none;
}
.page-template-template-homepage .post-item .entry-title {
	margin: 0 0 20px;
	line-height: 0.8;
	border: none;
}
.page-template-template-homepage .post-item .entry-content {
	margin-top: 18px;
	margin-bottom: 0;
}
.page-template-template-homepage .post-item .wrap-content {
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 18px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.wrap-content .entry-meta {
	margin: 0;
	padding: 0;
	border: none;
}
.wrap-content .entry-meta > span,
.wrap-content .entry-meta span a {
	color: #fff;
	font-size: 14px;
}
.wrap-content .entry-header h2,
.wrap-content .entry-content {
	color: #fff;
}
.page-template-template-homepage .container {
	max-width: 100%;
}
.post-item .entry-content {
    font-size: inherit;
}


/*--------------------------------------------------------------
# Page, Single
--------------------------------------------------------------*/
.page-content, .single_post {
	padding: 0;
	border: none;
	box-sizing: border-box;
}
.page .entry-header {
	margin-bottom: 25px;
}
.page .entry-title {
	margin-bottom: 10px;
}
.single_post .featured-image,
.page .featured-image {
	width: 100%;
	min-height: 535px;
}
.single_post .entry-content,
.single_post .post-navigation,
.single_post .entry-footer,
.page-content .entry-content,
.page-content .edit-link .post-edit-link{
	max-width: 812px;
	margin: 0 auto;
	float: none;
	display: block;
}
.single_post #comments,
.page #comments {
	max-width: 812px;
	margin: 0 auto;
	float: none;
	display: block;
}
.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form #comment,
#commentform input#submit {
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 16px;
}
input#author:hover, input#email:hover, input#url:hover, #comment:hover, #commentform input#submit:hover {
	border: 1px solid #ddd;
}
.comment-form #comment {
	width: 100%;
}
.single_post .entry-header,
.page-template-default .entry-header,
.none-sidebar .entry-header {
	text-align: center;
	z-index: 99;
	position: relative;
}
.single_post .wrap-header,
.page .wrap-header {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single_post .single-title,
.page .entry-title {
	font-size: 4em;
	color: #fff;
}
.wrap-header .entry-title {
	padding: 0 30px;
}
.wrap-title {
	width: 100%
}
.single .entry-meta,
.page .entry-meta {
	padding-left: 38px;
    padding-right: 38px;
}
.page-header .taxonomy-description {
	padding: 0 40px 22px;
}
#comments .arrow-menu {
	display: none !important;
}
.single_post .post-navigation,
.single_post .entry-footer {
	border: none;
	margin-bottom: 40px;
}
.single_post .entry-footer a,
.single_post .entry-footer i{
	background: #0066cc;
	color: #fff;
	font-size: 14px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 6px 10px;
	display: inline-block;
}
.single_post .entry-footer i {
	background: #333;
	width: 34px;
	height: 31px;
    line-height: 1.3;
}

.post-navigation .nav-links a,
.post-navigation .nav-links a::before {
	color: #0066cc;
}

.post-navigation .nav-links {
	float: left;
	margin-bottom: 40px;
	border-top: 1px solid #eaeaea;
}
.related-posts {
    margin-top: 38px;
}

/*--------------------------------------------------------------
# Error Page
--------------------------------------------------------------*/
.error-404 .page-header,
.error-404 .page-content {
	text-align: center;
}
.error-404 .page-header .page-title {
	font-size: 32px;
}
.error-404 .search-form {
	display: inline-block;
}
.error-404 .widget li {
	border: none;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-title {
	background: no-repeat;
	position: relative;
	margin: 0;
}
.comments-title:before{
	content: "\f086";
	position: absolute;
	font-family: FontAwesome;
	left: 0;
}
.comment-list {
	width: 100%;
}
.comment-reply-title {
	text-transform: uppercase;
}
.comment-author a, .comment-author span {
	font-weight: 700;
	font-size: 20px;
}
.comment-list .comment-content p:last-of-type {
	margin-bottom: 10px;
}
.reply a {
	color: #333;
}
.logged-in-as a:hover,
.reply a:hover {
	color: #025FB0;
}
#comments .avatar {
	margin-top: 10px;
	border-radius: 50px;
}
.comment-respond {
	background: #f5f5f5;
	padding: 30px 20px;
}
.comment-notes{
	margin-bottom: 20px;
}
#comment {
	border-radius: 20px;
	height: 300px;
	margin-bottom: 20px;
	padding: 20px;
}
input#author, input#email, input#url {
	max-width: 32%;
	height: 40px;
	padding-left: 16px;
	border-radius: 20px;
	float: left;
	margin: 0 2% 2% 0;
}
.comment-form-url input#url {
	margin-right: 0;
}
#commentform input#submit {
	padding: 7px 20px;
	border-radius: 20px;
}
.comment-author-link {
	color: #666;
	font-size: 16px;
}
.widget ul li.recentcomments a:hover {
	text-decoration: underline;
	color: #666;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer .container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.site-footer .footer-widgets {
	border: none;
}
.footer-widgets .widget li {
	border: none;
	margin-bottom: 0;
}
.site-footer .widget-title {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
}
.footer-widgets a,
.footer-widgets ul li a,
.footer-widgets .textwidget p {
	font-size: 14px;
	line-height: 1.8;
}
.footer-widgets .textwidget a {
	color: #999999;
	border-bottom: dotted 1px;
}
.copyrights .site-info a,
.footer-widgets a:hover,
.footer-widgets ul li a:hover {
	border-bottom: dotted 1px;
	text-decoration: none;
}
.footer-widgets .textwidget a:hover {
	color: #999999;
	border: none;
	border-bottom: none;
}

.copyrights {
	margin: 0;
}
.copyrights .site-info {
	text-align: left;
}
.copyrights .site-info a {
	border-bottom: dotted 1px;
	text-decoration: none;
}
.copyrights .site-info a:hover {
	color: #999999;
	border: none;
	border-bottom: none;
}
.footer-widgets .tagcloud a:hover {
	text-decoration: underline;
	color: #666;
	border-bottom: 0;
}
.calendar_wrap {
	border: 1px solid #666;
}
#wp-calendar thead {
	border-bottom: 1px solid #666;
}
#wp-calendar tfoot {
	border-top:	1px solid #666;
}

.more-link {
	color: #004697;
}

/*--------------------------------------------------------------
# Entry
--------------------------------------------------------------*/

.post-item .entry-title a {
	font-size: 26px;
	display: block;
	line-height: normal;
}
.single_post .entry-meta,
.page .entry-meta {
	line-height: normal;
	border: none;
	display: inline-block;
}
.single_post .entry-meta > span,
.single_post .entry-meta span a,
.page-template-default .entry-meta > span,
.page-template-default .entry-meta span a {
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}
.entry-footer > span:after,
.entry-meta > span:after {
	line-height: inherit;
}
.single_post .entry-footer > span:after,
.single_post .entry-meta > span:after,
.page-template-default .entry-footer > span:after,
.page-template-default .entry-meta > span:after {
	content: '|';
	top: initial;
}
.single_post .entry-footer > span:last-child:after,
.single_post .entry-meta > span:last-child:after,
.page-template-default .entry-footer > span:last-child:after,
.page-template-default .entry-meta > span:last-child:after,
.entry-header > span.edit-link:after {
	content: '';
}
.page-template-template-homepage .entry-meta > span,
.page-template-template-homepage .entry-meta span a {
	font-size: 14px;
}
.entry-footer,
.entry-meta {
	margin-top: 14px;
}


/*--------------------------------------------------------------
# Widget, Sidebar
--------------------------------------------------------------*/

.footer-widgets .arrow-menu {
	display: none;
}

/*--------------------------------------------------------------
## 10.2 - Social Icons Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Infinite Scroll Pagination
--------------------------------------------------------------*/
.tc-infinite-scroll {
	display: none;
	width: 100%;
	margin: 0 0 40px 0;
}
.la-ball-spin-clockwise {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.la-ball-spin-clockwise {
	display: block;
	font-size: 0;
}
.la-ball-spin-clockwise.la-dark {
	color: #025fb0;
}
.la-ball-spin-clockwise > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
	width: 32px;
	height: 32px;
}
.la-ball-spin-clockwise > div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 100%;
	-webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
	  -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
		-o-animation: ball-spin-clockwise 1s infinite ease-in-out;
		  animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
	top: 5%;
	left: 50%;
	-webkit-animation-delay: -.875s;
	   -moz-animation-delay: -.875s;
		 -o-animation-delay: -.875s;
		   animation-delay: -.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
	top: 18.1801948466%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.75s;
	   -moz-animation-delay: -.75s;
		  -o-animation-delay: -.75s;
			 animation-delay: -.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
	top: 50%;
	left: 95%;
	-webkit-animation-delay: -.625s;
	   -moz-animation-delay: -.625s;
		-o-animation-delay: -.625s;
		   animation-delay: -.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
	top: 81.8198051534%;
	left: 81.8198051534%;
	-webkit-animation-delay: -.5s;
	  -moz-animation-delay: -.5s;
		-o-animation-delay: -.5s;
		  animation-delay: -.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
	top: 94.9999999966%;
	left: 50.0000000005%;
	-webkit-animation-delay: -.375s;
	  -moz-animation-delay: -.375s;
	   -o-animation-delay: -.375s;
		 animation-delay: -.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
	top: 81.8198046966%;
	left: 18.1801949248%;
	-webkit-animation-delay: -.25s;
	  -moz-animation-delay: -.25s;
		-o-animation-delay: -.25s;
		  animation-delay: -.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
	top: 49.9999750815%;
	left: 5.0000051215%;
	-webkit-animation-delay: -.125s;
	   -moz-animation-delay: -.125s;
		 -o-animation-delay: -.125s;
		   animation-delay: -.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
	top: 18.179464974%;
	left: 18.1803700518%;
	-webkit-animation-delay: 0s;
	   -moz-animation-delay: 0s;
		 -o-animation-delay: 0s;
			animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}
.la-ball-spin-clockwise.la-sm > div {
	width: 4px;
	height: 4px;
	margin-top: -2px;
	margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
	height: 40px;
	margin: 0 auto;
	margin-top: 32px;
	width: 40px;
}
.la-ball-spin-clockwise.la-2x > div {
	height: 5px;
	margin-left: -8px;
	margin-top: -8px;
	width: 5px;
}

.la-ball-spin-clockwise.la-3x {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}

.la-ball-spin-clockwise.la-3x > div {
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
}

@-webkit-keyframes ball-spin-clockwise {
	0%,
	100% {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	}
}
@-moz-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-moz-transform: scale(1);
			 transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-moz-transform: scale(0);
			 transform: scale(0);
	}
}
@-o-keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-o-transform: scale(1);
		   transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-o-transform: scale(0);
		   transform: scale(0);
	}
}
@keyframes ball-spin-clockwise {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

	20% {
		opacity: 1;
	}

	80% {
		opacity: 0;
		-webkit-transform: scale(0);
		   -moz-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}
}

/*--------------------------------------------------------------
# Media Screen
--------------------------------------------------------------*/
@media screen and (max-width: 1230px) {
	.site-content .container ,
	.container {
		padding: 0;
	}
	.single_post .entry-content,
	.single_post .post-navigation,
	.single_post #comments,
	.single_post .entry-footer
	{
		width: 80%;

	}
}

@media screen and (max-width: 1024px) {
	.page-template-template-homepage .site-main article.post-item {
		width: 50%;
	}
	.site-footer .container {
		width: 	88%;
	}
}

@media screen and (max-width: 970px) {
	.site-branding{
		text-align: left;
		width: auto;
		float: left;
	}
	.main-navigation {
		display: inline-block;
		width: auto;
		float: right;
		padding-right: 0;
	}
	.archive .site-content .container {
		padding: 0 3%;
	}

	.single_post .entry-content,
	.page .entry-content,
	.related-posts {
		padding-left: 22px;
    	padding-right: 22px;
	}
}

/* When layout Responsive */
@media screen and (max-width: 768px) {

	.site-branding .site-title,
	.site-description {
		float: none;
	}
	.site-branding .site-title {
		font-size: 26px;
    	padding: 10px 0 4px;
	}
	.site-description {
		padding: 0;
		margin: 0;
		font-size: 14px;
	}
	.page-template-template-homepage .site-main article.post-item {
		width: 100%;
	}
	.page-template-template-homepage .post-item .wrap-content {
		padding: 0;
	}
	.page-template-template-homepage article.post-item .entry-content {
		padding: 0 14px;
	}
	.single_post .entry-content, 
	.single_post .post-navigation, 
	.single_post #comments, 
	.single_post .entry-footer {
		width: 78%;
	}
	.single_post .single-title {
		font-size: 2.5em;
		padding: 0 18px;
	}
	.site-footer .container {
		width: 88%;
	}
	.single_post .featured-image {
		min-height: 25em;
	}
	input#author, input#email, input#url{
		max-width: 100%;
	}
}

@media screen and (max-width: 600px) {

	.single_post .entry-meta span a {
		font-size: 16px;
	}
}

.customize-support .site-header {
    top: 32px;
}
.customize-support .jc-share-fixed .sticky-sharing,
.customize-support .jc-share-fixed .btn-hide {
    top: 167px;
}
.customize-support .main-toggle-navigation {
	top: 102px;
}
@media screen and (max-width: 782px) {

	.customize-support .site-header {
	    top: 0;
	}
	.customize-support .jc-share-fixed .sticky-sharing,
	.customize-support .jc-share-fixed .btn-hide {
	    top: 183px;
	}
	.customize-support .main-toggle-navigation {
		top: 78px;
	}
}