/*
Theme Name:     Jlll Rogers
Description:    Child Theme Based on Divi
Author:         jf
Template:       Divi
Version:        1.1.0
*/
@import url("../Divi/style.css");
/*custom fonts*/
@font-face {
    font-family: Gravity;  
    src: url(fonts/Gravity-Book.otf), url(fonts/Gravity-Book.ttf);
    	  
    font-weight: normal;
}

@font-face {
    font-family: Gravity;  
    src: url(fonts/Gravity-Light.otf), url(fonts/Gravity-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Gravity;  
    src: url(fonts/Gravity-Bold.otf), url(fonts/Gravity-Bold.ttf);
    font-weight: bold;
}

@font-face {
	font-family: Nexa;  
	src: url(fonts/Nexa-Bold.otf), url(fonts/Nexa-Bold.ttf);  
	font-weight: bold;
}

@font-face {
	font-family: Nexa;  
	src: url(fonts/Nexa-Light.otf), url(fonts/Nexa-Light.ttf);  
	font-weight: 100;
}

/* GENERAL */
body {
	font-family: Gravity;
}

h1 {
	font-family: Nexa;
    font-weight: bold;
    letter-spacing: 1px;
}

@media only screen and (min-width: 981px) {
	h1 {
		font-size: 36px;
	}
}

h2 {
	font-family: Nexa;
	font-weight: bold;
	padding-bottom: 20px;
	color: #1f201a;
}

.et_pb_text h2 {
	color: #1f201a;
	text-transform: uppercase;
	line-height: 1.2;
}

.et_pb_text ul {
	margin-left: 2em;
}

.entry-content ul {
    margin-left: 20px;
}

.et_pb_text p + h2,
.et_pb_text ol + h2 {
    padding-top: 0.7em;
    padding-bottom: 0.4em;
}

.et_pb_text p + h3,
.et_pb_text p + ol {
    font-weight: 600;
    padding: 0.5em 0 0.3em;
}

#main-content.et_full_width_page .container:before {
	display: none;
}

.hidden {
    display: none !important;
}

/* module */
body .et_pb_button {
    letter-spacing: 2px;
    text-transform: uppercase !important;
    display: inline-block !important;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

body .et_pb_button:before {
	content: "";
	display: block !important;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	margin-left: unset !important;
}

/* .dark-bg .et_pb_bg_layout_light.et_pb_module.et_pb_button:before { */
.dark-bg .et_pb_bg_layout_light.et_pb_button:before {
	background: #fbca4c;
}

/* .light-bg .et_pb_bg_layout_light.et_pb_module.et_pb_button:before,
.et_pb_bg_layout_light.et_pb_module.et_pb_button:before { */
	.light-bg .et_pb_bg_layout_light.et_pb_button:before,
.et_pb_bg_layout_light.et_pb_button:before {
	background: #fa4b97;
}

#slider .et_pb_button:before {
	background: #fff;
}

body .et_pb_button:hover:before,
body .et_pb_button:focus:before,
body .et_pb_button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	opacity: 1;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	padding: 0.3em 2em !important;
}

/* .dark-bg .et_pb_bg_layout_light.et_pb_module.et_pb_button { */
.dark-bg .et_pb_bg_layout_light.et_pb_button {
	color: #fbca4c;
	border-color: #fbca4c !important;
}

/* .dark-bg .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover { */
.dark-bg .et_pb_bg_layout_light.et_pb_button:hover {
	color: #4a3c39 !important;
	border-color: #fbca4c !important;
	background: transparent !important;
}

/* .et_pb_bg_layout_light.et_pb_module.et_pb_button { */
.et_pb_bg_layout_light.et_pb_button {
	color: #fa4b97
}

/* .et_pb_bg_layout_light.et_pb_module.et_pb_button:hover { */
.et_pb_bg_layout_light.et_pb_button:hover {
	color: #fff;
}

/* animation  */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes shine{
	100%{
		left:160%;-webkit-transform:skewX(45deg);transform:skewX(45deg);
	}
}

/* header */
	/* logo header */
.custom_logo_container {
	background: url(images/logo_background.jpg);
	background-size: cover;
}

@media (max-width: 980px) {
	.et_header_style_centered #main-header {
		padding: 0;
	}
}

	/* menu */
.custom_menu_container {
    background-color: #f1d7e2;
}
#top-menu-nav > ul > li {
	text-transform: uppercase;
}

@media (max-width: 980px) {
	.et_header_style_centered #et_mobile_nav_menu {
		margin-top: 0;
	}

	.mobile_menu_bar:before {
		color: #4a3c39;
	}

	.et_mobile_menu {
		border-top-color: #4a3c39;
	}
}

