<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WallPin
Theme URI: http://designwall.com/
Description: Child theme for designwall
Author: the DesignWall team
Author URI: http://designwall.com/
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Tags: black, red, white, translation-ready, custom-menu, left-sidebar, flexible-width
Template: wallpress
*/

@import url('../wallpress/style.css');

/*	Overview this file &amp; structure

	1. Core
	2. Item
	3. Widgets
	4. Navigation
	5. Themes
	6. Jigoshop
	7. Responsive

-------------------------------------------------------------*/
/*	1. Core

-------------------------------------------------------------*/
body {
	background: url(images/paper.jpg);
}

a {
    color: #221919;
}

a:hover,
a:active,
a:focus {
    color: #CB2027;
    text-decoration: underline;
}

button,
input[type=button],
input[type=submit],
.button,
.button-alt {
	color: #fff;
	border-color: #c33;
	text-shadow: none;
	background: #cc3333; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2NjMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #cc3333 1%, #cc0000 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cc3333), color-stop(99%,#cc0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc3333 1%,#cc0000 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc3333 1%,#cc0000 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc3333 1%,#cc0000 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc3333 1%,#cc0000 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3333', endColorstr='#cc0000',GradientType=0 ); /* IE6-8 */
}

button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.button:hover,
.button-alt:hover {
	background: #c33;
	text-decoration: none;
	color: #fff;
}

button:active,
input[type=button]:active,
input[type=submit]:active,
.button:active,
.button-alt:active,
button:focus,
input[type=button]:focus,
input[type=submit]:focus,
.button:focus,
.button-alt:focus {
	color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.2) inset;
	text-decoration: none;
	background: #cc0000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2NjMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #cc0000 1%, #cc3333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cc0000), color-stop(100%,#cc3333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc0000 1%,#cc3333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc0000 1%,#cc3333 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc0000 1%,#cc3333 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cc0000 1%,#cc3333 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc3333',GradientType=0 ); /* IE6-8 */
}

.button-white {
	background: #eee;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #eeeeee 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */
	border: 1px solid #a5a5a5;
	color: #555;
}

.button-white:hover {
	background: #eee;
	color: #555;
}

.button-white:active,
.button-white:focus {
	color: #555;
	background: #d6d6d6;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6d6d6 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
}

/*	2. Item

-------------------------------------------------------------*/
.item .item-inner {
	border: none;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.item:hover .item-title a {
	color: #CB2027;
}
.item-content a, .item .item-meta a, #footer a {
    color:#00B6E8;
    border: 0px;
}
.item .meta-top a, .item .meta-middle a{
    color:#33AA11;
}

/* Item format ---*/
.format-image.has-thumbnail:hover .image-btn {
	border-radius: 2px;
	background-color: #CB2027;
}

.format-link .item-content a {
	background-image: url(images/icon-link.png);
}

/* Social ---*/
body.masonry-relayout .masonry .style-youtube .item-thumbnail, 
.masonry .style-youtube .item-thumbnail {
	margin: -15px;
}

body.masonry-relayout .masonry .style-youtube:hover .item-thumbnail, 
.masonry .style-youtube:hover .item-thumbnail {
	margin: -15px -15px 15px;
}

body.masonry-relayout .masonry .style-vimeo .item-thumbnail, 
.masonry .style-vimeo .item-thumbnail {
	margin: -15px;
}

body.masonry-relayout .masonry .style-vimeo:hover .item-thumbnail, 
.masonry .style-vimeo:hover .item-thumbnail {
	margin: -15px -15px 15px;
}

.single .item-inner h3{
    margin-top:10px;
}

/* Ribbon ---*/
.has-ribbon .item-title:before {
	border-radius: 2px;
}

/* Blog Post --- */
.post .post-inner {
	background: #fff;
	border: none;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.post .post-main:before {
	background-color: #CB2027;
}

#content .pagenav {
	border: none;
	overflow: hidden;
	padding: 3px;
}

.pagenav .page-numbers {
	float: left;
	margin: 0 5px 0 0;
	border: none;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

.pagenav .next, 
.pagenav .prev {
	height: 35px;
}

/*	3. Widgets

-------------------------------------------------------------*/
.archive #sidebar .current-menu-item &gt; a,
.page #sidebar .current-menu-item &gt; a,
.single #sidebar .current-menu-item &gt; a,
.search #sidebar .current-menu-item &gt; a,
.archive #sidebar .current-cat &gt; a,
.page #sidebar .current-cat &gt; a,
.single #sidebar .current-cat &gt; a,
.search #sidebar .current-cat &gt; a {
	color: #999;
}

