/*
Theme Name:  Divi Psychology, Therapy & Counseling Child Theme
Theme URI:   http://divipsychologyandtherapyandcounseling.diviinfinite.com/
Description: Divi Psychology Theme is a professional theme for all types of modern psychology and counseling websites. Packed with a fine assortment of pages for psychology, counseling and health presentations. We especially designed this theme for mental health, psychology & counseling, psychiatrist, counselor, therapies. It is perfect for every therapist, practitioner, couples therapy, as well as any other type of psychological and mental health care website.
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: dptc
*/

/*-------- Home V1 --------*/
.dp-kenburns-right-rev .et_pb_slide .et_parallax_bg{-webkit-animation:dp-kenburns-right-rev 5s cubic-bezier(.55,.085,.68,.53) reverse both;animation:dp-kenburns-right-rev 5s cubic-bezier(.55,.085,.68,.53) reverse both;}
@-webkit-keyframes dp-kenburns-right-rev{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 50%;transform-origin:84% 50%}100%{-webkit-transform:scale(1.25) translateX(20px);transform:scale(1.25) translateX(20px);-webkit-transform-origin:right;transform-origin:right}}@keyframes dp-kenburns-right-rev{0%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0);-webkit-transform-origin:84% 50%;transform-origin:84% 50%}100%{-webkit-transform:scale(1.25) translateX(20px);transform:scale(1.25) translateX(20px);-webkit-transform-origin:right;transform-origin:right}}

.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
	max-width: 700px;
}

.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4{
line-height: 70px;
letter-spacing: 0px;
font-weight: 800;
font-size: 65px;
padding-bottom: 10px;
}

.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h6{
line-height: 30px;
letter-spacing: 0px;
font-weight: 400;
font-size: 18px;
}

.ptandchomev1_section1_slider .et-pb-controllers a{
	width: 20px;
    height: 20px;
    transition: all 200ms linear 0ms;
    border-radius: 50%;
    background-color: var(--brown);
    opacity: 1 !important;
    position: relative;
    margin-right: 0 !important;
    margin-bottom: 20px;
}

.ptandchomev1_section1_slider .et-pb-controllers a:before{
	position: absolute;
content: "";
display: block;
transition: all 200ms linear 0ms;
z-index: 1;
opacity: 0;
	width: 19px;
top: -2px;
left: -2px;
height: 19px;
background-color: initial;
border: 2px solid var(--white);
border-radius: 50%;
}

.ptandchomev1_section1_slider .et-pb-controllers a:after{
	position: absolute;
content: "";
display: block;
transition: all 200ms linear 0ms;
z-index: 1;
opacity: 0;
	width: 7px;
height: 1px;
background-color: var(--white);
top: 11px;
right: 29px;
}

.ptandchomev1_section1_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
}

.ptandchomev1_section1_slider .et-pb-controllers a.et-pb-active-control:before{
	opacity: 1;
}

.ptandchomev1_section1_slider .et-pb-controllers a.et-pb-active-control:after{
	width: 57px;
opacity: 1;
}

.ptandchomev1_section2_image .et_pb_image_wrap img {
    height: 280px !important;
	max-width: 280px !important;
	border-radius: 100%;
    object-fit: cover;
    object-position: center;
}

.ptandchomev1_section2_image .et_pb_image_wrap{
	width: auto !important;
}

.ptandchomev1_section2_image .et_pb_image_wrap:before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(bottom,var(--dpprofe_color2),var(--brown));
}

.ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
	width: 85px;
    height: 85px;
    transition: all 300ms linear 100ms;
    border-radius: 85px;
    background-color: var(--brown);
    position: absolute;
    bottom: 105px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    box-shadow: 0 5px 20px var(--brown_overlay1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-top: 40px;
}

.ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transition: all .3s;
}

.ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	animation: unset !important;
}

.ptandchomev1_section2_column:hover .ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    animation: icon-bounce .5s linear 1 !important;
}

@keyframes icon-bounce {
 0%,
 100%,
 20%,
 50%,
 80% {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
 }
 40% {
  -webkit-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  transform:translateY(-10px)
 }
 60% {
  -webkit-transform:translateY(-5px);
  -ms-transform:translateY(-5px);
  transform:translateY(-5px)
 }
}

.ptandchomev1_section2_column:hover .ptandchomev1_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	color: var(--brown) !important;
}

.ptandchomev1_section3_video .et_pb_video_play:after{
	content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    animation: pulse-border2 1500ms ease-out infinite;
    -webkit-animation: pulse-border2 1500ms ease-out infinite;
    z-index: -2;
}

@keyframes pulse-border2 {
 0% {
  transform:scale(1);
  opacity:.67
 }
 100% {
  transform:scale(2.2);
  opacity:0
 }
}

.ptandchomev1_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	height: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.ptandchomev1_section3_column2 .et_pb_button_module_wrapper{
	display: inline-block;
}

.ptandchomev1_section4_person .et_pb_team_member_image:before{
	z-index: -1;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    content: "";
    display: block;
    position: absolute;
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(left,var(--dpprofe_color2),var(--brown));
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.ptandchomev1_section4_person:hover .et_pb_team_member_image:before{
	top: -8px;
    opacity: 1;
}

.ptandchomev1_section4_person .et_pb_team_member_image img{
    border-radius: 7px;
    width: 100%;
    transition: all 320ms linear 0ms;
}

.ptandchomev1_section4_person:hover .et_pb_team_member_image img{
    box-shadow: 0 6px var(--brown);
}

.ptandchomev1_section4_person .et_pb_team_member_description{
    transition: all 300ms linear 0ms;
    position: relative;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    padding: 20px;
    z-index: 99;
    background-color: var(--white);
    border-radius: 7px;
    box-shadow: 0 5px 20px rgb(102 102 102 / 19%);
    border-bottom: 1px solid var(--white);
}

.ptandchomev1_section4_person:hover .et_pb_team_member_description{
	padding-bottom: 45px;
    border-bottom: 1px solid var(--brown_overlay1);
}

.ptandchomev1_section4_person .ptandchomev1_section4_person_content:before{
    transition: .3s cubic-bezier(.24,.74,.58,1);
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(left,var(--dpprofe_color2),var(--brown));
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.ptandchomev1_section4_person:hover .ptandchomev1_section4_person_content:before{
	top: -8px;
    opacity: 1;
}

.ptandchomev1_section4_person:hover .et_pb_team_member_description .et_pb_member_social_links{
	opacity: 1;
}

.ptandchomev1_section4_person .ptandchomev1_section4_person_content{
	position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.ptandchomev1_section4_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.ptandchomev1_section5_project .et_pb_ajax_pagination_container, .ptandchomev1_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
  display: grid;
  grid-gap: 0 3%;
  grid-template-columns: repeat(3, 31.3333%);
}

.ptandchomev1_section5_project .project{
	position: relative;
    transition: all 220ms linear 0ms;
    margin-bottom: 20px;
	overflow: hidden;
}

.ptandchomev1_section5_project .project:after{
    transition: all 220ms linear 0ms;
    position: absolute;
    content: "";
    bottom: -15px;
    z-index: 1;
    display: block;
    width: 94%;
    height: 4px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%)scale(0);
    background-color: var(--brown);
}

.ptandchomev1_section5_project .project:hover:after{
    transform: translateX(-50%)scale(1);
}

.ptandchomev1_section5_project .project .et_portfolio_image {
  position: relative;
  padding-top: 100%;
  display: block;
	overflow: hidden;
    border-radius: 7px;
}

.ptandchomev1_section5_project .project .et_portfolio_image:before{
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top center;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    border-radius: 7px;
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    right: 17px;
    bottom: 17px;
    display: block;
    background-color: var(--brown_overlay2);
    mix-blend-mode: multiply;
}

.ptandchomev1_section5_project .project:hover .et_portfolio_image:before{
	top: 17px;
    transform: scaleY(1);
    opacity: 1;
    transition-delay: .12s;
}

.ptandchomev1_section5_project .project .et_portfolio_image:after{
    transform: scaleY(0);
    opacity: 0;
    transform-origin: top center;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    border-radius: 7px;
    content: '';
    position: absolute;
    top: 0;
    left: 17px;
    right: 17px;
    bottom: 17px;
    display: block;
    background-color: var(--brown_overlay2);
    mix-blend-mode: multiply;
}

.ptandchomev1_section5_project .project:hover .et_portfolio_image:after{
	top: 17px;
    transform: scaleY(1);
    opacity: 1;
    transition-delay: .12s;
}

.ptandchomev1_section5_project .project .et_portfolio_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content{
	position: absolute;
    bottom: 100%;
    z-index: 2;
    opacity: 0;
    transform-origin: top center;
    transform: scaleY(0);
    transition: .4s cubic-bezier(.24,.74,.58,1);
    padding: 0 40px;
    display: flex;
    flex-direction: column;
}

.ptandchomev1_section5_project .project:hover .ptandchomev1_section5_project_content{
	bottom: 55px;
    opacity: 1;
    transform: scaleY(1);
    transition-delay: .2s;
}

.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content:before{
	content: "\45";
    font-family: 'ETmodules';
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background-color: var(--white);
    color: var(--title);
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    order: 3;
	cursor: pointer;
}

.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content:after{
	content: "\e016";
    font-family: 'ETmodules';
    display: inline-block;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background-color: var(--white);
    color: var(--title);
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 120px;
}

.ptandchomev1_section5_project .pagination a, .ptandchomev2_section5_project .pagination a, .ptandchomev4_section4_project .pagination a, .ptandchomev5_section6_project .pagination a, .ptandcblogv1_section2_blog .et_pb_post .more-link, .ptandcblogv1_section2_blog .pagination a{
	border-width: 0px!important;
    padding-top: 0px!important;
    padding-right: 40px!important;
    padding-bottom: 0px!important;
    padding-left: 40px!important;
    background-image: linear-gradient(90deg,var(--dpprofe_color2) 0%,var(--dpprofe_color1) 50%,var(--dpprofe_color2)) !important;
    background-color: transparent!important;
    line-height: 58px!important;
    transition: all 180ms linear 0ms;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    box-shadow: none!important;
    background-size: 200%,1px;
    background-position: 0;
	margin-top: 25px;
}

.ptandchomev1_section5_project .pagination a:hover, .ptandchomev2_section5_project .pagination a:hover, .ptandchomev4_section4_project .pagination a:hover, .ptandchomev5_section6_project .pagination a:hover, .ptandcblogv1_section2_blog .et_pb_post .more-link:hover, .ptandcblogv1_section2_blog .pagination a:hover{
	outline: none;
    background-position: 100%;
} 

.ptandchomev1_section6_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .ptandchomev1_section6_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.ptandchomev1_section6_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.ptandchomev1_section6_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--brown);
    font-size: 30px;
}

.ptandchomev1_section6_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--brown);
}

.ptandchomev1_section6_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--brown);
}

.ptandchomev1_section6_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.ptandchomev1_section7_column:hover .ptandchomev1_section7_icon:before{
	-webkit-animation: circle .75s;
    animation: circle .75s;
}

@keyframes circle {
 0% {
  opacity:1
 }
 40% {
  opacity:1
 }
 100% {
  width:200%;
  height:200%;
  opacity:0
 }
}

.ptandchomev1_section7_column:hover .ptandchomev1_section7_icon .et-pb-icon{
    animation: icon-bounce .5s linear 1;
}

@keyframes icon-bounce {
 0%,
 100%,
 20%,
 50%,
 80% {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0)
 }
 40% {
  -webkit-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  transform:translateY(-10px)
 }
 60% {
  -webkit-transform:translateY(-5px);
  -ms-transform:translateY(-5px);
  transform:translateY(-5px)
 }
}

.ptandchomev1_section8_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--brown);
    font-weight: 600;
}

.ptandchomev1_section8_pricing .et_pb_button_wrapper{
	padding: 0;
}

.ptandchomev1_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 210px;
    height: 310px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px var(--dpprofe_color2);
    min-width: 210px;
    min-height: 310px;
}

.ptandchomev1_section9_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 30px;
	position: relative;
}

.ptandchomev1_section9_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
	content: "\e08a";
    font-family: 'ETmodules';
    font-size: 45px;
    color: var(--brown);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-flex;
}

.ptandchomev1_section9_blurb:hover .et_pb_blurb_content{
    transform: translateY(-5px);
    box-shadow: 0 5px 30px rgb(164 108 62 / 15%);
}

.ptandchomev1_section9_blurb:hover .et_pb_blurb_content .et_pb_blurb_container:before{
    animation: anim-moema-1 .2s linear 1;
}

