﻿/*
Theme Name: Galicia Child
Theme URI: http://seaside-themes.com/galicia-child/
Author: seasidetms
Author URI: http://seaside-themes.com/
Description: Galicia Child Theme
Template: galicia
Version: 1.0.0
License:
License URI:
Text Domain: galicia-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.seasidetms_sale_banner {
	background:url("../images/baner_1.png") no-repeat 0 0;
	display:block;
	width: 390px;
    height: 366px;
	margin:auto;
	opacity:0;
	visibility:hidden;
	position:fixed;
	left:auto;
	right:30px;
	top:auto;
	bottom:250px;
	z-index:9998;
	-webkit-transition:opacity .3s ease-in-out, visibility .3s ease-in-out, bottom 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	-moz-transition:opacity .3s ease-in-out, visibility .3s ease-in-out, bottom 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	-ms-transition:opacity .3s ease-in-out, visibility .3s ease-in-out, bottom 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	-o-transition:opacity .3s ease-in-out, visibility .3s ease-in-out, bottom 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	transition:opacity .3s ease-in-out, visibility .3s ease-in-out, bottom 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.seasidetms_sale_banner.seasidetms_show {
	top:auto;
	bottom:105px;
	opacity:1;
	visibility:visible;
}

.seasidetms_sale_banner .seasidetms_button {
	background-color: #181818;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 30px;
	line-height: 44px;
	font-size: 13px;
	cursor: pointer;
	letter-spacing: 0.05em;
    position: absolute;
    left: 63px;
    bottom: 57px;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.seasidetms_sale_banner .seasidetms_button:hover {
    background-color: #c7a254;
    color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.seasidetms_close {
	width:35px;
	height:35px;
	cursor:pointer;
	position:absolute;
	right: 30px;
    bottom: 30px;
	z-index:9999;
}

.seasidetms_close:before {
	content:'';
	border-right:35px solid #181818;
	border-top:35px solid transparent;
	position:absolute;
	left:0;
	top:0;
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	-ms-transition:border-color 0.3s ease-in-out;
	-o-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
}

.seasidetms_close:hover:before {
	border-right-color:#c7a254;
}

.seasidetms_close_inner {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:6px;
	bottom:6px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

.seasidetms_close_inner:before, 
.seasidetms_close_inner:after {
	content:'';
	background:#ffffff;
	display:block;
	width:1px;
	height:1px;
	margin:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.seasidetms_close_inner:before {
	width:100%;
}

.seasidetms_close_inner:after {
	height:100%;
}

@media only screen and (max-width: 540px) {
	.seasidetms_sale_banner {
		display:none;
	}
}
