/**
 * @package     Joomla.Site
 * @subpackage  mod_ut_contact_pro
 * @copyright   Copyright (C) 2016 www.Unitemplates.com. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Container and General class*/
.ut-ctc .ctc-ct .ctc-title{margin-top: 0;}
.ut-ctc .ctc-ct .ctc-intro{margin-bottom: 20px;}

/* Info Horizontal*/
.info-horizontal{text-align: center;}
.info-horizontal ul{padding: 0;margin: 0 -8px}
.info-horizontal ul > li{margin: 0 8px;display: inline-block;border-bottom: none;padding: 10px 0;}
.info-horizontal ul > li >i{font-size: 24px;margin-right: 5px;position: relative;top: 2px;}

/* Info Vertical */
.info-vertical ul{padding: 0;list-style: none;}
.info-vertical ul > li{border-bottom: none;padding: 10px 0;}
.info-vertical ul > li > i{font-size: 24px;margin-right: 5px;position: relative;top: 2px;}

/* All Forms */
.ut-ctc form{}
.ut-ctc form input[type="text"], .ut-ctc form textarea.textarea{max-width: 100%;}
.ut-ctc form .error-color{color: #d9534f;display: block;text-align: center;line-height: 4;}

/* Spces */
.ut-ctc div[class*="ctc-"] .ctc-title{margin-bottom: 0;}
.ut-ctc div.ctc-title .title{margin-top: 0;}
.ut-ctc .ctc-top > div,
.ut-ctc .ctc-left > div,
.ut-ctc .ctc-right > div,
.ut-ctc .ctc-bottom > div{margin-bottom: 20px;}

/* Responsive */
@media screen and (max-width:767px){
	.ctc-right{margin-top: 20px;}
}
