/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */  .coding-custom {   height: 500px; text-align: center;  margin-top: 20px;}  
.formtext, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.formsubmit {
    width: 10%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	text-align: center;
}

input[type=formsubmit]:hover {
    background-color: #45a049;
}

.uk-navbar-nav {  
    position: absolute;  
    left: 50%;  
    transform: translateX(-50%);  
    z-index: 999999;  
}

@media (min-width: 768) {
.tm-block-padding {
padding: 25px 80px;
}
