/*
* Theme Name: Amphibious Child
* Theme URI: https://perfexcode.com
* Description: Child
* Theme Author: Perfexcode
* Author URI: https://perfexcode.com
* Template: amphibious
* Version: 1.0 Text
* Domain: amphibious
*/
*:focus {
    outline: 0 !important;
}

.main-navigation {
    padding: 15px !important;
}

.fluid-width-video-wrapper {
    border-radius: 6px !important;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px !important;
}

.entry-content p {
    text-align: justify !important;
}

.has-site-branding .site-branding-wrapper,
.wp-custom-logo .site-branding-wrapper {
    margin: 0 0 5px !important;
}

.wp-block-image img {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0, rgba(255, 255, 255, 0.8) -6px -2px 16px 0 !important;
    border: 2px solid #d3d3d3;
    padding: 6px;
}

.entry-meta-footer {
    text-align: center;
}

.textwidget.custom-html-widget {
    text-align: center !important;
}

.mjc-center {
    text-align: center !important;
    background: #ffffff !important;
    box-shadow: 0 1px 5px rgba(0, 0, 1, 0.05) !important;
    margin: 30px 0 0 !important;
}

.tagcloud {
    text-align: center !important;
}

.widget_tag_cloud a {
    float: none;
    text-transform: uppercase !important;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
    text-align: center !important;
}

.random-post-style1 {
    position: relative;
    padding: 12px;
    font-size: 16px;
    background-color: #0f3f5d;
    margin: 1em 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.random-post-style1:hover {
    opacity: .8;
}

.random-post-style1::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "➞";
    transition: transform 0.3s ease-out;
    color: #ffffff;
    float: right;
    background: #ea0051;
    padding: 12px;
    font-weight: 600;
}

.random-post-style1:hover::after {
    transform: translateX(4px);
}

.random-post-style1 a {
    color: #ffffff;
    text-decoration: none;
}

.random-post-style1 a span {
    font-weight: 600;
}

.widget_recent_entries ul {
    padding-left: 20px !important;
    list-style: decimal outside none !important;
}

.widget_recent_entries ul li:hover {
    text-decoration: underline;
}

.post-navigation {
    padding: .9375rem !important;
}

.wpcf7 div {
    margin-bottom: 10px;
}

.contact-us-form input[type='text'],
.contact-us-form input[type='email'],
.contact-us-form select,
.contact-us-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.4rem;
    min-height: 42px;
}

.contact-us-form label {
    font-weight: bold;
}

.contact-us-form input[type=submit] {
    float: right;
}

.page-header-wrapper {
    display: none;
}

.site-header {
    padding: 8px 0 !important;
    background: transparent !important;
}

.site-title {
    display: none;
}

.site-description {
    font-size: 1rem !important;
    color: #757575 !important;
    text-transform: capitalize !important;
}

.wp-custom-logo.has-site-branding .site-branding {
    margin: 0 auto 0 !important;
}

.main-navigation {
    border-top: 2px solid #020202;
    border-bottom: 2px solid #020202;
    padding: 0.9375rem 0 0.9375rem;
}

@media (min-width: 768px) {
    .main-navigation {
        padding: 1.875rem 0 1.875rem;
    }
}

.sf-menu > li.current_page_item > a,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current_page_ancestor > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current-menu-parent > a {
    color: #ea0051;
}

.site-info {
    padding: 30px !important;
    text-decoration: underline;
}

.widget .widget-title {
    font-size: 1.25rem !important;
}

.entry-meta.entry-meta-header-after,
.byline.entry-meta-icon {
    display: none;
}

h2.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111;
}

h2.widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333;
}

.social-share-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.social-share-btns .share-btn {
    margin: 0 5px;
    padding: 8px 8px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.social-share-btns .share-btn i {
    margin-right: 2px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle
}

.share-btn:hover {
    opacity: .8
}

.share-btn-twitter {
    background-color: #1da1f2;
}

.share-btn-facebook {
    background-color: #1778f2;
}

.share-btn-linkedin {
    background-color: #2867b2;
}

.share-btn-reddit {
    background-color: #ff4500;
}

.share-btn-tumblr {
    background-color: #35465c;
}

.share-btn-pinterest {
    background-color: #bd081c;
}

.share-btn-mail {
    background-color: #2a1a16;
}
