/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.page .entry-header,
.page .featured-image {
      display: none;
}

.site-content {
    display: block;
}

.entry-content:not(:first-child),
.entry-summary:not(:first-child),
.page-content:not(:first-child) {
    margin:0
}

.separate-containers .site-main {
    margin-top: 0px;
	margin-bottom: 0px;
}

.separate-containers .inside-article, 
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding: 0px;
}

/*** INHERITED OPTIONS ***/

h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
    color: #2d2d2d;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: none
}
h1 {
    font-size: 68px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #2d2d2d;
    font-family: pathway gothic one,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize
}

h1 a {
    color: #2d2d2d
}

h2 {
    font-size: 42px;
    line-height: 1.4;
    letter-spacing: 0
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0
}

h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0
}

h5 {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0
}

h6 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0
}

a.fl-button,a.fl-button:visited,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited{
    background: #294b91;
    color: #fff;
    border: 1px solid #1c3261
}

a.fl-button:hover,.fl-builder-content a.fl-button:hover {
    color: #fff;
    background: #54595f
}

a.fl-button *,a.fl-button:visited *,
.fl-builder-content a.fl-button *,
.fl-builder-content a.fl-button:visited *{
    color: #fff
}

a.fl-button:hover * {
    color: #fff
}

a.fl-button:hover,a.button:hover {
    color: #fff;
    background-color: #54595f;
    border: 1px solid #373b3f
}

.uabb-creative-link .uabb-cl-heading a::after {
    background: #294b91;
    height: 1px;
}

input[type=text],input[type=password],input[type=email],input[type=tel],input[type=date],input[type=month],input[type=week],input[type=time],input[type=number],input[type=search],input[type=url],textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #1c2f38;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: rgba(28,47,56,.4)
}

input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=week]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=url]:-moz-placeholder,textarea:-moz-placeholder {
    color: rgba(28,47,56,.4)
}

input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=url]::-moz-placeholder,textarea::-moz-placeholder {
    color: rgba(28,47,56,.4)
}

input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: rgba(28,47,56,.4)
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=number]:focus,input[type=search]:focus,input[type=url]:focus,textarea:focus {
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control {
    background-color: #fcfcfc;
    border-color: #e6e6e6;
    color: #1c2f38;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s
}

.form-control::-webkit-input-placeholder {
    color: rgba(28,47,56,.4)
}

.form-control:-moz-placeholder {
    color: rgba(28,47,56,.4)
}

.form-control::-moz-placeholder {
    color: rgba(28,47,56,.4)
}

.form-control:-ms-input-placeholder {
    color: rgba(28,47,56,.4)
}

.form-control:focus {
    background-color: #fff;
    border-color: #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}