#top-menu li {
	padding-right: 0;
}

@media only screen and (min-width: 981px) {
	.et_header_style_centered #top-menu > li > a {
	    padding-bottom: 16px !important;
	    padding: 16px 25px;
	}

	.et_header_style_centered #top-menu > li > a:after {
	    content: '';
	    width: 1px;
	    height: 15px;
	    display: block;
	    background: #0f0f0d;
	    z-index: 999999;
	    position: absolute;
	    right: 0;
	    top: 37%;
	}

	.et_header_style_centered #top-menu > li:last-child > a:after {
		display: none;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1178px) {
	.et_header_style_centered #top-menu > li > a {
		padding: 16px 21px;
	}
}


/* slider */
#slider .et_pb_slide_description .et_pb_slide_title {
	font-weight: normal !important;
	line-height: 1.2;
}

#slider .et_pb_button {
    color: #fff;
    border-color: #fff;
}

#slider .et_pb_button:hover {
	background: transparent !important;
	border-color: #fff !important;
	color: #000 !important;
}

@media only screen and (min-width: 981px) {
	#slider .et_pb_slide_description {
	    width: 53%;
	    padding-right: 0;
	    padding-left: 0px;
	    text-align: right;
	    margin-right: 0;
	    position: relative;
	}

	#slider .et_pb_slide_description:after {
	    content: '';
	    background: rgba(0,0,0,0.8);
	    width: 1000%;
	    height: 100%;
	    display: block;
	    position: absolute;
	    left: -2%;
	    top: 2%;
	    z-index: -1;
	}

	#slider .et_pb_slider .et_pb_container {
		margin-top: 7%;
		margin-bottom: 0;
	}

}

@media only screen and (max-width: 980px) {
	#slider .et_pb_slide_description {
	    background: rgba(0,0,0,0.8);
	    text-align: right;
	    margin: 8% auto 0;
	    padding: 6%;
	}
}

#slider .et_pb_slide_2 .et_parallax_bg {
    background-position: bottom;
}

.et-pb-controllers a {
	background-color: #fff !important;
	width: 11px;
    height: 11px;
    margin-right: 15px;
}

.et-pb-controllers .et-pb-active-control {
	background-color: #fa4b97 !important;
}

/*  */
.dark-bg h2 {
	color: #fbca4c !important;
}

.dark-bg .et_pb_text {
	color: #f1d7e2 !important;
}

/*  */
.light-bg h2 {
	color: #fa4b97 !important;
}

/* interior design */
.section-interior-design .et_pb_main_blurb_image  {
	margin-bottom: 10px;
}

.section-interior-design .et_pb_blurb h4 {
	text-transform: uppercase;
}

.section-interior-design .et_pb_blurb .et_pb_main_blurb_image a:hover img {
	animation: pulse 1s ease !important;
}

.ease {
	animation: ease;
	opacity: 1;
}

/* feature */
#spic .owl-theme .owl-nav [class*="owl-"] {
	width: 26px;
	height: 26px;
}

.owl-carousel .owl-item {
	overflow: hidden;
}

.owl-carousel .owl-item a img {
    transition: 1s;
}

.owl-carousel .owl-item a:hover img {
    transition: 1s;
    transform: scale(1.2);
}

/* testi */
.col-owl .et_pb_testimonial {
    border-top: 16px solid #fff;
}

.col-owl .et_pb_testimonial_description {
	display: block;
}

.col-owl .et_pb_testimonial_description_inner {
	width: 100% !important;
}

.col-owl .et_pb_testimonial_description_inner > p {
    display: none;
}

.col-owl .et_pb_testimonial_description_inner > p:first-child,
.col-owl .et_pb_testimonial_description_inner > .et_pb_testimonial_meta {
    display: block;
}

.col-owl .et_pb_testimonial_description_inner > p:first-child {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 7.5em;
}

.col-owl .et_pb_testimonial_portrait {
    display: block;
    float: none;
    text-align: center;
    margin: auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #4a3c39;
}
.owl-theme .owl-dots{
	text-align: center;
	margin-top: 16px;
}

.row-testi .mfp-hide {
	display: inline-block !important;
}

.row-testi .et_pb_testimonial {
	cursor: pointer;
}

.testi-popup-container .mfp-content .et_pb_testimonial {
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

/* footer */
#main-footer .footer-widget h4 {
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5%;
    letter-spacing: 1px;
}

@media only screen and (min-width: 981px) {
	#footer-widgets {
		padding-top: 7%;
	}
}

#footer-widgets .footer-widget li:before {
	display: none;
}

