/* Global */

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}


/* Blog page styles */
section.heading_section {
    width: 100%;
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 60px;
}

.page_description h1 {
    font-size: 35px;
    color: #222222;
    font-weight: 700;
}

.page_description p {
    max-width: 610px;
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
}

.heading_section > .page_description {
    width: 66.6%;
    padding: 0 20px;
    margin-top: 70px;
}

.heading_section > .categories_column {
    width: 33.3%;
    padding-top: 150px;
    padding-right: 20px;
}

.heading_section .addtoany_share_save_containe {
    display: none;
}

.categories_column > .categories {
    width: 100%;
}

.categories_column > .categories .selectric {
    padding: 5px 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.categories .selectric::after {
    content: '>';
    display: inline-block;
    font-size: 20px;
    transform: rotate(90deg);
}

.categories .selectric .button {
    display: none;
}

.categories_column > .categories span.label,
.selectric-blog_cats_filter .selectric-scroll li{
    margin: 0;
    font-size: 17px;
    color: #222222;
    font-weight: 400;
}

.selectric-blog_cats_filter .selectric-scroll li {
    padding: 10px 20px;
}

select.blog_cats_filter {
    display: none;
}

.blogs_section {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 0 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blogs_section .blog_column {
    width: 33.3%;
    padding: 20px;
}

.blogs_section h2 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
}

.blogs_section p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.blogs_section img {
    max-width: 100%;
    height: auto;
    filter: grayscale(1);
    opacity: 0.7;
    border-radius: 10px;
}

.blogs_section .img_block {
    position: relative;
    overflow-y: hidden;
}

.blogs_section .img_block:hover .img_href {
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
}

.blogs_section .addtoany_share_save_container {
    display: none;
}

.blog_column .img_href {
    width: 100%;
    padding: 5px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #FE5000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    transform: translateY(50px);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
.blog_column .img_href a {
    display: block;
    width: 100%;
    color: #ffffff;
    text-align: right;
    line-height: 1.2;
}

.blog_column .img_href a:focus {
    outline-width: 0;
}

.blogs_section .img_block .square {
    width: 170px;
    min-height: 180px;
    border: 2px solid #DD631E;
    border-right: none;
    border-top: none;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: hidden;
}

.blogs_section .img_block .square .inner_square {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 20px;
    transform: rotate(135deg);
    background-color: #DD631E;
    opacity: 0.5;
}


.blogs_section .link_block a {
    font-size: 12px;
    color: #ffffff;
    background-color: #000000;
    padding: 5px 20px;
    border-radius: 25px;
}

.blogs_section .description_block {
    padding: 20px 0;
}

/* blog single page styles */

.single_blog_section {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 150px 20px 0 20px;
}

.single_blog_section .addtoany_share_save_container {
    margin-bottom: 50px;
    display: flex !important;
    align-items: center !important;
}

.single_blog_section .addtoany_share_save_container .addtoany_header {
    float: left;
    font-size: 12px;
    color: #000000;
    margin: 0 !important;
    padding-bottom: 15px;
    padding-right: 20px;
}

.single_blog_section .addtoany_share_save_container .addtoany_list  span {
    border: 1px solid #000000 !important;
    border-radius: 50% !important;
    padding: 5px;
}

.single_blog_section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.single_blog_section h2 {
    font-size: 50px;
    line-height: 55px;
    border-bottom: 3px solid #000000;
    padding-bottom: 25px;
    font-weight: 700;
}

.single_blog_section span {
    font-size: 16px;
    font-weight: 400;
}

.single_blog_section .post_date_block {
    margin-top: 10px;
    margin-bottom: 15px;
}

.single_blog_section p{
    font-size: 19px;
    color: #000000;
    padding: 30px 0 0 0;
    line-height: 30px;
}

/* Services single page */

body.single-service  {
    word-break: break-word;
}

section.service_banner_section {
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
}

div.service_banner_wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: calc((100% - 800px + 20px) / 2);
}

section.service_banner_section .link-icon {
    width: 100%;
    max-width: 100%;
}

section.service_banner_section .service_content {
    width: 100%;
    max-width: calc(100% - 440px);
    padding-right: 40px;
}

.service_sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 400px;
    gap: 40px 0;
    position: sticky;
    top: 114px;
}

.service_sidebar .content_block {
    width: 100%;
    max-width: 350px;
    border: 2px solid  #fe5000;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    align-items: flex-start;
}