@keyframes anim-moema-1 {
 60% {
  -webkit-transform:scale3d(.8,.8,1);
  transform:scale3d(.8,.8,1)
 }
 85% {
  -webkit-transform:scale3d(1.1,1.1,1);
  transform:scale3d(1.1,1.1,1)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}

.ptandchomev1_section12_blog .et_pb_post{
	padding: 0;
}

.ptandchomev1_section12_blog .et_pb_post .et_pb_image_container{
	margin: 0;
	overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.ptandchomev1_section12_blog .et_pb_post .et_pb_image_container img{
	width: 100%;
    transition: all 200ms linear 0ms;
    transform: scale(1.1);
}

.ptandchomev1_section12_blog .et_pb_post:hover .et_pb_image_container img{
    transform: scale(1);
}

.ptandchomev1_section12_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content{
	margin-top: -42px;
    padding-top: 20px;
    border-radius: 0 7px 7px 7px;
	padding: 25px 20px 30px;
    background-color: var(--white);
    margin-right: 25px;
    box-shadow: 0 13px 25px rgb(102 102 102 / 9%);
    border-radius: 7px;
    position: relative;
    z-index: 2;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content:before{
	width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    background-color: #222;
    color: var(--white);
    border-radius: 0 7px 0 7px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(left,var(--dpprofe_color2),var(--brown));
	content: "\4c";
	font-family: ETmodules;
	font-size: 25px;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .post-meta .date{
	display: inline-block;
    margin-right: 20px;
	position: relative;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .post-meta .date:before{
	content: "\e023";
	font-family: ETmodules;
	color: var(--brown);
	margin-right: 8px;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .post-meta .category{
	display: inline-block;
	position: relative;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .post-meta .category:before{
	content: "\e07c";
	font-family: ETmodules;
	color: var(--brown);
	margin-right: 8px;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .entry-title a:hover{
	color: var(--brown) !important;
}

.ptandchomev1_section12_blog .et_pb_post .ptandchomev1_section12_blog_content .post-meta{
	margin-bottom: 0;
    list-style: none;
    padding: 15px 20px 0;
    margin: 0 -20px;
    border-top: 1px solid #ededed;
    display: flex;
    flex-wrap: wrap;
}

.ptandchomev1_section12_blog .pagination a, .ptandchomev2_section10_blog .pagination a, .ptandchomev3_section10_blog .pagination a, .ptandchomev4_section10_blog .pagination a, .ptandchomev5_section10_blog .pagination a, .ptandchomev6_section9_blog .pagination a, .ptandchomev7_section10_blog .pagination a{
    border-width: 0px!important;
    padding-top: 0px!important;
    padding-right: 40px!important;
    padding-bottom: 0px!important;
    padding-left: 40px!important;
    background-image: linear-gradient(90deg,var(--dpprofe_color2) 0%,var(--dpprofe_color1) 50%,var(--dpprofe_color2))!important;
    background-color: transparent!important;
    line-height: 58px!important;
    transition: all 180ms linear 0ms;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    box-shadow: none!important;
    background-size: 200%,1px;
    background-position: 0;
}

.ptandchomev1_section12_blog .pagination a:hover, .ptandchomev2_section10_blog .pagination a:hover, .ptandchomev3_section10_blog .pagination a:hover, .ptandchomev4_section10_blog .pagination a:hover, .ptandchomev5_section10_blog .pagination a:hover, .ptandchomev6_section9_blog .pagination a:hover, .ptandchomev7_section10_blog .pagination a:hover{
	outline: none;
    background-position: 100%;
}

@media only screen and (max-width: 981px){
	.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4{
		line-height: 60px;
    font-size: 50px;
	}
	
	.ptandchomev1_section1_slider .et-pb-controllers a{
		margin-right: 10px !important;
    margin-bottom: 0;
	}
	
	.ptandchomev1_section1_slider .et-pb-controllers a:after{
		display: none;
	}
	
	.ptandchomev1_section3_column2 .et_pb_button_module_wrapper {
    display: block;
}
	
	.ptandchomev1_section5_project .pagination .alignleft, .ptandchomev1_section5_project .pagination .alignright{
		float: unset;
		text-align: center;
	}
	
	.ptandchomev1_section12_blog .pagination .alignleft, .ptandchomev1_section12_blog .pagination .alignleft{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width : 767px) {	
.ptandchomev1_section5_project .et_pb_ajax_pagination_container, .ptandchomev1_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(1, 100%);
}
	
.ptandchomev1_section5_project .et_pb_portfolio_filters{
	position:relative;
	top: 0;
}
	
	.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    line-height: 35px;
    font-size: 24px;
}
	
	.ptandchomev1_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h6{
		line-height: 30px;
    font-size: 15px;
	}
	
	.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content:before{
		width: 50px;
    height: 50px;
    line-height: 50px;
	}
	
	.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content:after{
		width: 50px;
    height: 50px;
    line-height: 50px;
	left: 115px;
	}
	
	.ptandchomev1_section5_project .project .ptandchomev1_section5_project_content{
		padding: 0 50px;
	}
	
	.ptandchomev1_section9_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
    position: relative;
}
}

@media only screen and (min-width: 768px) and (max-width: 980px){
.ptandchomev1_section5_project .et_pb_ajax_pagination_container, .ptandchomev1_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
    grid-gap: 0 5.5%;
    grid-template-columns: repeat(2, 47.25%);
	}
}

/*-------- Home V2 --------*/
.ptandchomev2_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_button:after{
	position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

@keyframes pulse {
0% {
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
}
70% {
	-moz-box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	box-shadow: 0 0 0 45px rgba(255,255,255, 0);
}
100% {
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	box-shadow: 0 0 0 0 rgba(255,255,255, 0);
}
}

.ptandchomev2_section1_slider .et-pb-controllers a{
	display: inline-block;
    background-color: transparent !important;
    text-indent: unset;
    border-radius: unset;
    width: unset;
    height: unset;
    margin: 0 10px;
    padding: 0;
    opacity: 1;
	color: var(--white);
	position: relative;
}

.ptandchomev2_section1_slider .et-pb-controllers a.et-pb-active-control{
	color: var(--title);
}

.ptandchomev2_section1_slider .et-pb-controllers a:before{
	position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0px;
    background-color: var(--title);
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section1_slider .et-pb-controllers a.et-pb-active-control:before{
	height: 12px;
}

.ptandchomev2_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--title);
    color: var(--title);
    font-size: 30px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover{
	background: var(--white);
	border: 1px solid var(--white);
    color: var(--brown);
}

.ptandchomev2_section1_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev{
	left: 50px;
    visibility: visible;
    opacity: 1;
}

.ptandchomev2_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    left: auto;
    width: 65px;
    height: 65px;
    line-height: 68px;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--title);
    color: var(--title);
    font-size: 30px;
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
	background: var(--white);
	border: 1px solid var(--white);
    color: var(--brown);
}

.ptandchomev2_section1_slider:hover .et-pb-slider-arrows .et-pb-arrow-next{
	left: auto;
    right: 50px;
    visibility: visible;
    opacity: 1;
}

.ptandchomev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--brown);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--brown);
    border: 1px solid var(--white);
}

.ptandchomev2_section2_blurb.et_pb_blurb .et_pb_module_header{
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section2_blurb.et_pb_blurb:hover .et_pb_module_header{
	color: var(--white) !important;
}

.ptandchomev2_section2_blurb.et_pb_blurb:hover{
	color: var(--white) !important;
}

.ptandchomev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
	background-color: var(--brown);
    padding: 60px 40px;
    padding-bottom: 55px;
    right: 0;
    bottom: 0;
    box-shadow: 5px;
    width: 270px;
    position: absolute;
}

.ptandchomev2_section3_column2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: var(--dpprofe_color2);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section3_column2_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: var(--dpprofe_color2);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section4_text .service_content{
	padding-top: 24px;
    padding-bottom: 23px;
	padding-right: 75px;
}

.ptandchomev2_section4_text .service_content h3{
	padding-bottom: 0;
    font-size: 20px;
    color: var(--white);
    margin-top: 0px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section4_text .service_content a{
	position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 67px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
    background-color: var(--title);
    color: var(--white);
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section4_text .service_content a:before{
	content: "\4c";
	font-family: ETmodules;
    transition: all 0.3s ease-out 0s;
	color: var(--white);
}

.ptandchomev2_section4_image .et_pb_image_wrap {
	padding-top: 100%;
    display: block;
}

.ptandchomev2_section4_image .et_pb_image_wrap img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.ptandchomev2_section4_column:hover .ptandchomev2_section4_image:after{
	left: 10px;
    top: -10px;
    visibility: visible;
    opacity: 0.9;
}

.ptandchomev2_section4_column:hover .ptandchomev2_section4_text{
	visibility: hidden;
    opacity: 0;
}

.ptandchomev2_section4_column:hover .ptandchomev2_section4_cta{
	left: 10px;
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.ptandchomev2_section5_project .et_pb_ajax_pagination_container, .ptandchomev2_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
  display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(3, 31.3333%);
}

.ptandchomev2_section5_project .project{
	margin-bottom: 20px;
}

.ptandchomev2_section5_project .project .et_portfolio_image{
	padding-top: 100%;
  	display: block;
	position: relative;
	overflow: hidden;
}

.ptandchomev2_section5_project .project .et_portfolio_image:before{
	content: "\4c";
    font-family: ETmodules;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--white);
    color: var(--brown);
    font-size: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandchomev2_section5_project .project:hover .et_portfolio_image:before{
	top: 50%;
    visibility: visible;
    opacity: 1;
}

.ptandchomev2_section5_project .project .et_portfolio_image:after{
	position: absolute;
    content: "";
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: var(--brown);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section5_project .project:hover .et_portfolio_image:after{
	visibility: visible;
    opacity: 0.9;
}

.ptandchomev2_section5_project .project .et_portfolio_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ptandchomev2_section5_project .project .ptandchomev2_section5_project_content{
	bottom: 30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column-reverse;
}

.ptandchomev2_section5_project .project:hover .ptandchomev2_section5_project_content{
	bottom: 35px;
    visibility: visible;
    opacity: 1;
}

.ptandchomev2_section6_person .et_pb_team_member_image img{
    transition: all 0.3s ease-out 0s;
	width: 100%;
}

.ptandchomev2_section6_person:hover .et_pb_team_member_image img{
    transform: scale(1.1);
}

.ptandchomev2_section6_person .et_pb_member_social_links li{
    transition: all 0.3s ease-out 0s;
	margin-right: 5px;
}

.ptandchomev2_section6_person .et_pb_member_social_links li:last-child{
	margin-right: 0px;
}

.ptandchomev2_section6_person .et_pb_member_social_links .et_pb_font_icon{
	background: var(--white);
    border: 1px solid #dfe3e2;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.ptandchomev2_section6_person:hover .et_pb_team_member_description{
	background-color: var(--brown);
    border-color: var(--brown);
}

.ptandchomev2_section6_person.et_pb_team_member:hover h4{
	color: var(--white) !important;
}

.ptandchomev2_section6_person.et_pb_team_member:hover .et_pb_member_position{
	color: var(--white) !important;
}

.ptandchomev2_section6_person.et_pb_team_member:hover{
	color: var(--white) !important;
}

.ptandchomev2_section7_icon .et-pb-icon{
	position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--white);
    border-radius: 50%;
}

.ptandchomev2_section7_icon .et-pb-icon:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -5px;
    top: -10px;
    border: 1px solid var(--white);
    background-color: transparent;
    border-radius: 50%;
    z-index: -1;
}

.ptandchomev2_section8_blurb .et_pb_blurb_content  .et_pb_blurb_container{
	padding-left: 0;
}

.ptandchomev2_section8_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header:after{
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 1px;
    background-color: #e0e4e4;
}

.ptandchomev2_section8_blurb1 .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header:after{
	display: none;
}

.ptandchomev2_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	height: 75px !important;
	width: 75px !important;
	max-width: 75px !important;
    object-fit: cover;
    object-position: center;
	border-radius: 100%;
}

.ptandchomev2_section10_blog .et_pb_post{
	padding: 0;
}

.ptandchomev2_section10_blog .et_pb_post .et_pb_image_container, .ptandchomev2_section10_blog .et_pb_post .entry-featured-image-url{
	margin: 0 !important;
	position: relative;
	overflow: hidden;
}

.ptandchomev2_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.ptandchomev2_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img, .ptandchomev2_section10_blog .et_pb_post .entry-featured-image-url img{
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img, .ptandchomev2_section10_blog .et_pb_post:hover .entry-featured-image-url img{
    transform: scale(1.1);
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content{
	padding: 30px;
    background: var(--background);
    position: relative;
	padding-top: 35px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .blog-date{
	top: -20px;
    left: 30px;
    transform: translateY(-50%);
    z-index: 1;
	position: absolute;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .blog-date .date{
	top: 0;
    right: 0;
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(left,var(--dpprofe_color2),var(--brown));
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 25px;
    color: var(--white);
    display: flex;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .post-meta{
	margin-bottom: 10px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .post-meta .author{
	display: inline-block;
    margin-right: 10px;
    position: relative;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .post-meta .author:before{
	content: "\e08a";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .post-meta .category{
	display: inline-block;
    position: relative;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .post-meta .category:before{
	content: "\e07c";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .more-link{
	position: relative;
    padding-right: 25px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .more-link:before{
	position: absolute;
    content: "\24";
    font-family: ETmodules;
    font-size: 18px;
    color: var(--brown);
    right: 0px;
    top: 0;
    transition: all ease 0.2s;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .more-link:after{
	position: absolute;
    content: "\24";
    font-family: ETmodules;
    font-size: 18px;
    color: var(--brown);
    right: 12px;
	opacity: 0;
    top: 0;
    transition: all ease 0.2s;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .more-link:hover:before{
	opacity: 0;
    right: -12px;
}

.ptandchomev2_section10_blog .et_pb_post .ptandchomev2_section10_blog_content .more-link:hover:after{
	right: 0;
    opacity: 1;
}

.ptandchomev2_section10_blog .et_pb_post .entry-title a{
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section10_blog .et_pb_post .entry-title a:hover{
	color: var(--title) !important;
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section12_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    transform: scale(1.1);
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container{
	position: relative;
	padding: 80px 30px 60px 30px;
    background: var(--background);
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	font-size: 28px;
    line-height: 1;
    color: var(--brown);
    padding-bottom: 20px;
    padding-top: 7px;
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	position: relative;
    padding-bottom: 16px;
    margin-bottom: 12px;
	font-size: 15px;
	line-height: 27px;
	color: var(--body);
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:after{
	position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: #d7d3cf;
    background-image: linear-gradient(left, #fbf7f3 2%, #d7d3cf 50%, #fbf7f3 98%);
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:last-child:after{
	display: none;
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	border-width: 0px!important;
    padding-top: 0px!important;
    padding-right: 40px!important;
    padding-bottom: 0px!important;
    padding-left: 40px!important;
    background-image: linear-gradient(90deg,var(--dpprofe_color2) 0%,var(--dpprofe_color1) 50%,var(--dpprofe_color2))!important;
    background-color: transparent!important;
    line-height: 58px!important;
    transition: all 180ms linear 0ms;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    box-shadow: none!important;
    background-size: 200%,1px;
    background-position: 0;
}

.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover {
    outline: none;
    background-position: 100%;
}

.ptandchomev2_section12_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image{
	position: relative;
}

.ptandchomev2_section12_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:after{
	top: 18px;
    right: -53px;
    transform: rotate(45deg);
    background-color: var(--brown);
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
	position: absolute;
	font-size: 13px;
    text-transform: uppercase;
    color: var(--white);
	content: "POPULAR";
}

.ptandchomev2_section13_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	background-color: var(--brown);
    content: "\4b" !important;
	display: block !important;
	color: var(--white) !important;
}

.ptandchomev2_section13_accordion.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title{
    transition: all 0.3s ease-out 0s;
}

.ptandchomev2_section13_accordion.et_pb_accordion .et_pb_toggle_close h5.et_pb_toggle_title:hover{
	color: var(--brown) !important;
}

@media only screen and (max-width: 981px){
	.ptandchomev2_section5_project .pagination .alignleft, .ptandchomev2_section5_project .pagination .alignright {
    float: unset;
    text-align: center;
}
	
	.ptandchomev2_section10_blog .pagination .alignleft, .ptandchomev2_section10_blog .pagination .alignleft {
    float: unset;
    text-align: center;
}
	
	.ptandchomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
		display: none;
	}
}

@media only screen and (max-width : 767px) {	
.ptandchomev2_section5_project .et_pb_ajax_pagination_container, .ptandchomev2_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(1, 100%);
}
	
	.ptandchomev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
		padding: 25px;
    padding-bottom: 25px;
	}
	
	.ptandchomev2_section12_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px){
.ptandchomev2_section5_project .et_pb_ajax_pagination_container, .ptandchomev2_section5_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
    grid-gap: 0 5.5%;
    grid-template-columns: repeat(2, 47.25%);
	}
}

/*-------- Home V3 --------*/
.ptandchomev3_section1_column .et_pb_button_module_wrapper{
	display: inline-block;
}

.ptandchomev3_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 20px 0 0 0;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev3_section3_icon .et_pb_icon_wrap{
	width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.ptandchomev3_section3_icon .et_pb_icon_wrap:hover{
	background-color: var(--brown);
	color: var(--white) !important;
}

.ptandchomev3_section3_icon .et_pb_icon_wrap:hover .et-pb-icon{
	color: var(--white) !important;
}

.ptandchomev3_section3_icon .et_pb_icon_wrap{
	position: relative;
}

.ptandchomev3_section3_icon .et_pb_icon_wrap:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.ptandchomev3_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--brown);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev3_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--brown);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev3_section5_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .ptandchomev3_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--white) !important;
}

.ptandchomev3_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--white);
}

.ptandchomev3_section5_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--white);
    font-size: 30px;
}

.ptandchomev3_section5_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--white);
}

.ptandchomev3_section5_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--white);
}

.ptandchomev3_section5_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.ptandchomev3_section6_slider .et_pb_slide {
	padding: 0;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content h4{
	font-size: 22px;
    color: var(--white);
    font-style: italic;
    padding-bottom: 20px;
	font-weight: bold;
	line-height: 1.2;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content p.outer-content{
	padding-bottom: 15px;
    line-height: 1.8;
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content .content{
	background-color: var(--white);
    padding: 25px;
    position: relative;
    border-radius: 10px;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content .content:before{
	content: "\7b";
    font-family: ETmodules;
    font-size: 80px;
    color: var(--brown);
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    left: 0;
    opacity: 50%;
    font-weight: 600;
}

.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content .content p.inner-content{
	margin-bottom: 15px;
    line-height: 1.8;
    color: var(--body);
    font-weight: 500;
    font-size: 16px;
	margin-bottom: 0;
}

.ptandchomev3_section6_slider .et-pb-controllers{
	bottom: 0;
}

.ptandchomev3_section6_slider .et-pb-controllers a{
	width: 5px;
    height: 35px;
    margin: 0 8px;
    background: var(--white);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 30px;
	opacity: 1;
}

.ptandchomev3_section6_slider .et-pb-controllers a:hover, .ptandchomev3_section6_slider .et-pb-controllers a.et-pb-active-control{
	background-color: var(--title);
    height: 55px;
}

.ptandchomev3_section8_product .product .button {
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    padding: 12px 25px !important;
    background-color: var(--brown) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    display: block;
    text-align: left;
    width: 95%;
    margin: 0 auto !important;
    z-index: 1;
}
  
  .ptandchomev3_section8_product .product .button:hover{
    background-color: var(--white) !important;
	  color: var(--brown) !important;
  }
  
  .ptandchomev3_section8_product .product:hover .et_shop_image .button {
    opacity: 1;
    visibility: visible;
	top: 50%;
}
  
  .ptandchomev3_section8_product .product .added_to_cart:after, .ptandchomev3_section8_product .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
    color: var(--white) !important;
}

.ptandchomev3_section8_product .product .added_to_cart:hover:after, .ptandchomev3_section8_product .product .button:hover:after{
	color: var(--brown) !important;
}
  
  .ptandchomev3_section8_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}

.ptandchomev3_section8_product .product .button.ajax_add_to_cart.loading:hover:after{
	color: var(--brown) !important;
}
  
  .ptandchomev3_section8_product .product .added_to_cart {
    bottom: 0%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--brown) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    line-height: 1;
    display: block;
    text-align: left;
    width: 95%;
    margin: 0 auto !important;
    line-height: 1.7em !important;
    z-index: 1;
}
  
  .ptandchomev3_section8_product .product .added_to_cart:hover{
    background-color: var(--white) !important;
	  color: var(--brown) !important;
  }
  
  .ptandchomev3_section8_product .product .added_to_cart:after {
    content: '\4e' !important;
}
  
 .ptandchomev3_section8_product .page-numbers, .ptandchomev3_section8_product .page-numbers li {
    border: none !important;
}
  
  .ptandchomev3_section8_product .page-numbers li .page-numbers:hover, .ptandchomev3_section8_product .page-numbers li .page-numbers.current {
    background: var(--title);
}
  
  .ptandchomev3_section8_product .page-numbers li .page-numbers {
    background-color: var(--brown);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .ptandchomev3_section8_product .page-numbers li .page-numbers:hover:before, .ptandchomev3_section8_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
.ptandchomev3_section8_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--brown);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.ptandchomev3_section9_email .input{
	height: 65px;
    width: 68% !important;
    margin-right: 30px;
}

.ptandchomev3_section9_email .et_pb_newsletter_field {
	padding-bottom: 0 !important;
}

.ptandchomev3_section10_blog .et_pb_post {
	padding: 0;
    transition: 0.6s;
    position: relative;
}

.ptandchomev3_section10_blog .et_pb_post:hover{
    transform: translateY(-10px);
}

.ptandchomev3_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
	position: relative;
    transition: 0.6s;
    text-align: center;
}

.ptandchomev3_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content{
	background-color: var(--white);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 50px 30px 30px 30px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    transition: 0.6s;
    max-width: 360px;
    margin: auto;
	display: flex;
    flex-direction: column;
	position: relative;
}

.ptandchomev3_section10_blog .et_pb_post:hover .ptandchomev3_section10_blog_content{
	background-color: var(--brown);
	opacity: 0.9;
    max-width: 100%;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .entry-title{
	order: 2;
}

.ptandchomev3_section10_blog .et_pb_post:hover .ptandchomev3_section10_blog_content .entry-title a{
	color: var(--white) !important;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .post-meta{
	order: 1;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .post-content{
	order: 3;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .post-meta .published{
	padding: 20px;
    font-weight: 500;
    text-align: center;
    background-color: var(--brown);
    color: var(--white);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -40px;
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    font-size: 16px;
    line-height: 1.3em;
}

.ptandchomev3_section10_blog .et_pb_post:hover .ptandchomev3_section10_blog_content .post-meta .published{
	background-color: var(--white);
    color: var(--brown);
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .post-content a{
    border-width: 0px!important;
    border-radius: 0px;
    padding-top: 0px!important;
    padding-right: 50px!important;
    padding-bottom: 0px!important;
    padding-left: 50px!important;
    margin-top: 15px!important;
    background-image: linear-gradient(90deg,var(--dpprofe_color2) 0%,var(--dpprofe_color1) 50%,var(--dpprofe_color2))!important;
    background-color: transparent!important;
    line-height: 58px!important;
    transition: all 180ms linear 0ms;
    position: relative;
    overflow: hidden!important;
    display: inline-block;
    box-shadow: none!important;
    background-size: 200%,1px;
    background-position: 0;
}

.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content .post-content a:hover{
	outline: none;
    background-position: 100%;
}

.ptandchomev3_section11_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	display: block !important;
	color: var(--brown) !important;
}

.ptandchomev3_section13_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
	font-size: 22px;
	font-weight: bold;
	color: var(--title)
}

.ptandchomev3_section13_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	font-size: 16px;
    color: var(--body);
    font-weight: 500;
}

.ptandchomev3_section13_text ul{
	padding-left: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
}

.ptandchomev3_section13_text ul li{
	list-style-type: none;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.ptandchomev3_section13_text.et_pb_text ul li.disable{
	color: var(--white) !important;
}

.ptandchomev3_section13_text ul li:before{
	content: "\4e";
    font-family: ETmodules;
    color: var(--white) !important;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 980px){
	.ptandchomev3_section1_column .et_pb_button_module_wrapper {
    display: block;
    margin-bottom: 20px;
}
	
	.ptandchomev3_section3_column1{
		height: 50vh !important;
		display: block !important;
	}
	
	.ptandchomev3_section6_slider .et_pb_slide .et_pb_slide_content .content:before {
    content: "\7b";
    font-family: ETmodules;
    font-size: 80px;
    color: var(--brown);
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 50%;
    font-weight: 600;
}
	
	.ptandchomev3_section10_blog .pagination .alignleft, .ptandchomev3_section10_blog .pagination .alignright{
		float: unset;
	}
}

@media only screen and (max-width: 767px){
    .ptandchomev3_section8_product.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
    
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
	
	.ptandchomev3_section3_icon .et_pb_icon_wrap{
		margin: auto;
	}
	
	.ptandchomev3_section6_slider .et-pb-controllers {
    bottom: 5%;
}
	
	.ptandchomev3_section9_email .input {
    height: 65px;
    width: 100% !important;
    margin-right: 0;
}
	
	.ptandchomev3_section10_blog .et_pb_post .ptandchomev3_section10_blog_content{
		padding: 50px 25px 25px 25px;
	}
  }

/*-------- Home V4 --------*/
.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content{
	max-width: 60%;
}

.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4{
	font-size: 52px;
	font-weight: 600;
    line-height: 1.5;
	color: var(--title) !important;
}

.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    line-height: 26px;
    color: var(--body);
}

.ptandchomev4_section1_slider .et-pb-controllers a{
	width: 60px;
	opacity: 1;
	background: var(--brown);
}

.ptandchomev4_section1_slider .et-pb-controllers a.et-pb-active-control{
	background: var(--title);
}

.ptandchomev4_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    flex-direction: column-reverse;
}

.ptandchomev4_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	margin: 0 0 20px;
}

.ptandchomev4_section2_column .et_pb_button_module_wrapper{
	display: inline-block;
}

.ptandchomev4_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--brown);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev4_section3_column:hover .ptandchomev4_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--white);
	color: var(--brown) !important;
}