#footer-widgets .footer-widget #menu-footer-social li {
    display: inline-block;
    padding-left: 0;
    margin: 0 35px;
}

@media only screen and (max-width: 980px) {
	#footer-widgets .footer-widget #menu-footer-social li {
		margin: 0 2%;
	}
}

#footer-widgets .footer-widget #menu-footer-social li a {
    border: 2px solid;
    border-radius: 50%;
    padding: 8px;
    font-size: 25px;
    width: 45px;
    height: 45px;
    display: block;
}

@media (max-width: 375px) {
	#footer-widgets .footer-widget #menu-footer-social li a {
		padding: 2px;
	    font-size: 15px;
	    width: 30px;
	    height: 30px;
	}
	
}

#footer-widgets .footer-widget #menu-footer-social li a:hover {
	color: #fbca4c;
}

#footer-widgets .footer-widget #menu-footer-social li a i.fa-envelope {
	position: relative;
	top: -2px;
}

#footer-widgets .footer-widget #menu-footer-social li a i.fa {
	transition: 1s;
}

#footer-widgets .footer-widget #menu-footer-social li a:hover i.fa {
    transform: rotateY(360deg);
    transition: 1s;
}

.footer-widget {
	text-align: center;
}

@media only screen and (max-width: 980px) {
	#footer-widgets .footer-widget {
		width: 100% !important;
	}
}

.et_pb_widget {
	float: none;
}

@media (min-width: 981px) {
	.et_pb_gutters3 .footer-widget {
		margin-bottom: 5%;
	}
}

#footer-info {
	text-align: center;
	float: none;
}

.bottom-nav {
    padding-top: 0;
    text-align: center;
}

.bottom-nav li {
	font-weight: normal;
}

#footer-info {
    font-size: 13px;
    padding-bottom: 0;
    letter-spacing: 1px;
}

#footer-info a {
    font-weight: normal;
} 

#footer-bottom .container:before {
    content: '';
    display: block;
    margin: 0 auto 2%;
    height: 1px;
    background: #fbca4c;
}

@media (min-width: 981px) {
	#footer-bottom .container:before {
		width: 56%;
	}
}

/* business profile */
	/* section1 */

.section-bp-section1 .et_pb_image a img {
    transition: 1s;
}

.section-bp-section1 .et_pb_image a:hover img {
    transform: scale(1.2) rotate(-2deg);
    transition: 1s;
}

.section-bp-counter .et_pb_number_counter {
	font-family: Arial;
	margin-top: 1.8em !important;
}

.section-bp-counter .et_pb_number_counter h3 {
    font-weight: bold;
    color: #fbca4c;
    letter-spacing: 1px;
    line-height: 1.3;
    padding-top: 5px;
}

.nc-plus .percent p:after {
    content: '+';
}

@media only screen and (min-width: 981px) {
	.section-bp-counter .et_pb_column:after {
	    content: '';
	    display: block;
	    height: 229px;
	    width: 1px;
	    background: #fbca4c;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	.section-bp-counter .et_pb_column:first-child:before {
	    content: '';
	    display: block;
	    height: 229px;
	    width: 1px;
	    background: #fbca4c;
	    position: absolute;
	    top: 0;
	    left: 0;
	}

	.section-bp-counter .et_pb_column {
		padding: 30px 10px;
	}
}

/* services */
.cpt-title {
    border-bottom: 1px solid #fe4f9a;
    margin: 0.6em 0 0.7em;
}

@media only screen and (min-width: 981px) {
	.cpt-title {
		min-height: 80px;
	}

	.cpt-title h4 {
		font-size: 18px;
	}

	.cpt-row .one_fourth {
		position:relative;
	    width: 23%;
	    margin-right: 2%;
		float: left;
	}
}

@media only screen and (max-width: 980px) {

}

.cpt-title h4 {
	text-transform: uppercase;
	color: #fe4f9a;
	line-height: 1.3;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}

.cpt-image {
    text-align: center;
}

.cpt-image a img {
	transition: 1s;
	vertical-align: top;
}

@media only screen and (min-width: 981px) {
	.cpt-image a:hover img {
		transform: scale(1.1);
	}
}

.cpt-col {
    margin-bottom: 4em !important;
    overflow: hidden;
}

.cpt-excerpt {
    margin-bottom: 0.5em;
}

.cpt-readmore {
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.cpt-readmore a span {

}

.cpt-readmore a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.cpt-readmore a:hover {
	opacity: 0.9;
}

.cpt-readmore a span {
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cpt-readmore a:hover span {
    right: -2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* services single page */
#main-content.et_full_width_page .container {
	padding-top: 0;
}

.subpage-service {
    background: url(images/services-header-background.jpg);
}

@media (min-width: 981px) {
	.section-subpage,
	#left-area.section-subpage {
	    padding: 4% 0;
	}
}

@media only screen and (min-width: 1350px) {
	.section-subpage,
	#left-area.section-subpage {
	    padding: 54px 0;
	}
}