.service_sidebar .btn--primary {
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 1024px) {
    div.service_banner_wrapper {
        flex-direction: column;
        max-width: 800px;
        padding: 0;
        margin: 0 auto;
    }

    section.service_banner_section div.service_content {
        max-width: 100%;
        padding: 0;
    }
    div.service_sidebar {
        max-width: 100%;
        position: static;
    }
    div.service_sidebar .content_block {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 565px) {
    section.service_banner_section {
        padding-left: 20px;
        padding-right: 20px;
    }
}



/* media screen max-width: 991px */

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

    section.heading_section {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin: 0 auto;
        padding-top: 0;
    }

    .heading_section > .page_description {
        width: 100%;
        text-align: center;
    }

    .heading_section >.page_description p{
        max-width: 700px;
        margin: 0 auto;
    }

    .heading_section > .categories_column {
        width: 100%;
        margin-top: 40px;
        padding-top: 0;
        display: flex;
        justify-content: flex-end;
        padding-left: 20px;
    }

    .categories_column > .categories {
        max-width: 350px;
    } 

    .blogs_section {
        padding: 40px 0 50px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .blogs_section .blog_column {
        width: 49.5%;
        padding: 20px;
    }

     .blog_column  img {
        width: 100%;
    }

    /* blog single page styles */
    .single_blog_section {
        padding-top: 100px;
    }
}


/* media screen max-width: 650px */

@media screen and (max-width: 650px) {
    .blogs_section .blog_column {
        width: 100%;
        padding: 20px;
    }

    .blog_column .description_block {
        text-align: center;
    }
}

/* media screen max-width: 425px */

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

    .categories_column > .categories {
        max-width: 100%;
    } 

    .blogs_section .img_block .square {
        width: 140px;
        min-height: 140px;
    }

    .blogs_section .img_block .square .inner_square {
        width: 90px;
        height: 90px;
        left: 13px;
    }

}


