/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.button,
.button-alt,
.more,
.more-link,
.more:visited,
button{
    border: 0;
    padding: 9px 15px 9px 15px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Gotham Cond SSm A', 'Gotham Cond SSm B', 'Helvetica Neue', sans-serif;
    word-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
}
.clsbutton {
    display: inline-block;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px!important;
    line-height: 18px;
    color: #0f1d41!important;
    font-weight: 700;
    background: #fff!important;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#eeefea),color-stop(1,#fff))!important;
    background: -ms-linear-gradient(bottom,#eeefea,#fff)!important;
    background: -moz-linear-gradient(center bottom,#eeefea 0,#fff 100%)!important;
    background: -o-linear-gradient(#fff,#eeefea)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeefea', GradientType=0)!important;
    border: solid 1px #0f1d41!important;
}
#right-sidebar-inner {
	padding-top:20px;
}
.page-subheading {
    color: #8c9192;
    font-family: 'Gotham Cond SSm A','Gotham Cond SSm B','Helvetica Neue',sans-serif;
    font-weight: 400 !important;
    font-size: 24px !important;
    margin-bottom: 0;
    display: block;
}
.gform-footer input[type=submit] {
    /* border: 0; */
    padding: 9px 15px 9px 15px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Gotham Cond SSm A','Gotham Cond SSm B','Helvetica Neue',sans-serif;
    word-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #0f1d41;
}
.gform_wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.gform_body ol li, ul li {
    padding-bottom: 18px;
}
ol li, ul li {
    padding-bottom: 0;
}
.timbutton {
    background-color: #171763 !important;
    border: none;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.timbutton a {
    color: #ffffff !important;
}
#right-sidebar .widget-title {
    border-bottom: 1px solid #0f1d41  !important;
    padding: 0 0 10px;
    font-size: 18px;
}
#right-sidebar .widget-title {
	border-width: 0 0 0 0px;
}
#right-sidebar li a, #right-sidebar li li a {
    font-size: 16px;
    color: #0f1d41;
}
#blog-entries .blog-entry-category {
	display:none;
}
#blog-entries .blog-entry-bottom {
	display:none;
}
#blog-entries .more-link {
    margin: 0;
    display: inline-block;
}
#blog-entries .more-link { 
    border: 0;
    padding: 9px 15px 9px 15px;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Gotham Cond SSm A','Gotham Cond SSm B','Helvetica Neue',sans-serif;
    word-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    color: #fff!important;
    background: #0f1d41;
	width:105px;
}
.page-numbers a {
    background-color: #0f1d41;
    color: #fff;
}
.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links>span {
    background-color: #929487;
    color: #333;
}
.gfield_required,
.gform_wrapper .name_first label {
    display: none
}

.gform_wrapper .no_prefix.has_first_name.no_middle_name.no_last_name.no_suffix p {
    margin-bottom: 0;
    padding-bottom: 0
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    margin-left: 33%;
    height: 20px;
    width: 20px
}

.gform_body {
    background: 0 0
}

.gform_validation_container,
.gform_wrapper .gfield_required {
    display: none !important
}

.validation_error,
.validation_message {
    color: red;
    font-weight: 700
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
    background-color: #eeefea;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
    margin: 20px 0;
    padding: 3px 15px
}

.gfield_label {
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
    color: #cedeea
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input[type=url],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
    padding: 7px 5px !important;
    font-size: 18px;
    border-bottom: solid 2px #0f1d41;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
    background-color: #eeefea;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif;
    width: 100%
}

.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    background-color: transparent;
    border-bottom: solid 2px #8c9192
}

.gform_body ul {
    list-style: none;
    margin: 0
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    margin: 0 0 .5em 0;
    width: 49%
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0 0 .5em 0;
    width: 49%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 47.2%
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    margin-right: 1%
}

.gform_wrapper .top_label li.gfield.gf_left_half {
    float: left;
    clear: left !important
}

.gform_wrapper .top_label li.gfield.gf_right_half {
    float: right;
    clear: right !important
}

.gform_wrapper .top_label li.gfield.gf_left_half input.large,
.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half select.large,
.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half input.large,
.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half select.large,
.gform_wrapper .top_label li.gfield.gf_right_half select.medium {
    width: 97%
}

.gform_wrapper .top_label li.gfield.gf_left_half textarea,
.gform_wrapper .top_label li.gfield.gf_right_half textarea {
    width: 98%
}

.gform_wrapper .top_label li.gfield.gf_left_half input.small,
.gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 35%
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
    padding: 1em 0 .5em 0
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
    padding: 1em 0 .5em 0
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 0 0 .5em 0
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
    padding: 1em 0 .5em 0
}

.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
    clear: both
}