/*
 Theme Name:     TRoo Photography Divi Theme
 Theme URI:      https://troophotographydivi.troothemes.com/
 Description:    Photography is a responsive clean and minimal Divi Child theme for Photography Creative Portfolio web site.
 Author:         TRooThemes
 Author URI:     https://troothemes.com/
 Template:       Divi
 Version:        1.1.1
*/

/* Theme customization starts here */

/* ------ Root Color ------ */
:root {
    --color1: #131313;
    --color2: #181818;
}

/* ------ Common CSS ------ */
body {
    overflow-x: hidden !important;
}

.photo_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
}

.photoinnersection_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.photoinnersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    margin-left: 5px;
    position: relative;
}

.photoinnersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: 0;
}

/* ------ Header ------ */
.photoheader_section2_menu .et-menu-nav ul li ul {
    padding: 0;
    border-top: 0 !important;
    top: 0;
}

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

.photoheader_section2_menu.et_pb_menu .et-menu-nav ul li ul li a {
    width: 100%;
    line-height: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
    border-top: 0 none;
    padding: 13px 15px !important;
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out !important;
    color: var(--color1) !important;
    background: #ffffff !important;
}

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

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

.photoheader_section2_menu.et_pb_menu .et_mobile_nav_menu ul > li > a {
    background: transparent;
    color: var(--color2) !important;
}

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

.photoheader_section2_menu .et-menu-nav ul > li > a {
    padding: 20px 0 !important;
    padding-right: 10px !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}

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

.photoheader_section2_menu .et_pb_button_module_wrapper {
    display: flex;
    justify-content: flex-end;
}

.photoheader_section2.et_pb_sticky.et_pb_section {
    background: var(--color1) !important;
    border-top: 0;
    border-bottom: 0;
}

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

.photoheader_section2_menu .menu-item-has-children > a:first-child:after {
    content: "\4c" !important;
}

/* ------ Mobile Menu In Header ------ */

.et_mobile_menu {
    overflow-y: scroll !important;
    max-height: 80vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.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*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #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*/

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.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_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
}

/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.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*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.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*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.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*/

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 {
    top: 10px;
    position: relative;
    font-family: "ETModules";
    content: '\33';
    color: #00d263;
    background: #f0f3f6;
    border-radius: 50%;
    padding: 3px;
}

/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle::after {
    content: '\32';
}

/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
    position: absolute;
    right: 5%;
    margin-left: -20px;
    top: -14px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
}

/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
    position: relative;
    display: block;
    bottom: 10px;
    line-height: 0;
}

/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
    background-color: #ffffff !important;
    border-radius: 10px;
}

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(--color2);
}

.photoheader_section2_menu.et_pb_menu ul li.current-menu-item a {
    color: #ffffff !important;
}

.photoheader_section2_menu.et_pb_menu ul li a:hover {
    color: #ffffff !important;
}

.photoheader_section2_menu.et_pb_menu .et_mobile_nav_menu ul li.current-menu-item a {
    color: var(--color1) !important;
}

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

.photoheader_section2_menu .mobile_nav .mobile_menu_bar:before {
    color: #ffffff !important;
}

.photoheader_section1 .et_pb_button_module_wrapper {
    display: flex;
}

/*Slide In Section*/

.et-db #et-boc .et-l #et_pb_root .photoheader_section1,
.et-db #et-boc .et-l #et_pb_root .photoheader_section2{background:var(--color2);position: relative !important;top:0}

.et-db #et-boc .et-l #et_pb_root .et_pb_section.dl-slide-sidebar{transform: translateX(0) !important;position: relative !important;top:0px;}

/* Hide header on all posts in Visual Builder */
.et-fb.single-post .et-l--header .dl-slide-sidebar{
    display: none !important;
}

/* Hide header on all projects in Visual Builder */
.et-fb.single-project .et-l--header .dl-slide-sidebar{
    display: none !important;
}

/* Hide header on all pages in Visual Builder */
.et-fb.page .et-l--header .dl-slide-sidebar{
    display: none !important;
}

.et-fb .dl-slide-sidebar {
    transform: translateX(100%) !important;
}

body:not(.et-fb) .dl-slide-sidebar {
    transform: translateX(100%);
}

body:not(.et-fb) .dl-slide-sidebar.is-opened {
    transform: translateX(0);
}

.dl-slide-sidebar.has-transition {
    transition: 0.7s;
}

.dl-close {
    cursor: pointer;
}

.photoslide_section2_column .et_pb_button_module_wrapper {
    flex: 1;
}

@media all and (max-width: 980px) {
    .photoheader_section2_menu .et_pb_menu_inner_container {
        padding: 20px;
    }

    .photoheader_section2_menu .et_mobile_menu {
        height: 100vh;
    }

    .photoheader_section2_menu .mobile_menu_bar {
        transform: auto;
        bottom: auto;
    }

    .photoheader_section1 {
        display: none;
    }

    .photoheader_section2.et_pb_section {
        top: 0;
    }

    .et_pb_menu__wrap {
        justify-content: end !important;
    }

    .photoheader_section2_menu .menu-item-has-children > a:first-child:after {
        display: none;
    }
}