/* ======== form styles ======== */
.DialogInsightFormDiv { 
	line-height: normal; word-wrap: normal; white-space: normal; position: relative; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.DialogInsightFormDiv label { vertical-align: middle; margin: 2px 8px 0px 2px; display: inline-block; position: relative; top: 3px; }
.DialogInsightFormDiv.DialogInsightLoading > * { visibility: hidden; }
.DialogInsightFormDiv.DialogInsightLoading {
	background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/AjaxBlackLoader.gif);
	background-repeat: no-repeat; background-position: center center;
}
div.DialogInsightFormContainer { text-align: left; }
div.DialogInsightInputContainer { display: inline-block; vertical-align: top; min-height: 32px; width: 300px; }
div.DialogInsightFormRow { padding-bottom: 10px; }
div.DialogInsightLabel_LeftOfField { 
	display: inline-block; text-align: left; width: 250px; vertical-align: top; 
	padding-top: 7px; overflow: hidden; text-overflow: ellipsis; 
}
div.DialogInsightLabel_AboveField { padding-bottom: 2px; }
.DialogInsightFieldDescription { font-style: italic; color: #666666; }
.DialogInsightFormCategoryTitle { font-weight: bold; position: relative; height: 18px; padding-bottom: 5px; }
.DialogInsightFormCategoryTitleWithMargin { margin-top: 15px; }
.DialogInsightFormCategoryTitle > span { position: absolute; left: 0px; top: 0px; white-space: nowrap; }
.DialogInsightFormCategoryDescription { position: relative; height: 18px; }
.DialogInsightFormCategoryDescription > span { position: absolute; left: 0px; top: 0px; white-space: nowrap; }

/* Input controls */
input[type=text].DialogInsightFormInput, select.DialogInsightFormInput, textarea.DialogInsightFormInput { 
	width: 300px; height: 32px; box-sizing: border-box; padding: 0px 12px; line-height: 32px; color: #555555;
	background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0DialogInsightFormInput, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.DialogInsightFormDiv input[type=radio], .DialogInsightFormDiv input[type=checkbox] { 
	vertical-align: middle; margin: 3px 0px 0px 0px; position: relative; top: 3px; 
}
select.DialogInsightFormInput { padding-top: 4px; padding-bottom: 4px; }
select.DialogInsightFormInput::-ms-expand { border: 0px none; background-color: white; }
select.DialogInsightFormInput:focus::-ms-value { background: transparent; color: #444444; }
textarea.DialogInsightFormInput { height: 80px; resize: none; padding-top: 4px; padding-bottom: 4px; line-height: normal; }
input[type=text].DialogInsightFormInput::-ms-clear { width: 0px; height: 0px; }
input[type=text].DialogInsightFormInput:focus, select.DialogInsightFormInput:focus, textarea.DialogInsightFormInput:focus { 
	border-color: #66afe9; outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input[type=text].DialogInsightFormInput.DialogInsightFormInputDate { width: 100px; }
img.DialogInsightFormInputDatePickerIcon { width: 18px; height: 18px; cursor: pointer; position: absolute; left: 105px; top: 6px; }
input[type=text].DialogInsightFormInput.DialogInsightFormInputDateTime { width: 140px; }
img.DialogInsightFormInputDateTimePickerIcon { width: 18px; height: 18px; cursor: pointer; position: absolute; left: 145px; top: 6px; }
.DialogInsightDatePlaceholder { width: 75px; }
.DialogInsightDateTimePlaceholder { width: 115px; }

/* Errors */
.DialogInsightErrorContents { color: #ff3333; padding-top: 2px; padding-bottom: 2px; }
.DialogInsightGlobalErrors > div { 
	text-align: left; border-radius: 5px; background-color: #eeeeee; border: #ff3333 1px solid; 
	padding: 10px; color:#ff3333; max-width:500px; margin-bottom: 10px;
}
input[type=text].DialogInsightFieldInError, textarea.DialogInsightFieldInError { border-color: #990000; color: #660000; }
input[type=text].DialogInsightFieldInError:focus, textarea.DialogInsightFieldInError:focus { color: #555555; }
select.DialogInsightFieldInError { border-color: #990000; color: #660000; }
.DialogInsightUnselectable { 
	-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; 
	-ms-user-select: none; -o-user-selectE: none; user-select: none; 
}

/* Simulated placeholders (input cue) */
div.DialogInsightInputWithPlaceholderContainer { position: relative; height: 32px; }
div.DialogInsightTextareaWithPlaceholderContainer { height: 80px; }
div.DialogInsightInputWithPlaceholderContainer .DialogInsightInputPlaceholderText {
	position: absolute; top: 8px; left: 13px; z-index: 1; color: #9f9f9f; pointer-events: none;
	overflow: hidden; display: inline-block; white-space: nowrap; max-width: 275px;
}
div.DialogInsightInputWithPlaceholderContainer input.DialogInsightInputWithPlaceholder,
div.DialogInsightInputWithPlaceholderContainer textarea.DialogInsightInputWithPlaceholder {
	position:absolute; left: 0px; top: 0px; with: 100%; z-index: 10; background-color: transparent;
	background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}
.DialogInsightInputWithPlaceholderContainer.PlaceholderInputHasText .DialogInsightInputPlaceholderText { display: none; }

/* Submit button */
.DialogInsightFormSubmit input[type=submit],
.DialogInsightFormSubmit button { 
	vertical-align: middle; display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center;
	vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent;
	white-space: nowrap; padding: 6px 12px; font-size: 14px; border-radius: 4px;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	color: #ffffff; background-color: #337ab7; border-color: #2e6da4;
}

.DialogInsightFormSubmit input[type=submit]:disabled ,
.DialogInsightFormSubmit button:disabled { background-color: #CCCCCC; border-color: #CCCCCC; }

.DialogInsightFormSubmit .DialogInsightFormSubmitLoader { visibility: hidden; margin-left: 5px; vertical-align: middle; }
.DialogInsightFormSubmit.DialogInsightFormSubmitInProgress .DialogInsightFormSubmitLoader { visibility: visible !important; }


/* ======== date picker popup styles ======== */
.DialogInsightDatePicker { 
	position: absolute; padding: 100px; z-index: 6000;
	background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}
.DialogInsightDatePickerContent { background-color: white; border: 1px solid #bbbbbb; padding: 6px; font-family: Arial, sans-serif; font-size: 13px; }
.DialogInsightDatePickerHeader { text-align: center; font-weight: bold; margin-bottom: 5px; font-size: 15px; position: relative; vertical-align: middle; height: 30px; line-height: 30px; }
.DialogInsightDatePickerHeader .DialogInsightDatePickerPrev { position: absolute; padding: 5px; left: 0px; top: 2px; cursor: pointer; width: 15px; height: 15px; text-align: center; line-height: 15px; }
.DialogInsightDatePickerHeader .DialogInsightDatePickerNext { position: absolute; padding: 5px; right: 0px; top: 2px; cursor: pointer; width: 15px; height: 15px; text-align: center; line-height: 15px; }
table.DialogInsightDatePickerMonthTbl { table-layout: fixed; border-collapse: separate; border-spacing: 4px; }
table.DialogInsightDatePickerMonthTbl th  { width: 26px; padding: 4px; text-align: center; font-weight: bold; }
table.DialogInsightDatePickerMonthTbl td { width: 26px; padding: 4px 6px 4px 2px; text-align: right; cursor: pointer; }
table.DialogInsightDatePickerMonthTbl td:hover { background-color: #F2F2F2; }
table.DialogInsightDatePickerMonthTbl td.OutOfMonth { color: #999999; }
table.DialogInsightDatePickerMonthTbl td.SelectedDate { background-color: #009900; color: white; font-weight: bold; }
table.DialogInsightDatePickerMonthTbl td.Today { font-weight: bold; }
.DialogInsightDatePickerFooter { padding: 5px; text-align: right; }
.DialogInsightDatePickerCloseBtn { background-color: #bbbbbb; color: black; padding: 5px 10px; display: inline-block; cursor: pointer; }
.DialogInsightTimePickerContainer { float: left; }
.DialogInsightTimePickerTxtbox { height: 15px; padding: 5px; box-sizing: content-box; width: 70px; margin-right: 10px; border: 1px solid #999999; }
.DialogInsightTimePickerTxtbox.Error { border: 1px solid #990000; color: #550000; }
div.DialogInsightDatePickerMonth { height: 19px; display: inline-block; line-height: 19px; vertical-align: middle; position: relative; top: -1px; }
input.DialogInsightDatePickerYear { 
	padding: 0px; width: 45px; margin: 0px 0px 0px 7px; vertical-align: middle; font-size: 15px; height: 19px; font-weight: bold; 
	border: 1px transparent; font-family: Arial, sans-serif; position: relative; top: -1px; padding: 0px; text-align: center; line-height: normal;
}
/* ======== lightbox styles ======== */
div.DialogInsightLightBoxBackground {
	--background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: var(--background-color);
}
div.DialogInsightLightBoxBackground.DialogInsightLightBoxBackground_OldIE {
	background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/PopupBgBlockerOlderIE.png);
}
div.DialogInsightLightBox {
	margin-left: -300px;
	padding: 15px 0px 15px 15px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #555555;
	background-color: white;
	position: absolute; left: 50%; top: 50px; z-index: 5001;
    line-height: normal;
}
div.DialogInsightLightBoxCloseButton {
	--close-button-size: 6px;
	--close-button-thickness: 2px;
	--close-button-position-x: -12px;
	--close-button-position-y: -12px;
	--close-button-color: white;
	--close-button-background-color: black;
	--close-button-border-color: white;
	--close-button-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	background-image: none !important;
	width: calc(var(--close-button-size) * 4);
	height: calc(var(--close-button-size) * 4);
	background-color: var(--close-button-background-color);
	border: var(--close-button-thickness) solid var(--close-button-border-color);
	border-radius: 50%;
	position: absolute;
	right: var(--close-button-position-x);
	top: var(--close-button-position-y);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: var(--close-button-box-shadow);
	cursor: pointer;
}

div.DialogInsightLightBoxCloseButton::before, div.DialogInsightLightBoxCloseButton::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: var(--close-button-color);
}

div.DialogInsightLightBoxCloseButton::before {
	transform: rotate(45deg);
}

div.DialogInsightLightBoxCloseButton::after {
	transform: rotate(-45deg);
}
.contact_form_home {
    line-height: normal;
    word-wrap: normal;
    white-space: normal;
    position: relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.contact_form_home .FormRow{
    padding-bottom: 10px;
}
.contact_form_home .label{ 
    margin: 2px 0; 
}
.contact_form_home input[type=text],.contact_form_home input[type=email]{
    width: 300px; 
    height: 32px; 
    box-sizing: border-box; 
    padding: 0px 12px; 
    line-height: 32px; 
    color: #555555;
    background-color: #ffffff; 
    background-image: none; 
    border: 1px solid #cccccc; 
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0DialogInsightFormInput, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact_form_home input[type=submit]{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.contact_form_home .wpcf7-list-item{
    display: flex;
    margin: 5px 0 0 0;
    min-height: 40px;
}
.contact_form_home .wpcf7-list-item-label{
    padding-left: 6px;
    vertical-align: top;
}