/*
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 */

/*  Global
-------------------------------------------------- */
#main h1.elementor-heading-title,
#main h2.elementor-heading-title,
#main h3.elementor-heading-title {
    line-height: 1.4
}
.white-title {
    color: #ffffff !important
}
.blue-title {
    color: #009ccd !important
}
.blue-text {
    color: #009ccd !important;
    text-transform: uppercase;
    font-weight: bold
}
@media only screen and (max-width: 959px) {   
    #primary.content-area {
        margin-bottom: 0 !important
    }
}
.error404 .site-content {
    margin: 100px 0
}
.contact-info a {
    color: white
}




section .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 30px
}
#header-banner .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px !important;
}


/*  Cookies
-------------------------------------------------- */
#cookie-notice #cn-notice-text {
    font-size: 14px;
    margin-bottom: 10px;
}
#cookie-notice .cn-button {
    padding: 10px 15px
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    #cookie-notice .cn-button {
        margin: 5px
    }
}

/*  Footer
-------------------------------------------------- */
.custom-menu-widget .oceanwp-custom-menu > ul > li {
    display: inline-block !important;
    border-bottom: none !important;
    padding: 0 15px
}
#footer-bottom {
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-top: solid #4e5b62 1px;
    position: relative
}
#footer-bottom-inner {
    width: 100%;
    max-width: 100%
}
/*
.footer-social {
    position: absolute;
    top: 10px;
    right: 30px
}
.footer-social ul {
    list-style: none
}
.footer-social li {
    display: inline;
    margin-left: 15px
}
.footer-social .fa,
.footer-social .fa-facebook::before,
.footer-social .fa-linkedin::before {  
    font: normal normal normal 20px/1 FontAwesome !important;
    font-size: 2rem !important
}
*/



/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {    
    .custom-menu-widget .oceanwp-custom-menu > ul > li {
        display: block !important;
    }
    #copyright .copyright-content {
        display: block
    }
    /*#copyright .footer-social {
        position: relative;
        display: block;
        right: 15px
    }*/
}
/* Medium devices (tablets, less than 959px) */
@media (max-width: 959px) {
    #footer-widgets .footer-box {
        margin-bottom: 0 !important;
    }
}

/*  Button
-------------------------------------------------- */
a.elementor-button {
    background-color: transparent;
    padding: 10px 40px !important;
    font-family: Montserrat;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: solid #616a70 1px;
    border-width: 1px 0 1px 0
}
a.elementor-button.elementor-size-sm span span {
    min-width: 100px
}
a.elementor-button:hover {
    border-color:  white
}
.error404-content .error-btn {
    color: #009ccd;
    background-color: transparent;
    padding: 10px 40px !important;
    font-family: Montserrat;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: solid rgba(0, 156, 205, 0.3) 1px;
    border-width: 1px 0 1px 0
}
.error404-content .error-btn:hover {
    background-color: transparent !important;
    border-color: rgb(0, 156, 205);
    color: #009ccd;
}

/*  Background styles
-------------------------------------------------- */

#bg-style-1 .elementor-background-overlay:before,
#bg-style-2:before,
#bg-style-2 .elementor-background-overlay:before,
#bg-style-2 .elementor-background-overlay:after {    
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5
}
#bg-style-1 .elementor-background-overlay:before {
    background-image: url("images/bg-oblique-1-blue-1x.png");
    background-position: 95% -50%;
    background-size: 200px 309px
}
#bg-style-2:before {
    background-image: url("images/bg-oblique-1-gray-1x.png");
    background-position: 5% 0%;
    background-size: 200px 309px
}
#bg-style-2 .elementor-background-overlay:before {
    background-image: url("images/bg-oblique-2-gray-1x.png");
    background-position: 21% -150%;
    background-size: 200px 309px
}
#bg-style-2 .elementor-background-overlay:after {
    background-image: url("images/bg-oblique-1-gray-1x.png");
    background-position: 90% 100%;
    background-size: 200px 309px
}

/*  Iframe map greyscale
-------------------------------------------------- */
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
     filter: grayscale(100%);
}

/*  Pages with legal content
-------------------------------------------------- */
.legal-content h2 {
    font-size: 3rem
}
.legal-content h2,
.legal-content h3,
.legal-content h4 {
    margin: 0
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .legal-content h2 {
        font-size: 2rem
    }   
}

/*  Contact Form 7
-------------------------------------------------- */
.requis-info {
    font-size: 14px
}
.requis {
    color: red;
}
form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="url"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="week"],
form input[type="number"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form select,
form textarea {
    background-color: #f3f4f5;
    border-color: #ebebeb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0.5rem;
    padding: 8px 12px
}
form textarea {
    height: 120px;
    min-height: 120px
}
input[type="submit"] {
    color: #009ccd;
    background-color: transparent;
    padding: 10px 40px !important;
    font-family: Montserrat;
    font-size: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: solid rgba(0, 156, 205, 0.3) 1px;
    border-width: 1px 0 1px 0
}
input[type="submit"]:hover {
    background-color: transparent !important;
    border-color: rgb(0, 156, 205);
    color: #009ccd;
}
span.wpcf7-not-valid-tip {
    font-size: 0.8em
}
.wpcf7-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.wpcf7-col-50 {
    width: 50%;
}
.wpcf7-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.wpcf7-column label {
    width: 100%
}
.wpcf7-column:last-of-type {
    padding-left: 1rem
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .wpcf7-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wpcf7-column {
        width: 100%
    } 
    .wpcf7-column:last-of-type {
        padding-left: 0
    }
}

/*  GDPR Data Request Form
-------------------------------------------------- */
.gdrf-field-action {
    margin: 0 0 20px
}
.gdrf-field-submit {
    text-align: center
}

/*  Macy
-------------------------------------------------- */
#macy-container::before { content: ""; display: table; clear: both;}
#macy-container { margin-top: 22px; }
#macy-container::after { content: ""; display: table; clear: both;}

.grid-item {
  margin-bottom: 0;
  overflow: hidden
}
.grid-item h3 {
    margin: 1rem 0 0 0
}
.grid-item p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0;
    min-height: 5rem
}
.grid-item img {
  width: 100%;
  display: block;
  height: auto;
  transition-duration: 1s;
  transition-property: transform
}
.grid-item img:hover {
    transform: scale(1.05);
    transition-duration: 1s;
}

