.fadeIn{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
animation-duration: 0.3s;	
-webkit-animation-duration: 0.3s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
visibility: visible !important;
}
@keyframes fadeIn {
0% {
opacity: 0;		
}
100% {
opacity: 1;
visibility: visible;
}		
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;		
}	
100% {
opacity: 1;
visibility: visible;
}		
}
.fadeOut{
animation-name: fadeOut;
-webkit-animation-name: fadeOut;	
animation-duration: 0.3s;	
-webkit-animation-duration: 0.3s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes fadeOut {
0% {
transform: scale(1);
opacity: 1;	
}
100% {
transform: scale(1);
opacity: 0;
}		
}
@-webkit-keyframes fadeOut {
0% {
-webkit-transform: scale(1);
opacity: 1;	
}	
100% {
-webkit-transform: scale(1);
opacity: 0;
}		
}
.slideUp{
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
-ms-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes slideUp {
0% {
opacity: 0;
visibility: hidden;
transform: translateX(30%);
}
100% {
opacity: 1;
visibility: visible;
transform: translateX(0%);
}	
}
@-webkit-keyframes slideUp {
0% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(30%);
}
100% {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0%);
}	
}
@keyframes slideUpGrid {
0% {
opacity: 0;
visibility: hidden;
transform: translateY(5%);
}
100% {
opacity: 1;
visibility: visible;
transform: translateY(0%);
}	
}
@-webkit-keyframes slideUpGrid {
0% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(10%);
}
100% {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0%);
}	
}
.slideDown{
animation-name: slideDown;
-webkit-animation-name: slideDown;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@keyframes slideDown {
0% {
opacity: 1;
transform: translateY(0%);
}			
100% {
opacity: 0;
visibility: hidden;
transform: translateY(1%);
}		
}
@-webkit-keyframes slideDown {
0% {
opacity: 1;
-webkit-transform: translateY(0%);
}			
100% {
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(1%);
}	
}
.bigEntrance{
animation-name: bigEntrance;
-webkit-animation-name: bigEntrance;	
animation-duration: 1.5s;	
-webkit-animation-duration: 1.5s;
animation-timing-function: ease-out;	
-webkit-animation-timing-function: ease-out;
visibility: visible !important;			
}
@keyframes bigEntrance {
0% {
transform: scale(0.5);
opacity: 0.5;
}
30% {
transform: scale(1.03);		
opacity: 1 !important;
}
45% {
transform: scale(0.98);
opacity: 1 !important;
}
60% {
transform: scale(1.01);		
opacity: 1 !important;
}	
100% {
transform: scale(1);
opacity: 1 !important;
}		
}
@-webkit-keyframes bigEntrance {
0% {
-webkit-transform: scale(0.5);
opacity: 0.5;
}
30% {
-webkit-transform: scale(1.03);		
opacity: 1 !important;
}
45% {
-webkit-transform: scale(0.98);
opacity: 1 !important;
}
60% {
-webkit-transform: scale(1.01);		
opacity: 1 !important;
}	
100% {
-webkit-transform: scale(1);
opacity: 1 !important;
}				
}
.slideLeft{
animation-name: slideLeft;
-webkit-animation-name: slideLeft;	
animation-duration: 0.7s;	
-webkit-animation-duration: 0.7s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;		
visibility: visible !important;	
}
@keyframes slideLeft {
0% {
transform: translateX(10%);
opacity: 0;
}		
100% {
transform: translateX(0%);
opacity: 1 !important;
}
}
@-webkit-keyframes slideLeft {
0% {
-webkit-transform: translateX(10%);
opacity: 0;
}			
100% {
-webkit-transform: translateX(0%);
opacity: 1 !important;
}
}
.slideRight{
animation-name: slideRight;
-webkit-animation-name: slideRight;	
animation-duration: 0.7s;	
-webkit-animation-duration: 0.7s;
animation-timing-function: ease;	
-webkit-animation-timing-function: ease;		
visibility: visible !important;	
}
@keyframes slideRight {
0% {
opacity: 0;
transform: translateX(-10%);
}		
100% {
transform: translateX(0%);
opacity: 1 !important;
}	
}
@-webkit-keyframes slideRight {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
}		
100% {
-webkit-transform: translateX(0%);
opacity: 1 !important;
}
}html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}
body 
{
line-height:1.5;
}
blockquote:before, blockquote:after, q:before, q:after 
{
content:"";
}
blockquote, q 
{
quotes:"" "";
}
a img 
{
border:none;
}
#page_content_wrapper p {
padding-top:0.5em;
padding-bottom:0.5em;
}
#page_content_wrapper p:empty {
padding: 0 !important;
}
img, a img {
image-rendering: optimizeQuality;
}
em {
font-style: italic;
} .entry-content img {
margin: 0 0 1.5em 0;
}
div.alignleft, img.alignleft {
display: inline-block;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
div.alignright, img.alignright {
display: inline-block;
float: right;
margin-left: 1em;
margin-top: 1em;
}
div.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
text-align: center;
margin-bottom: 1.5em;
}
.wp-caption img {
border: 0 none;
margin: 0;
padding: 0;
}
.wp-caption p.wp-caption-text {
margin: 0;
font-weight: bold;
}
.wp-smiley { 
max-height: 1em;
margin:0 !important;
}
.gallery dl {
margin: 0;
border: 0;
padding: 0;
}
.gallery-caption, .bypostauthor {
text-align: center;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.sticky, .bypostauthor { font-weight: bold; }
.sticky, .tag-sticky-2
{
background: #ffffe0;
padding: 30px 20px 20px 20px;
border: 1px solid #e6db55 !important;
box-sizing: border-box;
}
blockquote.left {
float: left;
margin-left: 0;
margin-right: 20px;
text-align: right;
width: 33%;
}
blockquote.right {
float: right;
margin-left: 20px;
margin-right: 0;
text-align: left;
width: 33%;
} html
{
overflow-x: hidden;
}
body
{
background: #000;
font-size: 16px;
font-family: "Open Sans", 'helvetica neue', Helvetica, sans-serif;
padding: 0;
margin: 0;
color: #000;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
line-height: 1.8;
height: 100%;
word-wrap: break-word;
font-weight: 300;
}
html, body[data-style=password], body[data-style=wall], body.page-template-contact-php
{
height: 100%;
}
body.error404
{
background: #000;
}
body.js_nav
{
height: 100%;
}
body.js_nav.page-template-blog_f-php
{
height: auto;
}
body.mfp-zoom-out-cur
{
height: auto;
}
hr
{
height: 0;
border: 0;
border-top: 3px solid #000;
background: transparent;
display: block;
margin: auto;
width: 100%;
clear: both;
}
hr.thin
{
border-top: 1px solid #000;
}
a
{
color: #0da29e;
text-decoration: none;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
a:hover
{
color: #000;
text-decoration: none;
}
a:active
{
color: #000;
text-decoration: none;
}
h1
{
font-size: 36px;
}
h2
{
font-size: 32px;
}
#searchform label
{
font-size: 13px;
font-weight: bold;
display: block;
text-align: center;
text-transform: uppercase;
margin-bottom: 10px;
}
#searchform input[type=text]
{
width: 91%;
}
h3
{
font-size: 26px;
}
h3#reply-title
{
font-size: 20px;
margin-bottom: 5px;
}
h4
{
font-size: 20px;
}
.gmap_marker h4
{
font-size: 13px;
color: #000;
display: block;
width: 100%;
text-align: center;
}
h5
{
font-size: 18px;
}
h6
{
font-size: 16px;
}
h7
{
font-size: 14px;
}
h1, h2, h3, h4, h5, h6, h7
{
color: #000;
font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
font-weight:bold;
letter-spacing: -1px;
}
h1.white
{
color: #fff;
}
.fixed
{
position: fixed;
z-index: 10;
}
.strong
{
font-weight: bold;
}
.middle
{
vertical-align: -30%;
}
pre, code, tt {font:12px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 15px 10px 15px 10px;display: block; overflow: auto; margin-top: 20px;
margin: 20px 0 20px 0;
width:92%;
border: 0;
color: #fff;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.clear
{
clear: both;
}
img.mid_align
{ 
vertical-align: middle;
margin-right: 5px;
border: 0;
}
#contact_form label
{
clear: both;
float: none;
width: 100%;
margin-left: 0;
margin-bottom: 10px;
display: block;
}
#contact_form input, #contact_form textarea, #commentform input, #commentform textarea
{
margin-bottom: 15px;
}
.dropcap1
{
display: block;
float: left;
margin: 0 8px 0 0;
font-size: 40px;
line-height: 40px;
background: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
color: #000;
width: 40px;
height: 40px;
text-align: center;
text-shadow: none;
}
blockquote
{
width: 85%;
border-left: 2px solid #000;
margin: 10px 0 10px 0;
padding-left: 25px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
font-size: 18px;
color: #000;
}
blockquote h2
{
font-weight: normal;
font-size: 20px;
}
blockquote h3
{
font-weight: normal;
font-size: 18px;
}
#respond
{
width: 100%;
float: left;
margin: 0;
}
#respond.comment-respond
{
margin: 15px 0 10px 0;
}
#wrapper
{
position: relative;
height: 100%;
min-height: 100%;
}
#wrapper, #supersized, #imageFlow, .backstretch
{
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-font-smoothing: antialiased;
min-height: 100%;
}
body[data-style=fullscreen], body[data-style=flow], body[data-style=password]
{
overflow: hidden;
}
body[data-style=horizontal] #wrapper
{
overflow-y: hidden;
}
@-moz-document url-prefix() {
body.js_nav #wrapper
{
min-height: 100%;
}
}
#ajax_loading
{
display: none;
}
#supersized
{
position: fixed;
}
#supersized li
{
background: #000;
}
body.js_nav #wrapper, body.js_nav #supersized, body.js_nav #imageFlow, body.js_nav .backstretch
{
-webkit-transform: translate(250px, 0px);
-ms-transform: translate(250px, 0px);
-moz-transform: translate(250px, 0px);
-o-transform: translate(250px, 0px);
transform: translate(250px, 0px);
opacity: 0.2;
}
body.js_nav #wrapper
{
z-index: 9;
position: fixed;
opacity: 0.2;
width: 100%;
}
body.page-template-template-gallery-masonry-fullwidth-php #wrapper, body.page-template-template-gallery-masonry-fullwidth-verticle-php #wrapper, body.page-template-portfolio-fullwdith-masonry-php #wrapper, body.home #wrapper
{
width: 100%;
} .logo_wrapper
{
margin: 0 0 10px 0;
width: 100%;
text-align: center;
display: block;
}
.top_bar
{
left: 0px;
-webkit-transform: translate(-250px, 0px);
transform: translate(-250px, 0px);
-o-transform: translate(-250px, 0px);
-moz-transform: translate(-250px, 0px);
-webkit-backface-visibility: hidden;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
-webkit-font-smoothing: subpixel-antialiased;
width: 250px; 
background: #fff; 
position: fixed;
top: 0px;
height: 100%;
overflow-y: auto;
z-index: 5;
}
.top_bar_wrapper
{
height: 100%;
display: table;
margin-left: 30px;
width: 162px;
}
body.js_nav .top_bar
{
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
}
body.admin-bar .top_bar
{
top: 27px;
}
#mobile_menu
{
display: none;
cursor: pointer;
}
#menu_wrapper
{
display: table-cell;
vertical-align: middle;
z-index: 9;
}
#menu_border_wrapper
{
display: block;
}
#menu_border_wrapper .notice
{
color: #000;
margin-top: 19px;
text-align: left;
}
.nav, .subnav, .nav_page_number
{
list-style: none;
float: right;
padding: 10px 0 10px 0;
}
.subnav
{
background: none;
}
.nav > li, .nav_page_number > li
{
display: inline-block;
}
.nav_page_number
{
margin-top: 2px;
}
#menu_wrapper .nav ul, #menu_wrapper div .nav
{
list-style: none;
display: block;
padding: 0;
margin: 50px 0 0 0;
width: 100%;
}
#menu_wrapper .nav ul li, #menu_wrapper div .nav li
{
display: block;
margin: 0 0 0 0;
width: 100%;
}
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
clear: both;
width: 100%;
padding: 0;
margin: 0;
}
#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child
{
margin-right: 0;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a
{
display: inline-block;
padding: 0;
margin: 0;
color: #999;
font-size: 14px;
line-height: 40px;
letter-spacing: 1px;
text-transform: uppercase;
width: 100%;
display: block;
text-align: center;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
}
#menu_wrapper .nav ul li ul li.arrow > a:after, #menu_wrapper div .nav li ul li.arrow > a:after
{
font-weight: bold;
font-size: 10px;
margin-left: 0.5em;
text-decoration: inherit;
-webkit-font-smoothing: antialiased;
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: 10%;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
font-family: 'FontAwesome';
content: "\f107";
float: right;
margin-right: 0px;
margin-top: 5px;
}
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover
{
color: #000;
}
#menu_wrapper div .nav li.current-menu-item > a, #menu_wrapper div .nav li.current-menu-parent > a, #menu_wrapper div .nav li.current-menu-ancestor > a
{
color: #000 !important;
font-weight: bold;
}
#menu_wrapper div .nav li ul li.current-menu-ancestor a
{
color: #000 !important;
font-weight: bold;
}
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul
{
list-style: none;
width: 100%;
max-height: 0;
display: block;
text-align: center;
overflow: hidden;
-webkit-transition: max-height 1s; 
-moz-transition: max-height 1s; 
-ms-transition: max-height 1s; 
-o-transition: max-height 1s; 
transition: max-height 1s;  
margin: 0;
}
#menu_wrapper .nav ul li ul.visible, #menu_wrapper div .nav li ul.visible
{
max-height: 300px;
}
#menu_wrapper .nav ul li ul li, #menu_wrapper div .nav li ul li
{
width: 100%;
padding: 0;
padding-right: 25px;
display: block;
margin-left: 0;
}
#menu_wrapper .nav ul li ul li:first-child, #menu_wrapper div .nav li ul li:first-child
{
padding-top: 5px;
}
#menu_wrapper .nav ul li ul li:last-child, #menu_wrapper div .nav li ul li:last-child
{
padding-bottom: 5px;
}
#menu_wrapper .nav ul li ul li ul:before, #menu_wrapper div .nav li ul li ul:before
{
display: none;
}
#menu_wrapper .nav ul li:hover ul, #menu_wrapper div .nav li:hover ul
{
display: block;
}
#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a,#menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a
{
color: #000;
display: block;
background: transparent;
height: auto;
}
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a
{
width: 100%;
display: block;
border-top: 0;
font-size: 11px;
line-height: 24px;
color: #999;
}
#menu_wrapper .nav ul li ul li:last-child a, #menu_wrapper div .nav li ul li:last-child a, #menu_wrapper div .nav li.current-menu-parent ul li:last-child a
{
border-bottom: 0;
}
#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover
{
color: #000;
}
#menu_close_icon
{
position: fixed;
top: 0;
left: 0;
width: 58px;
color: #fff;
height: 100%;
z-index: 99;
text-align: center;
background: rgba(0, 0, 0, 0.7);
font-family: "Open Sans", 'helvetica neue', Helvetica, sans-serif;
cursor: pointer;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-font-smoothing: antialiased;
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
}
body[data-style=fullscreen] #menu_close_icon, body[data-style=flow] #menu_close_icon, body[data-style=password] #menu_close_icon, body[data-style=wall] #menu_close_icon, body[data-style=horizontal] #menu_close_icon
{
background: transparent;
color: #fff !important;
}
body[data-style=fullscreen] #menu_toggle, body[data-style=fullscreen] #menu_toggle:after, body[data-style=fullscreen] #menu_toggle:before, body[data-style=flow] #menu_toggle, body[data-style=flow] #menu_toggle:after, body[data-style=flow] #menu_toggle:before, body[data-style=password] #menu_toggle, body[data-style=password] #menu_toggle:after, body[data-style=password] #menu_toggle:before, body[data-style=wall] #menu_toggle, body[data-style=wall] #menu_toggle:after, body[data-style=wall] #menu_toggle:before, body[data-style=horizontal] #menu_toggle, body[data-style=horizontal] #menu_toggle:after, body[data-style=horizontal] #menu_toggle:before
{
background: #fff !important;
}
body[data-style=fullscreen] #menu_close_icon, body[data-style=flow] #menu_close_icon, body[data-style=password] #menu_close_icon, body[data-style=wall] #menu_close_icon, body[data-style=horizontal] #menu_close_icon
{
border-color: #fff !important;
}
body.js_nav #menu_close_icon
{
background: transparent;
color: transparent !important;
-webkit-transform: translate(192px, 0px);
-ms-transform: translate(192px, 0px);
-moz-transform: translate(192px, 0px);
-o-transform: translate(192px, 0px);
transform: translate(192px, 0px);
}
body.js_nav #menu_close_icon:hover
{
color: transparent !important;
background: transparent !important;
}
#menu_close_icon:hover, body[data-style=fullscreen] #menu_close_icon:hover, body[data-style=flow] #menu_close_icon:hover, body[data-style=password] #menu_close_icon:hover, body[data-style=wall] #menu_close_icon:hover, body[data-style=horizontal] #menu_close_icon:hover
{
background: #fff;
}
#menu_title
{
margin-top: 0px;
text-transform: uppercase;
font-size: 9px;
font-weight: bold;
position: absolute;
top: 50%;
width: 100%;
text-align: center;
}
#menu_close_icon:hover #menu_title
{
color: transparent;
}
#menu_toggle 
{		
font-size: 30px;
display: block;
margin: auto;
width: 20px;
margin-left: 18px;
height: 2px;
background: #fff;
position: absolute;
top: 50%;
margin-top: -14px;
}
#menu_close_icon:hover #menu_toggle, #menu_close_icon:hover #menu_toggle:before, #menu_close_icon:hover #menu_toggle:after
{
background: #000;
}
body.js_nav #menu_toggle 
{
background: transparent !important;
}
#menu_toggle:after, #menu_toggle:before 
{
content: '';
position: absolute;
width: 100%;
height: 2px;
background: #fff;
left: 0;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
}
body.js_nav #menu_toggle:before
{
-webkit-transform: rotate(45deg) translate(4px,9px);
-moz-transform: rotate(45deg) translate(3px,8px);
-ms-transform: rotate(45deg) translate(3px,8px);
-o-transform: rotate(45deg) translate(3px,8px);
transform: rotate(45deg) translate(3px,8px);
background: #000 !important;
}
body.js_nav #menu_toggle:after
{
-webkit-transform: rotate(-45deg) translate(2px,-8px);
-moz-transform: rotate(-45deg) translate(3px,-8px);
-ms-transform: rotate(-45deg) translate(3px,-8px);
-o-transform: rotate(-45deg) translate(3px,-8px);
transform: rotate(-45deg) translate(3px,-8px);
background: #000 !important;
}
#menu_toggle:before, body.js_nav #menu_close_icon:hover #menu_toggle:before 
{
top: -6px;
}
#menu_close_icon:hover #menu_toggle:before 
{
top: -10px;
}
#menu_toggle:after
{
bottom: -6px;
}
body.js_nav #menu_close_icon #menu_toggle:after 
{
bottom: -9px;
}
#menu_close_icon:hover #menu_toggle:after 
{
bottom: -10px;
}
#menu_toggle , #menu_toggle:after, #menu_toggle:before 
{
-webkit-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
-moz-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
-ms-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
-o-transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
transition: all .3s cubic-bezier(0.585,-.6,.43,1.65);
}
.header_cart_wrapper
{	
position: absolute;
top: 20px;
right: 10px;
z-index: 99;
width: 30px;
background: rgba(0, 0, 0, 0.3);
padding: 10px 5px 8px 9px;
cursor: pointer;
}
body[data-style=fullscreen] .header_cart_wrapper, body[data-style=flow] .header_cart_wrapper
{
display: none;
}
.header_cart_wrapper .cart_count
{
position: absolute;
top: 8px;
right: 8px;
font-size: 10px;
font-weight: 600;
border-radius: 50px;
background: #000;
color: #fff;
z-index: 2;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
}
.header_cart_wrapper a
{
color: #fff !important;
}
.header_cart_wrapper i
{
font-size: 18px !important;
margin-right: 0 !important;
} .footer_bar
{
width: 162px;
position: absolute;
bottom: 37px;
left: 30px;
padding: 0;
box-sizing: border-box;
}
body.page-template-portfolio-2-php .footer_bar, body.page-template-portfolio-3-php .footer_bar, body.page-template-portfolio-4-php .footer_bar
{
margin: 0;
}
#footer 
{
width: 100%;
clear: both;
margin: auto;
color: #999;
word-wrap: break-word;
font-size: 90%;
background: #000;
margin-top: 0;
padding: 20px 0 20px 0;
}
#footer a
{
color: #ccc;
}
#footer a:hover, #footer a:active
{
color: #888;
}
#footer.fullscreen , #footer.flow, #footer.kenburns, #footer.wall, #footer.flip, #footer.static
{
display: none;
}
#copyright
{
float: left;
width: 100%;
font-size: 14px;
font-style: italic;
margin-top: 0;
color: #999;
text-align: center;
}
.continue_reading
{
font-size: 14px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
font-weight: bold;
text-transform: uppercase;
color: #000;
float: left;
} #page_content_wrapper, .page_content_wrapper
{
width: auto;
background: #fff;
margin-left: 408px;
box-sizing: border-box;
padding: 50px;
min-height: 100%;
}
body.page-template-blog_g-php #page_content_wrapper
{
padding: 50px 30px 50px 30px;
box-sizing: border-box;
}
#page_content_wrapper.nobg, .page_content_wrapper.nobg
{
background: transparent !important;
}
#page_content_wrapper.nopadding, .page_content_wrapper.nopadding
{
padding: 0 !important;
}
#page_content_wrapper.gallery
{
background: #000;
}
@media only screen and (max-width: 769px) 
{
#page_content_wrapper:not(.noanimation), .page_content_wrapper:not(.noanimation)
{
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.4s;	
-webkit-animation-duration: 0.4s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
}
#page_content_wrapper.transparentbg, .page_content_wrapper.transparentbg
{
padding: 0;
}
.transparentbg
{
background: transparent !important;
}
.vertical_center_wrapper.transparentbg
{
color: #fff;
}
.transparentbg input[type=password]
{
background: #fff !important;
}
#page_content_wrapper.withtitle, .page_content_wrapper.withtitle
{
margin-top: 30px;
}
#content_wrapper .inner
{
overflow: hidden;
}
#page_content_wrapper .inner
{
margin: auto;
}
.post.type-post
{
margin-bottom: 20px;
}
body.page-template-blog_thumb-php .post.type-post
{
float: left;
}
.post.type-post.gallery
{
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
}
.post.type-post.gallery img
{
max-width: 100%;
height: auto;
line-height: 0;
}
.post.type-post.gallery a
{
float: left;
line-height: auto;
overflow: hidden;
}
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post
{
float: left;
width : 49.9%;
padding: 0 20px 30px 20px;
box-sizing: border-box;
margin-bottom: 30px;
}
body[data-style=blog_grid] #blog_grid_wrapper.vertical .post.type-post
{
width: 100%;
}
@media only screen and (min-width: 1400px) {
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post {
width: 33.2%;
}
}
@media only screen and (min-width: 1900px) {
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post {
width: 24.9%;
}
}
@media only screen and (min-width: 2000px) {
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post {
width: 19.9%;
}
}
.post.type-post .mask {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background: #000;
background-color: rgba(0,0,0, 0.5);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-align: center;
width:100%;
height:100%;
}
.post.type-post.gallery img
{
display: block;
width: 100%;
height: auto;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
.post.type-post.gallery:hover img:not(.static)
{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.post.type-post .mask .mask_frame
{
width: 100%;
height: 100%;
display: table;
}
.post.type-post .mask .mask_frame .mask_image_content
{
display: table-cell;
vertical-align: middle;
}
.post.type-post .mask .mask_frame .mask_image_content .mask_image_content_frame i
{
font-size: 50px;
color: #fff;
opacity: 0;
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.post.type-post:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.post.type-post:last-child
{
margin-bottom: 0;
}
.post_wrapper
{
width: 100%;
padding: 20px 0 35px 0;
}
.post_wrapper.thumbnails
{
float: left;
padding-top: 0;
margin-top:0;
border: 0;
padding: 0 0 15px 0;
}
.type-post:first-child .post_wrapper, body.single .post_wrapper
{
padding-top: 0;
}
.post_wrapper
{
border-bottom: 2px solid #000;
}
body.single .post_wrapper
{
border-bottom: 0;
}
.type-post:first-child .post_wrapper
{
padding-top: 0;
}
.type-post:last-child .post_wrapper
{
border-bottom: 0;
padding-bottom: 10px;
}
.type-post:last-child .post_wrapper.fullwidth
{
padding-bottom: 35px;
}
.post_wrapper.grid_layout
{
padding-top: 0 !important;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
.post_wrapper.grid_layout .flex-direction-nav a
{
bottom: 10% !important;
}
.post_wrapper.single
{
width: 100%;
margin: 0;
}
.post_header
{
width: 100%;
float: left;
margin-bottom: 10px;
margin-top: -10px;
}
.post_header.thumbnails
{
width: 55%;
margin: 0 0 0 0;
}
.post_header.fullwidth
{
text-align: center;
margin-top: -10px;
margin-bottom: 20px;
}
body.page-template-galleries-php .post_header
{
margin-bottom: 0 !important;
}
.post_header.fullwidth h4
{
font-size: 28px;
line-height: 40px;
margin-bottom: 20px;
}
.post_header.fullwidth h4 a, .post_header h5 a
{
color: #000;
}
.post_header h5
{
font-size: 24px;
line-height: 34px;
margin-bottom: 20px;
}
.post_excerpt
{
width: 98%;
margin:18px 0 0 0;
}
.post_tag
{
float: left;
margin: 0;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
text-transform: uppercase;
font-size: 11px;
width: 70%;
font-weight: bold;
}
.post_tag i
{
margin-right: 5px;
}
.uppercase
{
font-weight: bold;
text-transform: uppercase;
}
body.single-galleries #social_share_wrapper, body[data-style=portfoliogrid] #social_share_wrapper, body.page-template-gallery-php #social_share_wrapper 
{
position: fixed;
float: none;
bottom: 24px;
right: 100px;
z-index: 9;
margin: 0;
}
body[data-style=horizontal] #social_share_wrapper, body[data-style=wall] #social_share_wrapper
{
right: 23px;
}
.post_header .post_detail, .recent_post_detail, .post_detail
{
width: 100%;
float: left;
font-size: 11px;
color: #000;
font-weight: bold;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
}
#page_caption .post_detail
{
padding: 0;
margin-bottom: 5px;
}
.post_detail_wrapper
{
float: left;
width:96%;
margin: 0 0 10px 0;
}
#blog_grid_wrapper
{
padding: 0;
width: 100%;
position: relative;
margin: -10px 0 0 0;
padding-top: 10px;
top: 0;
}
#blog_grid_wrapper .post.type-post
{
visibility: hidden;
}
#blog_grid_wrapper .post.type-post.visible
{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.comment .left img.avatar
{
width: 50px;
height: 50px;
}
.comment
{
width: 100%;
padding-bottom: 0;
float: left;
border-bottom: 1px dashed #ccc;
padding: 30px 0 30px 0;
}
.comment .children
{
float: left;
margin-top: 10px !important;
}
.fullwidth_comment_wrapper .comment
{
width: 100%;
}
.comment .left
{
float: left;
margin-right: 15px;
}
.comment_arrow
{
width: 10px;
height: 10px;
float: left;
position: relative;
left: 5px;
margin-top: 20px;
display: none;
}
.comment .right
{
width: 85%;
float: left;
padding: 0 15px 0 15px;
}
.fullwidth_comment_wrapper .comment .right
{
width: 89%;
}
ul.children div.comment .right
{
width: 72%;
}
.fullwidth_comment_wrapper ul.children div.comment .right
{
width: 83%;
}
.comment .right p
{
margin: 0;
padding: 0;
}
.comment .right strong
{
font-weight: #fff;
}
#content_wrapper ul.children
{
list-style: none;
margin: -40px 0 0px 74px;
border-left: 1px solid #ccc;
padding: 5px 20px 2px 0;
float: left;
width: 106%;
}
#content_wrapper ul.children ul.children
{
margin-top: -10px;
padding-bottom: 0;
width: 83.5%;
}
.comment_wrapper
{
float: left;
margin-left: 25px;
border-left: 1px solid #eeeeee;
}
.comment_date
{
margin: 1px 0 0 10px;
float: left;
font-size: 13px;
}
.gravatar {
position: relative;
z-index: 2;
border-radius: 200px;
overflow: hidden;
float: left;
width: 60px;
height: 60px;
}
ul.children .comment
{
width: 96%;
margin: 0;
padding: 20px 0 10px 0;
margin-top: 20px;
margin-left: 25px;
float: left;
}
ul.children .comment:last-child
{
padding-top: 0;
padding-bottom: 15px;
}
ul.children .comment:first-child
{
padding-top: 10px;
margin-top: 0px;
}
.one_half
{
float: left;
width: 48%;
margin-right: 4%;
}
.one_half.last
{
float: right;
width: 48%;
margin-right: 0;
clear: right;
}
.one_third
{
width: 30%;
float: left;
min-height: 50px;
margin-right: 3%;
}
.one_third.last
{
margin-right: 0;
}
.two_third
{
float: left;
width: 64%;
margin-right: 3%;
}
.one_fourth
{
width: 22%;
float: left;
margin-right: 3%;
margin-bottom: 2%;
}
.one_fourth.last
{
margin-right: 0;
}
.one_fourth.portfolio4
{
margin:0;
}
.one_fifth
{
width: 14%;
float: left;
margin-right: 6%;
margin-bottom: 2%;
}
.one_fifth.last
{
margin-right: 0;
}
.post_img
{
position: relative;
height: auto;
}
.post_img img
{
max-width: 100%;
height: auto;
}
.post_img.thumbnails
{
width: 40%;
margin-right: 4%;
float: left;
}
#content_slider_wrapper
{
width: 100%;
height: 20px;
background: transparent;
position: fixed;
bottom: 200px;
}
#page_content_wrapper .inner .sidebar_content
{
width: 65%;
margin-top: 0;
margin-right: 2%;
float: left;
}
#page_content_wrapper .inner .sidebar_content:not(.full_width)
{
opacity: 0;
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}
#page_content_wrapper .inner .sidebar_content img
{
max-width: 100%;
height: auto;
}
#page_content_wrapper .inner .sidebar_content iframe
{
max-width: 100%;
}
#page_content_wrapper .inner .sidebar_content.full_width
{
width: 100%;
padding: 0 0 0 0;
margin: auto;
float: none !important;
} #page_caption #social_share_wrapper
{
position: static;
width: 80%;
margin: auto;
margin-top: 20px;
padding-top: 10px;
border-top: 1px solid rgba(256,256,256,0.2);
}
#page_caption #social_share_wrapper
{
display: none;
}
#page_caption #social_share_wrapper.visible
{
display: block;
}
#social_share_wrapper.attachment
{
float: right !important;
margin-top: -5px !important;
background: transparent  !important;
position: static !important;
padding: 0 !important;
}
body.single-post #social_share_wrapper
{
float: right;
margin-top: -13px;
}
.social_share_wrapper
{
float: right;
margin-top: -13px;
}
#social_share_wrapper ul, .social_share_wrapper ul
{
margin: 0 !important;
list-style: none !important;
}
#social_share_wrapper ul li, .social_share_wrapper ul li
{
float: right;
margin-left: 10px;
font-size: 1.5em;
}
#page_caption #social_share_wrapper ul li
{
float: none;
display: inline-block;
}
#social_share_wrapper ul li a, , .social_share_wrapper ul li a
{
color: #fff;
}
#social_share_wrapper ul li i, .social_share_wrapper ul li i
{
font-size: 12px;
padding: 7px;
width: 24px;
height: 24px;
box-sizing: border-box;
color: #fff;
background: #000;
text-align: center;
border-radius: 200px;
}
#page_caption #social_share_wrapper ul li i, body[data-style=fullscreen] #social_share_wrapper ul li i, body[data-style=flow] #social_share_wrapper ul li i, body[data-style=horizontal] #social_share_wrapper ul li i, body[data-style=wall] #social_share_wrapper ul li i
{
background: transparent;
padding: 0;
font-size: 18px;
opacity: 0.3;
}
#page_caption #social_share_wrapper ul li a:hover i, body[data-style=fullscreen] #social_share_wrapper ul li a:hover i
{
opacity: 1;
} #page_content_wrapper .inner .sidebar_wrapper
{
opacity: 0;
width: 30%;
margin-left: 3%;
float: left;
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.4s;	
-webkit-animation-duration: 0.4s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}
#page_content_wrapper .inner .sidebar_wrapper a
{
color: #000;
}
#page_content_wrapper .inner .sidebar_wrapper a:hover, #page_content_wrapper .inner .sidebar_wrapper a:active
{
color: #000;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar
{
width: 100%;
float: left;
}
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content
{
width: 100%;
margin: 0;
color: #444;
font-size: 14px;
} input[type=text], input[type=email], input[type=url], input[type=password], .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text
{
padding: 10px 10px 10px 10px;
font-size: 100%;
margin: 0;
background: transparent;
border: 1px solid #ccc;
color: #444;
font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, .woocommerce table.cart td.actions .coupon .input-text:focus, .woocommerce-page table.cart td.actions .coupon .input-text:focus, .woocommerce #content table.cart td.actions .coupon .input-text:focus, .woocommerce-page #content table.cart td.actions .coupon .input-text:focus
{
border-color: #000;
outline: 0;
}
input[type=text].blur, textarea.blur
{
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"], #commentform textarea 
{
margin-bottom: 15px;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fullwidth_comment_wrapper #commentform textarea 
{
width: 100%;
}
#commentform
{
margin-left: -1.33333rem;
}
.woocommerce #review_form #respond .comment-form-rating p.stars,
.woocommerce #review_form #respond .comment-form-rating label
{
margin-left: 20px;
}
.comment-form-cookies-consent
{
clear: both;
}
.comment-form-cookies-consent input
{
margin-right: 5px;
}
.logged-in-as
{
display: none;
}
#commentform > p 
{
border-left: 0 solid transparent;
border-left-width: 24px;
border-left-width: 1.33333rem;
box-sizing: border-box;
}
#commentform p.comment-form-author, #commentform p.comment-form-email, #commentform p.comment-form-url
{
float: left;
width: 50%;
}
#commentform p.comment-form-url
{
width: 100%;
}
::-webkit-input-placeholder {
color: #999;
font-style: italic;
}
:-moz-placeholder { color: #999; 
font-style: italic;
}
::-moz-placeholder { color: #999; 
font-style: italic;
}
:-ms-input-placeholder {  
color: #999;
font-style: italic;
}
.form-allowed-tags
{
display: none !important;
}
p.comment-notes
{
margin-bottom: 20px;
}
.error
{
color: #ff0000 !important;
}
textarea
{
font-size: 100%;
color: #444;
background: transparent;
border: 1px solid #ccc;
margin: 0;
height: 200px;
overflow: auto;
padding: 12px 10px 12px 10px;
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
}
textarea:focus
{
border-color: #000;
outline: 0;
}
input[type=submit], input[type=button], a.button, .button
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .8em 1.5em .6em;
color: #fff;
background: #000;
border: 1px solid #000;
text-transform: uppercase;
font-size: 13px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
text-shadow: none;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
-webkit-appearance: none;
border-radius: 25px;
}
.form-submit #submit
{
float: right;
}
input[type=submit].white, input[type=button].white, a.button.white, .button.white, a.button.white:hover, .button.white:hover, a.button.white:active, .button.white:active
{
color: #fff !important;
border-color: #fff !important;
border: 2px solid #fff;
background: transparent !important;
}
input[type=submit]:hover, input[type=button]:hover, .button:hover
{
color: #fff !important;
background: #000 !important;
border-color: #000 !important;
}
p.comment-reply-link
{
padding: 0 !important;
}
input[type=submit].medium, input[type=button].medium, a.button.medium
{
font-size: 15px;
}
input[type=submit].large, input[type=button].large, a.button.large
{
font-size: 17px;
}
#cancel-comment-reply-link
{
float: right;
display: block;
margin: 0;
}
input[type=submit].left, input[type=button].left, a.button.left
{
float: left;
}
input[type=submit].right, input[type=button].right, a.button.right
{
float: right;
}
input[type=submit].center, input[type=button].center, a.button.center
{
margin: auto;
} .pagination {
margin: 40px 0 40px 0;
float: left;
}
.pagination p a:first-child {
float: left;
}
.pagination p a:last-child {
float: right;
}
.pagination a, .pagination span
{
padding-left: 12px;
padding-right: 12px;
height: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
margin-left: 5px;
color: #444;
border-radius: 200px;
}
.pagination span
{
color: #fff;
background: #000;
}
.pagination span, .pagination a:hover
{
color: #fff;
background: #000;
}
#page_content_wrapper ul
{
margin: 15px 0 15px 40px;
list-style-type: disc;
}
#page_content_wrapper ol
{
margin: 15px 0 15px 40px;
} #page_content_wrapper ul.flickr
{
margin: 0 0 10px 0;
}
#page_content_wrapper ul.flickr li img
{
width: 65px;
height: auto;
}
#page_content_wrapper .sidebar .content .posts.blog li img, #page_content_wrapper .posts.blog li img
{
float: left;
margin: 0 10px 2px 0;
padding: 3px;
width: 55px;
}
#page_content_wrapper .sidebar .content .sidebar_widget, #page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-left: 0;
margin-top: 0;
padding: 0;
}
#page_content_wrapper .sidebar .content .posts.blog li
{
padding: 0 0 10px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li
{
margin: 30px 0 50px 0;
padding: 0;
}
.page_item_has_children
{
margin-left: 15px !important;
}
#page_content_wrapper .inner .sidebar_wrapper.hasbg
{
box-sizing: border-box;
width: 28%;
}
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle
{
font-size: 16px;
font-weight: bold;
letter-spacing: 0;
display: block;
color: #000;
}
#page_content_wrapper .sidebar .content .sidebar_widget li:first-child
{
margin-top: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul
{
list-style: none;
padding: 10px 0 0 0;
margin: 0 0 15px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li ul.sub-menu
{
margin-left: 15px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li, #footer .sidebar_widget li ul li
{
padding: 0 0 10px 0;
margin-top: 5px;
margin-bottom: 5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li ul li:first-child, #footer ul.sidebar_widget li .flickr
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li:first-child, #footer ul.sidebar_widget li ul.flickr li:first-child
{
border: 0;
padding-top: 0;
}
#page_content_wrapper table#wp-calendar
{
margin-bottom: 30px;
width: 100%;
padding: 5px 0 5px 0;
}
#page_content_wrapper table#wp-calendar a
{
font-weight: bold;
}
#page_content_wrapper table#wp-calendar caption
{
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-align: left;
text-transform: uppercase;
margin-bottom: 10px;
margin-top: 20px;
}
#page_content_wrapper table#wp-calendar tr th, #page_content_wrapper table#wp-calendar tr td
{
padding: 0;
border-bottom: 0;
text-align: center;
}
table#wp-calendar tr th
{
font-weight: bold;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr
{
list-style: none;
margin: 5px 0 30px 0;
float: left;
display: block;
padding: 15px 0 3px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li, #content_wrapper .sidebar .content .sidebar_widget li ul.flickr li a
{
display: block;
float: left;
margin: 0 10px 3px 0;
padding: 0;
border: 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img
{
width: 79px;
height: auto;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter
{
margin: 0;
margin-top: 15px;
list-style:none;
padding: 0 0 3px 0;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.twitter li:first-child
{
background-position:0px 1.3em;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media
{
list-style: none;
margin: 10px 0 15px 0;
float: left;
display: block;
padding: 0 0 3px 0;
margin-left: -5px;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.social_media li
{
display: block;
float: left;
margin: 0 5px 0 0;
}
ul.list
{
margin: 5px 0 0 20px;
}
.highlight_yellow
{
background: #ffc600;
color: #000;
}
.highlight_black
{
background: #000;
color: #fff;
}
#page_content_wrapper ul.twitter
{
margin: 0;
list-style:none;
}
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr, ul.flickr
{
list-style: none;
margin: 10px 0 0 0;
float: left;
display: block;
clear: both;
}
ul.flickr li
{
float: left;
margin: 0 5px 0 0;
}
#page_content_wrapper  ul.flickr li a, #page_content_wrapper ul.flickr li a:hover, #page_content_wrapper ul.flickr li a:active
{
background: transparent;
}
#page_content_wrapper .sidebar .content .posts.blog
{
list-style: none;
margin-top: 15px;
}
#page_content_wrapper .sidebar .content .posts.blog li, #page_content_wrapper .posts.blog li
{
line-height: 1.7em;
clear: both;
border:0;
background: none;
}
#page_content_wrapper .sidebar .content .posts.blog li
{
padding-top: 10px;
}
#page_content_wrapper .sidebar .content .posts.blog li strong.header, #page_content_wrapper .posts.blog li strong.header
{
font-weight: normal;
} .gallery-caption
{
font-weight: bold;
}
#slidecaption.invisible { opacity: 0; visibility: hidden; }
#gallery_caption a, #gallery_caption a:hover, #gallery_caption a:active
{
color: #fff;
}
#gallery_caption h2
{
font-size: 16px;
line-height: 16px;
font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
display: inline-block;
color: #fff;
clear: both;
text-transform: none;
text-shadow: none !important;
}
.jp-play, .jp-pause
{
position: fixed;
top: 46.5%;
left: 4px;
width: 22px;
height: 20px;
background:transparent url(//westpennantforge.com/wp-content/themes/stellar/images/sound_off.png) no-repeat left center;
text-indent: -9999px;
z-index: 99999;
}
.jp-pause
{
background:transparent url(//westpennantforge.com/wp-content/themes/stellar/images/sound_on.png) no-repeat left center;
}
.social_wrapper
{
width: 100%;
float: left;
margin-top: 50px;
text-align: center;
}
.social_wrapper.shortcode
{
margin: 0;
text-align: left;
}
.social_wrapper.shortcode ul
{
margin-top: 0 !important;
}
.social_wrapper ul
{
list-style: none;
margin-left: 0 !important;
}
#page_content_wrapper .social_wrapper ul
{
list-style: none;
margin-top: 5px;
}
.social_wrapper ul li
{
display: inline-block;
margin: 5px 2px 0 2px;
}
.social_wrapper ul li i
{
font-size: 12px;
padding: 7px;
width: 24px;
height: 24px;
box-sizing: border-box;
color: #fff;
background: #000;
text-align: center;
border-radius: 200px;
}
#tray-button
{
display: none;
}
#page_header_bg
{
width: 408px;
position: fixed;
top: 0;
left: 0;
height: 100%;
z-index: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-font-smoothing: antialiased;
min-height: 100%;
background-position: center center;
background-size:cover;
}
body.js_nav #page_header_bg
{
opacity: .2;
}
#page_caption
{
width: 350px;
position: fixed;
top: 0;
left: 58px;
min-height: 100%;
z-index: 2;
background: rgba(0, 0, 0, 0.5);
color: #999;
display: block;
text-align: center;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-font-smoothing: antialiased;
}
body.js_nav #page_caption
{
display: block;
left: 0;
}
.page_tagline
{
margin-top: 10px;
color: #fff;
opacity: 0.8;
}
.page_tagline .post_detail
{
color: #fff;
}
#page_caption_wrapper
{
width: 85%;
display: none;
margin: auto;
}
#page_caption_wrapper.visible
{
display: block;
}
.password_container
{
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.password_wrapper
{
height: 100%;
width: 100%;
position: relative;
display: table;
}
.vertical_center_wrapper
{
display: table-cell;
vertical-align: middle;
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.lock_wrapper
{
text-align: center;
margin: auto;
margin-top: 0;
margin-bottom: 20px;
}
.lock_wrapper i
{
color: #fff;
font-size: 8em;
}
#page_caption h1
{
font-family: 'Open Sans',Helvetica,Verdana,sans-serif;
font-size: 36px;
line-height: 54px;
letter-spacing: -1px;
color: #fff;
}
#page_caption hr
{
margin: 0 0 20px 0;
}
#page_caption h2
{
color: #000;
padding: 0 0 25px 0;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#page_caption.page_content
{
background: #fff;
height: 100%;
text-align: left;
overflow: scroll;
color: #000;
}
#page_caption.page_content h1
{
color: #000;
}
#page_caption.page_content .page_tagline
{
color: #000;
}
#crumbs
{
text-align: center;
text-transform: uppercase;
color: #999;
font-size: 13px;
letter-spacing: 1px;
}
.page_control
{
position: fixed;
bottom: 20px;
right: 65px;
text-align: center;
z-index: 999;
}
.page_control img, .page_control_static img
{
width: 40px;
height: 40px;
}
.tubular-pause
{
position: fixed;
bottom: 20px;
right: 20px;
}
.page_control_static
{
position: fixed;
top: 20px;
right: 23px;
text-align: center;
z-index: 999;
}
.page_control_static.invisible { opacity: 0; visibility: hidden; }
.page_control_static #page_share:after
{
display: block;
font-family: 'FontAwesome';
content: "\f065";
color: #fff;
font-size: 1.3em;
}
.page_control_static #page_maximize:after
{
display: block;
font-family: 'FontAwesome';
content: "\f065";
color: #fff;
font-size: 1.3em;
}
.page_control_static #page_maximize.minimize:after
{
content: "\f066";
}
.page_control_static #page_maximize, .page_control_static #page_maximize.minimize
{
z-index: 999;
display: block;
position: relative;
}
#page_content_wrapper .sidebar .content .tagcloud, #page_content_wrapper .sidebar .content .textwidget
{
margin-top: 10px;
padding: 0 0 15px 0;
}
#page_content_wrapper .sidebar .content .textwidget img, #page_content_wrapper .sidebar .content .textwidget iframe, #page_content_wrapper .sidebar .content .textwidget video, #page_content_wrapper .sidebar .content .textwidget select
{
max-width: 100%;
}
select[name=archive-dropdown]
{
margin-top: 15px;
}
#jquery_jplayer_1
{
display: none;
}
#kenburns
{
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
#kenburns_overlay
{
position: fixed;
top: 0;
left: 0;
z-index: -1;
}
a#kb-prevslide, a#imgflow-prevslide { z-index:999; cursor: pointer; display: block; position: fixed; right: 55px; bottom: 0px; opacity: 1 !important; padding: 10px 15px 10px 15px; color: #fff; }
a#kb-nextslide, a#imgflow-nextslide { z-index:999; cursor: pointer;  display: block; position: fixed; right: 15px; bottom: 0px; opacity: 1 !important; padding: 10px 15px 10px 15px; color: #fff; }
a#kb-prevslide:before, a#imgflow-prevslide:before  { font-family: "FontAwesome"; font-size: 40px; display: block; content: '\f104'; color: #fff; font-weight: 300; }
a#kb-nextslide:before, a#imgflow-nextslide:before  { font-family: "FontAwesome"; font-size: 40px; display: block; content: '\f105'; color: #fff; font-weight: 300; }
.portfolio_header h6
{
color: #fff;
margin: 10px 0 10px 0;
font-size: 20px;
font-weight: 200;
}
.single_flow_wrapper { 
width: 760px;
height: 600px;
position: relative;
background: #000;
overflow: hidden;
}
#imageFlow {
width: 100%;
height: 100%;
min-height: 100%;
background: transparent;
position: absolute;
overflow: hidden;
top: 0;
}
#imageFlow.single_portfolio {
position: absolute;
height: 600px;
width: 760px;
}
#imageFlow .diapo {
position: absolute;
left: -4000px;
-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
margin-left: -1px;
margin-bottom: -1px;
}
#imageFlow .text {
position: absolute;
left: 78px;
width: 50%;
bottom: 30px;
text-align: left;
z-index: 1000;
color: #fff;
z-index: 999;
font-size: 16px;
font-family: 'Open Sans', 'helvetica neue', Helvetica, sans-serif;
letter-spacing: -1px;
}
#imageFlow.collection .text {
bottom: 60%;
}
#imageFlow .title {
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: bold;
}
#imageFlow .legend, #imageFlow .legend a, #imageFlow .legend a:hover, #imageFlow .legend a:active
{
width: 50%;
margin: auto;
font-size: 16px;
font-family: 'Crimson Text', georgia,Verdana,sans-serif;
color: #797979;
font-style: italic;
margin-top: -5px;
}
#imageFlow .scrollbar {
position: absolute;
left: 30%;
bottom: 27%;
width: 40%;
height: 16px;
z-index: 1000;
display: none !important;
}
#imageFlow .track {
position: absolute;
left: 1%;
width: 98%;
height: 10px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
#imageFlow .arrow-left {
position: absolute;
display: none;
}
#imageFlow .arrow-right {
position: absolute;
right: 0px;
display: none;
}
#imageFlow .bar {
position: absolute;
height: 10px;
left: 0;
width: 100px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.diapo {
opacity: 1;
}
.diapo.current {
opacity: 1;
}
.gallery-main {
display: none;
}
.mansory_img
{
opacity: 0;
visibility: hidden;
}
.mansory_img img {
display: block;
}
.mansory_img .mask {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background: #000;
background-color: rgba(0,0,0, 0.7);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-align: center;
width:100%;
height:100%;
}
.mansory_img .mask .mask_frame
{
width: 100%;
height: 100%;
}
.mansory_img .mask .mask_frame .mask_image_content .mask_image_content_frame
{
display: table-cell;
vertical-align: middle;
}
.mansory_img .mask .mask_frame .mask_image_content h6 {
width: 80%;
font-size: 22px !important;
line-height: 28px;
color: #fff;
font-weight: bold;
margin: auto;
display: block;
}
.mansory_img:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.wall_thumbnail {
float:left;
margin: 0;
overflow: hidden;
}
.wall_thumbnail img {
display: block;
}
.wall_thumbnail .mask {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
background: #000;
background-color: rgba(0,0,0, 0);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
text-align: center;
width: 100%;
height: 100%;
}
.wall_thumbnail .mask .mask_frame
{
display: table;
width:100%;
height:100%;
}
.wall_thumbnail .mask .mask_frame .mask_image_content
{
margin: 10px;
width: 100%;
height: 100%;
display: table !important;
}
.wall_thumbnail .mask .mask_frame .mask_image_content.hascycle
{
z-index: 10;
position: relative;
background: #000;
background-color: rgba(0,0,0, 0.5);
margin: 0;
}
.wall_thumbnail .mask .mask_frame .mask_image_content .mask_image_content_frame
{
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
opacity: 0;
visibility: hidden;
}
.wall_thumbnail:hover .mask .mask_frame .mask_image_content .mask_image_content_frame
{
animation-name: slideUpGrid;
-webkit-animation-name: slideUpGrid;	
animation-duration: 0.5s;	
-webkit-animation-duration: 0.5s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
.wall_thumbnail h6 {
width: 100%;
font-size: 24px !important;
line-height: 34px;
color: #fff;
margin: auto;
display: block;
padding: 0 20px 0 20px;
box-sizing: border-box;
}
.wall_thumbnail .mask .mask_frame .mask_image_content span:not(:empty)
{
font-size: 11px;
color: #fff;
font-weight: bold;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
display: block;
width: 70%;
margin: auto;
margin-top: 15px;
text-transform: uppercase;
padding-top: 25px;
border-top: 1px solid rgba(256,256,256,0.9);
}
.wall_thumbnail:hover .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.wall_thumbnail:hover .mask h6 {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
}
.photo_wall_wrapper_cover
{
background: #f0f0f0;
position: relative;
}
#photo_wall_wrapper {
padding: 0;
width: 100%;
position: relative;
margin: 0 0 0 0;
top: 0;
}
#photo_wall_wrapper.parallax
{
padding-top: 14px;
}
#photo_wall_wrapper .wall_entry {
float: left;
border: none;
margin: 0;
padding: 0;
position: relative;
width: 33.2%;
margin-bottom: 0%;
word-wrap: break-word;
overflow: hidden;
opacity: 0.4;
}
#photo_wall_wrapper .wall_entry:hover
{
opacity: 1;
}
#photo_wall_wrapper .wall_entry .wall_thumbnail
{
opacity: 0;
visibility: hidden;
}
#photo_wall_wrapper .wall_entry .wall_thumbnail.visible
{
animation-name: fadeIn;
-webkit-animation-name: fadeIn;	
animation-duration: 0.6s;	
-webkit-animation-duration: 0.6s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
}
@media only screen and (min-width: 1400px) {
#photo_wall_wrapper .wall_entry {
width: 24.9%;
}
}
@media only screen and (min-width: 1720px) {
#photo_wall_wrapper .wall_entry {
width: 19.9%;
}
}
@media only screen and (min-width: 2200px) {
#photo_wall_wrapper .wall_entry {
width: 16.6%;
}
}
#photo_wall_wrapper .wall_entry .wall_entry_wrapper {
position: relative;
}
#photo_wall_wrapper .wall_entry img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all 1.5s ease;
-moz-transition: all 1.5s ease;
-ms-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
#photo_wall_wrapper .wall_entry:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.page_audio
{
position: fixed;
bottom: 20px;
right: 27px;
z-index: 999999;
}
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 1s;
-moz-transition-duration: 1s;
-ms-transition-duration: 1s;
-o-transition-duration: 1s;
transition-duration: 1s;
}
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
} .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s !important;
-moz-transition-duration: 0s !important;
-ms-transition-duration: 0s !important;
-o-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.page-template-template-gallery-thumbnails-php .gallery_mansory_wrapper {
padding: 0px;
margin: 0 auto;
}
#map_contact
{
width: 100%;
min-height: 100%;
margin-left: 408px;
}
#contact_page_header_bg
{
width: 100%;
min-height: 100%;
background-size: cover;
background-position: center center;
}
#full_video_bg {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-font-smoothing: antialiased;
}
#full_video_bg > iframe {
display: block;
height: 100%;
width: 100%;
}
#searchsubmit
{
display: none;
}
#portfolio_wall_filters
{
width: 100%;
box-sizing: border-box;
position: absolute;
bottom: 30px;
left: 0;
}
.filter
{
margin: 0 0 0 0 !important;
}
.filter li
{
margin: 0 0 0 0;
display: inline-block;
list-style: none;
}
.filter li:first-child, .filter li:first-child a
{
margin-left: 0 !important;
}
.filter li a
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .2em 0.8em .2em;
border: solid 1px transparent;
color: #fff;
background: transparent;
text-transform: uppercase;
font-weight: 600;
font-size: 10px;
text-shadow: none;
margin-top: 10px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
}
.filter li .separator
{
display: none !important;
}
.filter li:last-child .separator
{
display: none;
}
.filter li a:hover
{
color: #fff ;
border-color: #fff;
}
.filter li a.active, #portfolio_wall_filters li a.active,  #portfolio_wall_filters li a:hover
{
border-color: #fff;
}
#portfolio_filter_wrapper
{
width: 720px;
}
.gallery_a_title
{
position: absolute;
left: 20px;
bottom: 20px;
color: #fff;
}
.gallery_a_title h5 {
font-size: 16px;
font-weight: bold;
color: #fff;
}
.gallery_a_title span
{
font-size: 16px;
color: #fff;
font-family: 'Crimson Text', georgia,Verdana,sans-serif;
font-style: italic;
margin-top: -10px;
display: block;
}
.gallery_a_title a, .gallery_a_title a:hover, .gallery_a_title a:active
{
color: #fff;
}
body.single-attachment p.attachment {
display: none;
}
.widget_tag_cloud div, .tag_cloud
{
margin: 15px 0 10px 0;	
}
.widget_tag_cloud div a, .meta-tags a, .tag_cloud a
{
display: inline-block;
font-size: 14px;
line-height: 0.8em;
margin: 0 0 4px 0;
padding: 6px 10px 6px 10px;
}
.tag_cloud a
{
margin-right: 5px;
}
.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover
{
border-color: #000 !important;
color: #fff !important;
background: #000 !important;
}
#reponse_msg ul:empty
{
margin: 0;
}
#reponse_msg ul
{
margin-left: 20px;
margin-top: 0 !important;
}
#reponse_msg ul li:last-child
{
margin-bottom: 20px;
}
#reponse_msg ul li.error
{
color: #000;
}
.fancybox-title-outside-wrap
{
margin-top: 15px !important;
}
.fancybox-title-outside-wrap h5
{
font-size: 16px !important;
font-weight: bold !important;
color: #fff !important;
}
.fancybox-title-outside-wrap .fancy_image_desc
{
font-size: 16px;
color: #999;
font-family: 'Crimson Text', georgia,Verdana,sans-serif;
font-style: italic;
}
.fancybox-title-outside-wrap a, .fancybox-title-outside-wrap a:hover, .fancybox-title-outside-wrap a:active
{
color: #fff !important;
}
.footer_bar_wrapper
{
width: 100%;
margin: auto;
}
#toTop 
{
width:30px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-align:center;
padding:10px 7px 8px 7px;
position:fixed; 
bottom:10px;
right:10px;
cursor:pointer;
visibility: hidden;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 999;
}
#toTop i
{
font-size: 1em;
line-height: 1em;
}
#toTop:hover
{
background: #000;
background: rgba(0,0,0,0.5);
}
#toTop:hover i
{
color: #fff;
}
@-webkit-keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }
@-moz-keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }
@keyframes fadeInBlack { from { opacity:0; } to { opacity:1; background: #000; } }
.backstretch
{
opacity:0; 
-webkit-animation:fadeInBlack ease-in 1;  
-moz-animation:fadeInBlack ease-in 1;
animation:fadeInBlack ease-in 1;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:.2s;
-moz-animation-duration:.2s;
animation-duration:.2s;
}
.backstretch img
{
opacity: 0.4;
}
body.page-template-template-image-php .backstretch img
{
opacity:  1 !important;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.slider_wrapper
{
width: 100%;
min-height: 322px;
position: relative;
overflow: hidden;
}
.post_previous
{
width: 50%;
float: left;
margin-top: 40px;
}
.post_previous h6, .post_next h6
{
margin: 0;
}
.post_previous_icon
{
color: #000;
float: left;
font-size: 4em;
line-height: 0em;
margin-top: -10px;
margin-right: 20px;
}
.post_previous_content
{
float: left;
width: 85%;
margin-top: -5px;
text-align: center;
}
.post_previous_content h6, .post_next_content h6
{
font-size: 22px;
letter-spacing: -1px;
font-weight: bold;
color: #999;
line-height: 28px;
}
.post_next
{
width: 49.5%;
float: right;
margin-top: 40px;
}
.post_next_icon
{
color: #000;
float: right;
font-size: 4em;
line-height: 0em;
margin-top: -10px;
margin-left: 20px;
}
.post_next_content
{
float: right;
width: 85%;
margin-top: -5px;
text-align: center;
}
.post_previous_content h5, .post_next_content h5
{
font-size: 11px;
letter-spacing: 0;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
line-height: 20px;
margin-top: 10px;
text-transform: uppercase;
}
.portfolio_post_wrapper
{
position: absolute;
bottom: 30px;
left:0;
width: 100%;
padding: 0 30px 0 30px;
box-sizing: border-box;
}
.portfolio_post_previous, .portfolio_post_next
{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .2em 0.8em .2em;
border: solid 1px #fff;
color: #fff;
background: transparent;
text-transform: uppercase;
font-weight: 600;
font-size: 10px;
text-shadow: none;
margin-top: 10px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
opacity: 0.5;
}
.portfolio_post_previous a, .portfolio_post_next a, .portfolio_post_previous a:hover, .portfolio_post_next a:hover
{
color: #fff;
}
.portfolio_post_previous:hover, .portfolio_post_next:hover
{
opacity: 1;
}
.portfolio_post_previous
{
float: left;
max-width: 50%;
}
.portfolio_post_next
{
float: right;
max-width: 50%;
}
.gallery_audio
{
position: fixed;
top: 23px;
right: 50px;
z-index: 999;
}
.fancybox-wrap a, .fancybox-wrap a:hover, .fancybox-wrap a:active
{
color: #fff;
}
.grid_cover_wrapper
{
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 9;
position: fixed;
}
.grid_cover_wrapper .mask {
position: absolute;
overflow: hidden;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background: #000;
background: rgba(0,0,0,0.7);
}
.grid_cover_wrapper .frame
{
width: 100%;
height: 100%;
display: table;
}
.grid_cover_wrapper .frame .gallery_content
{
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
text-align: center;
color: #fff;
}
.grid_cover_wrapper .frame .gallery_content h1
{
font-size: 58px;
line-height: 72px;
letter-spacing: -2px;
color: #fff;
}
.grid_cover_wrapper .frame .gallery_content .gallery_desc
{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 3px;
color: #ebebeb;
width: auto;
margin: auto;
display: inline-block;
border-top: 1px solid rgba(256,256,256,0.5);
padding-top: 10px;
margin-top: 5px;
max-width: 70%;
}
.view_gallery, .view_gallery_full, input[type=submit].login_gallery
{
text-transform: uppercase;
font-size: 13px;
font-family: 'Montserrat', 'helvetica neue', Helvetica, sans-serif;
padding: .8em 2em .6em;
color: #fff;
background: transparent;
border: 1px solid #fff;
position: relative;
top: 60px;
display: inline-block;
clear: both;
border-radius: 200px;
font-weight: bold;
-webkit-transition: color .2s linear, background .1s linear;
-moz-transition: color .2s linear, background .1s linear;
-ms-transition: color .2s linear, background .1s linear;
-o-transition: color .2s linear, background .1s linear;
transition: color .2s linear, background .1s linear;
}
.view_gallery:hover, .view_gallery:active, .view_gallery_full:hover, .view_gallery_full:active
{
color: #fff;
background: rgba(0,0,0, .4);
border-color: transparent;
}
.fancybox-inner iframe
{
max-width: 100%;
max-height: 100%;
}
.fancybox-inner video
{
width: 100%;
height: 100%;
}
.progress_bar
{
background: #f0f0f0;
height: 37px !important;
position: relative;
margin-bottom: 10px;
visibility: hidden;
}
.progress_bar_content
{
height: 37px !important;
-webkit-transition: width s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.progress_bar_title
{
font-size: 13px;
color: #fff;
font-weight: normal;
position: absolute;
top: 6px;
left: 13px;
font-weight: bold;
}
#supersized_overlay
{
display: none !important;
}
.lightbox_video_wrapper iframe, .lightbox_video_wrapper video
{
width: 100%;
}
.lightbox_video_wrapper .mejs-container
{
margin: auto;
}
#horizontal_gallery_wrapper
{
margin-left: -30px;
}
#horizontal_gallery_wrapper tbody tr td
{
display:table-cell;
vertical-align: middle;
}
#horizontal_gallery_wrapper img.horizontal_gallery_img
{
height: auto;
display: none;
}
#horizontal_gallery_wrapper img.horizontal_gallery_img.visible
{
display: block;
}
#horizontal_gallery_wrapper .gallery_image_wrapper
{
position: relative;
}
#horizontal_gallery_wrapper .gallery_image_wrapper .image_caption
{
position: absolute;
bottom: 15px;
left: 20px;
color: #fff;
opacity: 0;
font-weight: 400;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}
#horizontal_gallery_wrapper .gallery_image_wrapper:hover .image_caption
{
opacity: 1;
}
.gallery_img_slides{
z-index:9;
visibility:hidden;
margin: 0 !important;
position: absolute;
width: 100%;
height: 100%;
}
.gallery_img_slides li, .gallery_img_slides li img
{
max-width: 100% !important;
height: auto !important;
}
.gallery_img_slides.active
{
visibility:visible;
} #captcha-wrap
{
border:solid #870500 1px;
width:270px;
-webkit-border-radius: 10px;
float:left;
-moz-border-radius: 10px;
border-radius: 10px;
background:#870500;
text-align:left;
padding:3px;
margin-top:3px;
height:107px;
}
#captcha-wrap .captcha-box
{
-webkit-border-radius: 7px;
background:#fff;
-moz-border-radius: 7px;
border-radius: 7px;
text-align:center;
border:solid #fff 1px;
}
#captcha-wrap .text-box
{
-webkit-border-radius: 7px;
background:#ffdc73;
-moz-border-radius: 7px;
width:140px;
height:43px;
float:left;
margin:4px;
border-radius: 7px;
text-align:center;
border:solid #ffdc73 1px;
}
#captcha-wrap .text-box input
{ 
width:120px; 
-webkit-appearance: textfield;
padding: 1px;
background-color: white;
border: 2px inset;
border-image: initial;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
cursor: auto;
float: none;
margin: auto;
display: block;
margin-top: -5px;
padding: 0;
}
#captcha-wrap .text-box label
{
color:#000000;
font-size:11px;	
width:140px;
padding-top:3px; 
padding-bottom:3px; 
margin: 0;
font-weight: normal;
margin-top: -2px;
}
#captcha-wrap .captcha-action
{
float:right; width:117px; 
background:url(//westpennantforge.com/wp-content/themes/stellar/images/logos.jpg) top right no-repeat; 
height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh
{
margin-top:9px;
border:solid #333333 1px;
margin-right:6px;
cursor:pointer;
} h1.page-title
{
display: none;
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin: 0;
padding-top: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
width: 47.5%;
margin-right: 4%;
margin-bottom: 1.3em;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0;
}
.woocommerce .woocommerce-ordering select
{
border: 0;
background: transparent;
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-size: 14px;
}
.woocommerce .woocommerce-result-count
{
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
font-size: 14px;
}
.woocommerce ul.products li.product h3
{
font-size: 1em;
}
.woocommerce ul.products li.product .price
{
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
color: #444;
font-size: 1.3em;
font-weight: bold;
}
.woocommerce ul.products li.product .button
{
background: transparent;
padding: 0;
text-transform: none;
font-size: 12px;
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
letter-spacing: 0;
font-weight: 400;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty
{
outline: 0;
border: 1px solid #e1e1e1 !important;
height: 40px;
}
.woocommerce-page div.product form.cart .button
{
width: auto !important;
margin-left: 5px;
letter-spacing: 1px !important;
padding: .8em 1.5em .8em 1.5em !important;
border: 0 !important;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img
{
box-shadow: 0px 0px 0px black !important;
width: 100% !important;
text-align: center !important;
margin: auto !important;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3
{
font-size: 18px !important;
margin-top: 5px !important;
padding-bottom: 0;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del
{
font-size: 0.9em !important;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
text-decoration: none !important;
font-size: 20px !important;
color: #b63327;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li ins
{
text-decoration: none;
font-weight: bold;
}
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart
{
display: none !important;
}
.woocommerce ul.cart_list li img, .woocommerce-page ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.product_list_widget li img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
width: 45px;
height: auto;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img
{
box-shadow: 0px 0px 0px black !important;
-webkit-box-shadow: 0px 0px 0px black !important;
-moz-box-shadow: 0px 0px 0px black !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs
{
margin-left: 0 !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h1
{
font-size: 30px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h2
{
font-size: 18px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h3
{
font-size: 16px !important;
padding-bottom: 0;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h4
{
font-size: 14px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h5
{
font-size: 13px !important;
}
.woocommerce #content_wrapper .inner .inner_wrapper .sidebar_content h6
{
font-size: 12px !important;
}
.woocommerce div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a
{
margin-bottom: 3.8%;
}
div[itemprop="description"]
{
margin: 5px 0 10px 0;
padding-left: 0 !important;
}
.review-summary
{
display: none !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
font-size: 14px !important;
color: #000;
padding-top: 10px !important;
}
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total
{
border: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range
{
background: #444 !important;
box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
-webkit-box-shadow: inset 0 0 0 0 rgba(204, 204, 204, 0.5) !important;
-moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,0.5) !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle
{
border: 1px solid #e1e1e1 !important;
background: #fff !important;
}
.woocommerce #page_content_wrapper a.button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
text-transform: none !important;
border: 0 !important;
padding: 0 !important;
letter-spacing: 0 !important;
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif !important;
font-weight: normal !important;
position: relative !important;
padding-left: 20px !important;
background: transparent !important;
margin-top: 0;
opacity: 0.3;
color: #444 !important;
font-size: 14px !important;
}
.woocommerce #page_content_wrapper a.button:hover, .woocommerce-page #page_content_wrapper a.button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover, .woocommerce.columns-4 ul.products li.product a.add_to_cart_button:hover
{
opacity: 1;
}
.woocommerce.columns-4 ul.products li.product a.add_to_cart_button
{
color: #000 !important;
font-size: 100% !important;
}
.woocommerce #page_content_wrapper a.button:before, .woocommerce-page #page_content_wrapper a.button:before, .woocommerce .products a.button:before
{
position: absolute;
margin-left: -20px;
color: inherit;
font-family: "FontAwesome";
content: '\f07a';
}
.woocommerce #page_content_wrapper a.button.product_type_variable:before, .woocommerce-page #page_content_wrapper a.button.product_type_variable:before
{
content: '\f03a';
}
.woocommerce ul.products li.product:hover a.add_to_cart_button, .woocommerce-page ul.products li.product:hover
{
border-color: #777 !important;
}
.woocommerce div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page #content div.product form.cart .button
{
opacity: 1 !important;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt
{
background: #444 !important;
color: #fff !important;
text-shadow: none !important;
border-color: #444 !important;
font-weight: normal !important;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a
{
font-weight: normal !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img
{
width: 70px !important;
float: left !important;
margin-right: 15px !important;
margin-left: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist
{
margin-top: 20px !important;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
width: 47.5% !important;
}
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove
{
color: #999 !important;
}
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover
{
color: #fff !important;
}
body[data-shop=three_cols].woocommerce ul.products li.product, body[data-shop=three_cols].woocommerce-page ul.products li.product 
{ 
width: 31.2% !important; 
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last
{
margin-right: 0 !important;
}
body.woocommerce .page-title
{
display: none;
}
.woocommerce-page div.product div.images div.thumbnails
{
display: none;
}
p.price
{
padding-top: 0 !important;
margin-top: -10px !important;
}
p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price
{
font-weight: bold;
font-size: 18px;
color: #b63327;
}
p.price del span.amount
{
color: #ccc !important;
font-size: 16px;
}
span.price del span.amount
{
font-size: 13px;
}
#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2
{
font-size: 18px;
}
.checkout h3
{
font-size: 18px;
margin: 15px 0 15px 0;
}
.related.products h2, .cart_totals h2, .shipping_calculator h2, .upsells.products h2, .cross-sells h2
{
font-size: 18px;
margin-bottom: 15px;
}
.cart_totals h2
{
display: none;
}
.shipping_calculator h2
{
text-align: left;
}
.related.products
{
margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before
{
border: 0;
box-shadow: 0 0 0;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel
{
border: 1px solid #e1e1e1;
padding: 25px;
box-sizing: border-box;
background: #fff;
}
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li
{
width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li
{
background: #ebebeb !important;
border: 0 !important;
box-shadow: none !important;
visibility: visible !important;
border: 1px solid #e1e1e1 !important;
border-bottom: 0 !important;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child
{
margin-left: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a
{
padding: 10px 30px 9px 30px !important;
font-weight: normal !important;
font-size: 14px !important;
text-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active
{
background: #fff !important;
color: #000 !important;
border-radius: 0px !important;
height: auto !important;
padding: 0 !important;
border: 1px solid #e1e1e1 !important;
border-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a
{
color: #000 !important;
font-weight: bold !important;
border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs
{
padding-left: 0 !important;
margin-bottom: 0 !important;
}
.widget_shopping_cart_content a.button
{
margin-right: 5px !important;
}
.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price
{
font-size: 1.5em !important;
}
.woocommerce-page div.product p.price ins
{
text-decoration: none !important;
}
.product_meta > span
{
clear: both;
display: block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after
{
border: 0 !important;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info
{
box-shadow: 0 0 0 #000 !important;
border-radius: 0 !important;
}
.woocommerce-message
{
background: #23B064 !important;
border-color: #23B064 !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.1em 3.2em !important;
}
.woocommerce-info
{
background: #4db2ec !important;
border-color: #4db2ec !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.1em 3.2em !important;
}
.woocommerce-error
{
background: #e62c22 !important;
border-color: #e62c22 !important;
color: #fff !important;
text-shadow: none !important;
padding: 1.3em 1.2em 1.1em 3.2em !important;
}
.woocommerce-info a, .woocommerce-message a, .woocommerce-error a
{
color: #fff !important;
}
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before
{
box-shadow: none !important;
top: 0.4em !important;
background: #23B064 !important;
}
.woocommerce-info:before
{
background: #4db2ec !important;
}
.woocommerce-error:before
{
background: #e62c22 !important;
}
.woocommerce .woocommerce-message a.button
{
display: none;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals, #order_review
{
margin-bottom: 0;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
text-align: left;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-bottom: 0;
}
.post_carousel.flexslider .slides > li
{
margin-right: 20px;
}
.woocommerce-page .products .star-rating
{
float: right;
margin-top: 5px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price
{
padding-bottom: 10px;
border-bottom: 1px solid #e1e1e1;
}
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale
{
box-shadow: none;
text-shadow: none;
color: #fff;
background: #ff3e36;
margin-top: -6px;
margin-left: -6px;
left: 0;
right: auto;
}
.woocommerce #content nav.woocommerce-pagination, .woocommerce nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination
{
text-align: left;
margin-top: 30px;
margin-bottom: 0;
}
.woocommerce #content nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
border: 0;
}
.woocommerce #content nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li
{
height: 30px;
width: 30px;
line-height: 30px;
display: inline-block;
text-align: center;
color: #888;
background: #fff;
border: 1px solid #e1e1e1;
margin-right: 10px;
overflow: hidden;
}
.woocommerce-page nav.woocommerce-pagination ul li a
{
color: #888;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:active
{
border-color: #e1e1e1;
background: #fcfcfc;
color: #000000 !important;
font-weight: bold;
}
.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers
{
margin-left: 0 !important;
}
.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a
{
text-align: center;
}
.price_slider_wrapper
{
margin-top: 30px;
}
.woocommerce-page ul.product_list_widget li .star-rating
{
display: none;
}
.woocommerce-page ul.product_list_widget li a
{
font-weight: 600 !important;
}
.woocommerce-page ul.product_list_widget li .amount
{
font-weight: 600;
color: #444;
}
.woocommerce-page ul.product_list_widget li del .amount
{
color: #ccc;
}
.woocommerce-page .price_label
{
font-weight: 600;
}
.woocommerce-page ul.product_list_widget li ins
{
background: transparent;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button
{
float: left !important;
}
ul.product_list_widget li
{
padding: 10px 0 10px 0 !important;
}
.woocommerce #content div.product, .woocommerce div.product, .woocommerce-page #content div.product, .woocommerce-page div.product
{
clear: both;
}
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating
{
float: none;
}
.woocommerce-review-link
{
color: #000 !important;
}
.woocommerce-page div.product form.cart
{
margin-top: 2em;
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:after, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:after, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:after, .woocommerce-page .woocommerce-message:before
{
display: block;
clear: none;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img
{
width: 70px;
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th
{
font-size: 14px;
padding: 12px 12px 10px 12px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before
{
line-height: 1em;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .wc-forward a:after, .wc-forward:after
{
display: none;	
}
#page_content_wrapper .inner .sidebar_content ul.products
{
margin-left: 0 !important;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td
{
border-top: 0;
padding: 15px 12px;
}
.shipping-calculator-button
{
color: #000;
}
.product-subtotal .amount
{
color: #000;
font-weight: 600;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator
{
width: 100%;
float: none;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator
{
margin-top: 10px;
}
.woocommerce-page table.cart th, table.shop_table thead tr th
{
border-bottom: 1px solid #e1e1e1;
color: #000;
font-weight: 600;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table
{
border-radius: 0 !important;
border-bottom: 1px solid #e1e1e1;
}
.woocommerce table.shop_table.cart, .woocommerce-page table.shop_table.cart
{
border: 0;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions
{
border-bottom: 0 !important;
padding-top: 40px;
}
.woocommerce table.cart td.actions .coupon .input-text#coupon_code
{
width: 200px;
padding: 12px 10px 8px 10px;
border-radius: 0;
box-shadow: 0 0 0 0;
margin-right: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th
{
border-bottom: 0;
}
.woocommerce-page #payment ul.payment_methods label
{
display: inline-block;
clear: none;
width: auto;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
margin-top: 0;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods
{
border-bottom: 0;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row
{
border-top: 0;
}
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before
{
color: #444;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta
{
font-size: 1em;
}
strong[itemprop="author"]
{
font-size: 1em;
font-weight: 600;
color: #000;
font-weight: 600 !important;
font-family: 'Montserrat', 'Helvetica Neue', Arial,Verdana,sans-serif;
text-transform: uppercase;
}
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
background: #fff !important;
box-shadow: 0 0 0 0;
}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after
{
display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text
{
border: 0 !important;
border-bottom: 1px solid #e1e1e1 !important;
padding: 0;
}
.woocommerce ul.products li.product a .star-rating, .woocommerce-page ul.products li.product a .star-rating
{
display: none !important;
}
.woocommerce #review_form #respond
{
width: 100%;
}
.woocommerce #reviews h3
{
text-align: left;
}
h1.product_title
{
font-size: 26px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove
{
display: none;
}
.woocommerce-cart .wc-proceed-to-checkout
{
padding: 2em 0;
}
.woocommerce-page div.product form.cart .button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt
{
border-radius: 0 !important;
}
.return-to-shop .wc-backward
{
padding-left: 35px !important;
}
.return-to-shop
{
padding: 0 0 2em 0 !important;
}
.woocommerce-checkout-payment
{
margin-bottom: 4em !important;
}
.woocommerce-result-count
{
padding-top: 0 !important;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before
{
margin-top: 11px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li
{
width: 32%;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering
{
float: left;
margin-left: 20px;
margin-top: 2px;
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//westpennantforge.com/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//westpennantforge.com/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//westpennantforge.com/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0 !important;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed !important;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
}
.mfp-zoom {
cursor: pointer;
}
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; 
}
.mfp-preloader a {
color: #cccccc; }
.mfp-preloader a:hover {
color: white; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
font-family: "FontAwesome"; font-size: 40px; display: block; content: '\f104'; color: #fff; font-weight: 300;
margin-left: 31px; 
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
}
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
margin-left: 39px; 
font-family: "FontAwesome"; font-size: 40px; display: block; content: '\f105'; color: #fff; font-weight: 300;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444; }
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -26px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px; 
font-size: 14px;  
}
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; } .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.9;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
} .mfp-fade.mfp-wrap .mfp-content {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
opacity: 0;
-webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; 
-moz-transition: all 0.3s ease-out; 
-o-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
opacity: 0;
}
.mfp-figure, .mfp-iframe {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-duration: .6s;
-moz-animation-duration: .6s;
-ms-animation-duration: .6s;
-o-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-ms-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { padding: 0; list-style: none;}
.slides { margin-top: 0 !important; margin-left: 0 !important; }    .flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; text-align: center; } 
.flexslider .slides.post_slideshow_widget > li { margin-right: 0 !important; }
.flexslider .slides.post_slideshow_widget > li img { margin-bottom: 10px; }
#page_slider.flexslider .slides > li { margin-right: 0 !important; } 
.flex-pauseplay span {text-transform: capitalize;} .slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}  .no-js .slides > li:first-child {display: block;} .flexslider { margin: 0; position: relative; zoom: 1; margin-top: 0; }
.flexslider.post_carousel { margin-top: 0; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; } .flex-direction-nav {height: 0; list-style: none !important;}
.flex-direction-nav a  { display: block; width: 60px; height: 60px; text-align: center; position: absolute; bottom: 5%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
}
#page_slider .flex-direction-nav a { top: 42% !important; }
.slider_widget_wrapper .flex-direction-nav a { top: 34% !important; }
.post_type_gallery .flex-direction-nav a { top: 33%; }
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { left: 40px; }
.flexslider:hover .flex-prev { opacity: 1; left: 0; }
.flexslider:hover .flex-next { opacity: 1; right: 0; }
.slider_wrapper .flexslider:hover .flex-prev { opacity: 1; left: 0; }
.slider_wrapper .flexslider:hover .flex-next { opacity: 1; right: 0; }
.flexslider .flex-prev:hover, .flexslider .flex-next:hover { text-decoration: none !important; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 40px; display: block; content: '\f104'; color: #fff; margin-top: 9px; }
.flex-direction-nav a.flex-next:before  { content: '\f105'; } .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; } .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}.tooltipster-default {
background: #000;
color: #fff;
} .tooltipster-default .tooltipster-content {
font-size: 13px;
line-height: 14px;
padding: 8px 10px;
overflow: hidden;
} .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border { } .tooltipster-icon {
cursor: help;
margin-left: 4px;
} .tooltipster-base {
padding: 0;
font-size: 0;
line-height: 0;
position: absolute;
left: 0;
top: 0;
z-index: 9999999;
pointer-events: none;
width: auto;
overflow: visible;
}
.tooltipster-base .tooltipster-content {
overflow: hidden;
} .tooltipster-arrow {
display: block;
text-align: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
display: block;
width: 0; 
height: 0;
position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-top: 8px solid;
bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
border-left: 9px solid transparent !important;
border-right: 9px solid transparent !important;
border-top: 9px solid;
bottom: -7px;
}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-bottom: 8px solid;
top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
border-left: 9px solid transparent !important;
border-right: 9px solid transparent !important;
border-bottom: 9px solid;
top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
left: 0;
right: 0;
margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
border-top: 8px solid transparent !important;
border-bottom: 8px solid transparent !important; 
border-left: 8px solid;
top: 50%;
margin-top: -7px;
right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
border-top: 9px solid transparent !important;
border-bottom: 9px solid transparent !important; 
border-left: 9px solid;
margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
border-top: 8px solid transparent !important;
border-bottom: 8px solid transparent !important; 
border-right: 8px solid;
top: 50%;
margin-top: -7px;
left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
border-top: 9px solid transparent !important;
border-bottom: 9px solid transparent !important; 
border-right: 9px solid;
margin-top: -8px;
} .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade-show {
opacity: 1;
}
.tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
top: 0;
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0px !important;
opacity: 0;
}
.tooltipster-slide {
left: -40px;
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0px !important;
opacity: 0;
} .tooltipster-content-changing {
opacity: 0.5;
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}@font-face{font-family:'FontAwesome';src:url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//westpennantforge.com/wp-content/themes/stellar/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.animated1{
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.animated2{
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.animated3{
-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.animated4{
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
}
.animated5{
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.animated6{
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
animation-delay: 0.6s;
}
.animated7{
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.animated8{
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
}
.animated9{
-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
animation-delay: 0.9s;
}
.animated10{
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
.animated11{
-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
animation-delay: 1.1s;
}
.animated12{
-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
animation-delay: 1.2s;
}
.animated13{
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
animation-delay: 1.3s;
}
.animated14{
-webkit-animation-delay: 1.4s;
-moz-animation-delay: 1.4s;
animation-delay: 1.4s;
}
.animated15{
-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.animated16{
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}
.animated17{
-webkit-animation-delay: 1.7s;
-moz-animation-delay: 1.7s;
animation-delay: 1.7s;
}
.animated18{
-webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
}
.animated19{
-webkit-animation-delay: 1.9s;
-moz-animation-delay: 1.9s;
animation-delay: 1.9s;
}
.animated20{
-webkit-animation-delay: 2s;
-moz-animation-delay: 2s;
animation-delay: 2s;
}
.animated21{
-webkit-animation-delay: 2.1s;
-moz-animation-delay: 2.1s;
animation-delay: 2.1s;
}
.animated22{
-webkit-animation-delay: 2.2s;
-moz-animation-delay: 2.2s;
animation-delay: 2.2s;
}
.animated23{
-webkit-animation-delay: 2.3s;
-moz-animation-delay: 2.3s;
animation-delay: 2.3s;
}
.animated24{
-webkit-animation-delay: 2.4s;
-moz-animation-delay: 2.4s;
animation-delay: 2.4s;
}
.animated25{
-webkit-animation-delay: 2.5s;
-moz-animation-delay: 2.5s;
animation-delay: 2.5s;
}
.animated26{
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
animation-delay: 2.6s;
}
.animated27{
-webkit-animation-delay: 2.7s;
-moz-animation-delay: 2.7s;
animation-delay: 2.7s;
}
.animated28{
-webkit-animation-delay: 2.8s;
-moz-animation-delay: 2.8s;
animation-delay: 2.8s;
}
.animated29{
-webkit-animation-delay: 2.9s;
-moz-animation-delay: 2.9s;
animation-delay: 2.9s;
}
.animated30{
-webkit-animation-delay: 3s;
-moz-animation-delay: 3s;
animation-delay: 3s;
}
.animated31{
-webkit-animation-delay: 3.1s;
-moz-animation-delay: 3.1s;
animation-delay: 3.1s;
}
.animated32{
-webkit-animation-delay: 3.2s;
-moz-animation-delay: 3.2s;
animation-delay: 3.2s;
}
.animated33{
-webkit-animation-delay: 3.3s;
-moz-animation-delay: 3.3s;
animation-delay: 3.3s;
}
.animated34{
-webkit-animation-delay: 3.4s;
-moz-animation-delay: 3.4s;
animation-delay: 3.4s;
}
.animated35{
-webkit-animation-delay: 3.5s;
-moz-animation-delay: 3.5s;
animation-delay: 3.5s;
}
.animated36{
-webkit-animation-delay: 3.6s;
-moz-animation-delay: 3.6s;
animation-delay: 3.6s;
}
.animated37{
-webkit-animation-delay: 3.7s;
-moz-animation-delay: 3.7s;
animation-delay: 3.7s;
}
.animated38{
-webkit-animation-delay: 3.8s;
-moz-animation-delay: 3.8s;
animation-delay: 3.8s;
}
.animated39{
-webkit-animation-delay: 3.9s;
-moz-animation-delay: 3.9s;
animation-delay: 3.9s;
}
.animated40{
-webkit-animation-delay: 4s;
-moz-animation-delay: 4s;
animation-delay: 4s;
}
.animated41{
-webkit-animation-delay: 4.1s;
-moz-animation-delay: 4.1s;
animation-delay: 4.1s;
}
.animated42{
-webkit-animation-delay: 4.2s;
-moz-animation-delay: 4.2s;
animation-delay: 4.2s;
}
.animated43{
-webkit-animation-delay: 4.3s;
-moz-animation-delay: 4.3s;
animation-delay: 4.3s;
}
.animated44{
-webkit-animation-delay: 4.4s;
-moz-animation-delay: 4.4s;
animation-delay: 4.4s;
}
.animated45{
-webkit-animation-delay: 4.5s;
-moz-animation-delay: 4.5s;
animation-delay: 4.5s;
}
.animated46{
-webkit-animation-delay: 4.6s;
-moz-animation-delay: 4.6s;
animation-delay: 4.6s;
}
.animated47{
-webkit-animation-delay: 4.7s;
-moz-animation-delay: 4.7s;
animation-delay: 4.7s;
}
.animated48{
-webkit-animation-delay: 4.8s;
-moz-animation-delay: 4.8s;
animation-delay: 4.8s;
}
.animated49{
-webkit-animation-delay: 4.9s;
-moz-animation-delay: 4.9s;
animation-delay: 4.9s;
}
.animated50{
-webkit-animation-delay: 5s;
-moz-animation-delay: 5s;
animation-delay: 5s;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { font-family: 'Adamina' !important; }		
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { font-size: 11px; }		
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a { font-size: 11px; }		
#menu_close_icon
{
background: #ffffff;
background: rgb(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.5);
}
#menu_toggle, #menu_toggle:after, #menu_toggle:before { background: #333333; }
#menu_close_icon { color: #333333; }
#menu_close_icon:hover, body[data-style=fullscreen] #menu_close_icon:hover, body[data-style=flow] #menu_close_icon:hover, body[data-style=password] #menu_close_icon:hover, body[data-style=wall] #menu_close_icon:hover, body[data-style=horizontal] #menu_close_icon:hover { background: #e8e8e8; }
#menu_close_icon:hover { color: #e8e8e8; }
#menu_close_icon:hover #menu_toggle, #menu_close_icon:hover #menu_toggle:before, #menu_close_icon:hover #menu_toggle:after { background: #e4a783 !important; }
body.js_nav #menu_close_icon:hover #menu_toggle
{
background: transparent !important;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a { color: #999999; }
@media only screen and (max-width: 767px) {
#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a { color: #999999 !important; }
}
body.js_nav #menu_close_icon:hover #menu_toggle:before, body.js_nav #menu_close_icon:hover #menu_toggle:after 
{
background: #999999 !important;
}
#menu_wrapper .nav ul li a.hover, #menu_wrapper .nav ul li a:hover, #menu_wrapper div .nav li a.hover, #menu_wrapper div .nav li a:hover { color: #000000; }		
#menu_wrapper div .nav li.current-menu-item > a, #menu_wrapper div .nav li.current-menu-parent > a, #menu_wrapper div .nav li.current-menu-ancestor > a, #menu_wrapper div .nav li ul li.current-menu-ancestor a, #menu_close_icon:after { color: #e4a783 !important; }		
.top_bar { background: #ffffff; }
#menu_close_icon:after { border-color: transparent transparent transparent #ffffff; }	
body.js_nav #menu_close_icon:hover #menu_title { color: #ffffff; }
@media only screen and (max-width: 767px) {
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul { background: #ffffff !important; }
}
#menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-item ul li a, #menu_wrapper div .nav li ul li.current-menu-item a, #menu_wrapper .nav ul li ul li a, #menu_wrapper .nav ul li.current-menu-item ul li a, #menu_wrapper .nav ul li ul li.current-menu-item a, #menu_wrapper div .nav li.current-menu-parent ul li a, #menu_wrapper div .nav li ul li.current-menu-parent a { color: #999999; }		
#menu_wrapper .nav ul li ul li a:hover, #menu_wrapper .nav ul li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li ul li a:hover, #menu_wrapper div .nav li.current-menu-item ul li a:hover, #menu_wrapper div .nav li.current-menu-parent ul li a:hover { color: #000000; }		
.social_wrapper ul li i { color: #ffffff; }
.social_wrapper ul li i { background: #000000; }
.social_wrapper ul li i { font-size: 12px; width: 24px; height: 24px; }
#copyright { font-family: 'Antic' !important; }		
#copyright { font-size: 11px; }		
#copyright { font-style: normal; }		
#copyright { color: #5a5557; }
#copyright a, #copyright a:active { color: #5a5557; }
#copyright a:hover { color: #ff7fff; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { color:#ae9884; }
#page_content_wrapper .inner .sidebar_wrapper a, #post_more_close i.fa { color:#ffc96b; }
#page_content_wrapper .inner .sidebar_wrapper a:hover, #page_content_wrapper .inner .sidebar_wrapper a:active { color:#e0e0e0; }
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle { color:#000000; }
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle { font-size:16px; }
#page_content_wrapper .sidebar .content .sidebar_widget li h2.widgettitle, h2.widgettitle, h5.widgettitle { font-family: 'Eagle Lake'; }		
h1, h2, h3, h4, h5, h6, h7, #page_caption h1 { font-family: 'Eagle Lake'; }		
h1, h2, h3, h4, h5, h6, h7 { font-weight: 600; }		
h1 { font-size:32px; }
h2 { font-size:32px; }
h3 { font-size:26px; }
h4 { font-size:24px; }
h5 { font-size:22px; }
h6 { font-size:18px; }
body { font-size:16px; }
#page_caption h1 { font-size:31px; line-height:41px; 
}
body, #page_content_wrapper.gallery
{
background: #000000 !important;
}
#page_content_wrapper, .page_content_wrapper, #page_content_wrapper .inner .sidebar_content, body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post
{
background: #ebebeb;
}
#page_caption { background: rgba(0, 0, 0, 0.5); }
#page_caption h1, .page_tagline, .page_tagline .post_detail, .continue_reading { color: #ffffff; }
#page_caption #social_share_wrapper ul li i { color: #ffffff; }
#page_caption #social_share_wrapper
{
border-color: rgb(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.2);
}
body, .pagination a { color: #000000; }
a, .post_date { color:#cccccc; }
a:hover, a:active { color:#ae9884; }
h1, h2, h3, h4, h5, pre, code, tt, blockquote, .post_header h5 a, .post_header h3 a, .post_header.grid h6 a, #imageFlow .title h6, .post_header.fullwidth h4 a, .post_header h5 a
{
color: #000000;
}
hr, .post_wrapper, h1.product_title
{
border-color: #000000;
}
input[type=text], input[type=password], input[type=email], input[type=url], textarea
{
background: #ffffff;
}
input[type=text], input[type=password], input[type=email], input[type=url], textarea
{
color: #444444;
}
input[type=text], input[type=password], input[type=email], input[type=url], textarea
{
border-color: #cccccc;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=url]:focus, textarea:focus
{
border-color: #000000;
}
input[type=submit], input[type=button], a.button, .button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { 
background: #000000;
background-color: #000000;
}
.pagination span, .pagination a:hover
{
background: #000000 !important;
border-color: #000000;
}
input[type=submit], input[type=button], a.button, .button { 
color: #ffffff;
}
.widget_tag_cloud div a:hover, .meta-tags a:hover, #footer .widget_tag_cloud div a:hover, #footer .meta-tags a:hover, .tag_cloud a:hover, .woocommerce-page ul.products li.product a.add_to_cart_button.loading, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce .widget_shopping_cart .widget_shopping_cart_content a.button, .woocommerce table.cart td.actions .button.alt.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce table.cart td.actions .button.alt {
color: #ffffff !important;
}
input[type=submit], input[type=button], a.button, .button, .woocommerce button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { 
border: 1px solid #000000;
}
#slidecaption { 
display: none;
}
.mansory_thumbnail .mask, .wall_thumbnail .mask .mask_frame .mask_image_content.hascycle, .post.type-post .mask { background-color: #000000; }
.mansory_thumbnail .mask, .wall_thumbnail .mask .mask_frame .mask_image_content.hascycle, .post.type-post .mask
{
background: #000000;
background: rgb(0, 0, 0, 0.1);
background: rgba(0, 0, 0, 0.1);
}
.mansory_thumbnail .mask .mask_frame .mask_image_content h6, .mansory_thumbnail .mask .mask_frame .mask_image_content span, .wall_thumbnail h6, .wall_thumbnail .mask .mask_frame .mask_image_content span, .wall_thumbnail .mask .mask_frame .mask_image_content span:not(:empty) { 
color: #ffffff;
}
.wall_thumbnail .mask .mask_frame .mask_image_content span:not(:empty)
{
border-color: #ffffff;
}
.grid_cover_wrapper .mask { 
background: #000000;
}
.grid_cover_wrapper .mask
{
background: #000000;
background: rgb(0, 0, 0, 0.7);
background: rgba(0, 0, 0, 0.7);
}
.grid_cover_wrapper .frame .gallery_content h1 { font-family: 'Hammersmith One'; }		
.grid_cover_wrapper .frame .gallery_content h1 { 
font-size: 92px;
line-height: 102px;
}
.grid_cover_wrapper .frame .gallery_content h1 { color: #ffffff; }		
.grid_cover_wrapper .frame .gallery_content .gallery_desc { font-size: 13px; }		
.grid_cover_wrapper .frame .gallery_content .gallery_desc { text-transform: none; }		
.grid_cover_wrapper .frame .gallery_content .gallery_desc { letter-spacing: 3px; }
.view_gallery, .view_gallery_full { color: #ffffff; }		
.view_gallery, .view_gallery_full { border-color: #ffffff; }		
.filter li a, #portfolio_wall_filters li a { color: #ffffff; }		
.filter li a:hover, .filter li a.active, #portfolio_wall_filters li a.active,  #portfolio_wall_filters li a:hover { color: #ffffff; }		
.filter li a:hover, .filter li a.active, #portfolio_wall_filters li a.active,  #portfolio_wall_filters li a:hover { border-color: #ffffff; }		
#gallery_caption h2, #gallery_caption .gallery_desc, .page_control_static #page_maximize:after, a#prevslide:before, a#nextslide:before, #gallery_caption a, #gallery_caption a:hover, #gallery_caption a:active { color: #ffffff !important; }		
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, p.price ins span.amount, p.price span.amount, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price { 
color: #0da29d;
}
#toTop 
{
width:60%;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-align:center;
padding:10px 7px 8px 7px;
position:fixed; 
bottom:10px;
right:45px;
cursor:pointer;
visibility: hidden;
transition: color 300ms, background-color 300ms, opacity 300ms;
-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
-o-transition: color 300ms, background-color 300ms, opacity 300ms;
-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
z-index: 999;
}
.postid-2052 #toTop {
display:none;}
.page-template-portfolio_masonry-php #toTop{
display:none;}
#toTop i
{
font-size: 1em;
line-height: 1em;
}
#toTop:hover
{
background: #000;
background: rgba(0,0,0,0.5);
}
#toTop:hover i
{
color: #fff;
}
#pagebottom{
padding-top:10px;}
#credit { 
color: white;
position: fixed;
bottom: 12px;
height: 1em; 
padding-top:12px;
width: 300px;
margin-left: 10.7%;
z-index: 2;
}
#arrow {
right: 20px;
text-align: right !important;}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a {
text-align: left;
padding-left: 12px;}
.footer_bar {
bottom: 50px !important;}
@media (max-width: 947px) {
#credit {display:none !important;}
}
@media (max-height: 650px) {
#copyright {display:none;}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
#page_caption img {
width: auto;
max-height: 100px !important;}
}
@media only screen and (max-width: 767px) {
#page_caption img {
width: auto;
max-height: 100px !important;}
}
h1 {font-family: 'Eagle Lake', cursive; font-weight:700; font-size: 2.6rem;}
h2 {font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.88rem;}
h3 {font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 1.88rem;}
h4 {font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.88rem;}
h5 {font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 1.75rem;}
h6 {font-family: 'Tangerine', cursive; font-weight:700; font-size: 2.75rem;}
address {font-family: 'Josefin Sans', sans-serif; font-weight:700; font-size: 1.38rem; font-variant: small-caps;}
div.nch-lightbox-image, div.nch-lightbox-trigger {
float:none !important;}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 96%;}
textarea.wpcf7-form-control.wpcf7-textarea {
width: 96%;}
input.wpcf7-form-control.wpcf7-text {
width: 96%;}
input.wpcf7-form-control.wpcf7-captchar{
width: 96%;}
.wall_thumbnail h6 {
font-family: 'Eagle Lake', cursive; font-weight:700; font-size: 1.8rem;}
#menu_wrapper .nav ul, #menu_wrapper div .nav {
margin: 0px;}
@media only screen and (min-width: 10px) and (max-width: 1024px) { 
.home .post.type-post .mask .mask_frame .mask_image_content .mask_image_content_frame i
{
font-size: 50px;
color: #fff;
opacity: 1;
animation-name: slideUp;
-webkit-animation-name: slideUp;	
animation-duration: 0.2s;	
-webkit-animation-duration: 0.2s;
animation-timing-function: ease-in-out;	
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-fill-mode:forwards; 
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}
.home .post.type-post .mask {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}
.home .wall_thumbnail .mask .mask_frame .mask_image_content .mask_image_content_frame {
display: table-cell;
vertical-align: middle;
height: 100%;
width: 100%;
opacity:1;
visibility: visible;
}
}
@media only screen and (min-width: 80px) and (max-width: 480px) { 
.page-id-25 #page_caption_wrapper {
margin-top: 100px !important;
}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.page-id-25 #page_caption_wrapper {
margin-top: 80px !important;
}
}@media only screen and (min-width: 768px) and (max-width: 959px) {
body { font-size: 14px; }
h1 { font-size: 30px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
#menu_close_icon { position: relative; width: 100%; height: 50px; }
#menu_toggle { margin-top: 0; }
#menu_title { left: 50px; margin-top: 15px; width: auto; top: 0; font-size: 12px; }
body.js_nav #menu_title { display: none; }
#page_caption { width: 100%; height: 300px; min-height: 300px; position: absolute; margin-left: 0; left: 0; }
#page_header_bg { width: 100%; position: relative; height: 300px; min-height: 300px; }
.grid_cover_wrapper { top: 0; left: 0; }
#page_content_wrapper .inner #page_main_content { margin: auto; margin-top: 20px; }
#page_content_wrapper .inner { width: 100%; }
#page_content_wrapper .inner .sidebar_content.full_width, #page_content_wrapper .inner .sidebar_content { width: 100%; padding-top: 40px; }
#page_content_wrapper .inner .sidebar_content { width: 65%; }
.backstretch { display: none; }
body[data-style=password] .backstretch { display: block; }
.gallery_mansory_wrapper, .gallery_mansory_wrapper_four_column, .gallery_mansory_wrapper_three_column, .gallery_mansory_wrapper_two_column { width: 680px; }
.gallery_mansory_wrapper { width: 705px !important;  margin-left: -10px;}
#page_content_wrapper .inner .sidebar_content.full_width img { max-width: 680px; }
#portfolio_filter_wrapper { width: 710px; }
.page_control_static { display: none !important; }
#slidecaption { padding-bottom: 10px; }
#page_content_wrapper .inner .sidebar_content.full_width img, #page_content_wrapper .inner .sidebar_content.full_width iframe { max-width: 100%; }
#page_content_wrapper .inner .sidebar_wrapper { margin-top: 40px; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { margin: 0; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar { width: 100%; }
.post_header h5 { font-size: 20px; }
.one_half.gallery2 .mask { width: 330px; height: 330px; }
.post_header { width: 100%; }
#footer { width: 726px; }
#blog_grid_wrapper { margin-top: 0; padding-top: 0; }
#page_content_wrapper { width: 100%; margin-left: 0px; padding-top: 0; margin-bottom: 0; }
#page_content_wrapper .sidebar .content .posts.blog { float: left; margin-bottom: 20px; width: 100%; }
.comment { width: 720px; }
.comment .right { width: 82%; }
ul.children div.comment .right { width: 78%; }
#content_wrapper ul.children ul.children { width: 77%; }
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform textarea { float: none; }
#searchform input[type=text] { width: 97%; }
#page_content_wrapper .sidebar .content .sidebar_widget li { clear: both; }
#contact_form label { margin-top: 20px; }
#contact_submit_btn { margin-top: 20px; }
#page_content_wrapper .sidebar .content .sidebar_widget li ul.flickr li { float: left; clear: none; }
p.form-submit { margin-top: 20px; }
.mansory_img.two_column img { max-width: 100% !important; height: auto; }
.mansory_img.two_column .mask .mask_frame .mask_image_content { width: 308px; height: 308px; }
.mansory_img .mask .mask_frame .mask_image_content h6 { font-size: 18px !important; line-height: 24px; }
.mansory_img .mask .mask_frame .mask_image_content span, .fancybox-title-outside-wrap .fancy_image_desc { font-size: 14px; }
.mansory_img.three_column img { max-width: 100% !important; height: auto; }
.mansory_img.three_column .mask .mask_frame .mask_image_content { width: 196px; height: 196px; }
.mansory_img.three_column .mask .mask_frame .mask_image_content h6 { font-size: 16px !important; line-height: 22px; }
.mansory_img.four_column img { max-width: 100% !important; height: auto; }
.mansory_img.four_column .mask .mask_frame .mask_image_content { width: 143px; height: 143px; }
.mansory_img.four_column .mask .mask_frame .mask_image_content h6 { font-size: 14px !important; line-height: 20px; }
.mansory_img.four_column .mask .mask_frame .mask_image_content span { font-size: 12px; }
#photo_wall_wrapper .wall_entry { margin-bottom: 0.5%; }
.photo_wall_wrapper_cover { padding-top: 22px; padding-bottom: 22px; }
#photo_wall_wrapper { padding-left: 0px; margin: 0; box-sizing: border-box; margin-left: 0; top: 0; }
#photo_wall_wrapper.parallax { padding-top: 0; top: 0; }
body[data-style=portfoliogrid] #page_caption h1 { font-size: 40px; line-height: 54px; letter-spacing: 0; display: block; float: left; margin-right: 15px; }
#page_caption h1 { font-size: 40px; line-height: 54px; letter-spacing: 0; }
.filter li { margin-top: -5px !important; }
#ajax_portfolio_wrapper { width: 726px; }
#ajax_portfolio_wrapper.visible { padding-bottom: 30px; }
.post_header h5 { font-size: 24px; }
.post_header.fullwidth h4 { font-size: 26px; line-height: 36px; }
.post_previous_content h6, .post_next_content h6 { font-size: 20px; }
#full_video_bg { top: 0; left: 0; }
blockquote { font-size: 20px; }
.fullwidth_comment_wrapper #commentform p.comment-form-author, .fullwidth_comment_wrapper #commentform p.comment-form-email, .fullwidth_comment_wrapper #commentform p.comment-form-url { width: 30.2%; }
#portfolio_wall_filters { top: 20px; }
.grid_cover_wrapper .frame .gallery_content h1 { font-size: 40px; height: 50px; }
.grid_cover_wrapper .frame .gallery_content .gallery_desc { margin-top: 20px; }
.portfolio_post_wrapper { top: 20px; }
#page_caption_wrapper { width: 80%; }
.post_img img { max-width: 100%; }
.grid_cover_wrapper { max-width: 100%; max-height: 100%; }
} @media only screen and (max-width: 767px) {
body { font-size: 14px; }
.top_bar { padding-top: 40px; }
.grid_cover_wrapper { top: 0; left: 0; }
#wrapper { width: 100%; }
#menu_close_icon { position: relative; width: 100%; height: 50px; }
#menu_toggle { margin-top: 0; }
#menu_title { left: 50px; margin-top: 15px; width: auto; top: 0; font-size: 12px; }
body.js_nav #menu_title { display: none; }
#page_caption { width: 100%; height: 200px; min-height: 200px; position: absolute; margin-left: 0; left: 0; }
#page_caption img { width: auto; max-height: 50px; }
#page_caption #social_share_wrapper { padding-top: 0; }
#page_header_bg { width: 100%; position: relative; height: auto; min-height: 200px; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
#blog_grid_wrapper { padding-top: 0; margin-top: 0; }
#page_content_wrapper .inner .sidebar_content img, #page_content_wrapper .inner .sidebar_content iframe { max-width: 280px; height: auto; }
#page_content_wrapper .inner .sidebar_content.full_width img, #page_content_wrapper .inner .sidebar_content.full_width iframe { max-width: 280px; height: auto; }
#page_content_wrapper, .page_content_wrapper { margin-left: 0; }
#page_content_wrapper { position: static; height: auto; min-height: 100%; margin-top: 0; }
#page_content_wrapper .inner #page_main_content { margin-top: 0; padding-bottom: 0; margin-bottom: 30px; }
#page_content_wrapper { width: 100%; margin-bottom: 0; }
#page_content_wrapper .inner, { width: 280px; margin: auto; }
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post, #page_content_wrapper .inner .sidebar_content, #page_content_wrapper .inner .sidebar_content, #page_content_wrapper .inner .sidebar_content.full_width  { width: 100%; margin: auto; float: none; }
#page_content_wrapper .inner #page_caption.sidebar_content.full_width { padding-bottom: 20px; }
#page_content_wrapper .inner .sidebar_content.full_width img { max-width: 100%; height: auto; }
#page_content_wrapper .inner #blog_grid_wrapper img { max-width: 100%; height: auto; }
#page_content_wrapper .inner .sidebar_wrapper, #page_content_wrapper .inner .sidebar_wrapper.hasbg { width: 100%; float:none; margin: auto; margin-bottom: 0; margin-top: 20px; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar .content { margin: 0; }
.gallery_mansory_wrapper { width: 280px; margin: auto; padding-left: -5px; padding: 0; }
body.home .gallery_mansory_wrapper { padding-bottom: 30px; }
.gallery_social { opacity: 0; }
.portfolio_header h6 { width: 31%; font-size: 12px; }
#page_content_wrapper .inner .sidebar_content img { max-width: 100%; height: auto; }
.comment { width: 270px; }
.comment_arrow { display: none; }
.comment .right { width: 64%; }
ul.children div.comment .right { width: 75%; float: none; clear: both; padding: 0; }
ul.children div.comment ul.children div.comment .right { width: 50%; }
#content_wrapper ul.children ul.children { width: 100%; }
ul.children .comment { margin-left: 25px; }
#content_wrapper ul.children { border: 0; }
#content_wrapper ul.children ul.children { margin-left: -16px; }
.comment_wrapper #respond { margin-left: 20px; }
.comment_wrapper ul.children #respond { margin-left: -55px; }
.project_thumb { display: none; }
.project_content { float: none; width:265px; padding: 20px 15px 0 15px; clear: both; height: 240px; overflow-y: auto; }
.project_content h4 { font-size: 18px; }
#menu_wrapper { padding: 0; margin: 0; overflow: hidden; }
.logo_wrapper img { max-width: 180px; height: auto; }
#menu_wrapper .nav ul, #menu_wrapper div .nav { margin-top: 20px; overflow: hidden; }
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul, #menu_wrapper .nav ul li ul li ul, #menu_wrapper div .nav li ul li ul { display: block !important; position: static; margin: 0; opacity: 1 !important; padding-left: 0; }
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a { margin-left: 0; }
#menu_wrapper .nav ul li ul, #menu_wrapper div .nav li ul { border: 0 !important; box-shadow: 0 0 0; }
#menu_wrapper div .nav li ul:before, #menu_wrapper .nav ul li ul li.arrow > a:after, #menu_wrapper div .nav li ul li.arrow > a:after { display: none; }
input[type="submit"], input[type="button"], a.button, .button { font-size: 12px; }
#portfolio_filter_wrapper { width: 280px; }
#page_content_wrapper .inner .sidebar_content.full_width.portfolio3_content_wrapper, #page_content_wrapper .inner .sidebar_content.full_width.portfolio4_content_wrapper { width: 280px; }
.one_third.portfolio3_wrapper, .one_fourth.portfolio4_wrapper { width: 100%; }
.one_fourth, .one_fourth.last, .one_fifth, .one_fifth.last { width: 100%; clear: both; }
.post_header { width: 100%; }
.grid_layout .post_header { width: 100%; }
.post_header h5 { font-size: 18px; line-height: 28px; }
blockquote { width: 85%; margin-left: 0; }
.nav_wrapper_inner { padding-top: 10px; }
#respond { margin-bottom: 0; }
.logo_tagline, .page_audio, div.home_header { display: none; }
#nav_wrapper { margin: 0; border: 0; float: left; width: 100%; }
.mansory_thumbnail.double_width h6 { margin-top: 35%; }
#footer { margin-top: 13px; margin-left: 10px; }
#page_content_wrapper .inner .sidebar_wrapper .sidebar { width: 100%; }
#slidecaption { bottom: 10px; }
.fancybox-opened .fancybox-title { display: none !important; }
.tipsy { display: none !important; }
#imageFlow .text { bottom: 30px; left: 15px; }
#imageFlow { top: -25%; height: 125%; }
#copyright { width: 100%; }
.social_wrapper { width: auto; margin: auto; float: none; clear: both; margin-top: 20px; }
.social_wrapper ul li { display: inline-block; float: none; margin-right: 3px; margin-top: 5px; }
.page_control_static { display: none; }
input#gallery_password { width: 91% !important; }
#contact_form input[type="text"], #contact_form textarea, #commentform input[type="text"], #commentform textarea { width: 100% !important; }
#photo_wall_wrapper .wall_entry, .wall_thumbnail, #photo_wall_wrapper .wall_entry img { width: 100%; }
.mansory_thumbnail { width: 100%; }
.mansory_thumbnail.double_height { width: 100%; height: auto; }
.mansory_thumbnail.double_width { width: 100%; height: auto; }
body.page-template-template-gallery-carousel-php #thumb-list, body.single-gallery #thumb-list, body.page-template-template-gallery-carousel-php .footer_bar, body.single-gallery .footer_bar, body.page-template-template-gallery-carousel-php #thumb-back, body.page-template-template-gallery-carousel-php #thumb-forward, body.single-gallery #thumb-back, body.single-gallery #thumb-forward, body.page-template-template-gallery-flow-php .footer_bar, body.page-template-template-gallery-flip-php .footer_bar { display: none !important; }
body.page-template-template-gallery-carousel-php #supersized, body.single-gallery #supersized { height: 70% !important; }
.single_flow_wrapper { width: 100%; height: 240px; }
.one_third { width: 100%; margin-bottom: 3%; }
.gallery_mansory_wrapper, .gallery_mansory_wrapper_four_column, .gallery_mansory_wrapper_three_column, .gallery_mansory_wrapper_two_column { width: 280px; }
#supersized { left: 0 !important; }
.footer_bar { position: relative; margin-top: 80px; left: 0; }
.grid_cover_wrapper .frame .gallery_content h1 { font-size: 54px; line-height: 64px; }
.grid_cover_wrapper .frame .gallery_content .gallery_desc { font-size: 12px; max-width: 80%; }
#slidecaption { left: 10px; bottom: 10px; width: 60%; }
a#prevslide, a#nextslide { bottom: 0; }
a#nextslide { right: 0 !important; }
a#prevslide { right: 40px !important; }
a#nextslide:before, a#prevslide:before { line-height: 40px; }
.gallery_a_title { max-width: 250px !important; }
.gallery_a_title h5 { line-height: 20px; letter-spacing: 0; }
.gallery_a_title span { margin-top: 0; }
.fancybox-title-outside-wrap h5 { font-size: 13px !important; }
.fancybox-title-outside-wrap .fancy_image_desc { font-size: 13px !important; }
#social_share_wrapper.attachment { float: none !important; margin-top: 0 !important; clear: both !important; }
.mansory_entry.two_column, .mansory_entry.three_column, .mansory_entry.four_column { width: 100%; }
.mansory_img.two_column img { max-width: 100% !important; height: auto; }
.mansory_img.two_column .mask .mask_frame .mask_image_content { width: 260px; height: 260px; }
.mansory_img.two_column .mask .mask_frame .mask_image_content h6 { font-size: 18px !important; line-height: 22px; }
.mansory_img.three_column img { max-width: 100% !important; width: 280px; height: auto; }
.mansory_img.three_column .mask .mask_frame .mask_image_content { width: 260px; height: 260px; }
.mansory_img.three_column .mask .mask_frame .mask_image_content h6 { font-size: 18px !important; line-height: 22px; }
.mansory_img.four_column img { max-width: 100% !important; width: 280px; height: auto; }
.mansory_img.four_column .mask .mask_frame .mask_image_content { width: 260px; height: 260px; }
.mansory_img.four_column .mask .mask_frame .mask_image_content h6 { font-size: 18px !important; line-height: 22px; }
.wall_thumbnail h6 { font-size: 18px !important; line-height: 22px; }
.lock_wrapper i { font-size: 5em; }
.vertical_center_wrapper.transparentbg p { width: 70%; margin: auto; }
#gallery_password_form { width: 70%; margin: auto; }
body[data-style=portfoliogrid] #page_caption h1 { font-size: 40px; line-height: 54px; letter-spacing: 0; display: block; float: left; margin-right: 15px; }
#page_caption h1 { font-size: 26px; line-height: 36px; letter-spacing: 0; }
.page_tagline { font-size: 13px; }
#portfolio_wall_filters { top: 10px; }
.filter li a { margin-top: 0; }
#ajax_portfolio_wrapper { width: 280px; }
#ajax_portfolio_wrapper.visible { padding-bottom: 30px; padding-top: 10px; }
#ajax_loading { left: 42%; }
.slider_wrapper { min-height: 140px; height: auto; }
.flex-direction-nav a { bottom: 10%; }
.two_third { width: 100%; }
.post_header.fullwidth h4 { font-size: 20px; line-height: 28px; }
.post_previous_icon, .post_next_icon { display: none; }
.post_previous_content h6, .post_next_content h6 { font-size: 18px; line-height: 24px; }
#respond.comment-respond { margin: 0; }
.fullwidth_comment_wrapper #commentform p.comment-form-author, .fullwidth_comment_wrapper #commentform p.comment-form-email, .fullwidth_comment_wrapper #commentform p.comment-form-url { width: 100%; padding-top: 0; box-sizing: border-box; }
#full_video_bg { top: 0; left: 0; }
.one_half, .one_half.last { width: 100%; float: none; clear: both; }
h1.name { font-size: 26px; line-height: 36px; letter-spacing: 0; }
#menu_close_icon { top: 0; }
#map_contact { display: none; }
#page_content_wrapper.withtitle, .page_content_wrapper.withtitle { margin-top: 0; background: transparent; padding-top: 0; }
.post_date.fullwidth { margin-top: -20px; }
.gallery_audio { top: 10px; right: 10px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width: 100% !important; margin-right: 0 !important; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { text-align: center !important; }
h1.product_title { font-size: 18px; }
#tab-description h2, .woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2, .related.products h2, .cart_totals h2, .shipping_calculator h2 { font-size: 14px !important; letter-spacing: 0; }
#controls { left: 15px !important; }
#controls-wrapper { height: auto !important; }
body.single-galleries #social_share_wrapper, body[data-style=130] #social_share_wrapper { bottom: 60px; right: 10px; }
body.single-galleries #social_share_wrapper ul li, body[data-style=portfoliogrid] #social_share_wrapper ul li { float: none; margin: 0 0 0 0; }
a#kb-prevslide, a#imgflow-prevslide, a#kb-nextslide, a#imgflow-nextslide { padding: 0; }
#menu_wrapper .nav ul li ul li a, #menu_wrapper div .nav li ul li a, #menu_wrapper div .nav li.current-menu-parent ul li a { line-height: 30px; }
body.single-galleries #social_share_wrapper, body[data-style=portfoliogrid] #social_share_wrapper { bottom: 60px; right: 15px; }
.social_share_wrapper, body.single-post #social_share_wrapper { float: none; margin-top: 10px; text-align: center; }
body.single-post #social_share_wrapper { margin-top: 20px; }
.social_share_wrapper ul li, body.single-post #social_share_wrapper ul li { float: none;  margin: 0 10px 0 0; display: inline-block; }
.continue_reading { float: none; display: block; text-align: center; }
.post_img.thumbnails { width: 100%; float: none; text-align: center; }
.post_header.thumbnails { width: 100%; float: none; margin-top: 10px; }
.post_tag { width: 100%; text-align: center; float: none; }
.post_previous, .post_previous_content, .post_next, .post_next_content { width: 100%; }
.grid_cover_wrapper { max-width: 100%; max-height: 100%; }
.grid_cover_wrapper .frame .gallery_content h1 { font-size: 26px; line-height: 36px; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin-left: 0; }
} @media only screen and (min-width: 480px) and (max-width: 767px) {
body { font-size: 14px; }
#wrapper { width: 100%; }
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
#page_caption_wrapper { margin-top: 40px !important; }
#menu_close_icon { position: relative; width: 100%; height: 50px; }
#menu_toggle { margin-top: 0; }
#menu_title { left: 50px; margin-top: 15px; width: auto; top: 0; font-size: 12px; }
body.js_nav #menu_title { display: none; }
#page_caption { width: 100%; height: 100px; position: absolute; margin-left: 0; left: 0; }
#page_caption img { width: auto; max-height: 50px; }
#page_caption #social_share_wrapper { padding-top: 0; }
#page_header_bg { width: 100%; position: relative; height: 100px; }
#page_content_wrapper { width: 100%; }
body[data-style=blog_grid] .post.type-post, body.page-template-galleries-php .gallery.type-gallery, body[data-style=blog_grid] .post.type-post { width: 49.9%; }
#page_content_wrapper .inner .sidebar_content.full_width img { max-width: 370px; height: auto; }
#page_content_wrapper .inner .sidebar_wrapper { width: 370px; margin: auto; margin-top: 20px; float: none; }
#page_content_wrapper .inner .sidebar_content img, #page_content_wrapper .inner .sidebar_content iframe { max-width: 370px; height: auto; }
#page_content_wrapper .inner .sidebar_content.full_width img, #page_content_wrapper .inner .sidebar_content.full_width iframe, #page_content_wrapper .inner #blog_grid_wrapper img { max-width: 100%; height: auto; }
#page_content_wrapper .inner .sidebar_content img { max-width: 100%; }
.comment { width: 100%; }
.comment .right { width: 76%; }
ul.children div.comment .right { width: 94%; }
ul.children div.comment ul.children div.comment .right { width: 50%; }
#content_wrapper ul.children ul.children { width: 100%; }
ul.children .comment { margin-left: 17px; }
#content_wrapper ul.children { border: 0; }
#content_wrapper ul.children ul.children { margin-left: -16px; }
.comment_wrapper #respond { margin-left: 20px; }
.comment_wrapper ul.children #respond { margin-left: -55px; }
.nav, .subnav, .nav_page_number { display: none; }
.post_img {  }
blockquote { width: 75%; }
.nav_wrapper_inner { padding-top: 10px; }
#imageFlow.compact, #imageFlow { height: 70%; top: 15%; }
#imageFlow .text { bottom: 8%; }
#respond { width: 400px; margin-bottom: 0; }
.post_wrapper { width: 100%; }
.gallery_mansory_wrapper { width: 400px; margin: auto; padding-left: -5px; padding: 0; }
.tipsy { display: none !important; }
body[data-gallery="flow"] .top_bar { height: 60px; }
#portfolio_filter_wrapper { width: 400px; }
.gallery_mansory_wrapper, .gallery_mansory_wrapper_four_column, .gallery_mansory_wrapper_three_column, .gallery_mansory_wrapper_two_column { width: 400px; }
.mansory_img.three_column img, .mansory_img.four_column img { width: 400px; }
.mansory_img.three_column .mask .mask_frame .mask_image_content, .mansory_img.four_column .mask .mask_frame .mask_image_content { width: 380px; height: 380px; }
#photo_wall_wrapper { width: 100%; }
.lock_wrapper i { font-size: 3em; }
.vertical_center_wrapper.transparentbg p { font-size: 0.6em; }
#ajax_portfolio_wrapper { width: 400px; }
.fullwidth_comment_wrapper #commentform p.comment-form-author, .fullwidth_comment_wrapper #commentform p.comment-form-email, .fullwidth_comment_wrapper #commentform p.comment-form-url { width: 100%; }
.logo_wrapper img { margin-top: 20px; }
.social_share_wrapper, body.single-post #social_share_wrapper { float: none; margin-top: 10px; text-align: center; }
body.single-post #social_share_wrapper { margin-top: 20px; }
#photo_wall_wrapper .wall_entry { width: 49.9%; }
}