@media (max-width: 980px) {
	.section-subpage,
	#left-area.section-subpage {
	    padding: 50px 0;
	}
}

#left-area.section-subpage {
	padding-right: 0;
}

.subpage-header-text h1 {
    padding-bottom: 0.4em;
}

.subpage-header-text h3 {
	font-family: Nexa;
	font-weight: bold;
    padding-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service .entry-content {
	padding-top: 30px;
}

.service .entry-content p + h3 {
	padding-top: 1em;
}

.service .entry-content h3 {
	font-family: Nexa;
	font-weight: bold;
}

.service .et_main_title {
	padding-top: 30px;
	padding-bottom: 0;
}

.service .et_main_title h1 {
	color: #f54e95;
	text-transform: uppercase;
}

.service .nav-single a {
    color: #f54e95;
}

.service .nav-single a:hover {
	opacity: 0.9;
}

.service .featured-image {
    max-height: 455px;
    overflow: hidden;
}

@media only screen and (min-width: 981px) {
	.service .featured-image img {
		width: 100%;
	}
}

.service .nav-single {
    margin-top: 2em;
    clear: both;
}

.service .nav-single:before {
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    background: #ececec;
    margin: 1em auto;
}

/* gallery */
.section-gallery .et_pb_blurb h4 {
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.section-gallery .et_pb_main_blurb_image {
	margin-bottom: 10px;
}


@media only screen and (min-width: 981px) {
	/* .section-gallery .et_pb_blurb_container {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.6);
	    opacity: 1;
	} */

	/* .section-gallery .et_pb_blurb_content:hover .et_pb_blurb_container {
	    opacity: 1;
	    transition: opacity 0.21s ease-in;
	} */
	.section-gallery .et_pb_blurb:hover .et_pb_main_blurb_image img {
	    transform: scale(1.18);
	    transition: 1s;
	}
}

.section-gallery .et_pb_main_blurb_image {
	margin-bottom: 0;
}

.section-gallery .et_pb_blurb:hover .et_pb_blurb_container a {
	background: rgba(250, 75, 151, 0.6);
	transition: 1s;
}

.section-gallery .et_pb_blurb .et_pb_main_blurb_image img {
	transition: 1s;
	vertical-align: top;
}

.section-gallery .et_pb_blurb {
	overflow: hidden;
	position: relative;
}

.et_pb_gallery_grid .et_pb_gallery_item a:hover img {
    transition: 1s;
    transform: scale(1.08) rotate(-5deg);
}

.et_pb_gallery_grid .et_pb_gallery_item a img {
	transition: 1s;
}

.section-gallery .et_pb_blurb h4 a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    padding: 3% 0;
	background: #fa4b97;
	transition: 1s;
}

.section-gallery .et_pb_blurb:before,
.cpt-col:before,
.blog #left-area article:before,
.section-gallery .et_pb_blurb:after,
.cpt-col:after,
.blog #left-area article:after {
    position: absolute;
    top: 0;
    left: -150%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 10%,rgba(255,255,255,0) 100%);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    pointer-events: none;
}

.section-gallery .et_pb_blurb:after,
.cpt-col:after,
.blog #left-area article:after {
	background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%);
}

.section-gallery .et_pb_blurb:hover:before,
.cpt-col:hover:before,
.blog #left-area article:hover:before {
	-webkit-animation: shine 1s;
    animation: shine 1s;
}

.section-gallery .et_pb_blurb:hover:after,
.cpt-col:hover:after,
.blog #left-area article:hover:after {
    -webkit-animation: shine 0.8s;
    animation: shine 0.8s;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

#section_exclusive_gallery .et_pb_button {
    color: #fa4b97;
}

#section_exclusive_gallery .et_pb_button:hover {
	color: #fff;
	padding-left: 3em !important;
}

#section_exclusive_gallery .et_pb_button:before {
	color: #fff;
}

#section_exclusive_gallery .et_pb_button:after {
    content: attr(data-icon);
    display: inline-block;
    font-family: ETModules;
    margin-right: 5px;
    position: absolute;
    left: 0.8em;
}

/* contact page  */
.section-contact .et_pb_blurb_position_left .et_pb_blurb_container {
	vertical-align: middle;
}

.section-contact .et_pb_blurb_position_left .et_pb_blurb_container h4 {
	line-height: 1.8;
}

