/*
Theme Name: Go Child
Author: 
Description: Your description goes here
Version: 1.0
Template: go

This is the child theme for Go theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*

light 300
regular 400
medium 500
semi-bold 600
bold 700
  font-family: "Outfit", sans-serif;
*/

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; margin:0; padding:0; }

a{ text-decoration:none !important; transition-duration: 0.8s;
    transition-property: all; }
ul,li{ list-style:none; }
img{ max-width:100%; outline:none; }


body {
    font-family: 'Outfit', sans-serif !important;
    background: url(https://gandsonscfo.com/wp-content/uploads/2025/08/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}


.content-area {
    float: left;
    width: 100%;
    border-bottom: 150px solid #f2f3ef;
    text-align: center; padding: 40px 0px; text-transform: uppercase;
}

.logo {
    float: left;
    width: 100%;
    text-align: center; padding-top: 80px;
}

.logo a {
    display: block;
}

.logo span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    word-spacing: 16px;
    letter-spacing: 5px;
    padding-top: 10px;
}

.contact-info {
    float: left;
    width: 100%;
    border-top: 1px solid #354555;
    border-bottom: 1px solid #354555;
    margin: 60px 0px;
    padding: 40px 0px;
    padding-bottom: 70px;
    margin-top: 60px;
}

.contact-info strong {
    float: left;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    word-spacing: 5px;
    letter-spacing: 3px;
    padding-top: 20px;
    color: #4d9bd4;
    margin-bottom: 20px;
}

.contact-info a {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    word-spacing: 5px;
    letter-spacing: 5px;
    padding-top: 10px;
}

.footer-area p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    word-spacing: 10px;
    letter-spacing: 2px;
    padding-top: 2px;
	Padding-bottom: 10px;
}

@media(max-width:1200px){
	
	
	
}


@media(max-width:1024px){


}


@media(max-width:900px){
	
	


}

@media(max-width:769px){
	
    .logo {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 40px;
}
    
    .contact-info {
    float: left;
    width: 100%;
    border-top: 1px solid #354555;
    border-bottom: 1px solid #354555;
    margin: 60px 0px;
    padding: 10px 0px;
    padding-bottom: 30px;
    margin-top: 30px;
}

    .contact-info a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    word-spacing: 5px;
    letter-spacing: 5px;
    float: left;
    width: 100%;
    line-height: 6px;
    padding-top: 9px;
}
		
}



@media(max-width:640px){

	

}






@media(max-width:480px){

}






@media(max-width:360px){


}


header#site-header {
    display: none;
}

footer#colophon {
    display: none;
}