/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.2.1
*/

@import url("../unicon/style.css");

/*
=================================
CUSTOM ELEMENTS
=================================
*/

.HomeTagline {
    font-size: 28px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-transform: uppercase;
    line-height: 32px;
    /* font-style: italic; */
    letter-spacing: -1px;
    font-weight: 400;
    color: #888078;
    /* text-shadow: 2px 2px 2px #888078; was #AFA49A; */
    text-align: center;
    padding: 0px 40px;
}

.HomeCircleHeadlines {
	font-size: 18px;
	line-height: 18px;
	font-family: 'Montserrat', Arial;
	color:#384C5A; /* Olive Green: #847817; */
	text-align:center;
	font-weight:700;
	letter-spacing: -.5px;
	margin-bottom: 14px;
	text-transform:uppercase;
}

.MissionStatement {
	font-size:28px;
	font-family:'Glegoo', Georgia, serif;
	line-height:34px;
    color:#333;
	text-align:center;
}

.divider-title {
    display: block;
    padding: 0;
    font-size: 20px;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 700;
    position: relative;
}

#gallery-1 {
	margin:0 10px 10px -8px !important;
}

.blog-page .post .button i {
    margin: 0 8px 0 0 !important;
}

.ServicesHeading {
    font-size: 120px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
}

.DescriptionText {margin:0 20px;}

.iconbox h3 {text-transform:uppercase; margin:10px 0px !important;}

.testimonial-slide {font-style:italic;}
.testimonial-slide span {font-style:normal;}

.header-transparent.darkheader.header-v1 {
    background: rgba(255,255,255,0.9) !important;
    background-position: top center !important;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.7) !important;
}

#QuickFactsBox {min-height:120px; 
  background-color:#73741e;
  font-family:'Montserrat', Lato, sans-serif;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
#QuickFactsBox:hover {
	min-height:120px; 
	background-color:#4c4d16; 
	color:#fff; 
	cursor:pointer;
}
#QuickFactsBox .TextContainer {margin:0 auto; width:80%;}
#QuickFactsBox .OneLine {
	display:table-cell; 
	height:120px; 
	width:10%; 
	vertical-align:middle; 
	text-align:center; 
	font-size:19px; 
	color:rgba(255,255,255,0.7); 
	-o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition:.5s;
}
#QuickFactsBox .TwoLines {
	display:table-cell; 
	height:120px; 
	width:10%; 
	vertical-align:middle; 
	text-align:center; 
	font-size:19px; 
	line-height:20px; 
	color:rgba(255,255,255,0.7); 
	-o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   transition:.5s;
}
#QuickFactsBox .OneLine:hover, #QuickFactsBox .TwoLines:hover {color:#fff;}

.BottomShadow {
    -moz-box-shadow:    inset  0  8px 12px -8px rgba(0,0,0,0.2), 
                        inset  0 -8px 12px -8px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset  0  8px 12px -8px rgba(0,0,0,0.2), 
                        inset  0 -8px 12px -8px rgba(0,0,0,0.2);
     box-shadow:        inset  0  8px 12px -8px rgba(0,0,0,0.2), 
                        inset  0 -8px 12px -8px rgba(0,0,0,0.2);
}

/*
=================================
HEADER STYLES
=================================
*/

#header, #mobile-header {
    background-repeat: repeat!important;
}

.divider {
    display: block;
	width:95% !important;
    max-width: 100% !important;
    height: 0;
    margin: 0;
    padding: 0;
}

#navigation .sub-menu ul li a {
    text-transform: capitalize !important;
}

/*
=================================
FOOTER STYLES
=================================
*/

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 8px;
    right: 24px;
    display: none;
}

#back-to-top a {
    position: relative;
    display: block;
    width: 42px;
    height: 36px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px !important;
    opacity: 0.3;
}

#copyright .copyright-col1 {
    padding: 5px 0 0 0 !important;
    font-size: 12px !important;
}