.section-contact .et_pb_blurb_position_left .et_pb_blurb_container h4 span {
	display: block;
}

.section-contact .et_pb_blurb_position_left .et_pb_blurb_container a:hover {
	opacity: 0.9;
}

.section-contact .et_pb_contact_submit {
	color: #fa4b97;
}

.section-contact .et_pb_contact p input:focus, .et_pb_contact p textarea:focus {
    border: 1px solid #fa4b97;
}

.et_pb_contact p input, .et_pb_contact p textarea {
	font-family: Gravity;
}

.section-contact h3 {
    line-height: 1.3;
}

.infowindow i.fa {
    width: 22px;
    text-align: center;
}

/* blog */
@media (max-width: 479px) {
	.et_pb_post h2 {
	    margin-top: 0;
	    margin-bottom: 10px;
	}
}


.et_pb_widget.widget_recent_entries ul li {
    padding-left: 1em;
    position: relative;
}

.et_pb_widget.widget_recent_entries li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 0.4em;
    position: absolute;
    left: 0;
}

.et_pb_widget.widget_categories li {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    margin-bottom: 0;
}

.et_pb_widget li a:hover {
	color: #fa4b97;
}

#sidebar .et_pb_widget h4 {
    color: #0f0f0d;
    font-family: Gravity;
    font-weight: bold;
    text-transform: uppercase;
}

.featured-thumbnail {
    margin: 0 0 1em;
    overflow: hidden;
}

.post-meta span i {
    margin-right: 2px;
}

.post-meta span {
    margin-right: 10px;
}

#left-area .post-meta {
    font-size: 14px;
    padding: 5px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.et_pb_post .entry-content {
    padding-top: 15px;
}

.blog #left-area article {
	position: relative;
	overflow: hidden;
}

.blog #left-area article figure a:hover img {
    transform: rotate(-1deg) scale(1.1);
    transition: 1s;
}

.blog #left-area article figure a img {
    transition: 1s;
}


/*jan.18,2017 added custom css*/
#top-menu-nav {
	width: 100%;
}
#top-menu a{
	font-size: 15px;
} 
#top-menu {
	text-align: left;
}
#top-menu li.ishome a{
	padding-left: 0px;
}
/* #top-menu li.menu-contact a{
	padding-right: 0px;
} */
.et_header_style_centered header#main-header.et-fixed-header .logo_container {
   height: 140px;
}
#menu-footer-social li.iOne a{ padding: 5px!important; }
#menu-footer-social li.iTwo a{ padding: 7px!important; }
#menu-footer-social li.iThree a{ padding: 6px!important; }
#menu-footer-social li.iFour a{ padding: 4px!important; }
.hasblurb .et_pb_blurb a, .hasblurb .et_pb_blurb{
	font-size: 18px!important;
}
@media all and (min-width: 1921px) {
	body, .hasblurb .et_pb_blurb a, .hasblurb .et_pb_blurb, .hasblurb h4, .et_pb_contact p input, .et_pb_contact p textarea{
		font-size: 22px!important;
	}
	.container, .et_pb_row {
		max-width: 1680px;
	               width: 100%;    
	}
	.et_pb_blurb_content {
		margin-left: 0px!important;
	}
	.et_header_style_centered #top-menu > li > a:after{
		right: 1px!important;
	}
	.et_header_style_centered #top-menu > li > a {
		padding: 16px 82px;
	}
	#top-menu a{
		font-size: 24px;
	} 
	#top-menu li.ishome a{
		padding-left: 0px;
	}
	#top-menu li.menu-contact a{
		padding-right: 0px;
	}
	#menu-footer-social li.iOne a{ padding: 2px!important; }
	#menu-footer-social li.iTwo a{ padding: 4px!important; }
	#menu-footer-social li.iThree a{ padding: 3px!important; }
	#menu-footer-social li.iFour a{ padding: 1px!important; }
		.bp{
		line-height: 1.6em!important;
	}
	.bottom-nav, .bottom-nav a, #footer-info, .cpt-readmore a {
	    font-size: 18px!important;
	}
	.cpt-title h4 {
		font-size: 22px!important;
	}
	.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	    height: 140px;
	}
}
@media only screen and (max-width: 1300px) {
	.container, .et_pb_row {
		width: 100%;    
	}
}
@media (max-width: 1024px){
	.container, .et_pb_row {
		width: 95%;    
	}
}
@media (max-width: 767px){
	.container, .et_pb_row {
		width: 80%;    
	}
}

.et-waypoint:not(.et_pb_counters){
	opacity: unset!important;
}
/*jan.18,2017 added custom css last*/