/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family: 'Trebuchet MS';
    src: url('./font/Trebuchet-BoldItalic.woff2') format('woff2'),
        url('./font/Trebuchet-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('./font/TrebuchetMS.woff2') format('woff2'),
        url('./font/TrebuchetMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('./font/TrebuchetMS-Italic.woff2') format('woff2'),
        url('./font/TrebuchetMS-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('./font/TrebuchetMS-Bold.woff2') format('woff2'),
        url('./font/TrebuchetMS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.tmb .t-entry-text-tc:not(.no-block-padding) .t-entry > *:first-child{
	font-size: 25px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	color: #fff !important;
}
.abou h1.swqa:after {
    content: "";
    background-image: url(https://allindiabirdingtours.com/wp-content/uploads/2019/07/Layer-16.jpg);
    position: absolute;
    left: 50%;
    width: 362px;
    height: 7px;
    top: 18px !important;
    transform: translateX(-130%);
}


.abou h1.swqa:before {
    content: "";
    background-image: url(https://allindiabirdingtours.com/wp-content/uploads/2019/07/Layer-16.jpg);
    position: absolute;
    right: 50%;
    width: 362px;
    height: 7px;
    top: 18px !important;
    transform: translateX(130%);
}

.last-footer .copy ul li:first-child::after{    border-bottom: 2px dotted #828282 !important;}
.last-footer .copy ul li{list-style:none !important;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(119, 119, 119) !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(119, 119, 119) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(119, 119, 119) !important;
}