/*
 * Theme Name: CSSI
 * Author: caddev	
 * Version: 1.0.0
 **/

.inner-page-banner-content>div {
    width: 100%;
}
.hover-opacity-7 {
	transition: all 0.3s;
}
.hover-opacity-7:hover {
    opacity: 0.7;
}

.hover {
	transition: all 0.3s;
}
.hover-opacity-6:hover {
    opacity: 0.7;
}


.post-item > div {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-form .gform_wrapper h3.gform_title {
    font-size: 40px;
}

.layout_content_background_image a:hover {
	color: #eee;
}

.wp-block-image img {
	margin-top: 1em;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gform_confirmation_message {
    font-size: 20px;
    font-weight: 700;
}

div#gform_confirmation_message_1 {
    text-align: center;
    color: #fff;
    padding-top: 200px;
    padding-bottom: 200px;
}

.page-sidebar div#gform_confirmation_message_1 {
	background-color: #f05026;
    padding-left: 30px;
    padding-right: 30px;
}
#map {
    height: 485px;
}
body .gform_wrapper .top_label div.ginput_container select {
    padding: 15px 20px !important;
}
div#gform_confirmation_message_2 {
	text-align: center;
}

.layout_content_background_image p {
	margin-bottom: 0;
}

.slick-slide a {
	outline: none;
}

.dropdown-menu {
    border-radius: 0;
    background-color: #f05026;
    padding: 0;
}

.dropdown-menu li:last-child {
    margin-bottom: 0;
}

.dropdown-menu li a {
    color: #fff;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-menu li a:hover {
    color: #1f1f1f;
    background-color: #fff;
}