@media all and (max-width: 1350px) and (min-width: 981px) {
    .photoheader_section2_menu .et-menu-nav ul > li {
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 0 !important;
    }
}

@media all and (max-width: 1030px) and (min-width: 981px) {
    .photoheader_section1_blurb {
        display: none;
    }

    .photoheader_section1_image.et_pb_module {
        margin-right: auto;
        margin-left: unset !important;
    }
}

/* ------ Home ------ */
.photohome_section1_column .et_pb_button_module_wrapper {
    display: flex;
    align-items: center;
    float: left;
}

.photohome_section4_project .project {
    position: relative;
}

.photohome_section4_project .project .et_portfolio_image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: block;
    background: var(--color2);
}

.photohome_section4_project .project .et_portfolio_image:after {
    content: "";
    width: 100%;
    height: 0;
    background: var(--color2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.photohome_section4_project .project:hover .et_portfolio_image:after {
    height: 100%;
    opacity: 0.8;
}

.photohome_section4_project .project .et_portfolio_image:before {
    content: "" !important;
    visibility: visible !important;
    display: block !important;
    background-image: url(/wp-content/uploads/2022/12/Icon-14.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    width: 100%;
    height: 0;
    text-align: center;
    background-position: center;
}

.photohome_section4_project .project:hover .et_portfolio_image:before {
    opacity: 1;
    height: 100%;
}

.photohome_section4_project .project .et_portfolio_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
    opacity: 0.5;
}

.photohome_section4_project .project .photohome_section4_project_content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex-direction: column-reverse;
    display: flex;
}

.photohome_section4_project .project:hover .photohome_section4_project_content .post-meta {
    opacity: 1;
}

.photohome_section5_testimonial .et_pb_testimonial_content p {
    padding-bottom: 0;
}

.photohome_section5_testimonial .et_pb_testimonial_content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease 0s;
    position: relative;
}

.photohome_section5_testimonial .et_pb_testimonial_content:before {
    content: "\e031\e031\e031\e031\e031";
    font-family: ETmodules;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease 0s;
    margin-bottom: 10px;
    display: inline-block;
}

.photohome_section5_testimonial:hover .et_pb_testimonial_content:before,
.active .et_pb_testimonial_content:before {
    color: #ffffff;
}

.photohome_section5_testimonial.et_pb_testimonial .et_pb_testimonial_position {
    transition: all 0.5s ease 0s;
}

.photohome_section5_testimonial.et_pb_testimonial:hover:before,
.active:before {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.photohome_section5_testimonial.et_pb_testimonial:hover,
.active {
    border-color: #ffffff !important;
}

.photohome_section5_testimonial.et_pb_testimonial:hover .et_pb_testimonial_content,
.active.et_pb_testimonial.et_pb_module .et_pb_testimonial_content {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.photohome_section5_testimonial.et_pb_testimonial:hover .et_pb_testimonial_author,
.active.et_pb_testimonial.et_pb_module .et_pb_testimonial_author {
    color: #ffffff !important;
}

.photohome_section5_testimonial.et_pb_testimonial:hover .et_pb_testimonial_position,
.active.et_pb_testimonial.et_pb_module .et_pb_testimonial_position {
    color: #ffffff !important;
}

.photohome_section7_person .photohome_section7_person_content {
    width: 100%;
    position: absolute;
    bottom: -50%;
    left: 0;
    transition: all 0.5s ease 0.2s;
}

.photohome_section7_person:hover .photohome_section7_person_content,
.active .photohome_section7_person_content {
    bottom: 5%;
}

.photohome_section7_person .et_pb_team_member_image:after {
    content: "";
    width: 100%;
    height: 0;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.photohome_section7_person .et_pb_team_member_image img {
    width: 100%;
}

.photohome_section7_person:hover .et_pb_team_member_image:after,
.active .et_pb_team_member_image:after {
    height: 100%;
    opacity: 0.9;
}

.photohome_section7_person .et_pb_member_social_links .et_pb_font_icon {
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease 0s;
}

.photohome_section7_person .et_pb_member_social_links .et_pb_font_icon:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.photohome_section7_person .et_pb_member_social_links li {
    margin-right: 10px;
}

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

.photohome_section8_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
    color: #ffffff !important;
}

.photohome_section8_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4b" !important;
    display: block !important;
    color: #ffffff !important;
}

/*Video Popup*/

body:not(.et-fb) .dl-popup-wrapper {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39);
    opacity: 0;
    visibility: hidden;
}

body:not(.et-fb) .dl-popup-wrapper.popup-is-visible {
    opacity: 1;
    visibility: visible;
}

.dl-popup-inside {
    height: 100%;
}

body.dl-noscroll {
    overflow: hidden;
}

.troo-popup-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.troo-popup-section .et_pb_row {
    margin-top: 0;
    margin-bottom: 0;
}

.et_builder_inner_content.popup-is-visible {
    z-index: 99999;
}

.popup-close {
    cursor: pointer;
}