.ptandchomev4_section3_column:hover .ptandchomev4_section3_blurb.et_pb_blurb .et_pb_module_header{
	color: var(--white) !important;
}

.ptandchomev4_section3_column:hover .ptandchomev4_section3_blurb.et_pb_blurb{
	color: var(--white) !important;
}

.ptandchomev4_section4_project .et_pb_ajax_pagination_container, .ptandchomev4_section4_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
	display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}

.ptandchomev4_section4_project .project{
	position: relative;
	margin-bottom: 20px;
}

.ptandchomev4_section4_project .project .et_portfolio_image{
	position: relative;
}

.ptandchomev4_section4_project .project .et_portfolio_image:before{
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--brown);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.ptandchomev4_section4_project .project:hover .et_portfolio_image:before{
	visibility: visible;
    opacity: 0.5;
}

.ptandchomev4_section4_project .project:hover .et_pb_module_header{
	visibility: visible;
    opacity: 1;
}

.ptandchomev4_section4_project .pagination .alignright, .ptandchomev4_section4_project .pagination .alignleft{
	float: unset;
}

.ptandchomev4_section5_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
	float: unset;
    text-align: unset;
    margin-top: -1.5%;
    display: block;
    width: 100%;
    padding-left: 3%;
}

.ptandchomev4_section6_icon .et-pb-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--brown);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev4_section6_icon1 .et-pb-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--title);
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev4_section6_pricing.et_pb_pricing.et_pb_module .et_pb_pricing_content_top{
	padding: 14px 45px!important;
    padding-bottom: 10px !important;
}

.ptandchomev4_section7_icon .et-pb-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--white);
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-out 0s;
}

.ptandchomev4_section9_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner{
	order: 3;
}

.ptandchomev4_section9_testimonial .et_pb_testimonial_description .et_pb_testimonial_content{
	position: relative;
}

.ptandchomev4_section9_testimonial .et_pb_testimonial_description .et_pb_testimonial_content:before{
	content: "\7b";
    font-family: ETmodules;
    font-size: 90px;
    color: var(--brown);
    opacity: 0.15;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: -20px;
    transform: rotate(180deg);
}

.ptandchomev4_section9_testimonial .et_pb_testimonial_description .et_pb_testimonial_content p{
	padding-bottom: 0;
	margin-bottom: 0;
}

.ptandchomev4_section10_blog .et_pb_post {
	padding: 0;
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

.ptandchomev4_section10_blog .et_pb_post:hover{
    box-shadow: 0 4px 15px rgb(0 0 0 / 7%);
    transform: translateY(-8px);
}

.ptandchomev4_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0;
	position: relative;
    overflow: hidden;
    display: block;
}

.ptandchomev4_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
	padding-top: 100%;
  display: block;
}

.ptandchomev4_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
    transform: scale(1.05);
}

.ptandchomev4_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	 position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
	-webkit-transition: 0.8s;
    transition: 0.8s;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content{
	padding: 20px 20px 22px;
}

.ptandchomev4_section10_blog .et_pb_post .date{
	position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--brown);
    color: var(--white);
    padding: 10px 18px;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 14px;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content .post-meta{
	margin-bottom: 10px;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content .post-meta .blog-category{
	font-size: 15px;
    line-height: 26px;
	color: var(--body);
	position: relative;
	margin-right: 10px;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content .post-meta .blog-category:before{
	content: "\e018";
	font-family: ETmodules;
	color: var(--brown);
	margin-right: 5px;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content .post-meta .author{
	font-size: 15px;
    line-height: 26px;
	color: var(--body);
	position: relative;
}

.ptandchomev4_section10_blog .et_pb_post .ptandchomev4_section10_blog_content .post-meta .author:before{
	content: "\e08a";
	font-family: ETmodules;
	color: var(--brown);
	margin-right: 5px;
}

.ptandchomev4_section11_text span{
	width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--white);
    color: var(--title);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    transition: 0.4s;
    margin: 0 0 20px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	line-height: 26px;
    flex-direction: column;
    justify-content: center;
}

.ptandchomev4_section11_text:hover span{
	background: var(--brown);
    color: var(--white);
}

.ptandchomev4_section11_text a{
	-webkit-transition: 0.4s;
    transition: 0.4s;
}

.ptandchomev4_section11_text.et_pb_text:hover h4 a{
	color: var(--brown) !important;
}

.ptandchomev4_section11_text p{
	font-size: 15px;
    line-height: 26px;
	color: var(--white);
    margin: 0;
	padding: 0;
}

.ptandchomev4_section14_bar .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
  }

.ptandchomev4_section15_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 55px;
	max-width: 55px;
	height: 55px;
	object-fit: cover;
    object-position: center;
	border-radius: 5px;
}

.ptandchomev4_section15_coursetext .et_pb_text_inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ptandchomev4_section15_coursetext .et_pb_text_inner p{
	padding-bottom: 0;
	position: relative;
}

.ptandchomev4_section15_coursetext .et_pb_text_inner p.lesson:before{
	content: "\e104";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev4_section15_coursetext .et_pb_text_inner p.student:before{
	content: "\e08a";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev4_section15_content{
	padding: 25px;
    border: 1px solid #EEEFF2;
    transition: 0.4s;
}

.ptandchomev4_section15_column:hover .ptandchomev4_section15_content{
    box-shadow: 0 5px 45px rgb(0 0 0 / 10%);
}

.ptandchomev4_section15_column .ptandchomev4_section15_priceblurb .et_pb_blurb_content .et_pb_main_blurb_image{
	position: relative;
    overflow: hidden;
}

.ptandchomev4_section15_column .ptandchomev4_section15_priceblurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transition: 0.8s;
}

.ptandchomev4_section15_column:hover .ptandchomev4_section15_priceblurb .et_pb_blurb_content .et_pb_main_blurb_image img{
    transform: scale(1.05);
}

.ptandchomev4_section16_person .et_pb_team_member_image:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.ptandchomev4_section16_person .et_pb_member_social_links{
	position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: translateX(-50%);
}

.ptandchomev4_section16_person:hover .et_pb_member_social_links{
	position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    text-align: center;
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
}

.ptandchomev4_section16_person .et_pb_member_social_links li{
    transform: translateY(40px);
	display: inline-block;
    margin: 0 8px 0 0;
}

.ptandchomev4_section16_person .et_pb_member_social_links li:last-child{
	margin: 0 0 0 0;
}

.ptandchomev4_section16_person .et_pb_member_social_links li:nth-child(1){
    transition: .3s;
}

.ptandchomev4_section16_person .et_pb_member_social_links li:nth-child(2){
    transition: .5s;
}

.ptandchomev4_section16_person .et_pb_member_social_links li:nth-child(3){
    transition: .7s;
}

.ptandchomev4_section16_person .et_pb_member_social_links li:nth-child(4){
    transition: .9s;
}

.ptandchomev4_section16_person:hover .et_pb_member_social_links li{
    transform: translateY(0);
}

.ptandchomev4_section16_person .et_pb_member_social_links li a{
	width: 32px;
    height: 32px;
    background: var(--brown);
	color: var(--white);
    border-radius: 8px;
    text-align: center;
    transition: .3s;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.ptandchomev4_section16_person .et_pb_member_social_links li a:hover{
	background: var(--white);
	color: var(--brown) !important;
}

.ptandchomev4_section16_person:hover .et_pb_team_member_image:before{
	visibility: visible;
    opacity: 1;
}

.ptandchomev4_section17_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	width: 80px;
    height: 80px;
    background: var(--brown_overlay1);
    text-align: center;
    border-radius: 10px;
    transition: .4s;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.ptandchomev4_section17_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	background: var(--brown);
	color: var(--white) !important;
}

.ptandchomev4_section18_blurb .et_pb_blurb_content  .et_pb_blurb_container{
	display: flex;
} 

.ptandchomev4_section18_blurb.et_pb_blurb:hover .et_pb_module_header{
	background: var(--brown);
	color: var(--white) !important;
	font-size: 18px;
}

.ptandchomev4_section18_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description{
	flex: 1;
    margin-left: 20px;
	line-height: 1.8;
}

.ptandchomev4_section18_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
	font-weight: 600;
    line-height: 1.5;
	color: var(--title) !important;
}

.ptandchomev4_section18_blurb:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
	color: var(--brown) !important;
}

.ptandchomev4_section19_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\4b" !important;
	display: block !important;
	color: var(--brown) !important;
}

@media only screen and (max-width: 981px){
	.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--title) !important;
}
	
	.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    max-width: 100%;
}
	
	.ptandchomev4_section2_column .et_pb_button_module_wrapper {
    display: block;
}
	
	.ptandchomev4_section4_project .et_pb_ajax_pagination_container, .ptandchomev4_section4_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
	display: grid;
	grid-gap: 0px;
	grid-template-columns: repeat(1, 100%);
}
	
	.ptandchomev4_section11_text span{
		margin-left: auto;
    margin-right: auto;
	}
	
	.ptandchomev4_section17_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
		margin-left: auto;
    margin-right: auto;
	}
	
	.ptandchomev4_section18_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: block;
}
	
	.ptandchomev4_section10_blog .pagination .alignleft, .ptandchomev4_section10_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width : 767px) {
	.ptandchomev4_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--title) !important;
}
	
.ptandchomev4_section4_project .et_pb_portfolio_filters {
	position: relative;
	top: 0;
}
}

/*-------- Home V5 --------*/
.ptandchomev5_section1_slider .et_pb_slide.et-pb-active-slide:before{
	opacity: 1;
    transform: rotate(0deg) translateY(0px);
    transition: all 1000ms ease;
}

.ptandchomev5_section1_slider .et_pb_slide.et-pb-active-slide:after{
	opacity: 1;
    transform: rotate(0deg) translateY(0px);
    transition: all 1000ms ease;
    transition-delay: 1500ms;
}

.ptandchomev5_section1_slider .et_pb_slide .et_pb_slide_content{
	max-width: 60%;
}

.ptandchomev5_section1_slider .et_pb_slide .et_pb_container {
	z-index: 10;
}

