/*
 Theme Name: Idonic 
 Theme URI: http://www.idonic.com  
 Description: This is a Idonic child theme
 Author: Daniel Leal       
 Author URI: http://www.idonic.com       
 Version: 1.0      
 Tags: 
.
Time for Great Things!
.       

/* # Idonic Landing
---------------------------------------------------------------------------------------------------- */
.idonic-landing .site-inner {
}

/* Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    margin-top: 100px;
    margin-bottom: 100px;
    clear: both;
}

.idonic-landing .site-inner h1 {
    font-size: 61px;
    color: #0077A8;
    margin-top: 15px;
    margin-bottom: 25px;
}


.idonic-landing .site-inner h2 {
    font-size: 36px;
    font-weight: 200;
    color: #0077A8;
    margin-bottom: 25px;
    margin-top: 25px;
}

.idonic-landing .site-inner h3 {
    color: #0077A8;
    margin-bottom: 10px;
}

.idonic-landing .site-inner h4 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.idonic-landing .site-inner h5 {
    font-size: 27px;
    color: #0077A8;
    font-weight: 500;
    line-height: 1.5;
}

.idonic-landing .site-inner p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.colunaesquerda {
    float: left;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.colunacentro {
    float: left;
    width: 30%;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    font-size: 16px;
}

.colunadireita {
    float: left;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
}


.Back a {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #0077a8;
    border-radius: 2px;
    color: #fff;
    width: 115px;
}

.Back a:hover {
    background-color: #004f7a;
    color: gainsboro;
}



/* # Media Queries 1920 ------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1920px) {
    
    .entry-background {
        height: 500px;
    }
    
    .idonic-landing .site-inner h1 {
        font-size: 51px;
        color: #0077A8;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .idonic-landing .site-inner h2 {
        font-size: 31px;
        font-weight: 200;
        color: #0077A8;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .idonic-landing .site-inner h3 {
        color: #0077A8;
        margin-bottom: 10px;
    }

    .idonic-landing .site-inner h4 {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    .idonic-landing .site-inner h5 {
        font-size: 27px;
        color: #0077A8;
        font-weight: 500;
        line-height: 1.5;
    }

    .idonic-landing .site-inner p {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 25px;
    }

    .colunaesquerda {
        float: left;
        width: 30%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .colunacentro {
        float: left;
        width: 30%;
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
        font-size: 16px;
    }

    .colunadireita {
        float: left;
        width: 30%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}



/* # Media Queries 1366 --------------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1366px) {
    
        .entry-background {
            height: 350px;
        }
    
        hr {
            margin-top: 75px;
            margin-bottom: 75px;
        }
    
        .entry {
            margin-bottom: 55px;
            padding: 5px 17%;
        }

        .idonic-landing .site-inner h1 {
            font-size: 36px;
            color: #0077A8;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .idonic-landing .site-inner h2 {
            font-size: 27px;
            font-weight: 200;
            color: #0077A8;
            margin-bottom: 25px;
            margin-top: 25px;
        }

        .idonic-landing .site-inner h3 {
            font-size: 24px;
            color: #0077A8;
            margin-bottom: 10px;
        }

        .idonic-landing .site-inner h4 {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 25px;
            line-height: 1.5;
        }

        .idonic-landing .site-inner h5 {
            font-size: 21px;
            color: #0077A8;
            font-weight: 500;
            line-height: 1.5;
        }

        .idonic-landing .site-inner p {
            font-size: 16px;
            margin-top: 15px;
            margin-bottom: 25px;
            font-weight: 500;
        }

        .colunaesquerda {
            float: left;
            width: 30%;
            margin-top: 5%;
            margin-bottom: 5%;
        }

        .colunacentro {
            float: left;
            width: 30%;
            margin-top: 5%;
            margin-left: 5%;
            margin-right: 5%;
            margin-bottom: 5%;
            font-size: 16px;
        }

        .colunadireita {
            float: left;
            width: 30%;
            margin-top: 5%;
            margin-bottom: 5%;
        }

}

/* # Media Queries 768 --------------------------------------------------------------------------------------------------------- */

		@media only screen and (max-width: 768px) {

				.content .entry {
					padding: 0px 4%;
				}

				.colunaesquerda {
					width: 100%;
					margin-top: 0;
					margin-bottom: 0;
				}

				.colunacentro {
					width: 100%;
					margin-top: 0;
					margin-left: 0;
					margin-right: 0;
					margin-bottom: 0;
				}

				.colunadireita {
					width: 100%;
					margin-top: 0;
					margin-bottom: 0;
				}
			
				hr {
					margin-top: 15px;
					margin-bottom: 15px;
				}


		}