.dl-popup-wrapper.popup-is-visible .et_pb_row:not(.popup-close) {
    animation: scale-in 0.5s cubic-bezier(0.14, 0.06, 0.41, 1.39) both;
    animation-delay: 0.5s;
}

@keyframes scale-in {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

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

.popup-close .et_pb_icon_wrap .et-pb-icon {
    background: var(--color1);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    border-radius: 50%;
}

@keyframes waveAlarm {
    0% {
        transform: scale(1);
        opacity: 40%;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.photohome_section10_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span {
    display: block;
}

.photohome_section10_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before {
    border-width: 0;
    content: "\4e";
    left: auto;
    right: 0;
    position: absolute;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

.photohome_section10_pricing .et_pb_pricing_table .et_pb_button_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.photohome_section10_pricing .et_pb_pricing_table .et_pb_et_price .et_pb_sum {
    transition: all 0.5s ease 0s;
    padding-bottom: 10px;
    display: block;
}

.photohome_section10_pricing .et_pb_pricing_table:hover,
.active .et_pb_pricing_table {
    border-color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover:before,
.active .et_pb_pricing_table:before {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_pricing_heading h2,
.active .et_pb_pricing_table .et_pb_pricing_heading h2 {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_pricing_heading .et_pb_best_value,
.active .et_pb_pricing_table .et_pb_pricing_heading .et_pb_best_value {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_et_price .et_pb_dollar_sign,
.active .et_pb_pricing_table .et_pb_et_price .et_pb_dollar_sign {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_et_price .et_pb_sum,
.active .et_pb_pricing_table .et_pb_et_price .et_pb_sum {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_frequency,
.active.et_pb_pricing .et_pb_pricing_table .et_pb_frequency {
    color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_pricing_content_top,
.active .et_pb_pricing_table .et_pb_pricing_content_top {
    border-color: #ffffff !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover ul.et_pb_pricing li,
.active .et_pb_pricing_table ul.et_pb_pricing li {
    color: #ffffff !important;
}

body #page-container .et_pb_section .photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_pricing_table_button.et_pb_button,
body #page-container .et_pb_section .active.et_pb_pricing .et_pb_pricing_table .et_pb_pricing_table_button.et_pb_button {
    background: #ffffff !important;
    color: var(--color1) !important;
}

.photohome_section10_pricing .et_pb_pricing_table:hover .et_pb_pricing_content .et_pb_pricing li span::before,
.active .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span::before {
    color: #ffffff !important;
}

.photohome_section11_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease 0s;
}

.photohome_section11_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease 0s;
}

.photohome_section11_blurb.et_pb_blurb:hover .et_pb_module_header,
.active.et_pb_blurb.et_pb_module .et_pb_module_header {
    color: #ffffff !important;
}

.photohome_section11_blurb.et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3,
.active.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    color: #ffffff !important;
}

.photohome_section11_blurb.et_pb_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span,
.active.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    color: #ffffff !important;
}

body #page-container .et_pb_section .photohome_section13_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s !important;
    margin-left: 0;
}

body #page-container .et_pb_section .photohome_section13_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:after {
    opacity: 1;
    background-color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field {
    position: relative;
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field::before {
    right: 5px;
    top: 16px;
    font-family: ETmodules;
    color: #777777;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field[data-id="name"]::before {
    content: "\e08a";
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field[data-id="phone"]::before {
    content: "\e090";
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field[data-id="email"]::before {
    content: "\e076";
}

.photohome_section13_contact .et_pb_contact_form p.et_pb_contact_field[data-id="message"]::before {
    content: "\77";
}

body #page-container .et_pb_section .photohome_section13_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
    float: unset;
    padding-left: 3% !important;
}

body #page-container .et_pb_section .photohome_section13_contact.et_pb_contact_form_container.et_pb_module .et_pb_button {
    margin-left: 0;
}

/*Blogs*/

.photohome_section14_blog .et_pb_post {
    padding: 30px;
    background: transparent;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post .et_pb_image_container,
.photoblog_section2_twocolumn .et_pb_post .entry-featured-image-url,
.photoblog_section2_fourcolumn .et_pb_post .entry-featured-image-url {
    margin: 0;
    order: 2;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

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

.photohome_section14_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img,
.photoblog_section2_twocolumn .et_pb_post .entry-featured-image-url img,
.photoblog_section2_fourcolumn .et_pb_post .entry-featured-image-url img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.photohome_section14_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img,
.photoblog_section2_twocolumn .et_pb_post:hover .entry-featured-image-url img,
.photoblog_section2_fourcolumn .et_pb_post:hover .entry-featured-image-url img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.photohome_section14_blog .et_pb_post .post-content {
    order: 4;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post .post-meta .author a {
    position: relative;
    margin-right: 20px;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post .post-meta .author a:before {
    content: "\e08a";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-right: 7px;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post .post-meta .published {
    position: relative;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post .post-meta .published:before {
    content: "\e023";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-right: 7px;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post div.post-content a.more-link {
    position: relative;
    transition: all 0.5s ease 0s;
}

.photohome_section14_blog .et_pb_post div.post-content a.more-link:after {
    content: "\24";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    transform: rotate(-45deg);
    display: inline-block;
}

.photohome_section14_blog.et_pb_module .et_pb_post:hover {
    border-color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover .entry-title a {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover .post-meta .author a {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover .post-meta .author a:before {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover .post-meta .published {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover .post-meta .published:before {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover div.post-content a.more-link {
    color: #ffffff !important;
}

.photohome_section14_blog .et_pb_post:hover div.post-content a.more-link:after {
    color: #ffffff !important;
    transform: rotate(0deg);
}

@media (min-width: 981px) {
    .photohome_section4_project .et_pb_grid_item {
        width: 31.3333% !important;
        margin-right: 3% !important;
    }

    .photohome_section4_project .et_pb_grid_item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .photohome_section4_project.et_pb_grid_item:nth-child(4n) {
        margin-right: 3% !important;
    }

    .photohome_section4_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none !important;
    }

    .photohome_section4_project .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media all and (max-width: 1399px) and (min-width: 981px) {
    .photohome_section1_social.et_pb_module {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .photohome_section1_column .et_pb_button_module_wrapper {
        display: block;
        align-items: unset;
        float: unset;
    }

    .photohome_section4_project .et_pb_grid_item {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }

    .photohome_section4_project .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .photohome_section4_project.et_pb_grid_item:nth-child(3n) {
        margin-right: 5.5% !important;
    }

    .photohome_section4_project .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: none !important;
    }

    .photohome_section4_project .et_pb_grid_item.first_in_row {
        clear: unset;
    }

    body #page-container .et_pb_section .photohome_section13_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
        text-align: center;
        display: block;
    }

    .photohome_section14_blog .et_pb_post {
        padding: 20px;
    }
}

@media (min-width: 600px) and (max-width: 782px) {
    body:not(.et-fb).admin-bar .dl-popup-wrapper {
        top: 46px;
    }
}

@media (min-width: 783px) {
    body:not(.et-fb).admin-bar .dl-popup-wrapper {
        top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .photohome_section4_project .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }

    .popup-close .et_pb_icon_wrap .et-pb-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

/* ------ About Us ------ */
.photoaboutus_section3_cta .et_pb_promo_description .et_pb_module_header:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #777777;
    left: 0;
    bottom: 0;
}

.photoaboutus_section3_cta .et_pb_promo_description {
    padding-bottom: 35px;
}

.photoaboutus_section3_cta .et_pb_promo_description div {
    font-weight: 400;
}

body #page-container .et_pb_section .photoaboutus_section3_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    margin-left: 10px !important;
}

.photoaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.photoaboutus_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #777777;
}

@media only screen and (max-width: 980px) {
    .photoaboutus_section3_cta .et_pb_promo_description .et_pb_module_header:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 1px;
        background: #777777;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
    }
}

/* ------ Service Detail ------ */
.photoservicedetail_section2_cta .et_pb_promo_description .et_pb_module_header:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #FFFFFF;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.photoservicedetail_section2_cta .et_pb_promo_description {
    padding-bottom: 35px;
}

body #page-container .et_pb_section .photoservicedetail_section2_cta.et_pb_promo .et_pb_promo_button.et_pb_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s !important;
    margin-left: 0;
}

body #page-container .et_pb_section .photoservicedetail_section2_cta.et_pb_promo .et_pb_promo_button.et_pb_button:hover:after {
    opacity: 1;
    background-color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.photoservicedetail_section2_text p::first-letter {
    font-style: normal;
    font-weight: 700;
    font-size: 96px;
    line-height: 96px;
    color: #FFFFFF;
    padding: 0 20px;
    background: var(--color2);
    float: left;
    margin-right: 20px;
}

.photoservicedetail_section2_titleblurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-weight: 400;
}

.photoservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
}

.photoservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-weight: 400;
    flex: 1;
    margin-left: 13px;
}

.photoservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h4 {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

.photoservicedetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
}

@media only screen and (max-width: 980px) {
    .photoservicedetail_section2_text p::first-letter {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        padding: 0;
        background: transparent;
        float: unset;
        margin-right: 0;
    }
}

/* ------ Service List ------ */
.photoservicelist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
    margin-left: 25px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .photoservicelist_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
        flex: 1;
        margin-left: 0;
        font-weight: 400;
    }
}

/* ------ Portfolio 2 Column ------ */
@media (min-width: 981px) {
    .photoportfolio_section2_twocolumn .et_pb_grid_item {
        width: 48.5% !important;
        margin-right: 3% !important;
    }

    .photoportfolio_section2_twocolumn .et_pb_grid_item:nth-child(3n) {
        margin-right: 3% !important;
    }

    .photoportfolio_section2_twocolumn .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .photoportfolio_section2_twocolumn .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n+1) {
        clear: none !important;
    }

    .photoportfolio_section2_twocolumn .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media only screen and (max-width: 767px) {
    .photoportfolio_section2_twocolumn .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

/* ------ Portfolio 4 Column ------ */
.photoportfolio_section2_fourcolumn .project {
    position: relative;
}

.photoportfolio_section2_fourcolumn .project .et_portfolio_image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    display: block;
    background: var(--color2);
}

.photoportfolio_section2_fourcolumn .project .et_portfolio_image:after {
    content: "";
    width: 100%;
    height: 0;
    background: var(--color2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.photoportfolio_section2_fourcolumn .project:hover .et_portfolio_image:after {
    height: 100%;
    opacity: 0.8;
}

.photoportfolio_section2_fourcolumn .project .et_portfolio_image:before {
    content: "" !important;
    visibility: visible !important;
    display: block !important;
    background-image: url(https://troophotographydivi.troothemes.com/wp-content/uploads/2022/12/Icon-14.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    width: 100%;
    height: 0;
    text-align: center;
    background-position: center;
}

.photoportfolio_section2_fourcolumn .project:hover .et_portfolio_image:before {
    opacity: 1;
    height: 100%;
}

.photoportfolio_section2_fourcolumn .project .et_portfolio_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
    opacity: 0.5;
}

.photoportfolio_section2_fourcolumn .project .photoportfolio_section2_fourcolumn_content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex-direction: column-reverse;
    display: flex;
}

.photoportfolio_section2_fourcolumn .project:hover .photoportfolio_section2_fourcolumn_content .post-meta {
    opacity: 1;
}

@media only screen and (max-width: 980px) {
    .photoportfolio_section2_fourcolumn .et_pb_grid_item {
        width: 47.25% !important;
        margin-right: 5.5% !important;
    }

    .photoportfolio_section2_fourcolumn .et_pb_grid_item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .photoportfolio_section2_fourcolumn.et_pb_grid_item:nth-child(3n) {
        margin-right: 5.5% !important;
    }

    .photoportfolio_section2_fourcolumn .et_pb_grid_item.et_pb_portfolio_item:nth-child(3n+1) {
        clear: none !important;
    }

    .photoportfolio_section2_fourcolumn .et_pb_grid_item.first_in_row {
        clear: unset;
    }
}

@media only screen and (max-width: 767px) {
    .photoportfolio_section2_fourcolumn .et_pb_grid_item {
        width: 100% !important;
        margin-right: 0% !important;
    }
}

/* ------ Portfolio Filter ------ */
.photohome_section4_project .et_pb_portfolio_filters,
.photoportfolio_section2_fourcolumn .et_pb_portfolio_filters {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photohome_section4_project .et_pb_portfolio_filters ul li,
.photoportfolio_section2_fourcolumn .et_pb_portfolio_filters ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    list-style: none;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.photohome_section4_project .et_pb_portfolio_filters ul li a,
.photoportfolio_section2_fourcolumn .et_pb_portfolio_filters ul li a {
    border: 1px solid #e2e2e2;
    padding: 15px;
    transition: all 0.5s ease;
    border-radius: 0 !important;
    background: #ffffff;
    color: var(--color2);
}

.photohome_section4_project .et_pb_portfolio_filters ul li a:hover,
.photoportfolio_section2_fourcolumn .et_pb_portfolio_filters ul li a:hover {
    background: var(--color1);
    color: #ffffff;
    border-color: #ffffff;
}

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

    .photohome_section4_project .et_pb_portfolio_filters ul li,
    .photoportfolio_section2_fourcolumn .et_pb_portfolio_filters ul li {
        width: 100% !important;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ------ FAQs ------ */
.photofaqs_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4b" !important;
    display: block !important;
    color: #ffffff !important;
}

.photofaqs_section2_accordion .et_pb_toggle .et_pb_toggle_content {
    font-weight: 400;
}

.photofaqs_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content {
    color: #ffffff !important;
}

/* ------ Blog 2 Column ------ */
.photoblog_section2_twocolumn .et_pb_post {
    margin-bottom: 40px;
}

.photoblog_section2_twocolumn .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
    order: 2;
}

.photoblog_section2_twocolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .photoblog_section2_twocolumn > div{
    display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(2, 48.5%);
}

@media only screen and (max-width: 767px) {
    .photoblog_section2_twocolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .photoblog_section2_twocolumn > div{
        grid-template-columns: repeat(1, 100%);
    }
}

/* ------ Blog 4 Column  ------ */
.photoblog_section2_fourcolumn .et_pb_post {
    margin-bottom: 40px;
}

.photoblog_section2_fourcolumn .et_pb_post .entry-featured-image-url {
    margin-bottom: 20px;
    order: 2;
}

.photoblog_section2_fourcolumn .et_pb_ajax_pagination_container,
.et-db #et-boc .et-l #et-fb-app .photoblog_section2_fourcolumn > div{
    display: grid;
    grid-gap: 0 3%;
    grid-template-columns: repeat(4, 22.75%);
}

@media all and (max-width: 1400px) and (min-width: 981px) {
    .photoblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .photoblog_section2_fourcolumn > div{
        display: grid;
        grid-gap: 0 3%;
        grid-template-columns: repeat(3, 31.3333%);
    }
}

@media only screen and (max-width: 980px) {
    .photoblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .photoblog_section2_fourcolumn > div{
        display: grid;
        grid-gap: 0 3%;
        grid-template-columns: repeat(2, 48.5%);
    }
}

@media only screen and (max-width: 767px) {
    .photoblog_section2_fourcolumn .et_pb_ajax_pagination_container,
	.et-db #et-boc .et-l #et-fb-app .photoblog_section2_fourcolumn > div{
        grid-template-columns: repeat(1, 100%);
    }
}

/* ------ Blog Sidebar ------ */
.photoblog_section2_blogsidebar #block-7 h2 {
    margin-bottom: 20px !important;
}

.photoblog_section2_blogsidebar .et_pb_widget .wp-block-group h2 {
    padding: 20px !important;
    background: var(--color2);
    color: #ffffff !important;
}

.photoblog_section2_blogsidebar .et_pb_widget .wp-block-categories li a {
    color: #ffffff;
    margin-bottom: 15px;
    padding: 15px;
    background: transparent;
    transition: all 0.5s ease;
    width: 100%;
    display: block;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.photoblog_section2_blogsidebar .et_pb_widget .wp-block-categories li:last-child {
    margin-bottom: 0px;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail ul,
.photoblog_section2_blogsidebar .wp-block-tag-cloud {
    padding: 15px !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widgettitle {
    display: none;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-image {
    float: left;
    display: block;
    padding: 0 10px 0 0;
    text-align: center;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 0px;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-image a {
    display: flex;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data h4 {
    line-height: 20px;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data h4 a {
    color: #ffffff !important;
    font-weight: 400;
    font-family: 'Michroma', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data .thumbnail-post-w-author,
.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data .thumbnail-post-w-date {
    display: none;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .thumbnail-post-w {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .widget-data {
    flex: 1;
}

.photoblog_section2_blogsidebar .et_pb_widget .widget_recent_entries_thumbnail .thumbnail-post-w:last-child {
    margin-bottom: 0;
}

.photoblog_section2_blogsidebar .et_pb_widget .wp-block-tag-cloud a {
    font-size: 14px !important;
    padding: 10px 20px;
    background: transparent;
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 400;
}

@media only screen and (max-width: 980px) {
    .photoblog_section2_blogsidebar .et_pb_widget {
        margin-bottom: 30px;
    }
}

/* ------ Blog List ------ */
.photobloglist_section2_blog .et_pb_post {
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    transition: all 0.5s ease 0s;
    margin-bottom: 40px;
}

.photobloglist_section2_blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
    flex-basis: 40%;
    position: relative;
    overflow: hidden;
}

.photobloglist_section2_blog .et_pb_post .entry-featured-image-url img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.photobloglist_section2_blog .et_pb_post:hover .entry-featured-image-url img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.photobloglist_section2_blog .et_pb_post .photobloglist_section2_blog_content {
    flex-basis: 60%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

.photobloglist_section2_blog .et_pb_post .photobloglist_section2_blog_content .entry-title {
    order: 2;
    padding-bottom: 15px;
}

.photobloglist_section2_blog .et_pb_post .photobloglist_section2_blog_content .post-meta {
    order: 1;
    margin-bottom: 10px;
}

.photobloglist_section2_blog .et_pb_post .photobloglist_section2_blog_content .post-content {
    order: 3;
}

.photobloglist_section2_blog .et_pb_post .post-meta .author a {
    position: relative;
    margin-right: 20px;
    transition: all 0.5s ease 0s;
    font-weight: 400;
}

.photobloglist_section2_blog .et_pb_post .post-meta .published {
    position: relative;
    transition: all 0.5s ease 0s;
    font-weight: 400;
}

.photobloglist_section2_blog .et_pb_post .post-meta .author a:before {
    content: "\e08a";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-right: 7px;
    transition: all 0.5s ease 0s;
}

.photobloglist_section2_blog .et_pb_post .post-meta .published:before {
    content: "\e023";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-right: 7px;
    transition: all 0.5s ease 0s;
}

.photobloglist_section2_blog .et_pb_post div.post-content a.more-link:after {
    content: "\24";
    font-family: 'ETmodules';
    color: rgba(255, 255, 255, 0.3);
    margin-left: 8px;
    transition: all 0.5s ease 0s;
    transform: rotate(-45deg);
    display: inline-block;
}

.photobloglist_section2_blog.et_pb_module .et_pb_post:hover {
    border-color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover .entry-title a {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover .post-meta .author a {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover .post-meta .author a:before {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover .post-meta .published {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover .post-meta .published:before {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover div.post-content a.more-link {
    color: #ffffff !important;
}

.photobloglist_section2_blog .et_pb_post:hover div.post-content a.more-link:after {
    color: #ffffff !important;
    transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
    .photobloglist_section2_blog .et_pb_post {
        display: block;
    }

    .photobloglist_section2_blog .et_pb_post .entry-featured-image-url {
        flex-basis: unset;
    }

    .photobloglist_section2_blog .et_pb_post .photobloglist_section2_blog_content {
        flex-basis: unset;
        padding: 20px 0 0 0;
    }
}

/* ------ Blog List Left Image ------ */
.photobloglistleftimage_section2_blog .et_pb_post .post-content p {
    font-weight: 400;
}

.photobloglistleftimage_section2_blog .et_pb_post:hover .post-content p {
    color: #ffffff !important;
}

/* ------ Blog List Right Image ------ */
.photobloglistrightimage_section2_blog .et_pb_post .post-content p {
    font-weight: 400;
}

.photobloglistrightimage_section2_blog .et_pb_post:hover .post-content p {
    color: #ffffff !important;
}

.photobloglistrightimage_section2_blog .et_pb_post {
    flex-direction: row-reverse;
}

.photobloglistrightimage_section2_blog .et_pb_post .photobloglist_section2_blog_content {
    padding-left: 0;
}

/* ------ Contact Us ------ */
body #page-container .et_pb_section .photocontactus_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s !important;
    margin-left: 0;
}

body #page-container .et_pb_section .photocontactus_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:after {
    opacity: 1;
    background-color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field {
    position: relative;
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field::before {
    right: 5px;
    top: 16px;
    font-family: ETmodules;
    color: #777777;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="firstname"]::before {
    content: "\e08a";
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="lastname"]::before {
    content: "\e08a";
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="phone"]::before {
    content: "\e090";
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="email"]::before {
    content: "\e076";
}

.photocontactus_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="message"]::before {
    content: "\77";
}

body #page-container .et_pb_section .photocontactus_section2_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
    float: unset;
    padding-left: 3% !important;
}

body #page-container .et_pb_section .photocontactus_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button {
    margin-left: 0;
}

.photocontactus_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-weight: 400;
}

@media only screen and (max-width: 980px) {
    body #page-container .et_pb_section .photocontactus_section2_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
        text-align: center;
        display: block;
    }
}

/* ------ Make And Appointment ------ */
body #page-container .et_pb_section .photoappointment_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s !important;
    margin-left: 0;
}

body #page-container .et_pb_section .photoappointment_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button:hover:after {
    opacity: 1;
    background-color: #ffffff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1) !important;
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field {
    position: relative;
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field::before {
    right: 5px;
    top: 16px;
    font-family: ETmodules;
    color: #777777;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    z-index: 1;
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="name"]::before {
    content: "\e08a";
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="phone"]::before {
    content: "\e090";
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="email"]::before {
    content: "\e076";
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="date"]::before {
    content: "\e023";
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="time"]::before {
    content: "\e06b";
}

.photoappointment_section2_contact .et_pb_contact_form p.et_pb_contact_field[data-id="message"]::before {
    content: "\77";
}

body #page-container .et_pb_section .photoappointment_section2_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
    float: unset;
    padding-left: 3% !important;
}

body #page-container .et_pb_section .photoappointment_section2_contact.et_pb_contact_form_container.et_pb_module .et_pb_button {
    margin-left: 0;
}

@media only screen and (max-width: 980px) {
    body #page-container .et_pb_section .photoappointment_section2_contact.et_pb_contact_form_container.et_pb_module .et_contact_bottom_container {
        text-align: center;
        display: block;
    }
}

/* ------ Coming Soon ------ */
.photoappointment_section2_contact p.et_pb_newsletter_field {
    padding-bottom: 0;
}

body #page-container .et_pb_section .photoappointment_section2_contact.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;
}

/* ------ Gallery ------ */
.photogallery_section2_gallery .et_pb_gallery_item {
    overflow: hidden;
    position: relative;
}

.photogallery_section2_gallery .et_pb_gallery_image {
    position: relative;
    padding-top: 100%;
    display: block;
    overflow: hidden;
}

.photogallery_section2_gallery .et_pb_gallery_item img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.photogallery_section2_gallery .et_pb_gallery_item:hover img {
    transform: scale(1.15);
}

/* ------ 404 Page ------ */
@media only screen and (max-width: 767px) {
    .photo404_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
        line-height: 60px;
    }
}

/* ------ Project Tag ------ */
.photoprojecttag_section4_blog .et_pb_post {
    position: relative;
    padding: 0;
}

.photoprojecttag_section4_blog .et_pb_post .et_pb_image_container {
    position: relative;
    overflow: hidden;
    background: var(--color2);
    margin: 0;
}

.photoprojecttag_section4_blog .et_pb_post .et_pb_image_container:after {
    content: "";
    width: 100%;
    height: 0;
    background: var(--color2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
}

.photoprojecttag_section4_blog .et_pb_post:hover .et_pb_image_container:after {
    height: 100%;
    opacity: 0.8;
}

.photoprojecttag_section4_blog .et_pb_post .et_pb_image_container:before {
    content: "" !important;
    visibility: visible !important;
    display: block !important;
    background-image: url(https://troophotographydivi.troothemes.com/wp-content/uploads/2022/12/Icon-14.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
    width: 100%;
    height: 0;
    text-align: center;
    background-position: center;
}

.photoprojecttag_section4_blog .et_pb_post:hover .et_pb_image_container:before {
    opacity: 1;
    height: 100%;
}

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

.photoprojecttag_section4_blog .et_pb_post .et_pb_image_container img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
    opacity: 0.5;
}

.photoprojecttag_section4_blog .et_pb_post .photoprojecttag_section4_blog_content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    flex-direction: column-reverse;
    display: flex;
}

.photoprojecttag_section4_blog .et_pb_post:hover .photoprojecttag_section4_blog_content .post-meta {
    opacity: 1;
}

/* ------ Project Detail ------ */
.photoprojectdetail_section2_image img {
    height: 400px;
    object-fit: cover;
    object-position: center top;
}

.photoprojectdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-weight: 400;
}

.photoprojectdetail_section2_column .photoprojectdetail_section2_column_content {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding-top: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
    margin-left: -70px !important;
    display: inline-block;
    background: var(--color2);
    z-index: 1;
    width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 980px) {
    .photoprojectdetail_section2_column .photoprojectdetail_section2_column_content {
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2);
        padding-top: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 40px !important;
        padding-left: 40px !important;
        margin-left: 0px !important;
        display: block;
        background: var(--color2);
        z-index: 1;
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .photoprojectdetail_section2_column .photoprojectdetail_section2_column_content {
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.2);
        padding-top: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 20px !important;
        margin-left: 0px !important;
        display: block;
        background: var(--color2);
        z-index: 1;
        width: 100%;
        margin: 0 auto;
    }
}

/* ------ Blog Detail ------ */
.photoblogdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    display: flex;
    align-items: center;
}

.photoblogdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-weight: 400;
    margin-left: 5px;
}

.photoblogdetail_section2_column .photoblogdetail_section2_column_content {
    background: var(--color2);
    padding: 35px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

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

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

    .photoblogdetail_section2_column .photoblogdetail_section2_column_content {
        background: var(--color2);
        padding: 35px;
        display: inline-block;
        position: absolute;
        bottom: 30px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .photoblogdetail_section2_column .photoblogdetail_section2_column_content {
        background: var(--color2);
        padding: 20px;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        transform: unset;
        text-align: center;
    }
}

/* ------ Service Grid Right Image ------ */
.photoservicelist_section2_blurb.list_right .et_pb_blurb_content .et_pb_blurb_container {
    flex: 1;
    margin-left: 0px;
    margin-right: 25px;
    font-weight: 400;
}

/* ------ Video Gallery ------ */

.photovideo_video .et_pb_video_box .fluid-width-video-wrapper {
    padding-top: 70% !important;
}

.photovideo_video .et_pb_video_overlay {
    background-blend-mode: soft-light;
    background-color: rgb(0 0 0 / 50%);
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2),
            0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2),
            0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2),
            0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2),
            0 0 0 45px rgba(255, 255, 255, 0);
    }
}

/*------ Our History ------*/
.photohistory_blurb {
    width: 50%;
    padding: 60px 0 0 0;
    margin: 0 5px 25px 0;
    float: left;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    min-height: 100px;
    padding: 0 15px 0 0;
    border-right: 2px solid #fff;
    display: block;
    position: relative;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:hover {
    text-decoration: none;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:before,
.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:after {
    content: '';
    background-color: #fff;
    height: 6px;
    width: 6px;
    border-radius: 0;
    position: absolute;
    right: -4px;
    top: 0;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container:after {
    top: auto;
    bottom: 0;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    padding: 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_module_header {
    color: var(--color1);
    background-color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    position: absolute;
    right: -2px;
    top: -60px;
    z-index: 1;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h5.title {
    color: var(--color2);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px;
    padding-bottom: 0;
}

.photohistory_blurb.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container span.description {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
}

.photohistory_blurb.et_pb_blurb:nth-child(even) {
    margin: 0 0 25px 5px;
    float: right;
}

.photohistory_blurb.et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
    padding: 0 0 0 15px;
    border-left: 2px solid #fff;
    border-right: none;
}

.photohistory_blurb.et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container:before,
.photohistory_blurb.et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container:after {
    right: auto;
    left: -4px;
    background: #fff;
}

.photohistory_blurb.et_pb_blurb:nth-child(even) .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header {
    right: auto;
    left: -2px;
    background: #fff;
}

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

    .photohistory_blurb.et_pb_blurb,
    .photohistory_blurb.et_pb_blurb:nth-child(even) {
        width: 100%;
        margin: 0 0 25px;
    }
}

/*------ Gallery Grid 4, 3, 2 Column ------*/
.photogallerygrid_image .et_pb_image_wrap {
    position: relative;
    overflow: hidden;
}

.photogallerygrid_image .et_pb_image_wrap img {
    transition: transform 400ms ease-out;
}

.photogallerygrid_image:hover .et_pb_image_wrap img {
    transform: scale(1.15);
}

/*------ Gallery Fullwidth ------*/
.photogalleryfullwidth_slider .et_pb_slide .et_pb_container {
    height: auto;
}

.photogalleryfullwidth_slider .et_pb_slide .et_pb_slide_description {
    padding: 30% 0%;
}

.photogalleryfullwidth_slider .et-pb-controllers a {
    width: 35px;
}

/*------ Gallery Carousal ------*/
.photogallerycarousal_gallery .et-pb-slider-arrows .et-pb-arrow-prev,
.photogallerycarousal_gallery .et-pb-slider-arrows .et-pb-arrow-next {
    color: #fff !important;
}