.ptandchomev5_section1_slider .et-pb-slider-arrows{
	position: absolute;
    bottom: 10px;
    right: 20px;
}

.ptandchomev5_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    width: 80px;
    height: 100px;
    color: var(--white);
    background-color: rgba(67,56,56,.16);
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
	left: 0;
	right: auto;
	font-size: 40px !important;
	opacity: 1;
}

.ptandchomev5_section1_slider .et-pb-slider-arrows .et-pb-arrow-next{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    width: 80px;
    height: 100px;
    color: var(--white);
    background-color: rgba(67,56,56,.16);
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
	right: 0px;
    margin-top: 23px;
	left: auto;
	font-size: 40px !important;
	opacity: 1;
}

.ptandchomev5_section1_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover, .ptandchomev5_section1_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
	background-color: var(--brown);
}

.ptandchomev5_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	height: 170px !important;
	width: 170px;
	max-width: 170px;
    object-fit: cover;
    object-position: center;
	border-radius: 100%;
}

.ptandchomev5_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container{
	padding-left: 0;
}

.ptandchomev5_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description ul{
	position: relative;
    display: block;
    padding-left: 30px;
    padding-bottom: 0;
}

.ptandchomev5_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description ul li{
	position: relative;
    display: block;
    margin-bottom: 11px;
    padding-left: 30px;
}

.ptandchomev5_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description ul li:last-child{
	margin-bottom: 0px;
}

.ptandchomev5_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description ul li:before{
	content: "\4e";
    font-family: ETmodules;
    color: var(--brown);
    padding-right: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ptandchomev5_section2_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 200px;
    max-width: 200px;
    object-fit: cover;
    object-position: center;
}

.ptandchomev5_section2_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
	font-size: 15px;
	color: var(--title);
}

.ptandchomev5_section2_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	font-size: 14px;
	color: var(--body);
}

.ptandchomev5_section2_column1_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.ptandchomev5_section2_column1_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transform: scale(0.9);
}

.ptandchomev5_section3_icon .et-pb-icon{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--brown);
    border-radius: 50%;
    border: 2px solid var(--white);
	transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.ptandchomev5_section3_column:hover .ptandchomev5_section3_icon .et-pb-icon{
	transform: scale(0.9);
}

.ptandchomev5_section3_column .et_pb_button_wrapper{
	display: flex;
    justify-content: flex-end;
}

.ptandchomev5_section3_column .et_pb_promo .et_pb_promo_description{
	padding-bottom: 30px;
}

.ptandchomev5_section3_column .et_pb_promo .et_pb_promo_description p{
	margin-bottom: 0;
	padding-bottom: 0;
}

.ptandchomev5_section3_column:hover .ptandchomev5_section3_image:before{
	transform: translateY(0);
    width: 100%;
}

.ptandchomev5_section3_image img{
	-webkit-transition: all 700ms ease;
    transition: all 700ms ease;
}

.ptandchomev5_section3_column:hover .ptandchomev5_section3_image img{
	transform: scale(1.1);
}

.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	min-height: 265px;
    max-width: 195px;
	width: 100%;
	transform: scale(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
	object-fit: cover;
    object-position: center;
}

.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding: 35px;
}

.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4{
	font-size: 22px;
    line-height: 32px;
    font-weight: 700;
	position: relative;
	color: var(--white);
}

.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	font-size: 16px;
    line-height: 32px;
    font-weight: 400;
	color: var(--white);
}

.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4:before{
	content: "\e090";
    font-family: ETmodules;
    margin-right: 10px;
}

.ptandchomev5_section4_title div.main{
	display: flex;
    align-items: center;
}

.ptandchomev5_section4_title div.main div.counter{
	background: var(--brown);
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ptandchomev5_section4_title div.main div.counter span.counter_title{
	color: var(--white);
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
}

.ptandchomev5_section4_title div.main div.counter span.counter_number{
	color:  var(--white);
    font-size: 34px;
    line-height: 36px;
    font-weight: 600;
	text-align: center;
}

.ptandchomev5_section4_title div.main div.description{
	display: flex;
    flex-direction: column;
	position: relative;
    margin-left: 20px;
}

.ptandchomev5_section4_title div.main div.description span.description_title{
	font-size: 16px;
    line-height: 32px;
	font-weight: 500;
	color:  var(--brown);
}

.ptandchomev5_section4_title div.main div.description span.description_content{
	color:  var(--white);
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

.ptandchomev5_section5_bar .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
  }

.ptandchomev5_section6_project .et_pb_ajax_pagination_container, .ptandchomev5_section6_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items {
  display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(3, 31.3333%);
}

.ptandchomev5_section6_project .project{
	margin-bottom: 20px;
}

.ptandchomev5_section6_project .project .et_portfolio_image{
	padding-top: 100%;
  display: block;
	overflow: hidden;
    z-index: 1;
	position: relative;
}

.ptandchomev5_section6_project .project .et_portfolio_image:before{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: var(--brown_overlay2);
    opacity: 0;
    z-index: 1;
    content: "";
}

.ptandchomev5_section6_project .project:hover .et_portfolio_image:before{
	opacity: 0.7;
}

.ptandchomev5_section6_project .project .et_portfolio_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
	transition: .5s ease;
    transform: scale(1.05);
}

.ptandchomev5_section6_project .project:hover .et_portfolio_image img{
	transform: scale(1);
}

.ptandchomev5_section6_project .project .ptandchomev5_section6_project_content{
	padding: 20px;
    padding-bottom: 78px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgb(233 226 226 / 35%);
    border: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
}

.ptandchomev5_section6_project .project .ptandchomev5_section6_project_content:before{
	content: "Learn More";
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
    background: var(--brown);
    padding: 10px 35px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.ptandchomev5_section6_project .project .ptandchomev5_section6_project_content:after{
	content: "\e016";
    font-family: ETmodules;
    font-size: 15px;
    line-height: 32px;
    font-weight: 500;
    background: var(--brown);
    padding: 10px 20px;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.ptandchomev5_section6_project .project .ptandchomev5_section6_project_content .et_pb_module_header{
	order: 2;
	padding-bottom: 0;
	margin-top: 5px;
}

.ptandchomev5_section6_project .project .ptandchomev5_section6_project_content .post-meta{
	order: 1;
	margin-top: 0;
}

.ptandchomev5_section7_icon .et-pb-icon{
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: var(--white);
    background-color: var(--brown);
    border-radius: 10px;
    transition: all 0.5s ease;
    z-index: 1;
}

.ptandchomev5_section7_icon .et-pb-icon:after{
	position: absolute;
    top: -25px;
    left: -25px;
    bottom: -25px;
    right: -25px;
    border: 1px solid var(--white);
    border-radius: 10px;
    content: "";
}

.ptandchomev5_section8_column:hover .ptandchomev5_section8_icon{
	transform: scale(0.9);
}

.ptandchomev5_section8 .et_pb_row{
	display: flex;
	align-items: center;
}

.ptandchomev5_section9_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: 75px !important;
    width: 75px !important;
    max-width: 75px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.ptandchomev5_section9_column .ptandchomev5_section9_column_content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.ptandchomev5_section10_blog .et_pb_post{
	padding: 0;
}

.ptandchomev5_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0;
	position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.ptandchomev5_section10_blog .et_pb_post .et_pb_image_container:before{
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--brown);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    z-index: 1;
}

.ptandchomev5_section10_blog .et_pb_post:hover .et_pb_image_container:before{
	visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0.5;
}

.ptandchomev5_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
	padding-top: 100%;
  display: block;
}

.ptandchomev5_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
	transition: all 500ms ease;
}

.ptandchomev5_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.05);
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content{
	position: relative;
    display: block;
    background: var(--white);
    box-shadow: 0px 0px 40px 0px rgb(233 226 226 / 35%);
    padding: 34px 0px 0px 0px;
}

.ptandchomev5_section10_blog .et_pb_post .blog-category{
	position: absolute;
    left: 20px;
    top: -20px;
    line-height: 20px;
    background: var(--brown);
    padding: 10px;
    z-index: 5;
    color: var(--white);
    font-size: 14px;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent{
	position: relative;
    background: #faf6f6;
    margin-top: 27px;
    padding-left: 25px;
    padding-right: 0px;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .authordiv{
	position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .authordiv .author{
	color: var(--body);
    font-size: 14px;
    text-transform: capitalize;
	position: relative;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .authordiv .author:before{
	content: "\e08a";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .datediv .date{
	color: var(--body);
    font-size: 14px;
    text-transform: capitalize;
	position: relative;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .datediv .date:before{
	content: "\7d";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .datediv{
	position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .post-content{
	position: relative;
    display: flex;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
	margin-left: auto;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .post-content a{
	position: relative;
    display: inline-block;
    background: var(--brown);
    padding: 16px 19px;
    font-size: 0;
    line-height: initial;
}

.ptandchomev5_section10_blog .et_pb_post .ptandchomev5_section10_blog_content .ptandchomev5_section10_blog_metacontent .post-content a:before{
	content: "\24";
    font-family: ETmodules;
    position: relative;
    background: var(--brown);
    font-size: 20px !important;
    color: var(--white);
}

.ptandchomev5_section11_person .et_pb_team_member_image{
	position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.ptandchomev5_section11_person .et_pb_team_member_image:before{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--brown);
    opacity: 1;
    transition: .5s;
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform-origin: top;
    z-index: 1;
}

.ptandchomev5_section11_person:hover .et_pb_team_member_image:before{
	opacity: 0.5;
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}

.ptandchomev5_section11_person .et_pb_team_member_image img{
	width: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.ptandchomev5_section11_person:hover .et_pb_team_member_image img{
	transform: scale(1.1) rotate(2deg);
}

.ptandchomev5_section11_person .et_pb_member_social_links:before{
	position: absolute;
    bottom: 0;
    right: -32px;
    border-left: 17px solid var(--brown);
    border-top: 17px solid transparent;
    border-right: 17px solid transparent;
    content: "";
    z-index: 5;
}

.ptandchomev5_section11_person .et_pb_member_social_links li{
	position: relative;
    display: block;
	margin-right: 0;
	margin-bottom: 10px;
}

.ptandchomev5_section11_person .et_pb_member_social_links li:last-child{
	margin-bottom: 0;
}

.ptandchomev5_section11_person .et_pb_member_social_links li a{
	position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: var(--white);
}

.ptandchomev5_section11_person .et_pb_member_social_links li a:hover{
	background: var(--title);
}

@media only screen and (max-width: 981px){
	.ptandchomev5_section1_slider .et_pb_slide .et_pb_slide_content {
    max-width: 100%;
}
	
	.ptandchomev5_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul{
		padding-left: 0;
	}
	
	.ptandchomev5_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li{
		padding-left: 0;
	}
	
	.ptandchomev5_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:before{
		padding-right: 0;
    position: unset;
    display: block;
    left: unset;
    top: unset;
    transform: unset;
	}
	
	.ptandchomev5_section5_column1{
		display: block !important;
		height: 40vh !important;
	}
	
	.ptandchomev5_section8 .et_pb_row {
    display: block;
}
	
	.ptandchomev5_section10_blog .pagination .alignleft, .ptandchomev5_section10_blog .pagination .alignright{
		float: unset;
    text-align: center;
	} 
}

@media only screen and (max-width : 767px) {	
.ptandchomev5_section6_project .et_pb_ajax_pagination_container, .ptandchomev5_section6_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(1, 100%);
}
	
.ptandchomev5_section6_project .et_pb_portfolio_filters{
	position:relative;
	top: 0;
}
	
	.ptandchomev5_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4:before {
    content: "\e090";
    font-family: ETmodules;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
}
	
	.ptandchomev5_section4_title div.main {
    display: block;
    align-items: unset;
}
	
	.ptandchomev5_section4_title div.main div.counter{
		margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	}
	
	.ptandchomev5_section4_title div.main div.description{
		margin-left: 0;
    text-align: center;
	}
	
	.ptandchomev5_section4_title div.main div.description span.description_content{
		font-size: 24px;
    line-height: 35px;
    font-weight: 700;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px){
.ptandchomev5_section6_project .et_pb_ajax_pagination_container, .ptandchomev5_section6_project .et_pb_portfolio_items_wrapper .et_pb_portfolio_items{
	display: grid;
    grid-gap: 0 5.5%;
    grid-template-columns: repeat(2, 47.25%);
	}
}

/*-------- Home V6 --------*/
.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    max-width: 60%;
}

.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 3.4375rem;
    color: var(--white) !important;
} 

.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p {
    font-size: 18px;
    line-height: 1.875rem;
    color: var(--white);
}

.ptandchomev6_section3_column .ptandchomev6_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transition: all 0.3s linear;
}

.ptandchomev6_section3_column:hover .ptandchomev6_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: rotateY(180deg);
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	position: absolute;
    left: 0px;
    top: 50%;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    background-color: var(--brown);
    transition: all 500ms ease;
    transform: rotateY(0deg) translatey(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandchomev6_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transform: rotateY(180deg) translatey(-50%) !important;
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 100px;
    max-width: inherit;
    flex: inherit;
    padding-top: 30px;
    padding-bottom: 28px;
	position: relative;
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
	position: absolute;
    content: '';
    left: 40px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-color: var(--white);
    transform: skew(-10deg);
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 100%;
    color: var(--white);
    font-size: 18px;
    text-align: center;
    line-height: 151px;
    transform: skew(-10deg);
    background-color: var(--brown);
    transition: all 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
	content: "\35";
	font-family: ETmodules;
}

.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	padding-right: 50px;
    display: inline-block;
}

.ptandchomev6_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transition: all .3s linear;
}

.ptandchomev6_section5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
    transform: scale(1.05) rotate(2deg);
}

.ptandchomev6_section6_person .et_pb_member_social_links li{
	margin: 0;
	margin-bottom: 10px;
}

.ptandchomev6_section6_person .et_pb_member_social_links li:last-child{
	margin-bottom: 0;
}

.ptandchomev6_section6_person .et_pb_member_social_links li a{
	display: inline-block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: var(--brown);
}

.ptandchomev6_section6_person .et_pb_team_member_description a{
	width: 100%;
    padding: 1.15625rem 3.0625rem;
    background: var(--title);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ptandchomev6_section7_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
	font-size: 20px;
	text-transform: uppercase;
    color: var(--title);
	line-height: 1.2;
	font-weight: 600;
	transition: all .3s linear;
}

.ptandchomev6_section7_blurb:hover:before{
	border-top-color: var(--title) !important;
}

.ptandchomev6_section7_blurb:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header{
	background: var(--title) !important;
}

.ptandchomev6_section7_blurb:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
	color: var(--brown) !important;
}

.ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n), .ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n + 1){
	margin-top: 3.125rem;
}

.ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n){
	margin-top: 0;
}

.ptandchomev6_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
	content: "\7b";
    font-family: ETmodules;
    background-color: var(--white);
    color: var(--brown);
    height: 2.375rem;
    line-height: 2.375rem;
    width: 2.375rem;
    bottom: -1.1875rem;
    left: 50%;
    margin-left: -1.1875rem;
    font-size: 35px;
    border-radius: 50%!important;
    position: absolute;
}

.ptandchomev6_section8_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 90px;
	max-width: 90px;
	height: 90px;
	object-fit: cover;
    object-position: center;
	border-radius: 100%;
}

.ptandchomev6_section9_blog .et_pb_post{
	padding: 0;
}

.ptandchomev6_section9_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.ptandchomev6_section9_blog .et_pb_post .entry-featured-image-url{
	margin: 0;
	position: relative;
	overflow: hidden;
}

.ptandchomev6_section9_blog .et_pb_post .entry-featured-image-url:before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--brown);
    opacity: 0;
	transition: all .3s linear;
}

.ptandchomev6_section9_blog .et_pb_post:hover .entry-featured-image-url:before{
	opacity: .9;
}

.ptandchomev6_section9_blog .et_pb_post .entry-featured-image-url:after{
	content: "\4c";
	font-family: ETmodules;
	color: var(--white);
	position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    color: var(--white);
    font-size: 1.875rem;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(.5);
	transition: all .3s linear;
}

