/*
Theme Name: Pool Fencing
Theme URI: http://www.poolfencing.co.nz
Author: NZ Digital
Author URI: http://nzdigital.co.nz
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/*POOL FENCING STYLES*/

header .header_inner_left {
    display: none !important;
    left: 45px;
    position: absolute;
    top: 0;
   
}

.header_bottom {
    background-color: #fff;
    display: none !important;
    padding: 0;
    position: relative;
    transition: all 0.2s ease 0s;
}

.logopadding {
 padding-top: 200px !important;
 
}

.line {
    background: #333 none repeat scroll 0 0;
    height: 9px;
    margin-bottom: 40px;
    margin-top: 45px;
    width: 95px;
}

.linelong {
    background: #333 none repeat scroll 0 0;
    height: 9px;
    margin-bottom: 0px;
    margin-top: 15px;
    width: 585px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 45px !important;
    color: #333 !important;
    font-weight: 700 !important;
	font-family: 'Oswald', sans-serif !important; 
	letter-spacing: 4px !important;
    line-height: 48px !important;
    text-transform: uppercase !important;
}
body {
    color: #333 !important;
	font-family: 'Roboto', sans-serif;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
}

/*.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 145px !important;
    width: 100%;
}
*/
.red-button {
    background: #e50f16 none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff !important;
    display: inline-block;
    font-size: 18px !important;
    letter-spacing: 0px;
    margin: 40px 0 !important;
    padding: 15px 40px;
    text-transform: uppercase !important;
}

ul.square {
	text-align: left;
	padding-left: 20px;
}

ul.square li {
	color: #e50f16;
	font-size: 20px;
	list-style: square;
	padding: 0px 0;
}

ul.square li strong {
	color: #040707;
    font-size: 18px !important;
	font-weight: normal;
	line-height: 20px !important;
}

#back_to_top > span {
    font-size: 30px !important;
}
#back_to_top > span {
    background-color: #d1d1d1;
    border: 1px solid transparent;
    border-radius: 3px !important;
    box-sizing: border-box;
    color: #fff;
    font-size: 15px;
    height: 46px;
    line-height: 43px !important;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s, border-color 0.3s ease-in-out 0s;
    width: 46px;
}

p a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease-in-out 0s;
}

a {
    color: #333 !important;
}
 
/*POOL FENCING STYLES END*/

/*MOBILE STYLES*/
@media (max-width: 767px) {

.logopadding {
   padding-top: 50px !important;
   padding-bottom: 50px !important;
}

body .content .content_inner > .container > .container_inner, body .content .content_inner > .full_width > .full_width_inner, body .content .content_inner > .container > .container_inner.default_template_holder {
   padding-top: 0 !important;
}
}

/*MOBILE STYLES END*/