/*  
Theme Name: Skeleton
Theme URI: http://www.pagelines.com
Description: Skeleton, a basic child theme for PageLines DMS
Version: 1.0.0
Author: Danny Holt
Author URI: https://github.com/Dannyholt/
	
Template: dms

*/
/** 
 * All CSS & LESS CSS should be added to the style.less file.
 * However, you can use this file if you only wish to use CSS.
 * Lines 13-17 can be removed.
 */
/*NAV BAR*/
@media (min-width: 415px)
{
.section-navi .navi-wrap
{
height: 130px;
position: relative;
}
DIV.navi-right
{
position: fixed;
right: 20px;
z-index: 9999;
}
.section-navi .nav-searchform, .section-navi UL
{
font-size: 17px;
margin-top: 49px;
}
.navi-right .icon.icon-reorder
{
font: normal normal normal 30px / 1 PageLinesFont;
}
.navi-left.navi-container
{
margin-top: 15px;
}
}
.section-navi .pl-nav > LI > A
{
line-height: 50px;
padding: 0 13px;
opacity: 0.5;
}
.section-navi .navi-container
{
height: 100px;
padding: 0;
position: relative;
right: 16px;
}
@media (max-width: 414px)
{
.navi-container
{
height: 70px !important;
}
I.icon.icon-reorder
{
font: normal normal normal 20px / 1 PageLinesFont !important;
}
.section-navi .nav-searchform, .section-navi UL
{
font-size: 17px;
margin-top: 13px;
}
}
BODY .pl-fixed-top
{
background-color: transparent;
box-shadow: none;
}
BODY .site-wrap.show-mobile-menu
{
margin-left: 0;
}
.section-navbar .navbar.pl-color-black-trans .navline > LI:hover > A, .section-navbar .navbar.pl-color-black-trans .navline > LI.current-menu-item > A, .section-navbar .navbar.pl-color-black-trans .navline > LI.current_page_item > A, .section-navbar .navbar.pl-color-black-trans .navline > LI.dropdown.open > A
{
background: none;
}
BODY .pl-mobile-menu .mm-holder
{
padding: 12vh 20px 20px 30px;
width: 210px;
height: 80%;
overflow-y: scroll;
}
BODY .pl-mobile-menu
{
position: fixed;
z-index: 1050;
margin-right: -260px;
width: 260px;
right: 0;
height: 100%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all 0.3s ease-in-out;
background: rgba(0, 0, 0, 0.641) !important;
color: white;
font-family: bigcity-grotesque-pro, sans-serif;
font-weight: 500;
font-style: normal;
}
BODY .pl-mobile-menu UL A
{
font-size: 24px;
line-height: 2.1em;
}
/*UMBRELLA FONTS AND THEMES*/
BODY
{
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: poynter-oldstyle-text, serif;
font-weight: 400;
font-size: 1.3em;
line-height: 1.5em;
color: #FFFFFF;
}
BODY .site-wrap
{
background: #272525;
}
BODY.page-id-2 .site-wrap
{
background: rgba(0, 0, 0, 0.453);
}
BODY.page-id-2
{
background: url(/wp-content/uploads/2019/02/PCH-Cover.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.section-navbar .navbar.pl-color-black-trans
{
background: none;
}
.section-pageheader .pl-area-pad
{
box-shadow: none;
}
H1, H2, H3, H4, H5, H6
{
margin: 0.4em 0;
text-rendering: optimizelegibility;
font-family: bigcity-grotesque-pro, sans-serif;
font-weight: 200;
font-style: italic;
}
@media (min-width: 415px)
{
.hentry H1
{
font-size: 3.6em;
line-height: 1.3em;
font-weight: 400;
}
}
.hentry P
{
font-family: poynter-oldstyle-text, serif;
font-weight: 400;
font-style: normal;
font-size: 1.4em;
line-height: 1.4em;
letter-spacing: 0.35em;
}
@media (min-width: 768px)
{
/*HOMEPAGE LOGO POSITION*/
.elementor-section.elementor-section-height-full
{
height: 100vh;
}
.elementor-section.elementor-section-height-full > .elementor-container
{
height: 50vh;
}
/*HEADER TITLES ON GALLERIES*/
.title
{
position: fixed;
right: 113px;
top: 186px;
transform: rotate(-90deg);
transform-origin: right top;
opacity:0.3;;
}
}