.ptandchomev6_section9_blog .et_pb_post:hover .entry-featured-image-url:after{
	opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.ptandchomev6_section9_blog .et_pb_post .entry-featured-image-url img{
	position: relative;
	transition: all .3s linear;
	border-radius: 5px;
}

.ptandchomev6_section9_blog .et_pb_post:hover .entry-featured-image-url img{
	transform: scale(1.05) rotate(2deg);
}

.ptandchomev6_section9_blog .et_pb_post .ptandchomev6_section9_blog_content{
	margin-top: 1.375rem;
}

.ptandchomev6_section9_blog .et_pb_post .ptandchomev6_section9_blog_content .post-meta .date{
	color: var(--brown);
    position: relative;
    display: inline-block;
    border-bottom: 1px solid var(--brown);
    margin-right: 20px;
}

.ptandchomev6_section9_blog .et_pb_post .ptandchomev6_section9_blog_content .post-meta .author{
	position: relative;
    padding-left: 25px;
}

.ptandchomev6_section9_blog .et_pb_post .ptandchomev6_section9_blog_content .post-meta .author:after{
	content: "\e08a";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
    position: absolute;
    left: 0;
    margin-right: 8px;
}

@media only screen and (max-width: 981px){
	.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content {
    max-width: 100%;
}
	
	.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4{
		font-size: 30px;
    	line-height: 45px;
	}
	
	.ptandchomev6_section9_blog .pagination .alignleft, .ptandchomev6_section9_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width: 767px){
	.ptandchomev6_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4{
		font-size: 24px;
    	line-height: 35px;
	}
	
	.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    margin-left: auto;
    margin-right: auto;
}
	
	.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
		display: none;
	}
	
	.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
		position: unset;
    	right: unset;
    	top: unset;
    	width: 100%;
    	height: 40px;
    	transform: unset;
	}
	
	.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
		padding-top: 20px !important;
		padding: 0;
	}
	
	.ptandchomev6_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    padding-right: 0;
    padding-bottom: 20px;
    display: inline-block;
}
	
	.ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n), .ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n + 1){
	margin-top: 0;
}

.ptandchomev6_section7_row:hover > .et_pb_column:nth-child(2n){
	margin-top: 0;
}
}

/*-------- Home V7 --------*/
.ptandchomev7_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 100px;
    font-weight: 600;
    line-height: 110px;
    color: var(--white) !important;
}

.ptandchomev7_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p {
    font-size: 18px;
    line-height: 1.875rem;
    color: var(--white);
}

.ptandchomev7_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	position: relative;
    background: var(--brown);
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandchomev7_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon:before{
	content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: var(--brown);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 1;
    visibility: visible;
	z-index: -1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.ptandchomev7_section2_column_content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.ptandchomev7_section3_icon .et-pb-icon{
	display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background-color: var(--brown);
    border: 4px solid var(--dpprofe_color2);
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
}

body #page-container .et_pb_section .ptandchomev7_section3_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button:hover:after{
	margin-left: 10px;
}

.ptandchomev7_section5_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .ptandchomev7_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.ptandchomev7_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.ptandchomev7_section5_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--brown);
    font-size: 30px;
}

.ptandchomev7_section5_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--brown);
}

.ptandchomev7_section5_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--brown);
}

.ptandchomev7_section5_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.ptandchomev7_section8_person .et_pb_team_member_description:after{
	content: "\23";
    font-family: ETmodules;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    font-size: 14px;
    cursor: pointer;
    transition: 500ms ease;
    background: var(--brown);
    color: var(--white);
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
}

.ptandchomev7_section8_person:hover .et_pb_team_member_description:after{
	opacity: 0;
    visibility: hidden;
}

.ptandchomev7_section8_person:hover .et_pb_member_social_links{
	visibility: visible !important;
    opacity: 1 !important;
    z-index: 2 !important;
    transform: scaleY(1) !important;
}

.ptandchomev7_section8_person .et_pb_member_social_links li{
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    transition: 0.3s all ease;
	background: transparent;
	margin-right: 0;
}

.ptandchomev7_section9_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	display: block;
	color: var(--title) !important;
	transform: rotate(180deg);
}

.ptandchomev7_section10_blog .et_pb_post{
	padding: 0;
	position: relative;
}

.ptandchomev7_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0;
	overflow: hidden;
    display: block;
}

.ptandchomev7_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.ptandchomev7_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	transition: all 0.5s ease 0s;
    transform: scale(1);
	border-radius: 10px 10px 10px 10px;
}

.ptandchomev7_section10_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.1);
}

.ptandchomev7_section10_blog .et_pb_post .ptandchomev7_section10_blog_content{
	display: flex;
    flex-direction: column;
	padding: 35px 15px 0;
	position: relative;
}

.ptandchomev7_section10_blog .et_pb_post .ptandchomev7_section10_blog_content .post-content{
	order: 3;
}

.ptandchomev7_section10_blog .et_pb_post .ptandchomev7_section10_blog_content .post-meta .published{
	position: relative;
    padding: 0 0 0 15px;
}

.ptandchomev7_section10_blog .et_pb_post .ptandchomev7_section10_blog_content .post-meta .published:before{
	content: "/";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

@media only screen and (max-width: 981px){
	.ptandchomev7_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 30px;
    line-height: 40px;
}
	
	.ptandchomev7_section2_column_content {
    display: block;
    align-items: unset;
    justify-content: unset;
}
	
	.ptandchomev7_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
		margin-left: auto;
    margin-right: auto;
	}
	
	.ptandchomev7_section10_blog .pagination .alignleft, .ptandchomev7_section10_blog .pagination .alignright{
		float: unset;
	}
	
	body #page-container .et_pb_section .ptandchomev7_section11_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container{
		float: unset;
    text-align: center;
    margin-top: -1.5%;
    display: block;
	}
}

@media only screen and (max-width: 767px){
	.ptandchomev7_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h4 {
    font-size: 24px;
    line-height: 35px;
}
}

/*-------- About Us --------*/
.ptandcaboutus_section5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	animation: anim-moema-1 .2s linear 1;
}

@keyframes anim-moema-1 {
 60% {
  -webkit-transform:scale3d(.8,.8,1);
  transform:scale3d(.8,.8,1)
 }
 85% {
  -webkit-transform:scale3d(1.1,1.1,1);
  transform:scale3d(1.1,1.1,1)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}

/*-------- About Us V4 --------*/
.ptandcaboutusv4_section2 .et_pb_row {
	display: flex;
	align-items: center;
}

.ptandcaboutusv4_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	height: 66px !important;
    width: 66px !important;
    max-width: 66px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 100%;
}

.ptandcaboutusv4_section2_column .et_pb_button_module_wrapper{
	display: inline-block;
}

@keyframes pulse {
0% {
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
}
70% {
	-moz-box-shadow: 0 0 0 45px rgba(255,255,255, 0);
	box-shadow: 0 0 0 45px rgba(255,255,255, 0);
}
100% {
	-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	box-shadow: 0 0 0 0 rgba(255,255,255, 0);
}
}

.ptandcaboutusv4_section3_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .ptandcaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.ptandcaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.ptandcaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--brown);
    font-size: 30px;
}

.ptandcaboutusv4_section3_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--brown);
}

.ptandcaboutusv4_section3_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--brown);
}

.ptandcaboutusv4_section3_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.ptandcaboutusv4_section4_person .et_pb_member_social_links li{
	margin-right: 5px;
}

.ptandcaboutusv4_section4_person .et_pb_team_member_image img{
	transition: all 0.3s ease-out 0s;
	width: 100%;
}

.ptandcaboutusv4_section4_person:hover .et_pb_team_member_image img{
    transform: scale(1.1);
}

.ptandcaboutusv4_section4_person .et_pb_member_social_links li:last-child{
	margin-right: 0;
}

.ptandcaboutusv4_section4_person .et_pb_member_social_links li a{
	display: block;
    width: 44px;
    height: 44px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
	background-color: var(--white);
    box-shadow: 0px 0px 20px 0px rgb(2 44 125 / 7%);
	transition: all 0.3s ease-out 0s;
}

.ptandcaboutusv4_section4_person:hover .et_pb_member_social_links{
	visibility: visible !important;
    opacity: 1 !important;
    right: 0 !important;
}

.ptandcaboutusv4_section4_person.et_pb_team_member .et_pb_member_social_links .et_pb_font_icon:hover{
	background-color: var(--brown);
	color: var(--white) !important;
}

.ptandcaboutusv4_section4_person.et_pb_team_member:hover .et_pb_team_member_description{
	background-color: var(--brown);
}

.ptandcaboutusv4_section4_person.et_pb_team_member:hover h4{
	color: var(--white) !important;
}

.ptandcaboutusv4_section4_person.et_pb_team_member:hover .et_pb_member_position{
	color: var(--white) !important;
}

.ptandcaboutusv4_section4_person.et_pb_team_member .et_pb_team_member_description div p{
	transition: all 0.3s ease-out 0s;
}

.ptandcaboutusv4_section4_person.et_pb_team_member:hover .et_pb_team_member_description div p{
	color: var(--white) !important;
}

.ptandcaboutusv4_section6_column:hover .ptandcaboutusv4_section6_text{
	background: var(--title);
}

.ptandcaboutusv4_section6_column:hover .ptandcaboutusv4_section6_text:after{
	border-color: var(--title);
}

@media only screen and (max-width: 981px){
	.ptandcaboutusv4_section2 .et_pb_row {
    display: block;
}
	
	.ptandcaboutusv4_section2_column .et_pb_button_module_wrapper {
    display: block;
}
}

/*-------- Service V1 --------*/
.ptandcservicev1_section2_icon .et-pb-icon{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--brown);
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandcservicev1_section2_icon .et-pb-icon:before{
	position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    content: "";
    background-color: var(--background);
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
}

.ptandcservicev1_section2_column:hover .ptandcservicev1_section2_icon .et-pb-icon{
	border-color: var(--white);
}

.ptandcservicev1_section2_column:hover .ptandcservicev1_section2_icon .et-pb-icon:before{
	background-color: var(--white);
}

.ptandcservicev1_section2_column:hover .ptandcservicev1_section2_cta.et_pb_promo h2{
	color: var(--white) !important;
}

.ptandcservicev1_section2_cta.et_pb_promo .et_pb_promo_description div{
	transition: 0.4s;
}

.ptandcservicev1_section2_column:hover .ptandcservicev1_section2_cta.et_pb_promo .et_pb_promo_description div{
	color: var(--white) !important;
}

/*-------- Service V2 --------*/
.ptandcservicev2_section2_icon .et-pb-icon{
	width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: 0 0 20px;
    z-index: 1;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brown);
}

.ptandcservicev2_section2_icon .et-pb-icon:after{
	position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    background-color: var(--brown);
	opacity: 0.5;
    border-radius: 50%;
    z-index: -1;
	transition: 0.4s;
}

.ptandcservicev2_section2_column:hover .ptandcservicev2_section2_icon .et-pb-icon{
	background-color: var(--white);
	color: var(--brown) !important;
}

.ptandcservicev2_section2_column:hover .ptandcservicev2_section2_icon .et-pb-icon:after{
	background-color: var(--white);
	opacity: 0.5;
	top: 0;
    right: 0;
}

.ptandcservicev2_section2_column:hover .ptandcservicev2_section2_cta.et_pb_promo h2{
	color: var(--white) !important;
}

.ptandcservicev2_section2_cta.et_pb_promo .et_pb_promo_description div{
	transition: 0.4s;
}

.ptandcservicev2_section2_column:hover .ptandcservicev2_section2_cta.et_pb_promo .et_pb_promo_description div{
	color: var(--white) !important;
}

body #page-container .et_pb_section .ptandcservicev2_section2_column:hover .ptandcservicev2_section2_cta.et_pb_promo .et_pb_promo_button.et_pb_button{
	color: var(--white) !important;
}

body #page-container .et_pb_section .ptandcservicev2_section2_column:hover .ptandcservicev2_section2_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after{
	color: var(--white) !important;
}

/*-------- Service V3 --------*/
body #page-container .et_pb_section .ptandcservicev3_section2_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after{
	margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ptandcservicev3_section2_image img{
    transition: all 700ms ease;
}

.ptandcservicev3_section2_column:hover .ptandcservicev3_section2_image:before{
	transform: translateY(0);
    width: 100%;
}

.ptandcservicev3_section2_column:hover .ptandcservicev3_section2_image img{
	transform: scale(1.1);
}

/*-------- Service V4 --------*/
.ptandcservicev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
	content: "";
    width: 20px;
    top: 0;
    bottom: 0;
    right: -20px;
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background-color: var(--title);
}

.ptandcservicev3_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	content: "";
    position: absolute;
    z-index: 1;
    background-color: var(--title);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
	transition: all 0.3s linear;
}

.ptandcservicev3_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
	opacity: .3;
}

.ptandcservicev3_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
	content: "\4c";
    font-family: ETmodules!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.5);
    color: var(--white);
    z-index: 1;
    font-size: 45px;
    opacity: 0;
    line-height: 1;
    margin-top: -17.5px;
    position: absolute;
	transition: all 0.3s linear;
}

.ptandcservicev3_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
	transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.ptandcservicev3_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transition: all 0.3s linear;
}

.ptandcservicev3_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.05) rotate(2deg);
}

.ptandcservicev3_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transition: all 0.3s linear;
}

.ptandcservicev3_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	transform: rotateY(180deg);
}

/*-------- Service V5 --------*/
.ptandcservicev5_section2 .et_pb_row{
	display: flex;
    align-items: center;
}

.ptandcservicev5_section4_price .et_pb_pricing_table .et_pb_button_wrapper{
	padding: 0;
}

.ptandcservicev5_section4_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
  border-width: 0;
  content: "\4e";
  left: unset;
  position: relative;
  top: unset;
  border-radius: 0;
  font-family: 'ETmodules';
  margin-right: 10px;
  vertical-align: middle;
  color: var(--brown);
  font-weight: 600;
}

.ptandcservicev5_section4_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before{
  content: "\4d";
  color: var(--brown);
}

@media only screen and (max-width: 981px){
	.ptandcservicev5_section2 .et_pb_row {
    display: block;
    align-items: unset;
}
}

/*-------- Service Detail V1 --------*/
.ptandcservicedetail_section2_textlist ul.list{
	margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.ptandcservicedetail_section2_textlist ul.list li{
	display: flex;
    justify-content: space-between;
	border-top: 2px dotted #e7e7e7;
	padding: 15px 25px;
}

.ptandcservicedetail_section2_textlist ul.list li:nth-child(2) {
    color: var(--brown) !important;
}

.ptandcservicedetail_section2_textlist ul.list li:last-child {
    padding-bottom: 0;
    color: red !important;
}

.ptandcservicedetail_section2_textlist ul.list li lable{
	margin-right: 5px;
	position: relative;
    padding-right: 22px;
}

.ptandcservicedetail_section2_textlist ul.list li label:after {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
}

/*-------- Service Detail V2 --------*/
.ptandcservicedetailv2_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title{
	background: var(--background);
}

.ptandcservicedetailv2_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\4b" !important;
	background: var(--brown);
}

@media only screen and (max-width: 981px){
	.ptandcservicedetailv2_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
		display: block;
	}
}

/*-------- Project V1 --------*/
.ptandcprojectv1_section2_project .project{
	position: relative;
	overflow: hidden;
}

.ptandcprojectv1_section2_project .project .et_portfolio_image{
	padding-top: 100%;
  display: block;
}

