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

/* Parent stylesheet should be loaded from functions.php not using @import */

.big {
    text-align: center;
    font-size: 4.85em;
    margin: 90px auto;
    min-width: 450px;
}

@media only screen and (max-width: 450px) {
    .big {
        font-size: 3em;
        margin-top: 10px;
        min-width: 350px;
    }
}

@media only screen and (max-width: 350px) {
    .big {
        font-size: 2.5em;
        margin-top: 10px;
        min-width: 200px;
    }
}

.wpcf7 {
    text-align: center;
}

.wpcf7 input {
    margin: 5px auto;
    max-width: 200px;
}

.wpcf7 p {
    margin: auto;
}

.p150 {
    width: 200px;
}

.body {
  overflow-wrap: normal;
  word-wrap: normal;
}

.ml62{
    margin-left: 15px!important;
}

span.wpcf7-not-valid-tip {
    line-height: 1em;
}

.wpcf7-form-control-wrap {
    display: block;
}

.b250 {
    width: 165px;
    padding: 2px;
    margin: 5px;
    font-size: 1em;
}

.m5 {
    margin: 5px;
}

.tac {
    text-align: center;
}

.sb{
    overflow-y: scroll;
    height: 90%;
}

.omw-modal-inner {
    height: 100%;
}

.mt10 {
    margin-top: 10px;
}

.w105 {
    width: 105px;
}

.wp {
    max-width: 100%!important;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
    width: 100%;
}

#footer-bottom #footer-bottom-menu {
    float: none;
    text-align: center;
    padding-left: 0;
}

#footer-bottom #copyright {
    float: none;
    text-align: center;
    padding-right: 0;
    margin-top: 20px;
}

.main-navigation {
    margin-top: 38px;
}