/*
Theme Name: Uncode Child
Description: Child theme Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.logo_claim h1{
	font-size: 50px;
	letter-spacing: 0.03em;
}

.logo_claim h2{
	font-size: 24px;
	margin-top: 10px;
	letter-spacing: 0.03em;
}


.uncode_text_column a{
	text-decoration: underline !important;
}

.uncode_text_column a:hover{
	text-decoration: underline !important;
	color: #394048 !important;
}

.heading-text h2 {
	margin-top: 0px !important;
}


.footer-full .uncode_text_column p a{
	color: white !important;
}

.footer-full .uncode_text_column p a:hover{
	color: #fec706 !important;
}


/* arcordion */

.faq_class .panel-heading .panel-title > a span{
	font-size: 18px !important;
	letter-spacing: 0em !important;
	text-transform: none !important;
	font-family: Roboto !important;
}


@media (min-width:960px) {
    #main-logo {
        display: none !important;
	}

	.row-menu-inner{
		padding-left: 10px !important;
	}
	
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

    #main-logo{
    	width: 100px !important;
    }

    .start-teaser h3{
    	font-size: 20px !important;
    }


	.logo_claim h1{
		font-size: 30px !important;	
		color: #1d7381 !important;	
	}

	.footer-full .row{
		padding-left: 0px !important;
		padding-right: 0px !important;		
	}

	.footer-full h3{
		font-size: 16px !important;
	}

}