.ptandcprojectv1_section2_project .project .et_portfolio_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ptandcprojectv1_section2_project .project .et_portfolio_image:before{
	content: "Read More";
	position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: var(--title);
    padding: 15px 30px;
    color: var(--white);
    opacity: 0;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.ptandcprojectv1_section2_project .project:hover .et_portfolio_image:before{
	opacity: 1;
    transform: translate(-50%, -50%);
}

.ptandcprojectv1_section2_project .project .et_portfolio_image:after{
	background: var(--brown);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.2;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.ptandcprojectv1_section2_project .project:hover .et_portfolio_image:after{
	opacity: 0.6;
    transform: scaleY(1.0);
}

.ptandcprojectv1_section2_project .project .ptandcprojectv1_section2_project_content{
	position: absolute;
    top: auto;
    bottom: 0;
    background-color: var(--brown_overlay2);
    padding: 20px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: translateY(0);
    transition: .3s cubic-bezier(.43, .07, .61, .95);
    display: flex;
    flex-direction: column;
}

.ptandcprojectv1_section2_project .project:hover .ptandcprojectv1_section2_project_content{
	opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    bottom: -100px;
}

@media (min-width: 981px) {
.ptandcprojectv1_section2_project .et_pb_grid_item {
	width: 31.3333%!important;
	margin-right: 3%!important;  
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 0!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(4n) {
	margin-right: 3%!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
	clear: none!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

@media only screen and (max-width: 981px){
	.ptandcprojectv1_section2_project .et_pb_grid_item {
	width: 48.5%!important;
	margin-right: 3%!important;  
}
	
	.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(2n) {
	margin-right: 0!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 3%!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
	clear: none!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

@media only screen and (max-width: 767px){
	.ptandcprojectv1_section2_project .et_pb_grid_item {
	width: 100%!important;
	margin-right: 0%!important;  
}
	
	.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(2n) {
	margin-right: 0!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 0%!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
	clear: none!important;
}
	
.ptandcprojectv1_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

/*-------- Project V3 --------*/
.ptandcprojectv3_section2_project .et_pb_grid_item{
	position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}

.ptandcprojectv3_section2_project .et_pb_grid_item .et_portfolio_image{
	position: relative;
	padding-top: 100%;
    display: block;
}

.ptandcprojectv3_section2_project .et_pb_grid_item .et_portfolio_image:before{
	content: "\4c";
    font-family: ETmodules;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: var(--white);
    transition: 1s;
    color: #333333a6;
    font-size: 20px;
    z-index: 1;
}

.ptandcprojectv3_section2_project .et_pb_grid_item .et_portfolio_image img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.ptandcprojectv3_section2_project .et_pb_portfolio_item .ptandcprojectv3_section2_project_content{
	position: absolute;
    padding: 8px 20px 12px;
    opacity: 0;
    z-index: 1;
    bottom: -150px;
    right: 0;
    width: 82%;
    z-index: 9;
    background: var(--white);
    transition: 0.6s;
	display: flex;
    flex-direction: column;
}

.ptandcprojectv3_section2_project .et_pb_portfolio_item:hover .ptandcprojectv3_section2_project_content{
	opacity: 1;
    bottom: 0;
}

.ptandcprojectv3_section2_project .et_pb_grid_item:hover .et_portfolio_image:before{
	opacity: 0;
    visibility: hidden;
}

.ptandcprojectv3_section2_project .et_pb_portfolio_filter a{
	border: 0 !important;
    margin: 0px 15px !important;
    background: transparent !important;
    position: relative;
    padding: 5px 0px !important;
}

.ptandcprojectv3_section2_project.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover{
	color: var(--brown) !important; 
}

.ptandcprojectv3_section2_project .et_pb_portfolio_filter a:before{
	position: absolute;
    left: 0;
    width: 0;
    content: "";
    background: var(--brown);
    bottom: 0;
    height: 1px;
    transition: 0.5s;
}

.ptandcprojectv3_section2_project .et_pb_portfolio_filter a.active:before, .ptandcprojectv3_section2_project .et_pb_portfolio_filter a:hover:before{
	width: 100%;
}

@media (min-width: 981px) {
.ptandcprojectv3_section2_project .et_pb_grid_item {
	width: 31.3333%!important;
	margin-right: 3%!important;  
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 0!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(4n) {
	margin-right: 3%!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
	clear: none!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

@media only screen and (max-width: 981px){
	.ptandcprojectv3_section2_project .et_pb_portfolio_filters li {
    width: 100% !important;
    margin-bottom: 10px;
    text-align: center;
}
	
	.ptandcprojectv3_section2_project .et_pb_grid_item {
	width: 48.5%!important;
	margin-right: 3%!important;  
}
	
	.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(2n) {
	margin-right: 0!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 3%!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
	clear: none!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

@media only screen and (max-width: 767px){
	.ptandcprojectv3_section2_project .et_pb_grid_item {
	width: 100%!important;
	margin-right: 0%!important;  
}
	
	.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(2n) {
	margin-right: 0!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item:nth-child(3n) {
	margin-right: 0%!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
	clear: none!important;
}
	
.ptandcprojectv3_section2_project .et_pb_grid_item.first_in_row {
	clear: unset;
}
}

/*-------- Blog V1 --------*/
.ptandcblogv1_section2_blog .et_pb_post{
	padding: 0;
    transition: 0.6s;
    position: relative;
}

.ptandcblogv1_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.ptandcblogv1_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
}

.ptandcblogv1_section2_blog .et_pb_post .date{
	display: inline-block;
    width: 80px;
    padding: 16px 25px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: var(--title);
    color: var(--white);
    position: absolute;
    left: 30px;
    bottom: -40px;
    border-radius: 50%;
    transition: 0.6s;
    z-index: 1;
}

.ptandcblogv1_section2_blog .et_pb_post .ptandcblogv1_section2_blog_content{
	background-color: var(--white);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    padding: 65px 30px 30px 30px;
    border-radius: 0 0 5px 5px;
    transition: 0.6s;
    position: relative;
}

.ptandcblogv1_section2_blog .et_pb_post .ptandcblogv1_section2_blog_content .author{
	position: absolute;
    top: 20px;
    right: 20px;
	font-size: 16px;
	color: var(--title) !important;
}

.ptandcblogv1_section2_blog .et_pb_post .ptandcblogv1_section2_blog_content .author:before{
	content: "\e08a";
	font-family: ETmodules;
	color: var(--title);
	margin-right: 5px;
}

.ptandcblogv1_section2_blog .et_pb_post .more-link{
	margin-top: 10px;
}

.ptandcblogv1_section2_blog .et_pb_post:hover{
    transform: translateY(-10px);
}

.ptandcblogv1_section2_blog .et_pb_post:hover .ptandcblogv1_section2_blog_content{
	background: var(--brown);
}

@media only screen and (max-width: 981px){
	.ptandcblogv1_section2_blog .pagination .alignleft, .ptandcblogv1_section2_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

/*-------- Blog List --------*/
.ptandcblog_section2_sidebar .wp-block-categories li{
    padding-left: 0px !important;
    display: block;
    position: relative;
  }
  
  .ptandcblog_section2_sidebar .wp-block-categories li,.ptandcblog_section2_sidebar .wp-block-latest-posts li{
    margin-bottom: 20px !important;
    position: relative;
  }
  
  .ptandcblog_section2_sidebar .wp-block-categories li:last-child,.ptandcblog_section2_sidebar .wp-block-latest-posts li:last-child{
    border-bottom: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .ptandcblog_section2_sidebar .wp-block-categories li a,.ptandcblog_section2_sidebar .wp-block-latest-posts li a{
    color: var(--title) !important;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .ptandcblog_section2_sidebar .wp-block-latest-posts li a:hover{
    color: var(--brown) !important;
  }

.ptandcblog_section2_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 15px 25px;
  	color: var(--brown) !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 13px !important;
  margin: 5px;
  border-radius: 0px !important;
  border: 1px solid var(--pink) !important;
  background: var(--white);
  -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  letter-spacing: 1px;
  }

  .ptandcblog_section2_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--brown);
    color: var(--white) !important;
  }
  
  .ptandcblog_section2_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    position: relative;
    display: block;
    padding-bottom: 20px;
  }
  
  .ptandcblog_section2_sidebar .wp-block-search__input{
    height: 50px !important;
    border: 1px solid #e4e4e4;
  }
  
  .ptandcblog_section2_sidebar .widget_search .wp-block-search__button {
    background-color: var(--white);
    color: var(--brown);
    border: 1px solid var(--brown);
    width: 75px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 50px !important;
}
  
  .ptandcblog_section2_sidebar .et_pb_widget{
    position: relative;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
    background: var(--background);
  }

.ptandcblog_section2_sidebar.et_pb_widget_area h2{
padding-bottom: 20px !important;
margin-bottom: 20px !important;
border-bottom: 1px solid #e8ecef !important;
	position: relative;
}

.ptandcblog_section2_sidebar.et_pb_widget_area h2:after{
	display: block;
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
    left: 0;
    bottom: 0;
    background-color: var(--brown);
}

.ptandcblog_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3, .ptandcblog_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	color: var(--white) !important;
}

/*-------- Contact Us V1 --------*/
@media only screen and (max-width: 981px){
	.ptandccontactus_section2_column .et_contact_bottom_container{
		float: unset;
		text-align: center;
		display: block;
	}
	
	.ptandccontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
		display: block !important;
    	padding-left: 0 !important;
	}
}

/*-------- Contact Us V2 --------*/
.ptandccontactusv2_section4_blurb  .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	display: flex;
    align-items: center;
    justify-content: center;
}

.ptandccontactusv2_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	width: 70px;
    height: 70px;
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
	background-color: #fff;
	opacity: .3;
}

.ptandccontactusv2_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image:hover:before{
	animation: scaling 1.05s infinite;
}

@keyframes scaling{ 100% { width:200%; height:200%; opacity:0 } }

.ptandccontactusv2_section4_numberblurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h3{
	font-size: 24px;
    line-height: 34px;
	font-weight: 700;
	color: var(--white);
}

.ptandccontactusv2_section4_numberblurb .et_pb_blurb_content  .et_pb_blurb_container{
	display: flex;
}

.ptandccontactusv2_section5_blurb .et_pb_module_header:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--brown) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.ptandccontactusv2_section5_blurb:hover .et_pb_module_header, .ptandccontactusv2_section5_blurb:hover .et_pb_module_header:after {
    transform: translateY(-12px) !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media only screen and (max-width: 767px){
	.ptandccontactusv2_section4_numberblurb .et_pb_blurb_content  .et_pb_blurb_container{
	display: block;
}
}

/*-------- Contact Us V4 --------*/
.ptandccontactusv4_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--title);
    border-radius: 50%;
    transform: scale(1.5);
    opacity: 0;
    content: "";
    transition: all 400ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.ptandccontactusv4_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
	transform: scale(1.0);
    opacity: 1;
}

.ptandccontactusv4_section4_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
	float: unset;
    text-align: center;
    margin-top: -1.5%;
    display: block;
    padding-left: 3%;
	}

/*-------- Contact Us V5 --------*/
.ptandccontactusv5_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image{
	background: var(--brown);
}

.ptandccontactusv5_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

/*-------- Team V3 --------*/
.ptandcteamv3_section2_person .et_pb_team_member_image{
	border-radius: 5px;
	position: relative!important;
	overflow: hidden!important;
}

.ptandcteamv3_section2_person .et_pb_team_member_image img{
    max-width: 100%;
	width: 100%!important;
	transition: all  0.3s linear;
}

.ptandcteamv3_section2_person:hover .et_pb_team_member_image img{
	transform: scale(1.05) rotate(2deg);
}

.ptandcteamv3_section2_person .et_pb_team_member_image:before{
	content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
	background-color: var(--title);
}

.ptandcteamv3_section2_person:hover .et_pb_team_member_image:before{
	opacity: 0.4;
}

.ptandcteamv3_section2_person .et_pb_team_member_description:after{
	content: "";
    top: 0;
    bottom: 0;
    right: -0.9375rem;
    width: 0.9375rem;
    position: absolute;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: var(--title)
}

.ptandcteamv3_section2_person:hover .et_pb_member_social_links{
	top: 50% !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.ptandcteamv3_section2_person .et_pb_member_social_links li{
	margin: 0 1px;
}

.ptandcteamv3_section2_person .et_pb_member_social_links li a{
	height: 3rem;
    width: 3rem;
    line-height: 3rem;
    background-color: var(--white);
    display: inline-block;
    border: 0 solid transparent;
	border-radius: 5px;
	transition: all  0.3s linear;
}

.ptandcteamv3_section2_person .et_pb_member_social_links li a:hover{
    margin: 0 3px;
    height: 3.375rem;
    width: 3.375rem;
    border-width: 3px;
	background-color: var(--brown);
	border-color: var(--white);
}

/*-------- Team Detail V1 --------*/
.ptandcteamv3_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.ptandcteamv3_section2_blurb:hover .et_pb_blurb_content .et_pb_module_header{
	color: var(--white) !important;
}

.ptandcteamdetailv1_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	text-align: left;
}

@media only screen and (max-width: 981px){
	.ptandcteamdetailv1_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	text-align: center;
}
}
	
/*-------- Team Detail V2 --------*/
	.ptandcteamdetailv2_section2_person .et_pb_team_member_description:after{
		content: "" !important;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 0.9375rem;
    right: -0.9375rem;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    -ms-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
		background-color: var(--title);
	}

/*-------- Pricing --------*/
.ptandcpricing_section2_pricing .et_pb_pricing_table .et_pb_button_wrapper{
	order: 4;
	text-align: center;
}

.ptandcpricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content_top:before{
    border-radius: 100%;
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--dpprofe_color2);
    background-image: linear-gradient(left,var(--dpprofe_color2),var(--brown));
    z-index: -1;
}

.ptandcpricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--brown);
    font-weight: 600;
}

.ptandcpricing_section2_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before {
    content: "\4d";
    color: var(--brown);
}

/*-------- Testimonial --------*/
.ptandctestimonial_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 65px;
	height: 65px;
	max-width: 65px;
	object-fit: cover;
    object-position: center;
	border-radius: 8px;
}

/*-------- Accordion --------*/
.ptandcfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\4b" !important;
	background: var(--brown);
	color: var(--white);
}

/*-------- Gallery --------*/
.ptandcgallery_section2_gallery .et_pb_gallery_image{
	position: relative;
	overflow: hidden;
}

.ptandcgallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image img{
    transition: 0.6s;
}

.ptandcgallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image img{
    transform: scale(1.1);
}

/*-------- History --------*/
.ptandchistory_section2_video .et_pb_video_overlay .et_pb_video_play:after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50px;
    border: 1px solid var(--brown);
    animation: ripple 2s linear infinite;
}

/*-------- Event --------*/
.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transition: all 0.3s ease-out 0s;
}

.ptandcevent_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.1);
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.ptandcevent_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
	visibility: visible;
    opacity: 1;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex!important;
	padding: 25px;
    left: 30px;
    bottom: -170px;
    right: 50px;
    position: absolute;
	background: var(--white);
    box-shadow: 0px 10px 20px 0px rgb(0 64 56 / 8%);
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	flex: 1;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .detail{
	display: flex!important;
    margin-bottom: 10px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .detail span.time{
	font-size: 15px;
	line-height: 25px;
	color: var(--title);
	position: relative;
	margin-right: 8px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .detail span.time:before{
	content: "\e06b";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .detail span.place{
	font-size: 15px;
	line-height: 25px;
	color: var(--title);
	position: relative;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .detail span.place:before{
	content: "\e081";
    font-family: ETmodules;
    color: var(--brown);
    margin-right: 8px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
	font-size: 24px;
	font-weight: 600;
    line-height: 1;
	color: var(--title);
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	font-size: 15px;
    line-height: 25px;
	color: var(--body);
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	font-size: 15px;
    line-height: 25px;
	color: var(--brown);
	position: relative;
	padding-right: 25px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before, .ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:after{
	position: absolute;
    content: "\24";
    font-family: ETmodules;
    font-size: 18px;
    color: var(--brown);
    right: 0px;
    top: 0px;
    transition: all ease 0.2s;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:after{
	right: 12px;
    opacity: 0;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:before{
	opacity: 0;
    right: -12px;
}

.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:after{
	right: 0;
    opacity: 1;
}

@media only screen and (max-width: 767px){
	.ptandcevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: block !important;
    padding: 20px;
    left: unset;
    bottom: unset;
    right: unset;
    position: relative;
    background: var(--white);
    box-shadow: 0px 10px 20px 0px rgb(0 64 56 / 8%);
}
}

/*-------- Booking --------*/
.ptandcbooking_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*-------- Course Detail --------*/
.ptandccoursedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.ptandccoursedetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	width: 35px;
    height: 35px;
    border-radius: 3px;
    background: var(--brown);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ptandccoursedetail_section2_reviewblurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 75px;
	height: 75px;
	max-width: 75px;
	object-fit: cover;
    object-position: center;
}

.ptandccoursedetail_section2_reviewblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	content: "\e033\e033\e033\e033\e033";
    font-family: ETmodules;
    color: #F5A623;
    margin-left: 10px;
}

@media only screen and (max-width: 767px){
	.ptandccoursedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: block;
    align-items: unset;
    justify-content: unset;
    width: 100%;
	padding-left: 0;
}
	
	.ptandccoursedetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
		margin-left: auto;
    margin-right: auto;
	}
	
	.ptandccoursedetail_section2_blurb.et_pb_blurb .et_pb_module_header{
		padding-bottom: 5px !important;
	}
}

/*-------- Counselling --------*/
.ptandccounselling_section2_text span{
	color: var(--title);
	font-weight: 800;
}

.ptandccounselling_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*-------- Shop Grid --------*/
.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product{
	padding: 15px 15px 20px;
    transition: .3s cubic-bezier(.24,.74,.58,1);
    border-radius: 5px;
    background-color: var(--white);
    box-shadow: 0 10px 35px rgb(0 0 0 / 8%);
}

.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--brown) !important;
	}

