/*
Theme Name: tekcat
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tekcat
Tags:

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.

tekcat is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.romana_footer_area .romana_footer_top .romana_recent_projects img {
    width: 70px !important;
    height: 80px !important;
}
.romana_quote_right input {
margin-top: 10px !important;
    width: 100% !important;
}

.radio {
    padding-right: 88px !important;
    display: inline !important;
}
.romana_header_top_right {
    margin-right: 65px !important;
}

@media only screen and (max-width: 767px) and (min-width: 0px)
{
.romana_serviceDetail_text {
    text-align: justify !important;
}
}

@media only screen and (min-width : 1200px) {
	.caldera-grid .checkbox input[type=checkbox]
	{
	margin-left: -20px !important;
	}
}
 	

.romana_header_top_left a {
    font-size: 18px !important;
}
.breadcrumb li a {
    color: #416512 !important;
}
a .lnk
{
color:#551a8b !important;
}
.caldera-grid input[type=submit]
{
    background: #418203 !important;
    border: none !important;
    padding: 0px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
	    display: inline-block;
    width: 170px !important;
    height: 50px !important;
    text-align: center !important;
    line-height: 50px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 12px !important;
    -webkit-transition-duration: 0.4s !important;
    transition-duration: 0.4s !important;
}

div#caldera_form_1 {
    position: relative;
    box-shadow: 5px 6px 8px rgba(0, 0, 0, .5);
    padding: 10px;
    /* background: white; */
    background-color: rgb(0,0,0,0);
    background-color: rgba(123, 116, 116, 0.11);
    padding: 45px;
}