/*
Theme Name: Lokal Loksmith
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
===========================================================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }
*:focus {
    outline: 0 !important;
}
a {
	outline: none !important;
	border: none;
	text-decoration: none;
    transition: all 0.1s ease-in 0.1s;
    color: #344456;
}
a:hover {
	text-decoration: none !important;
	color: #344456;2
}
/*
div {
	transition: all 600ms ease-in-out 0s;
}
*/
body, html {
  height: 100%;
  font-family: 'Lato', sans-serif !important;
  color: #344456;
}
.animated { 
	visibility: visible !important; 
}
.screen {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.5);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.5);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
    
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*
===========================================================
	General Section
===========================================================
*/

.content_area {
    padding: 85px 0;
    position: relative;
}
.content_parent {
	padding: 85px 0;
}
.content_area_small {
	padding: 65px 0;
}
.content_top {
	padding: 65px 0 0;
	position: relative;
}
.content_bottom {
	padding: 0 0 65px;
	position: relative;
}
.content_med {
    padding: 100px 0;
    position: relative;
}
.content_large {
    padding: 130px 0;
    position: relative;
}
.content_width_large {
	width: 90%;
	margin: 0 auto;
}
.content_width {
	width: 85%;
	margin: 0 auto;
}
.content_width_med {
	width: 75%;
	margin: 0 auto;
}
.content_width_small {
	width: 65%;
	margin: 0 auto;
}
.content_grey {
    background-color: #f7f7f7;
}
.margin_top_xs {
	margin-top: 5px;
}
.margin_top_small {
	margin-top: 15px;
}
.margin_top {
	margin-top: 25px;
}
.margin_top_med {
	margin-top: 35px;
}
.margin_top_large {
	margin-top: 45px;
}
.margin_top_xl {
	margin-top: 65px;
}
.margin_bottom_xs {
	margin-bottom: 5px;
}
.margin_bottom_small {
	margin-bottom: 15px;
}
.margin_bottom {
	margin-bottom: 25px;
}
.nomargin_bottom {
	margin-bottom: 0 !important;
}
.margin_bottom_med {
	margin-bottom: 35px;
}
.margin_bottom_large {
	margin-bottom: 45px;
}
.margin_bottom_xl {
	margin-bottom: 65px;
}
.entry ul, .panel-body ul {
	list-style: outside none none;
    padding: 0 !important;
    margin: 25px 0;
}
.entry ul li, .panel-body ul li {
    background-image: url("./assets/img/constants/list-item.png");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: none;
    margin-bottom: 12px;
    padding-left: 25px;
    width: 100%;
}
.title h1 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 1px;
    font-size: 32px;
    color: #192f58;
}
.title h2 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 1px;
    font-size: 26px;
    color: #192f58;
}
.title h3 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 1px;
    font-size: 21px;
    color: #192f58;
}
.title h4 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: #192f58;
}
.title h5 {
	margin: 0;
	padding: 0;
	font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    color: #192f58;
}
.excerpt.excerpt_xs p {
	font-size: 15px;
}
.excerpt.excerpt_small p {
	font-size: 17px;
}
.excerpt p {
	margin: 0;
	font-weight: 300;
	font-size: 19px;
}
.excerpt.excerpt_med p {
	font-size: 21px;
}
.excerpt.excerpt_large p {
	font-size: 24px;
}
.uppercase {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
hr.break {
    border-width: 5px 0 0;
    margin: 0 auto;
    width: 65px;
}
.white {
	color: #fff !important;
}
.title hr {
    border-color: #fce421;
    border-width: 5px 0 0;
    margin: 10px auto 0 0;
    width: 50px;
}
.link {
    border-bottom: 1px solid #b7b7b7;
    color: #fff;
    font-weight: 600;
    padding-bottom: 6px;
    font-family: "museo-sans-rounded", sans-serif;
    letter-spacing: 2px;
    transition: all 600ms ease-in-out 0s;
}
.link:hover {
    border-bottom: 1px solid #fce421;
    color: #fff;
}
.more_btn a {
    background: rgba(0, 0, 0, 0) url("./assets/img/bullet-icon.png") no-repeat scroll left center / auto 2px;
    color: #192f58;
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 25px;
}
.block_link {
    background: #29456d url("./assets/img/button-icon.png") no-repeat scroll right 15px center / auto 17px;
    display: inline-block;
    padding: 14px 40px 14px 20px;
    border-radius: 2px;
    transition: all 600ms ease-in-out 0s;
}
.block_link:hover {
    background: #0f2b53 url("./assets/img/button-icon.png") no-repeat scroll right 15px center / auto 17px;
}
.block_link a {
	color: #fff;
	 font-family: "museo-sans-rounded",sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all 600ms ease-in-out 0s;
}
.content_main {
    margin-bottom: 0;
    margin-top: -215px;
    position: relative;
}
.page_content ul {
    margin: 25px 0;
    text-align: center;
    list-style-type: circle;
}
.page_content ul li {
    margin: 5px 0;
    display: inline-block;
    float: none;
    width: 100%;
}
.page_content ul > li::before {
    background-color: #344456;
    border-radius: 10px;
    content: "";
    display: inline-block;
    height: 5px;
    margin-right: 8px;
    width: 5px;
    position: relative;
    top: -2px;
}

/*
===========================================================
	Header Section
===========================================================
*/

header {
    background: none repeat scroll 0 0;
    display: block;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}
.header_left {
    display: table;
    float: left;
    height: 50px;
}
.logo {
	display: inline-block;
	margin-right: 25px;
}
.header_number {
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
	border-left: 1px solid #fce421;
}
.header_number a {
    color: #fff;
    display: block;
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}
.logo img {
	width: auto;
	height: 50px;
}
.menu-primary-menu-container {
    display: inline-block;
    float: right;
}
ul.nav.navbar-nav {
    display: inline-block;
    float: right;
}
.nav li.menu-item-34:hover ul.dropdown-menu {
	display: block;
}
.nav > li {
	margin-left: 50px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}
.nav > li > a {
    color: #fff;
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 15px 0 !important;
}
.nav > li.current-menu-item > a {
    color: #fbe318;
}
.nav > li.current-page-ancestor > a {
    color: #fbe318;
}
.nav > li > a:hover {
    color: #fbe318;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none !important;
}
.navbar-nav > li > .dropdown-menu {
    background: rgba(0, 0, 0, 0) url("./assets/img/dropdown_bg.png") no-repeat scroll center top !important;
    margin-top: 0;
    min-width: 100px !important;
    padding: 40px 20px 20px 20px;
    z-index: 3;
    border: medium none;
    box-shadow: none;
    border-radius: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: none !important;
	color: #fbe318 !important;
}
.navbar-nav .dropdown-menu {
    margin-left: -55px;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff !important;
    display: block !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 10px 20px !important;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 9999 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: none !important;
	color: #fbe318;
}
.dropdown-menu li.current_page_item a {
	color: #fbe318 !important;
	background: none !important;
}
.nav-container {
	display: none;
}

/*
===========================================================
	Header Resp Section
===========================================================
*/

nav {
    display: table;
    height: 100%;
    width: 100%;
}
.resp_nav_wrap {
    display: table;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.resp_nav_inner.clearfix {
    display: table-cell;
    vertical-align: middle;
}
nav .links {
    margin: 25px 0 !important;
}
nav ul.links li.middle  {
	margin: 10px 0;
}
nav ul.social li {
	float: none;
}
.hr {
    border: 1px solid #495967;
    margin: 0 48%;
}
nav ul.social {
    margin: 25px 0 0;
}

ul.main_menu {
	padding: 0;
	margin: 0 0 15px;
}
ul.main_menu li {
    display: block;
    margin: 0 0 10px;
    width: 100%;
}
ul.main_menu li.active {
    margin: 0 0 15px;
}
ul.main_menu li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #1d3860;
    transition: all 600ms ease-in-out 0s;
    padding-bottom: 5px;
}
ul.main_menu li.active a, ul.main_menu li.current-page-ancestor a, ul.main_menu li.current_page_parent a, ul.main_menu li.current-menu-item a {
    border-bottom: 2px solid #fce421;
    color: #fff;
    padding-bottom: 5px;
}
ul.main_menu li.current_page_item a {
    border-bottom: 2px solid #fce421;
    color: #fff;
    padding-bottom: 5px;
}
.page-id-158 ul.main_menu li.menu-item-27 a, .page-id-158 ul.main_menu li.menu-item-160 a {
    border-bottom: 2px solid #fce421;
    color: #fce421;
}
nav ul.links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
nav ul.links li {
    display: block;
    width: 100%;
}
nav ul.links li.middle {
    margin: 10px 0;
}
nav ul.links li img {
	display: inline-block;
	float: left;
	width: auto;
	height: 20px;
	margin-right: 10px;
}
nav ul.links li p {
	display: inline-block;
	float: left;
	color: #fff;
	margin: 0;
}

/*
===========================================================
	Home Section
===========================================================
*/

.hero {
    height: 50%;
    min-height: 850px;
    overflow: hidden;
    position: relative;
}
.hero .screen {    
    /* Web browsers that does not support RGBa */
    background: rgba(24, 47, 89, 0.9);
    /* IE9/FF/chrome/safari supported */
    background: rgba(24, 47, 89, 0.9);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5182F59, endColorstr=#E5182F59)";
}
.hero_wrap {
	display: table;
    height: 100%;
    width: 100%;
}
.hero_inner {
	display: table-cell;
	vertical-align: middle;
}
.hero_content {
    margin-top: 2.5%;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 99;
}
.hero_content h1 {
    font-family: "museo-sans-rounded", sans-serif;
    font-size: 56px;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.hero_content h1 span {
	color: #fce421;
}
.more_section {
    bottom: 35px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 600ms ease-in-out 0s;
    cursor: pointer;
    z-index: 9;
    
    opacity: .65; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=65)”; /* ie 8 */
	filter: alpha(opacity=65); /* ie lt 7 */
	-khtml-opacity: .65; /* safari 1.x */
	-moz-opacity: .65; /* ff lt 1.5, netscape */
}
.more_section:hover {
	opacity: 1; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=100)”; /* ie 8 */
	filter: alpha(opacity=100); /* ie lt 7 */
	-khtml-opacity: 1; /* safari 1.x */
	-moz-opacity: 1; /* ff lt 1.5, netscape */
}
.more_section p {
    color: #fff;
    font-family: "museo-sans-rounded",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}
