/*
 *  Theme Name: Cheesecake Factory
*  Author: The Search Engine Guys
 *  Author URI: http://www.thesearchengineguys.com/
 */


a {
}
    a:focus,
    a:hover {
    }


body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}


.tseg-footer {
    
    background-color: #141414;
    padding-bottom: 30px;
    padding-top: 30px;
    display:flex;
    
}
.footer-nav {
    display:flex;
}
    .tseg-footer__list-item {
        color:white;
        padding:10px;
        display:flex;
    }
    .tseg-footer__list-item a {
        color:white;
    }


.tseg-grid-of-links {
    
    background-color: #C09B55;
    padding-bottom: 30px;
    padding-top: 30px;
}
    .tseg-grid-of-links__link {
    }


.tseg-home-content {
    
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}


.tseg-logo {
}
    .tseg-logo__image {
        
        width: 30%;
    }


.tseg-main-graphic {
    
    background-color: #1F6D6F;
}
    .tseg-main-graphic__tagline {
        
        font-size: 36px;
        padding-bottom: 30%;
        padding-top: 30%;
    }

/*.banner-container {*/
/*    min-height: 500px;*/
/*    height: fit-content;*/
/*}*/
.banner-container .banner-content {
    padding-top: 50px !important;
}

/* col-xs */
@media (max-width:767px) {
    h1 {font-size: 2rem;}
    h4 {font-size: 1rem;}
}


/* col-sm */
@media (min-width:768px) and (max-width:991px) {
}


/* col-md */
@media (min-width:992px) and (max-width:1199px) {
}


/* col-lg */
@media (min-width:1200px) {
    .banner-container .banner-content {
    padding-top: 100px !important;
}
}


    ul {
        list-style: none;
        margin-left: 0px;
        line-height: 30px;
        padding-left: 0;
    }

 /** This how to styled pseudo elements using the latest Font-awesome 5 **/

    ul.befored-tag li:before {
        display: none;
        content: "\f0da";
        font-family: 'Font Awesome 5 Solid';
        /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
    }

        ul.befored-tag li svg {
            font-size: 15px;
            margin-right: 10px;
            color: #ea4335;
        }


    ul.afterd-tag li:after {
        display: none;
        content: "\f0da";
        font-family: 'Font Awesome 5 Solid';
        /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
    }
    
            ul.afterd-tag li svg {
                font-size: 16px;
                margin-left: 10px;
                color: #4285f4;
            }

/** This how to styled FA elements that are being implemented **/

        .icon-set svg {
            font-size: 55px;
            margin-top: 15px;
        }

                svg.svg-inline--fa.fa-google-plus-square.fa-w-14 {
                    color: #1b8a39;
                }

                svg.svg-inline--fa.fa-twitter-square.fa-w-14 {
                    color: #2174fd;
                }

                svg.svg-inline--fa.fa-facebook.fa-w-14 {
                    color: #1c4282;
                }
/** End Font-awesome 5 **/

/* Slick Slider Section */

section.slick-section {text-align: center; padding-bottom:30px;}

@media (min-width: 768px) {
                  .h-md-100 { height: 100vh; }
              }
              .btn-round { border-radius: 30px; }
              .bg-left { background: #BEDEFA; }
              .text-cyan { color: #35bdff; }
        
              .iframe-container {
                overflow: hidden;
                padding-top: 100%;
                /*position: relative;*/
              } 
        
              .iframe-container iframe {
                position: absolute;
                top: 0;
                left: 0;
                border: 0;
                width: 100%;
                height: 100%;
                padding: 20px 40px 0 40px;
              }
              @media(max-width:550px) {
              .updated-layout .interactive-panel {
                min-height:700px; 
              }
              }
              
.copyright {
    color:white;
}
.address, .phone {
    color:white;
    margin-bottom:5px;
    font-size:20px;
/*
    margin-top:15px;
    margin-bottom:15px;
*/
}
.phone strong {font-size: 20px;}
.address-details, .phone-details{
    color:white;
    font-size:15px;
/*     margin-top:25px; */
}
.address-details {color: #fff; font-size:15px;}
.firm-name {
    color:white;
    font-size:20px;
    margin-bottom:0;
}

.footer-menu-links {
	display: flex; align-items:center;
}
.footer-menu-links ul {margin-bottom:0;}
.footer-menu-links a:hover {
	cursor: pointer;
	text-decoration: underline;
}

 .phone-details a  {font-size: 15px;}

a {
	color: #b49a5f;
	transition: 300ms linear all;
}
a:hover {
	cursor: pointer;
	color:#fff;
}

@media (max-width: 575px){
	.address, .phone {margin-bottom: 5px;}
	.phone-details a {font-size: 20px;}
	.copyright {margin-top:15px;}
}

html {scroll-behavior: smooth;}

.read-more-btn {
    z-index: 7;
    text-align: center;
    color: rgb(180, 154, 95);
    padding-top: 20px;
    cursor: pointer;
}

.h-0 {
	height: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    display: block;
}
#add-text {margin-top:10px; display:block}



@media (max-width:767.98px){
	.bg-left {
		padding: 20px 0 !important;
	}
}