.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image{
	position: relative;
	overflow: hidden;
}

.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image img{
	margin-bottom: 0 !important;
	transition: all 300ms linear 0ms;
}

.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product:hover .et_shop_image img{
	opacity: 0.4;
}

.ptandcshop_section2_shop.et_pb_shop .woocommerce ul.products li.product .wandsshopv9_section2_shop_content{
	padding-top: 15px !important;
}
  
  .ptandcshop_section2_shop .product .button {
    font-size: 0;
    border-radius: 100%;
    background: var(--brown) !important;
    width: 50px;
    opacity: 0;
    height: 50px;
    border: 0 !important;
    position: absolute;
    top: 10%;
    left: -25%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease;
    margin: auto !important;
}
  
  .ptandcshop_section2_shop .product .button:hover{
    background: var(--white) !important;
  }
  
  .ptandcshop_section2_shop .product:hover .button{
    left: 5%;
    opacity: 1;
    visibility: visible;
  }
  
  .ptandcshop_section2_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 18px;
    font-family: "ETmodules" !important;
    display: block;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--white);
    line-height: 52px !important;
}

.ptandcshop_section2_shop ul.products li.product .button:hover:after{
	color: var(--brown);
}
  
  .ptandcshop_section2_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .ptandcshop_section2_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--brown);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .ptandcshop_section2_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .ptandcshop_section2_shop .page-numbers, .ptandcshop_section2_shop .page-numbers li {
    border: none !important;
}
  
  .ptandcshop_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--brown) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.ptandcshop_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    transition: .5s all ease;
}

.ptandcshop_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.ptandcshop_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.ptandcshop_section2_shop.et_pb_shop ul.products.columns-4 li.product, .ptandcshop_section2_shop.et_pb_wc_related_products ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/* ------ Home V1 Menu ------ */
.ptandchomev1_section1_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0 !important;
	top: 0;
	box-shadow: 0 0 1.25rem rgb(0 0 0 / 5%);
}

.ptandchomev1_section1_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.ptandchomev1_section1_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid #ececec;
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	background: #ffffff !important;
}

.ptandchomev1_section1_menu .et_mobile_menu .menu-item-has-children>a{
	background: transparent;
}

.ptandchomev1_section1_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
	display: none;
}

.ptandchomev1_section1_menu .et_mobile_nav_menu ul > li > a{
	background: transparent;
}

.ptandchomev1_section1_menu .et-menu-nav ul > li{
	padding-left: 11px;
    padding-right: 11px;
	margin-top: 0 !important;
}

.ptandchomev1_section1_menu .et-menu-nav ul > li > a{
	padding: 31px 0 !important;
    padding-right: 10px !important;
}

.ptandchomev1_section1_menu .et_pb_menu__menu>nav>ul>li>a:after{
	top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -7px !important;
}

.ptandchomev1_section1.et_pb_sticky.et_pb_section{
	background: var(--title) !important;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}

.ptandchomev1_section1_menu .et-menu li li.menu-item-has-children>a:first-child:after{
	top: 50%;
	transform: translateY(-50%);
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after{
	color: var(--title);
}

.ptandchomev1_section1_menu.et_pb_menu ul li:hover>a, .ptandchomev1_section1_menu.et_pb_menu ul li.current-menu-item a, .ptandchomev1_section1_menu.et_pb_menu .nav li ul.sub-menu a:hover, .ptandchomev1_section1_menu.et_pb_menu .nav li ul.sub-menu li.current-menu-item a, .ptandchomev1_section1_menu.et_pb_menu .et_mobile_menu a:hover{
	color: var(--brown) !important;
	opacity: 1;
}

@media all and (max-width: 980px){
.ptandchomev1_section1_menu .mobile_menu_bar{
	transform: auto;
	bottom: auto;
}
}

@media all and (max-width: 1131px) and (min-width: 981px){
	.ptandchomev1_section1 .et_pb_gutters2 .et_pb_column_3_4 {
		width: 100%;
	}
	
	.ptandchomev1_section1 .et_pb_column_1_4{
		display: none;
	}
}

/* ------ Footer ------ */
.ptandchomev1footer_section1_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transition: all 300ms linear 100ms;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    animation-name: bounce-0;
    animation-timing-function: linear;
}

@keyframes bounce-0 {
 0% {
  transform:translateY(0)
 }
 50% {
  transform:translateY(-3px)
 }
 100% {
  transform:translateY(0)
 }
}

.ptandchomev1footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.ptandchomev1footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev1footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
}

.ptandchomev1footer_section1_menu .et-menu-nav .et-menu li a:before{
	content: "\39";
    font-family: 'ETmodules';
    margin-right: 10px;
}

.ptandchomev1footer_section1_blog .et_pb_post{
	background-color:transparent !important;
	padding:0;position:relative;
	margin-bottom:20px !important;
}

.ptandchomev1footer_section1_blog .et_pb_post .entry-featured-image-url{
	float:left;
	margin-right:20px;
	margin-bottom: 0;
}

.ptandchomev1footer_section1_blog .et_pb_post .entry-featured-image-url img{
	width: 80px;
    transition: all 500ms ease;
    height: 80px;
    object-fit: cover;
}

.ptandchomev1footer_section1_blog .et_pb_post .et_pb_image_container{
	margin:0;
}

.ptandchomev1footer_section1_blog .et_pb_post:hover .entry-title a{
	color:var(--red) !important;
}

@media only screen and (max-width: 981px){
.ptandchomev1footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev1footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev1footer_section1_menu .mobile_menu_bar:before{
	display: none;
}
	
	.ptandchomev1footer_section1_blog .column{
		margin-bottom:0 !important;
	}
	
.ptandchomev1footer_section1_blog .column{
	margin-bottom:0 !important;
	}
}

/* ------ Home V2 Menu ------ */
.ptandchomev2_section2_menu .et-menu-nav ul li ul{
	padding: 0;
	border-top: 0;
	top: 0;
	box-shadow: 0 0 1.25rem rgb(0 0 0 / 5%);
}

.ptandchomev2_section2_menu .et-menu-nav ul li ul li{
	padding: 0;
	width: auto;
	position: relative;
	display: block;
}

.ptandchomev2_section2_menu .et-menu-nav ul li ul li a{
	width: 100%;
    line-height: inherit;
    border-bottom: 1px solid #ececec;
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
	background: #ffffff !important;
}

.ptandchomev2_section2_menu .et_mobile_menu .menu-item-has-children>a{
	background: transparent;
}

.ptandchomev2_section2_menu .et_mobile_menu .menu-item-has-children a.mobile-toggle-icon{
	display: none;
}

.ptandchomev2_section2_menu .et_mobile_nav_menu ul > li > a{
	background: transparent;
}

.ptandchomev2_section2_menu .et-menu-nav ul > li{
	padding-left: 11px;
    padding-right: 11px;
	margin-top: 0 !important;
}

.ptandchomev2_section2_menu .et-menu-nav ul > li > a{
	padding: 31px 0 !important;
    padding-right: 10px !important;
}

.ptandchomev2_section2_menu .et_pb_menu__menu>nav>ul>li>a:after{
	top: 50%!important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	right: -7px !important;
}

.ptandchomev2_section2.et_pb_sticky.et_pb_section{
	background: #ffffff !important;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}

.ptandchomev2_section2_menu .et-menu li li.menu-item-has-children>a:first-child:after{
	top: 50%;
	transform: translateY(-50%);
}

.ptandchomev2_section2 .et_pb_button_module_wrapper{
	display: flex;
}

@media all and (max-width: 980px){
.ptandchomev2_section2_menu .mobile_menu_bar{
	transform: auto;
	bottom: auto;
}
}

@media all and (max-width: 1131px) and (min-width: 981px){
	.ptandchomev2_section2 .et_pb_gutters2 .et_pb_column_3_4 {
		width: 100%;
	}
	
	.ptandchomev2_section2 .et_pb_column_1_4{
		display: none;
	}
}

/* ------ Home V2 Footer ------ */
.ptandchomev2footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.ptandchomev2footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev2footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
	padding-left: 10px;
}

.ptandchomev2footer_section1_menu .et-menu-nav .et-menu li a:before{
	position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 5px;
    background-color: #ffffff;
	transition: all 0.3s ease-out 0s;
}

.ptandchomev2footer_section1_menu .et-menu-nav .et-menu li a:hover{
	padding-left: 20px;
}

.ptandchomev2footer_section1_menu .et-menu-nav .et-menu li a:hover:before{
	width: 10px;
}

@media only screen and (max-width: 981px){
.ptandchomev2footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev2footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev2footer_section1_menu .mobile_menu_bar:before{
	display: none;
}
}

/* ------ Home V3 Header ------ */
.ptandchomev3header_section2_row .et_pb_button_module_wrapper{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* ------ Home V3 Footer ------ */
.ptandchomev3footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.ptandchomev3footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev3footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
}

.ptandchomev4footer_section1_menu .et-menu-nav .et-menu li a:hover{
	padding-left: 5px;
}

.ptandchomev3footer_section1_menu .et-menu-nav .et-menu li a:before, .ptandchomev4footer_section1_menu .et-menu-nav .et-menu li a:before{
	content: "\45";
    font-family: 'ETmodules';
    margin-right: 10px;
	color: var(--brown);
}

.ptandchomev4footer_section1_menu .et-menu-nav .et-menu li a:before{
	color: var(--white);
}

.ptandchomev4footer_section1_menu .et-menu-nav .et-menu li a:hover:before{
	color: var(--brown);
}

.ptandchomev4footer_section1_menu .et-menu-nav .et-menu li a:after{
	display: none;
}

.ptandchomev3footer_section1_menu .et-menu-nav .et-menu li a:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-color: var(--brown);
}

.ptandchomev3footer_section1_menu .et-menu-nav .et-menu li a:hover:after{
	width: 100%;
}

body #page-container .et_pb_section .ptandchomev3footer_section1_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
	position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

@media only screen and (max-width: 981px){
.ptandchomev3footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev3footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev3footer_section1_menu .mobile_menu_bar:before{
	display: none;
}
}

/* ------ Home V5 Header ------ */
.ptandchomev5header_section1_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.ptandchomev5header_section1_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--brown);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.ptandchomev5header_section1_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
	transform: scaleX(1.0);
}

.ptandchomev5_section2.et_pb_sticky.et_pb_section{
	background: var(--title) !important;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}

/* ------ Home V5 Footer ------ */
.ptandchomev5footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.ptandchomev5footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev5footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
	padding-left: 10px;
}

@media only screen and (max-width: 981px){
.ptandchomev5footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev5footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev5footer_section1_menu .mobile_menu_bar:before{
	display: none;
}
}

/* ------ Home V6 Footer ------ */
.ptandchomev6footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.ptandchomev6footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev6footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
}

.ptandchomev6footer_section1_menu .et-menu-nav .et-menu li a:before{
	content: "\24";
    font-family: 'ETmodules';
    margin-right: 10px;
}

.ptandchomev6footer_section1_text ul{
	padding-left: 0;
	list-style: none;
	padding-bottom: 0;
}

.ptandchomev6footer_section1_text ul li{
	margin-bottom: 0.75rem;
}

.ptandchomev6footer_section1_text ul li:last-child{
	margin-bottom: 0;
}

.ptandchomev6footer_section1_text ul li span{
	display: inline-block;
	max-width: 6.875rem;
	width: 100%;
}

@media only screen and (max-width: 981px){
.ptandchomev6footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev6footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev6footer_section1_menu .mobile_menu_bar:before{
	display: none;
	}
}

/* ------ Home V7 Footer ------ */
.ptandchomev7footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
	margin: 0;
}

.ptandchomev7footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.ptandchomev7footer_section1_menu .et-menu-nav .et-menu li a {
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
}

@media only screen and (max-width: 981px){
.ptandchomev7footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.ptandchomev7footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.ptandchomev7footer_section1_menu .mobile_menu_bar:before{
	display: none;
	}
}

/* ------ 404 Page ------ */
body.et-db #page-container #et-boc .et-l .et_pb_section .ptandc404_section1_email.et_pb_subscribe .et_pb_newsletter_button.et_pb_button:after{
	position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.ptandc404_section1_email p.et_pb_newsletter_field{
	padding-bottom: 0;
}

/* ------ Search ------ */
.ptandcsearch_section1_blog .et_pb_post{
	margin-bottom: 30px;
}

/*-------- Project Tag --------*/
.ptandctag_section2_blog .et_pb_post{
	position: relative;
	overflow: hidden;
	padding: 0;
}

.ptandctag_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0;
}

.ptandctag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	padding-top: 100%;
  	display: block;
	margin: 0;
}

.ptandctag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.ptandctag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:before{
	content: "Read More";
	position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    background: var(--title);
    padding: 15px 30px;
    color: var(--white);
    opacity: 0;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}

.ptandctag_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url:before{
	opacity: 1;
    transform: translate(-50%, -50%);
}

.ptandctag_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:after{
	background: var(--brown);
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.2;
    transition-delay: .2s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.ptandctag_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url:after{
	opacity: 0.6;
    transform: scaleY(1.0);
}

.ptandctag_section2_blog .et_pb_post .ptandctag_section2_blog_content{
	position: absolute;
    top: auto;
    bottom: 0;
    background-color: var(--brown_overlay2);
    padding: 20px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: translateY(0);
    transition: .3s cubic-bezier(.43, .07, .61, .95);
    display: flex;
    flex-direction: column;
}

.ptandctag_section2_blog .et_pb_post:hover .ptandctag_section2_blog_content{
	opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    bottom: -100px;
}

/*-------- Project Detail --------*/
.ptandcprojectdetail_section2_blurb .et_pb_blurb_container{
	padding-left: 5px;
}

.ptandcprojectdetail_section2_contactblurb .et_pb_blurb_container .et_pb_blurb_description h2{
	font-size: 24px;
    line-height: 1.2;
	color: #ffffff;
	font-weight: 600;
}

.ptandcprojectdetail_section2_contactblurb .et_pb_blurb_container .et_pb_blurb_description span{
	font-size: 15px;
    line-height: 1.8;
    color: #ffffff;
    padding-bottom: 20px;
    display: block;
}

.ptandcprojectdetail_section2_contactblurb .et_pb_blurb_container .et_pb_blurb_description h4{
	font-size: 18px;
    line-height: 1.8;
	color: #ffffff;
	position: relative;
    padding-bottom: 0;
    padding-left: 57px;
}

.ptandcprojectdetail_section2_contactblurb .et_pb_blurb_container .et_pb_blurb_description h4:before{
	content: "\e090";
    font-family: ETmodules!important;
    color: var(--brown);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ptandcprojectdetail_section2_timetext ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.ptandcprojectdetail_section2_timetext ul li{
	justify-content: space-between;
	align-items: center;
	display: flex;
    flex-wrap: wrap;
	padding-bottom: 10px;
}

.ptandcprojectdetail_section2_timetext ul li:last-child{
	padding-bottom: 0;
}

@media only screen and (max-width: 981px){
	.ptandcprojectdetail_section2_contactblurb .et_pb_blurb_container .et_pb_blurb_description h4{
		display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	}
}

/*-------- Blog Detail --------*/
.ptandcblogdetail_section2_authorblurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    flex-direction: column-reverse;
}

.ptandcblogdetail_section2_authorblurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	padding-bottom: 15px;
}

.ptandcblogdetail_section2_tag a{
	padding: 10px 15px;
    color: var(--brown) !important;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    margin: 5px;
    border-radius: 0px !important;
    border: 1px solid var(--brown) !important;
    background: var(--white);
}

.ptandcblogdetail_section2_tag a:hover{
	background: var(--brown);
	color: var(--white) !important;
}