.more_section img {
    height: 25px;
}

/*
===========================================================
	Banner Section
===========================================================
*/

.banner {
    height: 50%;
    min-height: 650px;
    overflow: hidden;
    position: relative;
}
.banner .screen {    
    /* Web browsers that does not support RGBa */
    background: rgba(24, 47, 89, 0.9);
    /* IE9/FF/chrome/safari supported */
    background: rgba(24, 47, 89, 0.9);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5182F59, endColorstr=#E5182F59)";
}
.banner_wrap {
    display: table;
    height: 100%;
    width: 100%;
}
.banner_inner {
    display: table-cell;
    vertical-align: middle;
}
.banner_content {
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    z-index: 9;
}
.banner_content h1 {
	font-family: "museo-sans-rounded", sans-serif;
    font-size: 42px;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}

/*
===========================================================
	Services Section
===========================================================
*/

.services_section {
	background: #1d3860 url("./assets/img/pattern.png");
    background-position: auto auto;
    background-repeat: repeat;
}
/*
.service-carousel .owl-controls {
	display: none;
}
*/
.customNavigation {
    padding: 0 45px 0 15px;
    position: relative;
    text-align: right;
    z-index: 99;
}
.customNavigation .btn {
    background-color: #fce421;
    border-radius: 0 !important;
    float: none;
    padding: 15px 20px;
}
.customNavigation .btn img {
	width: auto;
	height: 15px;
}
.service-carousel {
    margin-top: -26px;
}
.service_content {
    display: table;
    margin: 0;
    width: 100%;
}
.service_content .col {
    display: table-cell;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.service_content .col_content {
    padding: 0;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
}
.service_content .col_img {
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
}
.service_content .col_img {
	height: 415px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*
.service_content .col_img img {
    height: auto !important;
    margin: 0 auto;
    max-height: 500px;
    width: 100%;
}
*/
.services_section .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff #fff;
}
.services_section .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #fff;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.services_section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #fff;
}
.preview_block_child {
	margin-bottom: 25px;
}
.preview_content {
    background-color: #f7f7f7;
    min-height: 185px;
    padding: 25px;
    position: relative;
}
.preview_content .more_btn {
    bottom: 25px;
    position: absolute;
}
.preview_block .screen {
	/* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 1);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 1);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF000000, endColorstr=#FF000000)";
    opacity: 0.35;
    transition: all 600ms ease-in-out 0s;
}
.preview_block:hover .screen {
	opacity: 0.15;
}

/*
===========================================================
	Owl Slider Settings / Testimonial Section
===========================================================
*/

.testimonial_section img {
    height: 25px;
    width: auto;
}
.owl-controls {
    margin: 50px 0 0;
    text-align: center;
}
.owl-carousel .owl-stage {
    cursor: move;
}
.service_slide .owl-theme .owl-controls {
    margin-top: 65px;
    text-align: center;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: none repeat scroll 0 0 #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #30353c #30353c;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #30353c;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #30353c;
}

/*
===========================================================
	Page Listing / Other Section
===========================================================
*/

.preview_img {
	position: relative;
	height: 250px;
}
.featured_img {
	position: relative;
	height: 450px;
}


/*
===========================================================
	Google Map Section
===========================================================
*/

.google_map {
    margin: 0;
}
.gmap3 {
    height: 450px;
    margin: 0 auto;
}

/*
===========================================================
	Social / Links Section
===========================================================
*/

ul.social {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
ul.social li {
	display: inline-block;
	float: none;
	margin: 0 5px;
}
ul.social li img {
	width: auto;
	height: 20px;
}
ul.contact_item {
    display: block;
    list-style: outside none none;
}
ul.contact_item li {
	display: inline-block;
	float: none;
	margin: 0;
}
ul.contact_item li img {
    display: inline;
    float: left;
    height: 20px;
    width: auto;
}
ul.contact_item li p {
    display: inline;
    float: left;
    margin: 0 0 0 15px;
}
ul.contact_item li p a {
    display: block;
}
ul.service_items li {
	display: inline-block;
	float: none;
	width: 33%;
}
ul.service_items li a {
    background: rgba(0, 0, 0, 0) url("./assets/img/bullet-icon.png") no-repeat scroll left center / auto 2px;
    color: #fff;
    font-family: "museo-sans-rounded",sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding-left: 35px;
    transition: all 600ms ease-in-out 0s;
}
ul.service_items li a:hover {
	color: #fbe318;
}

/*
===========================================================
	Footer Section
===========================================================
*/

.footer {
	background-image: url("./assets/img/footer_bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 500px;
    color: #000000;
}
.footer a {
	color: #000000;
}
.footer p {
	margin: 0;
}
.footer .title h5 {
	color: #000000;
}
.address_section {
	padding-top: 10px;
}

/* Custom Min Width ----------- */
@media (min-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1450px) {
.hero { height: 100%; min-height: auto; }
}

/* Custom Min Width ----------- */
@media (max-width: 1200px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1100px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1024px) {
.content_area { padding: 45px 0; }
.content_parent { padding: 45px 0; }
.content_area_small { padding: 45px 0; }
.content_top { padding: 45px 0 0; }
.content_bottom { padding: 0 0 45px; }
.content_med { padding: 80px 0; }
.content_large { padding: 110px 0; }
.margin_top { margin-top: 15px; }
.margin_top_med { margin-top: 25px; }
.margin_top_large { margin-top: 35px; }
.margin_top_xl { margin-top: 45px; }
.margin_bottom { margin-bottom: 15px; }
.margin_bottom_med { margin-bottom: 25px; }
.margin_bottom_large { margin-bottom: 35px; }
.margin_bottom_xl { margin-bottom: 45px; }
.title h1 { font-size: 28px; }
.title h2 { font-size: 24px; }
.title h3 { font-size: 19px; }
.title h4 { font-size: 15px; }
.title h5 { font-size: 15px; }
.excerpt.excerpt_small p { font-size: 16px; }
.excerpt.excerpt_med p { font-size: 19px; }
.excerpt.excerpt_large p { font-size: 21px; }

.nav > li > a:hover { color: #fff; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: #fff !important; }
ul.service_items li a:hover { color: #fff; }
.preview_block .screen { opacity: 0.15; }
.more_section { opacity: 1; }
.link:hover { border-bottom: 1px solid #fff; }
.block_link:hover { background: #29456d url("./assets/img/button-icon.png") no-repeat scroll right 15px center / auto 17px; }
.nav li.menu-item-34:hover ul.dropdown-menu { display: none !important; }
.content_main { margin-top: 0; }
.banner { height: 50%; min-height: 450px; }
.banner_content { margin: 50px 0 0; }
.hero_content h1 { font-size: 42px; }
.banner_content h1 { font-size: 32px; }
.hero { height: 100%; min-height: 0 !important; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.navbar-resp { top: 10px; position: relative; }
}

/* Custom Min Width ----------- */
@media (max-width: 1000px) {
.content_width_small { width: 75%; }
.content_width { width: 95%; }
.content_width_med { width: 95%; }
.content_width_large { width: 100%; }

.menu-primary-menu-container { display: none; }
.nav-container { display: block; }
.banner { height: 40%; min-height: 300px; }
.content_width.contact_section { width: 100%; }
.featured_img { height: 350px; }
.preview_content { min-height: 250px; }
}

/* Custom Min Width ----------- */
@media (max-width: 900px) {
.logo img { height: 40px; }
.header_left { height: 40px; }
.logo { margin-right: 20px; }
.header_number { padding-left: 15px; }
}

/* Custom Min Width ----------- */
@media (max-width: 850px) {

}

/* Custom Min Width ----------- */
@media (min-width: 768px) {

}

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
ul.main_menu { padding-top: 35px; }
}

/* Custom Min Width ----------- */
@media (max-width: 767px) {
.content_area { padding: 35px 0; }
.content_parent { padding: 35px 0; }
.content_area_small { padding: 35px 0; }
.content_top { padding: 35px 0 0; }
.content_bottom { padding: 0 0 35px; }
.content_med { padding: 45px 0; }
.content_large { padding: 65px 0; }
.margin_top_med { margin-top: 15px; }
.margin_top_large { margin-top: 25px; }
.margin_top_xl { margin-top: 35px; }
.margin_bottom_med { margin-bottom: 20px; }
.margin_bottom_large { margin-bottom: 25px; }
.margin_bottom_xl { margin-bottom: 35px; }
.title h1 { font-size: 24px; }
.title h2 { font-size: 21px; }
.title h3 { font-size: 17px; }
.title h4 { font-size: 16px; }
.title h5 { font-size: 15px; }
.excerpt.excerpt_small p { font-size: 15px; }
.excerpt.excerpt_med p { font-size: 17px; }
.excerpt.excerpt_large p { font-size: 19px; }
.content_width_small { width: 100%; }
.content_width { width: 100%; }
.content_width_med { width: 100%; }
.content_width_large { width: 100%; }

.gmap3 { height: 250px; }
.banner_content h1 { font-size: 21px; }
.hero_content h1 { font-size: 32px; }
.footer .margin_bottom_med { margin-bottom: 5px; }
.address_section { margin-bottom: 25px; }
.preview_content { min-height: auto; }
.preview_content .more_btn { bottom: 0; display: block; margin-top: 15px; position: relative; width: 100%; }
.preview_block_child { margin-bottom: 15px; }
hr.break { margin: 0 auto 5px; }
.title h4 span { display: block; }
ul.service_items li { display: block; float: none; width: 100%; }
ul.service_items .clearfix { display: none; }
ul.service_items li a { padding-left: 25px; }
ul.service_items li { margin: 5px 0; }
.header_number { display: none; }
.logo { margin-right: 0; }
.service_content .col_content { margin-bottom: 15px; }
.service_content .col { display: block; width: 100%; }
.service_content .col_img { display: none !important; }
.service-carousel { margin-top: 15px; }
.customNavigation { text-align: left; margin-top: 5px; }
.customNavigation .btn img { height: 10px; }
.customNavigation .btn { padding: 10px 15px; }
ul.contact_item li { display: block; }
ul.contact_item.contact_second li { margin: 10px 0; }
.content_width.contact_section { width: 100%; text-align: center; }
.banner { height: 35%; min-height: 200px; }
.featured_img { height: 200px; }
.preview_img { height: 200px; }
.contact_section ul.contact_item li { display: inline-block; float: none; width: auto }
ul.contact_item { margin: 0; }
ul.contact_item.contact_second li { margin: 5px 0; }
.contact_section ul.social { margin-top: 10px; }
ul.contact_item li.clearfix.margin_bottom_small { margin: 0; }
.address_section { padding-top: 0; }
}


/* Custom Min Width ----------- */
@media (max-width: 480px) {

}