/* 
 Theme Name:   ocean-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     oceanwp
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
h2{padding: 1%!important; background-color: #f5f5f5; border-radius: 5px;}
h2:after{background-image: linear-gradient(to right, #dd3333, #fff); position: absolute; content: ""; height: 2px; width: 10%; left: 1%; margin-top: 29px;}
img.alignright {border: 4px double #dd3333; -webkit-box-shadow: -5px 7px 7px rgb(0 0 0 / 20%); -moz-box-shadow: -5px 7px 7px rgb(0 0 0 / 20%); box-shadow: -5px 7px 7px rgb(0 0 0 / 20%); border-radius: 5px;}
img.alignleft, img.aligncenter  {border: 4px double #dd3333; -webkit-box-shadow: 5px 7px 7px rgb(0 0 0 / 20%); -moz-box-shadow: 5px 7px 7px rgb(0 0 0 / 20%); box-shadow: 5px 7px 7px rgb(0 0 0 / 20%); border-radius: 5px;}
img.aligncenter {margin-bottom: 2%!important; }
#site-logo #site-logo-inner a img{width: 170px!important; height: 72px;}
.row{display: flex;}
.col-4{width: 33%; padding: 1%; margin-bottom: 2%;}
@media screen and (max-width: 767px){
    h2:after{width: 20%;}
    .row{display: block;}
    .col-4{width: 100%; padding: 1%;}
    img.alignright, img.alignleft {float: none; margin: 0 auto; display: block; margin-bottom: 2%;}
    .footer-box.span_1_of_2.col.col-2{justify-content: center!important;}
    .footer-box.span_1_of_2.col.col-1{display: flex; justify-content: center;}
}
@media screen and (min-width: 768px){
    .contact-info form{width: 50%;}
}
@media screen and (min-width: 960px) and (max-width: 1195px){
    #site-logo, #site-navigation-wrap{float: none!important;}
    #site-logo{display: flex!important; justify-content: center;}
}
@media screen and (min-width: 960px) and (max-width: 1026px){
    #site-navigation-wrap .dropdown-menu>li>a{padding: 0 10px!important;}
}
.clearfix{overflow: auto;}
.mb-1{margin-bottom: 10px;}
.contact-info{text-align: center;}
.contact-info form{margin: 0 auto; padding: 3%; border-radius: 5px; box-shadow: 5px 5px 8px 8px #c2c0c0;}
form input,form textarea{margin-bottom: 1%;}
input[type="submit"]{border-radius: 5px;}
.error404-content .error-title::after{content: none;}
#site-header-inner {padding: 0 2rem;}
#mobile-dropdown ul li{position: relative;}
#mobile-dropdown ul li .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    cursor: pointer;
    color: #555;
    padding-right: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mobile-dropdown ul li .dropdown-toggle:before {
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 30px;
    transform: translate(-50%, -50%);
}
#mobile-dropdown ul li.active .dropdown-toggle:before {
    content: "-";
    left: 30px;
    top: 25px;
}
#mobile-dropdown ul li a {
    width: calc(100% - 100px);
}

.footer-box.span_1_of_2.col.col-2{display: inline-flex; justify-content: right;}
#block-23{padding-top: 1%;}
#nav_menu-5{width: 45%;}
.site-footer .widget_nav_menu li{border-bottom: 1px solid #e9e9e982!important;}
.site-footer .widget_nav_menu li:first-child{border-top: 1px solid #e9e9e982!important;}
li.sub-li{list-style: inside circle;}
