/*
  Theme Name:   pl-child
  Theme URI:    http://pl5.brand-one.net.au/
  Description:  PageLines framework child theme for B1 
  Author:       Scott Campbell
  Author URI:   http://scottmasoncampbell.com
  Version:      1.2
  Text Domain:  pagelines
  Tags:         agency
  Category:     framework-child-theme
  Template:     pl-framework
*/

/* platform5 */
.pl-link-credit {
	display: none !important;
    visibility: hidden !important;
}

h1,.h1, h2, .h2, h3, .h3, h4, .h4 {
    line-height: 1.0;
    margin: 0 0 0.5em;
}

/*text*/

h1,
.h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family:'lato', helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

h2,
.h2 {
    font-size: 2.2em;
    text-transform: uppercase;
    font-family:'lato', helvetica, sans-serif;
    font-weight: 400;
}

h3,
.h3 {
    font-size: 1.6em;
    text-transform: uppercase;
    font-family:'lato', helvetica, sans-serif;
    font-weight: 400;

}

h4,
.h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-family:'lato', helvetica, sans-serif;
    font-weight: 400;


}

h5,
.h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-family:'lato', helvetica, sans-serif;
    font-weight: 400;
}

h6,
.h6 {
    font-size: 1em;
    font-family:'lato', helvetica, sans-serif;
    font-weight: 400;
}


/*buttons*/
.pl-btn {
    text-transform: uppercase;
}

.pl-btn-link, .pl-btn-link:focus, .pl-btn-link:active {
    border-color: #e58c28 !important;
    border-radius: 4px !important;

}

.pl-btn-link:hover {
    background-color: rgba(229, 140, 40, 0.1) !important;
    text-decoration: none !important;
}

/* pagination */

.pl-pager li > a, .pl-pager li > span {
    text-transform: uppercase !important;
	border: 1px solid !important;	
	border-color: #e58c28 !important;
    border-radius: 4px !important;
    padding: 0.7em 1.5em;
}

.pl-pager .previous > a::before {
	content:"<< " !important;
}

.pl-pager .next > a::after {
	content:" >>" !important;
}

/*padding*/
.pad-top-5 {
    margin-top: 5px;
}

/* layerslider */
.title-icons, .title-icons a:hover, .title-icons a:active, .title-icons a:visited, .title-icons a:link {
	color: #fff;
}

.title-text {
	    text-align: center !important;
}

/* footer */
.footer-icons, .footer-icons a:hover, .footer-icons a:active, .footer-icons a:visited, .footer-icons a:link {
	color: #fff;
	text-align: right;
	margin: 0px 5px 0px 52px;
}

.footer-logo img {
	width: 150px;
}

/* menu items */
.menu-phone, .menu-phone a:hover, .menu-phone a:active, .menu-phone a:visited, .menu-phone a:link {
    text-align: right;
    color: #fff;
    text-decoration: none;
	margin-right: 4px;
	font-size: 16px;
	margin-top: 4px;
}

.menu-icons  {
    text-align: center;
    color: #fff;
}

/* menu and sticky position */
.menu {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

/* transparent on desktop */
@media only screen and (min-width: 768px)  {
    .ubermenu-main {
	    background:rgba(0,0,0,0) !important;
    }
}

/* ipad 1 and 2 */
@media only screen and (min-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {
    .ubermenu-main {
	    background: #424242 !important;
    }
}

/* ipad 3 and 4 */
@media only screen and (min-width: 768px) 
	and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2) {
    .ubermenu-main {
 	   background: #424242 !important;
    }
}


/* responsive */
.ubermenu-responsive-toggle .fa {
  float: right;
  margin: 0;
  font-size: 20px;
  padding: 5px 0;
  color: #fff;
}

.ubermenu-sticky.ubermenu-sticky-full-width {
    padding: 10px;
}

.ubermenu-main.ubermenu-sticky {
    background: #424242 !important;
     -webkit-transition: all 0.3s ease-in-out;
	 -moz-transition: all 0.3s ease-in-out;
	 -ms-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;
	 transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    	padding: 5px 5px !important;
    }
}

/* align center on mobile*/
@media only screen and (max-width: 768px) {
    .menu-phone, .menu-phone a:link, .footer-text, .footer-logo, .footer-awards {
	    text-align: center !important;
	    margin-right: 0px;
    }
}

/* align center on mobile*/
@media only screen and (max-width: 768px) {
	    .footer-icons, .footer-icons a:hover, .footer-icons a:active, .footer-icons a:visited, .footer-icons a:link {
	    text-align: center !important;
	    margin-right: 0px;
		margin: 0px 10px 0px 10px;
    }
}


/* most devices */
@media only screen and (max-width: 768px) {
    .menu-logo {
	width: 75px !important;
	float: left;
    }
}

/* landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	.ubermenu-main {
	background:rgba(0,0,0,0) !important;
	}
}


 