#sidebar-secondary .widget-inner {
	border: none;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.widget.wallpress-photo li:hover img {
	background-color: #CB2027;
	border-color: #CB2027;
}


/*	4. Navigation

-------------------------------------------------------------*/

#site-title{
	font-size:2em;
	font-weight:bold;
	line-height:1.5em;
	width: 350px;
    padding: 0px 0.5em;
    height: 67px;
    display: table;
    text-align: left;	
}

#header #navigation a {
	color: #524D4D !important;
}

#header #navigation a:hover {
	color: #000;
}

#header #navigation li:first-child a {
	border-color: #ddd;
}

#header #navigation li a {
	border-color: #ddd;
	font-weight: normal;
}

#header #navigation li.current-menu-item &gt; a,
#header #navigation li.current-menu-ancestor &gt; a,
#header #navigation li.current_page_item &gt; a {
	background-color: #FAF7F7;
	color: #000 !important;
	font-weight: bold;
}

#header #navigation li.hilite &gt; a:after {
	background-color: #CB2027;
}

#header #navigation li:hover &gt; a {
	background-color: #FAF7F7;
}

#header #navigation li ul {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}

#header #navigation li li a {
    background-color: #FAF7F7;
    border-color: #ddd;
    color: #524D4D;
}
#header #navigation .sub-menu &gt; li{
    float:left;
}
/*#header #navigation .sub-menu &gt; li:nth-child(3n+3){
    clear:both;
}*/

#header #navigation li li &gt; a:hover {
	background-color: #E1DFDF;
}

/*	5. Themes

-------------------------------------------------------------*/
#header {
	background: url("images/paper.jpg") repeat scroll 0 0 transparent;
	/*border-bottom: 1px solid #ddd;*/
}
#branding a {
	background-image: none/*url(images/logo.png) !important*/;
}

/* Search ---*/
#header #searchform #s {
	background-color: #fff;
	border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
}

#header #searchform #s:focus {
	color: #333;
}

/* Sidebar ---*/
#sidebar .widget {
	margin-top: 0;
	border-top: none;
}

#sidebar .widget-title {
	margin: 0 0 15px;
}

/*	6. Jigoshop

-------------------------------------------------------------*/
/* Mini Cart ---*/
#jigo_minicart .minicart {
	background-color: #FAF7F7;
	background-image: url(images/mini_cart.png);
	border-color: #ddd;
}

#jigo_minicart .cartlist .cart_list a h4:hover {
	color: #EF2A33;
}

#jigo_minicart .cartlist .js_widget_product_price .price,
#jigo_minicart .cartlist .total .totalNum {
	color: #EF2A33;
}

#jigo_minicart .minicart:hover, 
#jigo_minicart:hover .minicart {
	border-left-color: #ddd;
}

/* Message ---*/
.jigoshop_message, 
.jigoshop_error, 
.jigoshop.page .item-content &gt; p:first-child {
	border: none;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

/* Single ---*/
.jigoshop-product .related .item-title a {
	color: #222;
}

.jigoshop-product .related .item-title a:hover {
	color: #cb2027;
}

/* Checkout ---*/
#customer_details h3,
#order_review .shop_table strong {
	color: #555;
}

/* My account ---*/
.jigoshop-myaccount .item-content h2, 
.jigoshop-myaccount .item-content h3 {
	color: #555;
}

/*	7. Responsive

-------------------------------------------------------------*/
@media only screen and (max-width: 985px) {
	#header .sidebar-control, 
	#header .navigation-control {
		background-image: url(images/icon-sidebar.png);
		border-color: #ddd;
	}

	#header .navigation-control {
		background-image: url(images/icon-navigation.png);
	}

	/* Navigation  ---*/
	#header #navigation li .ico-collapse {
		background-image: url(images/arrow-down.png) !important;
	}

	#header #navigation li ul {
		border: none;
	}

	#header #navigation li li.current-menu-ancestor &gt; a {
		color: #524D4D;
		font-weight: normal;
	}

	/* Sidebar ---*/
	body.sidebar-on #sidebar {
		background-color: #FAF7F7;
		border-right-color: #ddd;
		margin: 1px 0 0;
	}
}