.ptandcblogdetail_section2_comment #commentform {
    padding-bottom: 0px;
}

@media only screen and (max-width: 981px){
	.ptandcblogdetail_section2_comment .logged-in-as{
		text-align: center;
	}
}

/*-------- My Account --------*/
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.is-active,.ptandc_myaccount .woocommerce-MyAccount-navigation ul li:hover{
  background: var(--brown);
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  padding: 5px 50px;
  margin: 0 0 5px;
  background: var(--brown);
  border-radius: 5px;
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.is-active a,.ptandc_myaccount .woocommerce-MyAccount-navigation ul li:hover a{
  color: var(--white);
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li a{
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display:block;
  position:relative;
  color: var(--white);
  }
  
.ptandc_myaccount .woocommerce-MyAccount-content{
  padding: 20px 30px;
  background: var(--grey);
  width:75% !important;
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation{
  width:22% !important;
  }
  
  .ptandc_myaccount .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: var(--white) !important;
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li a:before{
  content: "\e038";
  position:absolute;
  left:-25px;
  font-family: ETmodules;
  font-size: 14px;
  margin-right:-10px;
  color: var(--white);
  }
  
  .ptandc_myaccount .woocommerce-MyAccount-navigation ul li:hover a:before{
    color: var(--white);
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\e079";
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content: "\e092";
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content: "\e074";
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content: "\e08a";
  }
  
.ptandc_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\e03c";
  }
  
.ptandc_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background:var(--brown) !important;
  line-height:2.5em;
  }
  
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border: 5px solid var(--brown) !important; /* you can add a border if you prefer */
	background-color: var(--white); /* this is the main background color for all forms */
  padding: 40px;
  } 
  
  .ptandc_myaccount .woocommerce form .form-row-wide{
    margin: 0 0 20px;
  }
  
  .woocommerce-account .ptandc_myaccount .woocommerce form .woocommerce-Input{
    background-color: var(--white);
    border: 2px solid var(--border);
  }
  
  .woocommerce-account .ptandc_myaccount .woocommerce .login .woocommerce-Input, .woocommerce-account .ptandc_myaccount .woocommerce .register .woocommerce-Input{
    background-color: var(--white);
    border: 2px solid var(--brown);
  }
  
.ptandc_myaccount .woocommerce button.button:after,.wands_myaccount .woocommerce-MyAccount-content .button:after{
  display:none !important;
  }  
  
.ptandc_myaccount .woocommerce button.button,.ptandc_myaccount .woocommerce-MyAccount-content .button{
  font-size: 16px !important;
  color:var(--white) !important;
  border:none !important;
  background:var(--title) !important;
  padding: 12px 40px !important;
  margin-top: 3px;
  }

.ptandc_myaccount .woocommerce button.button:after, .ptandc_myaccount .woocommerce-MyAccount-content .button:after{
	display: none;
}
  
.ptandc_myaccount .woocommerce button.button:hover,.ptandc_myaccount .woocommerce-MyAccount-content .button:hover{
  background:var(--brown) !important;
  }
  
  .ptandc_myaccount{
    width: 90%;
		max-width: 1200px;
  }
  
  .ptandc_myaccount .woocommerce-MyAccount-content p a, .ptandc_myaccount .woocommerce-Address .title .edit {
    color: var(--brown);
}
  
  .ptandc_myaccount .login .woocommerce-LostPassword a{
    color: var(--title);
  }
  
  .ptandc_myaccount .woocommerce-orders-table .woocommerce-orders-table__cell a{
    color: var(--title);
  }

.ptandc_myaccount .download-product a{
    color: var(--title);
  }

.ptandc_myaccount .woocommerce-MyAccount-content .woocommerce-error{
    background: var(--brown);
  }

.ptandc_myaccount .woocommerce-MyAccount-content .woocommerce-message{
    background: var(--brown);
  }

.ptandc_myaccount .shop_table{
    text-align: center !important;
    border: 0 !important;
  }
  
  .ptandc_myaccount .woocommerce-table .woocommerce-table__product-name a{
    color: var(--title);
  }
  
  .ptandc_myaccount form .show-password-input{
    top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-content: center;
		justify-content: center;
  }

.select2-container .select2-selection--single{
	height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 50px;
}
  
@media only screen and (max-width:981px){
  .ptandc_myaccount .woocommerce-MyAccount-navigation,.wands_myaccount .woocommerce-MyAccount-content{
    width:100% !important;
  }
	
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
		width:100% !important;
	}
  
	.ptandc_myaccount .woocommerce-MyAccount-navigation ul{
    padding:0;
  }
  
	.ptandc_myaccount .woocommerce-MyAccount-content{
    	margin-top:50px;
		width: 100% !important;
  }
  
	.ptandc_myaccount .woocommerce-MyAccount-content table tr{
    margin-bottom:15px;
  }
  
  .ptandc_myaccount .u-column1.col-1, .food_myaccount .u-column2.col-2{
    width: 100% !important;
  }
	
	.ptandc_myaccount .u-column1.col-1{
		margin-bottom: 20px !important;
	}
  
  .woocommerce-account .ptandc_myaccount .woocommerce form.login{
    margin-bottom: 4em !important;
    margin-top: 1em !important;
  }
  
  .woocommerce-account .ptandc_myaccount .woocommerce form.register{
    margin-top: 1em !important;
  }
}
@media only screen and (max-width:767px){
	.ptandc_myaccount .woocommerce-MyAccount-content{
    padding: 20px 20px;
  }
  
	.ptandc_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
    line-height:1.5em;
    text-align:center;
  }
  
	.ptandc_myaccount .woocommerce-MyAccount-content .woocommerce-Message--info .button{
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom:10px;
    float: none;
    display: block;
  }
  
	.ptandc_myaccount .woocommerce .woocommerce-MyAccount-content h3{
    font-size:20px;
  }
  
	.wands_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
    margin-top:10px;
    width:100%;
  }
  
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid var(--brown) !important; /* you can add a border if you prefer */
	background-color: var(--white); /* this is the main background color for all forms */
  padding: 15px;
}
	
	.woocommerce-account .ptandc_myaccount .woocommerce form.login, .woocommerce-account .ptandc_myaccount .woocommerce form.register{
		padding: 20px !important;
	}
}

/*-------- Cart --------*/
.ptandc_cart .quantity{
    margin: auto;
  }
  
.ptandc_cart tr td{
  text-align:right;
  }
  
.ptandc_cart .wc-proceed-to-checkout{
  padding:0;
  }

.ptandc_cart .et_pb_wc_cart_products table.cart img{
	width: 55px;
}

/*-------- Checkout --------*/
.ptandc_checkout .et_pb_wc_checkout_billing .select2-container .select2-selection--single{
	padding: 0;
}

.ptandc_checkout .et_pb_wc_checkout_billing .select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 20px !important;
}

.ptandc_checkout .order_review_heading{
	display: none;
}

/*-------- Product Detail Page --------*/
.ptandcproduct_section2_image .woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 20px !important;
}

  .ptandcproduct_section2_star .woocommerce-product-rating{
    margin-bottom: 10px !important;
  }

.ptandcproduct_productandcart .group_table td {
    vertical-align: middle !important;
}

.ptandcproduct_productandcart .product .woocommerce-grouped-product-list-item__label a {
    color: var(--brown) !important;
}

.ptandcproduct_productandcart .product .woocommerce-grouped-product-list-item__price bdi {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--brown);
}

.ptandcproduct_productandcart .et_pb_module_inner form.cart .variations td select {
    padding: 15px !important;
}

.ptandcproduct_productandcart .variations .reset_variations {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--brown);
}

.ptandcproduct_productandcart .single_variation_wrap .woocommerce-variation-description p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body);
    font-size: 15px;
    line-height: 1.8em;
}

.ptandcproduct_productandcart .single_variation_wrap .woocommerce-variation-price .price {
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--title);
    font-size: 17px;
    line-height: 1.8em;
}

.ptandcproduct_productandcart form.cart .variations td.value span:after {
    border: 6px solid;
    border-color: var(--title) transparent transparent;
    content: "";
    display: block;
    height: auto;
    margin-top: -26px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
    transform: unset;
}
  
  .ptandcproduct_section2_tab ul.et_pb_tabs_controls{
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid #e1e1e3;
    padding: 0;
    margin: 0 auto;
    display: table;
  }
  
  .ptandcproduct_section2_tab ul.et_pb_tabs_controls:after{
    display: none;
  }

.ptandcproduct_section2_tab ul.et_pb_tabs_controls li{
	height: 50px;
    text-align: center;
    border-right: 1px solid #e1e1e3;
}
  
  .ptandcproduct_section2_tab ul.et_pb_tabs_controls li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 30px;
	display: flex;
	align-items: center;
  }
  
  .ptandcproduct_section2_tab .et_pb_all_tabs{
    max-width: 100%;
    padding: 0;
    margin: 20px auto 0;
  }
  
  .ptandcproduct_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-size: 20px;
    padding-bottom: 20px;
  }
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .star-rating span:before {
    color: var(--brown) !important;
}
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .comment-form .stars a:before {
    color: var(--brown) !important;
}
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment {
    border: 1px solid var(--title);
    padding: 0;
}
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment #comment {
    font-size: 15px !important;
    background-color: transparent;
    color: var(--title);
}
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .submit {
    background-color: var(--title) !important;
    color: var(--white) !important;
    border: none !important;
    font-size: 15px !important;
    padding: 15px 30px !important;
}
  
  .ptandcproduct_section2_tab .woocommerce-Reviews .submit:hover{
    background-color: var(--brown) !important;
  }

.ptandcshop_section2_shop.et_pb_wc_related_products .product{
	overflow: hidden;
}

.ptandcshop_section2_shop.et_pb_wc_related_products .products{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 981px){
    .ptandcproduct_section2_tab .et_pb_all_tabs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
}
	
	.ptandcproduct_section2_tab .et_pb_all_tabs .et_pb_tab{
		padding: 0;
	}
  }

  @media only screen and (max-width: 767px){
    .ptandcproduct_section2_tab ul.et_pb_tabs_controls {
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #e1e1e3;
    padding: 0;
    margin: 0 auto;
    display: block;
}
    
    .ptandcproduct_section2_tab ul.et_pb_tabs_controls li a {
    position: relative;
    padding: 5px 0 !important;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
    
    .ptandcproduct_section2_tab .et_pb_all_tabs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
}
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: var(--brown) !important;
}
.woocommerce-order-received .ptandc_checkout .et_pb_column{width:100% !important;}
.woocommerce-order-received .woocommerce-order-details a{color: var(--brown);}

/* hamburger menu */
.et_divi_100_custom_hamburger_menu__icon {position: relative;display: block;width: 1.875rem;/*height: 1.875rem;*/box-sizing: border-box;cursor: pointer;padding: 0.25rem;clear: both;z-index:9999;}
.et_divi_100_custom_hamburger_menu__icon div{background:var(--white);width:100%;height:.125rem;margin:.25rem auto;border-radius:10px;-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);-webkit-transform:0;transform:0;-webkit-transform-origin:center;transform-origin:center;}
.et_divi_100_custom_hamburger_menu__icon div:before,.et_divi_100_custom_hamburger_menu__icon div:after{-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
/* Type 1 */
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child){width:0;margin-left:0;opacity:1;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S3DF;animation-name: T1S3DF;}
@-webkit-keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S3L;animation-name: T1S3L;}
@-webkit-keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S4DF;animation-name: T1S4DF;}
@-webkit-keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S4L;animation-name: T1S4L;}
@-webkit-keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S5DF;animation-name: T1S5DF;}
@-webkit-keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {-webkit-animation-name: T1S5DM;animation-name: T1S5DM;width: 0%;}
@-webkit-keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
@keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S5L;animation-name: T1S5L;}
@-webkit-keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);
	}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
/* Type 2 */
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{content:'';display:block;background:var(--white);width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 4px 0 0;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-hidden {right: 40px;bottom: 100px;-webkit-transform-origin: right top;transform-origin: right top;-webkit-transform: scale(1) translate(100%, 0) rotate(-90deg);transform: scale(1) translate(100%, 0) rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-visible {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top {right: 0;left: 0;bottom: 0;width: auto;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top:before {content: 'Back To Top';display: block;color: var(--white);font-weight: 700;text-align: center;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1);transform: scale(1);}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top .et-icon-arrow-up {display: none;}


/********** Mobile Menu Style1************/
 .et_divi_100_mm_m_style1 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
  
  /*change hamburger icon to x when mobile menu is open*/

.et_divi_100_mm_m_style1 #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_divi_100_mm_m_style1 .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1 ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_divi_100_mm_m_style1 .et_mobile_menu .menu-item-has-children>a,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color:  var(--black);
	background:  var(--white);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4d';
}


/*adjust the position of the hamburger menu*/

.et_divi_100_mm_m_style1 .mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 5px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu,
.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu ul {
	background-color: var(--white) !important;
	border-radius: 10px;
}

/********** Mobile Menu Style2************/
 .et_divi_100_mm_m_style2{overflow-x: hidden;}
 .et_divi_100_mm_m_style2 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*edit the Divi submenu*/
.et_divi_100_mm_m_style2 .et_pb_menu .nav li ul {
margin-top:20px!important;
} 

/*Mobile Menu*/
.et_divi_100_mm_m_style2 .et_mobile_menu{
Border-top:none;
display: block!important;
padding-top:100px!important;
padding-left: 0!important;
padding-right: 0!important;
z-index: 9998;
min-width:100vw;
min-height:100vh;
top:-15px !important;
left:-5vw !important;
position: absolute !important;
}

.et_divi_100_mm_m_style2 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out!important;
visibility:hidden;
}

.et_divi_100_mm_m_style2 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform:translateY(-10px);
-webkit-transform: translateY(-10px);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out;
visibility:visible;
}

.et_divi_100_mm_m_style2 .et_mobile_menu li a{
text-align:center;
padding-left:0px!important;
background:transparent!important;
}
  

.et_divi_100_mm_m_style2 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--white) !important;
font-weight: inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar{
/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style2 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}

  
}
  
/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style2.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style2 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color:  var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
/********** Mobile Menu Style3************/
 .et_divi_100_mm_m_style3{overflow-x: hidden;}
.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left:0px!important;
padding-right:0px!important;
z-index: 9998 !important;
width: 100% !important; /* 80% to 100% */
min-width: 200px;
left: auto!important;
max-width: 350px;
right: -5vw;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

.et_divi_100_mm_m_style3 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out!important
}

.et_divi_100_mm_m_style3 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out;
}

.et_divi_100_mm_m_style3 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  
.et_divi_100_mm_m_style3 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

.et_divi_100_mm_m_style3 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color:var(--white)!important;
font-weight:inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style3 .mobile_menu_bar{
/*top: 15px;
padding:0;
position: absolute;*/
right:-10px;
z-index: 10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style3 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
  color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  


/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style3.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style3 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style3 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

/********** Mobile Menu Style4************/
 .et_divi_100_mm_m_style4{overflow-x: hidden;}
.et_divi_100_mm_m_style4 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}

  
/*Divi Mobile Menu*/
 .et_divi_100_mm_m_style4 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left: 0px!important;
padding-right: 0px!important;
z-index: 9998 !important;
width: 100% !important;/* 80% to 100% */
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-5vw !important;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

 .et_divi_100_mm_m_style4 .mobile_nav.closed #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.closed .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: left;
-webkit-transform-origin: left;
transition: .8s ease-in-out!important
}

 .et_divi_100_mm_m_style4 .mobile_nav.opened #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.opened .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin:left;
-webkit-transform-origin:left;
transition: .8s ease-in-out;
}

 .et_divi_100_mm_m_style4 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  

 .et_divi_100_mm_m_style4 .et_mobile_menu li:not(:last-child) a{
border-bottom: 1px solid rgba(0,0,0,0.10)!important;
}

 .et_divi_100_mm_m_style4 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--white)!important;
}
  
/*Mobile Menu Bar*/
 .et_divi_100_mm_m_style4 .mobile_menu_bar{
/*top: 15px;
padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
 .et_divi_100_mm_m_style4 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

@media all and (min-width: 768px) and (max-width: 980px){
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  
  

/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
 .et_divi_100_mm_m_style4.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
 .et_divi_100_mm_m_style4 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}