/*
Theme Name: Uwt
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/*

*/

.ket_picc > img {
    margin: 0 14px !important;
    width: 100px;
}
.ket_picc {
    text-align: right;
}

.form-list {
    list-style: outside none none;
    margin: 90px -1.53374% 0;
    padding: 0;
}
.form-list__item {
    float: left;
    margin-bottom: 60px;
    padding: 0 1.53374%;
    width: 50%;
}
.form-list__item {
    margin-bottom: 30px;
    position: relative;
}
.wpcf7-text {
    font-size: 1.625em;
}
.wpcf7-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #000;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #000;
    display: block;
    font-size: 1.25em;
    font-weight: 300;
    padding: 16px 0;
    position: relative;
    transition: border-color 300ms ease 0s;
    width: 100%;
}
label, input, textarea, button, select, option {
    cursor: pointer;
}
input {
    line-height: normal;
}
.input__label {
    font-size: 1.625em;
}
.input__label {
    -moz-user-select: none;
    color: #000;
    display: block;
    font-size: 1.25em;
    font-weight: 300;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
}
.input__label {
    transition: transform 200ms ease 0s;
}

.tp-bullets.simplebullets.round .bullet{
margin-left:12px;
}

.site-info{
display:none !important;
}


#cookie-alert {
display:none !important;
}

#cf-error-details {
display:none !important;
}

/*////////////single.php(resource)//////////*/
h1.page-title {
    font-size: 35px !important;
}
.hover-image-extra {
    display: block;
    margin: 0 auto;
    position: relative;
    /*width: 340px;*/
}
.btn_border {
    border: 1px solid #222 !important;
    padding: 10px;
	color:#222 !important;
}
.btn_border:hover {
    border: 1px solid #ED1C24  !important;
    text-decoration: none;
	color:#ED1C24 !important;
}
.ompf-portfolio-single-description-inner > p .btn_border {
    padding: 5px 10px; display:block;
}
.ompf-portfolio-single-description {
    margin: 0 auto;
    padding: 0 0%;
} 
.ompf-portfolio-single-description-inner {
    padding: 0 5%; /*text-align:center;*/
}
.back.make_center {
    margin-left: 8%;
    margin-right: 8%;
}