@media only screen and (max-width: 985px) { 
	/* Page navi ---*/
	.pagenav .next {
		float: right;
	}
}

/*	7. Short Code

-------------------------------------------------------------*/
body .btn {
    text-shadow: none;
    
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}


ul.nav-tabs .open .dropdown-toggle, 
ul.nav-pills .open .dropdown-toggle, 
.nav-tabs.nav &gt; li.dropdown.open.active &gt; a:hover {
	background-color: transparent;
	color: #221919;
}

.nav-tabs .dropdown-menu li &gt; a:hover, 
.nav-tabs .dropdown-menu li &gt; a:focus, 
.nav-tabs .dropdown-submenu:hover &gt; a,
.nav-tabs .dropdown-menu .active &gt; a, 
.nav-tabs .dropdown-menu .active &gt; a:hover {
	background: none !important;
	color: #CB2027;
}

#hotbar{
    background:red;
    color:#fff;
    position:fixed;
    width: 100%;
    z-index: 92000;    
}
#hotbar .inner{
    cursor:pointer;
    font-weight:bold;
    line-height:1.2em;
    font-size:14px;
    padding: 5px;
}
#hotbar .inner:hover &gt; *{
    text-decoration:underline;
}
#hotbar .text-left{
    float:left;
}
#hotbar .text-right{
    float:right;
}
#hotbar .expand{
    display:none;
    position:absolute;
    width: 100%;
    background:rgba(0,0,0,0.7);
}
#hotbar .inside{
    padding:10px 40px;
}
#hotbar .inside-top{
    font-size:28px;
    font-weight:bold;
    text-align:center;
    margin-bottom:25px;
}
#hotbar .follow{
    width:23%;
    margin-right:2%;
   float:left;
}
#hotbar .image-left{
    width:23%;
    margin-right:2%;
    float:left;
    text-align:right;
}
#hotbar .close{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 10px;    
}
#hotbar .close:hover{
    color:#CB2027;
}
#hotbar .fb-like-box{
    background:#fff;
}
#hotbar .form{
    width:40%;
    margin-right:10%;
    float:right;
}
#hotbar .gform_wrapper{
    margin:0px;
}
#hotbar .gform_wrapper .validation_error {
    color: #FA8181;
    line-height: 1em;
    margin-bottom: 10px;
    font-size: 12px;
}
#hotbar .gform_wrapper .gfield_error .gfield_label,
#hotbar .gform_wrapper .gfield_required,
#hotbar .gform_wrapper li.gfield.gfield_error .gfield_description,
#hotbar .gform_wrapper .validation_message{
    color: #FA8181;
}
#hotbar .gform_wrapper li.gfield.gfield_error,
#hotbar .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent;
    border: 0px;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
#hotbar .gform_wrapper .top_label .gfield_description.validation_message,
#hotbar .gform_wrapper .gfield_description.validation_message {
    padding: 0 !important;
}

#hotbar .inside-bottom{
    clear:both;
    font-size:18px;
    font-weight:bold;
    text-align:right;
}
#hotbar .inside-bottom a{
    color:#fff;
}
#hotbar .inside-bottom img{
    vertical-align:middle;
    margin-left:10px;
}
#hotbar .follow{
    background:#fff;
}

.yarpp-related{
    margin-top:20px;
}
.item .item-meta{
    margin-bottom:10px;
}
.item .meta-middle {
    margin-top:0px;
    padding-left: 20px;
    text-indent: -8px;    
}
.item .meta-top {
    margin-bottom:0px;
}

.s4fblike iframe {
    position: absolute;
    max-width: none;
}




/* WPL */
.wpl_location  { margin-top: 10px; padding: 10px; background: #FAF7F7; border: 1px solid #ddd; }
.wpl_location  .wpl_name { padding-bottom: 5px; }
.wpl_location .wpl_media { width: 200px; float: left; }
.wpl_location .wpl_map { width: 200px; height: 160px; }
.wpl_location .wpl_info { width: 296px; float: right; padding: 0 0 0 20px; }
.wpl_location .wpl_info li { list-style: none; margin: 0; }
.wpl_location .wpl_geo a { font-size: 10px; }


.s4custombtn-1 .wp-caption-text{
    display:none;
}
.s4custombtn-1 .wp-caption.alignnone{
    margin:0px;
}

.wpgdprc-required{
    border:0;
    text-decoration: none;
}

.alm-btn-wrap{
	clear:both;
}</pre></body></html>