/*
=================================
BUTTON STYLES
=================================
*/

.button, a.button, a.button.color-1, a.button.color-2, a.button.color-3, a.button.color-4, a.button.color-5, #reviews .add_review .button, .pp_woocommerce .pp_content #submit, a.button.color-2.accent-2, a.button.color-3.accent-2 {
    background: #737326 !important;
	  border:0px solid #fff !important;
    color: #ffffff !important;
}

.button:hover, a.button:hover, a.button.color-1:hover, a.button.color-2:hover, a.button.color-3:hover, a.button.color-4:hover, a.button.color-5:hover, #reviews .add_review .button:hover, .pp_woocommerce .pp_content #submit, a.button.color-2.accent-2:hover, a.button.color-3.accent-2:hover {
    background: #4c4c1a !important;
	  border:0px solid #fff !important;
    color: #ffffff !important;
}

a.button.color-5 {
    background: #999999;
    color: #ffffff;
    border: 0px solid #ffffff !important;
}

.wpcf7-form .wpcf7-submit {
    background: #737326 !important;
    color: #ffffff;
    border: none;
    font-weight: 700;
}

input[type=submit]:hover, button:hover, .button:hover, a.button:hover, a.button.color-1:hover, a.button.color-2:hover, a.button.color-3:hover, a.button.color-4:hover, a.button.color-5:hover, #reviews .add_review .button:hover, .pp_woocommerce .pp_content #submit, a.button.color-2.accent-2:hover, a.button.color-3.accent-2:hover {
    background: #4c4c1a !important; /* Was #286273 */
    border-color: #333333;
    color: #ffffff !important;
}

.tp-caption a {
    color:#fff !important; 
    text-decoration:none !important;
}

.tp-caption a:hover {
    color:#fff !important; 
    text-decoration:none !important;
}

/*
=================================
HEADING & TITLE STYLES
=================================
*/

.divider-title.align-center {
    text-align: center;
    margin: 0 auto;
    margin: 0 auto 50px 0 !important;
}

.member h4 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 16px !important;
}

#fulltitle {
    background: #DFDBD4 !important; /* Tan:#A7A07B / Forest Green: #545838 / Slate Blue:#48535A / Deep Blue:#384C5A */
    border-bottom: 0 none #efefef;
}

.titlebar h1 {
    font-weight: 400;
	font-size:24px !important;
	font-family: Montserrat, Arial, sans-serif !important;
    color: #888078 !important;
    text-transform: uppercase;
	/* text-shadow: 2px 2px 2px #B5ADA1; /* was #CAC1B9; */
}

#breadcrumbs {
    color: #fff !important;
    text-align: right;
    font-size: 11px;
    margin-top: 4px;
	text-shadow: 2px 2px 2px #B5ADA1;
}

#breadcrumbs, #breadcrumbs a {
    font: 600 13px Open Sans, Arial, Helvetica, sans-serif !important;
    color: #fff !important;
	text-shadow: 2px 2px 2px #B5ADA1; /* was #CAC1B9; */
}

.blog-page .post h1, .blog-page .post h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-family: Montserrat, Arial, sans-serif;
    text-transform: uppercase;
}

.blog-single .post h1 a {
    color: #3B627D;
}

.fpw-page-title {
    font-style:italic!important;
}

.fpw-read-more-link:before { content: '\A'; }

.fpw-read-more-link {
	background-color:#a5a39b;
	color:#384C5A !important;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	padding:5px 10px;
	margin-top:10px;
	border-radius:5px;
	display:block;
	max-width:100px;
	text-align:center;
}

.fpw-read-more-link:hover {
	background-color:#d3d2c5;
	color:#384C5A !important;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	padding:5px 10px;
	margin-top:10px;
	border-radius:5px;
	display:block;
	max-width:100px;
	text-align:center;
}

/*
=================================
FORM STYLES
=================================
*/

textarea {
    background: #f9f9f9 !important;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    background: #f9f9f9 !important;
}
