/* 
 Theme Name:     OnePartner Child Theme
 Author:         Pallavi Kurhade
 Author URI:     https://fourandhalf.com/
 Template:       Divi
 Version:        1.0.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ----------- Brandon Brigham Custom Additions - Beginning --------------------------- */ 

input#gform_submit_button_2 {
    background-color: #2e2423;
    border: solid 2px #fff;
}

input#gform_submit_button_6 {
    background-color: #2e2423;
    border: solid 2px #fff;
}
.et_pb_testimonial:before {content:"\7c"!important;}

/* ----------- Brandon Brigham Custom Additions - Ending --------------------------- */ 


p{ font-weight:normal; }
.et_pb_button_module_wrapper.et_pb_module.et_pb_button_alignment_center { margin-bottom: 2%;}
#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover, #top-header a:hover{ background:transparent;color:#fff!important;opacity:initial; text-decoration:underline;}
.et-fixed-header #top-menu li.current-menu-ancestor>a:hover, .et-fixed-header #top-menu li.current-menu-item>a:hover { background-color:#032A59;color:#fff!important;opacity:initial;}
#footer-info, #footer-info a { text-align: center;width: 100%;}
.main-content .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] { background-color: #2e2423; border: solid 2px #fff;color: #fff;font-weight: 300;font-size: 20px;padding: .3em 1em;min-width: 150px;position: relative;border-radius: 7px;transition: all .3s;box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.3);}
.gform_footer input[type=submit]:hover { background-color: #2e2423;}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { margin-left: 1px;color: #000;}
.bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a {text-align: center;}

/************************************
* Blog Page *
************************************/

#categories-tabs #categories-2 {width:100%;}
#categories-tabs #categories-2 h4 {margin-bottom:20px;}
#categories-tabs li {float:left;padding:10px;background-color:#2e2423;margin-right:20px; border-radius: 10px; border:2px solid #fff; box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.3);}
#categories-tabs li:hover { background-color:#00adc8;  }
#categories-tabs li a, #categories-tabs li a:hover { color:#fff;}
#skew:before { content: '';-webkit-transform: skew(0, -7deg);transform: skew(0, -7deg);position: absolute;left: 0;right: 0;top: -120px;height: 340px;background: #ffffff;}
 .elegantdesign .entry-title { margin-top: 0px;padding-bottom: 20px;}
 .elegantdesign .et_pb_image_container { margin: -20px -40px  40px;}
 .elegantdesign .et_pb_blog_grid .et_pb_post { margin-bottom: 80px;width: 100%;padding: 40px;background-color: #fff;border-radius: 4px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-shadow: 0px 20px 150px #d6dee4;border: none;text-align:center;}
 .elegantdesign .et_pb_post .post-meta { margin-bottom: 40px;}
.elegantdesign { font-family: “Poppins”, sans-serif;}
.search #left-area{-moz-column-count: 1;column-count: 1;-moz-column-gap: 20px;column-gap: 20px;}
.search #left-area .et_pb_post a img {float:left !important;max-width:300px !important;padding:10px;}
.search #left-area ul  { list-style-type: none !important;}
.search .et_pb_post > a { margin: -20px -20px 10px;display: block;}
.search #left-area .et_pb_post {overflow: hidden;page-break-inside: avoid;break-inside: avoid-column;width: 100%;padding: 19px;border: 1px solid #d8d8d8;background-color: #fff;word-wrap: break-word;display: inline-block;margin-bottom: 10px;}
.search #left-area .et_pb_post h2{font-size: 18px;}
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio{ padding: 0;}
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider { margin: -20px -20px 10px;}
.search .et_pb_post .et_pb_slider .et_pb_slide {min-height: 180px;}
.search .pagination {padding: 20px 0;}
.elegantdesign .et_pb_blog_0 .et_pb_post .entry-title a{ color:#3D3D3D!important;}
/************************************
* Tooltip *
************************************/
[tooltip]{ position:relative;display:inline-block;}
[tooltip]::before { content: "";position: absolute;top:-6px;left:50%;transform: translateX(-50%);border-width: 4px 4px 0 6px;border-style: solid;border-color: rgba(0,0,0,0.7) transparent transparent transparent;z-index: 99;opacity:0;}
[tooltip-position='right']::before{ left:100%;top:50%;margin-left:1px;transform:translatey(-50%) rotate(90deg)}
[tooltip]::after { content: attr(tooltip);position: absolute;left:50%;top:-6px;transform: translateX(-50%)   translateY(-100%);background: rgba(0,0,0,0.7);text-align: center;color: #fff;padding:4px 2px;font-size: 12px;min-width: 200px;border-radius: 5px;pointer-events: none;padding: 4px 4px;z-index:99;opacity:0;}
[tooltip-position='right']::after{ left:100%;top:50%;margin-left:8px;transform: translateX(0%)   translateY(-50%);}
[tooltip]:hover::after,[tooltip]:hover::before { opacity:1}
/************************************
* Homepage *
************************************/
div#home-video {text-shadow: 0.03em 0.03em #424141;background-color: rgba(0, 0, 0, 0.19);}
ul#social-home {padding-left: 50px;padding-top: 30px;} 
#top-header #et-info, #top-header .container, #top-header .et-social-icon a {float: left;}
.elegantdesign a.more-link { font-size: 14px;color: #fff!important;font-weight: 600;text-transform: uppercase;margin-top: 10px;float: none;display: inline-block;padding: 8px 16px;border-radius: 60px;background-color: #2e2423;border: 2px solid #fff;}
.elegantdesign a.more-link:hover { color: #20292f;}
.elegantdesign .et_pb_blog_0 .et_pb_post .entry-title a{ color:#3D3D3D!important;}
.et_pb_ajax_pagination_container .alignleft a, .et_pb_ajax_pagination_container .alignright a {
  color: #fff !important;text-transform: capitalize !important;
  padding: 6px 10px;border-radius: 6px;display: inline-block !important;background-color: #2e2423 !important;
  font-size: 20px !important;box-shadow: 0px 6px 0px 0px rgba(0,0,0,0.2) !important;text-decoration: none!important;font-family: 'Lato', sans-serif !important;font-weight: 300 !important;}
.pagination { width: 100%;}
.icons {text-align:center;font-size:50px;}

/************************************
* Pricing heading*
************************************/
.et_pb_pricing_heading>p{ padding-bottom: 5px;color: #fff;line-height: 1.7em!important;font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;margin-top: 20px;margin-bottom: 10px;font-size: 30px;}

/************************************
* Use this class for SEO heading*
************************************/
.popup-header { font-size:26px; font-weight:700; color: #2e2423; text-align: center;}
.sub-heading-blurb { font-size: 30px!important;line-height: 1.5;margin-bottom: 0px;margin-top: 0px;color: #2e2423;text-align: inherit!important;font-weight: 500!important;}
.paragraph-as-heading { font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;margin-top: 10px;margin-bottom: 10px;font-size: 35px;font-weight: bold;line-height: 1.5;}
.paragraph-as-footer-heading { font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;margin-top: 10px;margin-bottom: 10px;font-size: 18px;font-weight: 500;line-height: 1.1;text-align:center;}
.paragraph-as-sub-heading { font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;margin-top: 10px;font-size: 32px;font-weight: 500;text-align:center;}
.heading-as-paragraph, .heading-as-paragraph h4, .heading-as-paragraph h3 { font-size: 17px!important;font-weight: 400;line-height: 24px;text-align: initial!important;}

/************************************
* Learn More for p tag*
************************************/
.et-learn-more p.heading-more { padding: 5px 0px;font-size: 16px;text-align: left;float: left;color: #00adc8!important;text-decoration: underline;position: relative;margin: 0!important;cursor:pointer;}
.et-learn-more p.heading-more {background:transparent; }
.et-learn-more p.heading-more span.et_learnmore_arrow {display:none;}
.et-learn-more { border:0px; }
.et-learn-more .learn-more-content { padding: 5px 0px;clear: left;border:0px;} 

/************************************
* Pricing Table*
************************************/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { text-align: center;}
.table>tbody>tr>td:first-child { text-align:left; color: #343d3d;font-size: 16px;}
.table>tbody>tr:first-child { border-bottom: 0px;}
.table>tbody>tr>td>i { color: #2e2423; }
.table>thead>tr>th>div { background-color: #2e2423; padding: 6px;color: #fff;border-radius: 5px;}
.table>thead>tr>th:first-child { background-color: #fff;padding-left:0px;}
.table>thead>tr>th:last-child { padding-right:0px;}
.table>thead>tr>th { border-bottom: 0px;}
.table>tbody>tr:first-child td {border-top: 0px;padding-top: 25px;}
.table>tbody>tr:last-child td { border-bottom: 1px solid #ddd;}
.table>thead>tr>th>div>p {font-size: 24px;border-bottom: 1px solid #316c91;margin-top:0px;padding-bottom: 8px;margin-bottom: 5px;color:#fff;}
.table>thead>tr>th>div>i { font-weight: normal;}
.fees-details {padding-left:20px;}
.additional-fees, .additional-fees>p {color: #24455B;margin-bottom: 20px;}
.entry-content table, body.et-pb-preview #main-content .container table {border:0px;}
#price-table tbody tr:nth-of-type(1),
#price-table tbody tr:nth-of-type(2),
#price-table tbody tr:nth-of-type(3) { background: #eee;font-size: 14px;font-weight: 600;border: 1px solid #ddd;text-align: center!important;}
#price-table tbody tr:nth-of-type(1),
#price-table tbody tr:nth-of-type(2) { border-bottom: none;}
#price-table tbody tr:nth-of-type(2) td,
#price-table tbody tr:nth-of-type(2),
#price-table tbody tr:nth-of-type(3) td,
#price-table tbody tr:nth-of-type(3) { border-top: none;}
#price-table tbody tr:nth-of-type(1) td,
#price-table tbody tr:nth-of-type(2) td,
#price-table tbody tr:nth-of-type(3) td { padding: 15px 10px;border-right: 1px solid #ddd;text-align: center;}
#price-table tbody tr:nth-of-type(1) td:last-of-type,
#price-table tbody tr:nth-of-type(2) td:last-of-type,
#price-table tbody tr:nth-of-type(3) td:last-of-type { border-right: 2px solid #ddd;}
#price-table tbody tr:nth-of-type(1) td { padding-bottom: 0;position: relative;}
#price-table tbody tr:nth-of-type(2) td,
#price-table tbody tr:nth-of-type(3) td { padding-top: 10px;}
#price-table .table > tbody > tr:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) > td:first-child { padding: 15px;}
#price-table thead th { padding: 0;}
#price-table thead th div { padding: 0;border-radius: 0;border-bottom: none;margin: 0;}
#price-table thead th div {border-bottom: none;margin-top: 0;padding-bottom: 0;margin-bottom: 0;color: #fff;padding: 18px!important;line-height: 1.3;}
#price-table thead th div p { border-bottom: 0;line-height: 1.3;padding: 0;margin: 0;}
#price-table thead th:nth-of-type(3) div { background-color: #00adc8;}
#price-table thead th:nth-of-type(3) div p { padding-top: 10px;padding-bottom: 16px;font-weight: 600;}
#price-table tbody tr:nth-of-type(1) td:after,
#price-table tbody tr:nth-of-type(2) td:after { content: " ";position: absolute;display: inline-block;background-color: #c5c5c5;height: 1px;width: 60px;left: 0;right: 0;bottom: -5px;margin: 0 auto;}
#price-table tbody tr:nth-of-type(1) td,
#price-table tbody tr:nth-of-type(2) td { padding-bottom: 0;position: relative;}
#price-table .table-responsive { overflow-x: hidden;}
.mobile-pricing .et-learn-more > p.heading-more:before { float: right !important;font-family: FontAwesome;content:"\f067";padding-right: 5px;}
.mobile-pricing .et-learn-more > p.heading-more.open::before { float: right !important;content:"\f068";font-family: FontAwesome;}
.mobile-pricing .et-learn-more p.heading-more { float:none;}
.entry-content table, body.et-pb-preview #main-content .container table {border:0px;}
.glyphicon-ok-sign { font-size: 1.8em;}
/************************************
* Mobile Pricing HTML Tables*
************************************/
.pricing-table-option { width: 100%;border: 1px solid #ddd;margin: 0 0 30px;font-size: 16px;}
.pricing-option-heading { text-align: center;background-image: linear-gradient(180deg, #00adc8, #000); /* Change this to brand color codes */color: #fff!important;padding: 25px;}
.pricing-option-heading h3 { font-size: 22px;line-height: 1.3;margin: 0;padding: 0;color: #fff!important;}
.pricing-option-heading p,.pricing-table-option p:empty { display: none;}
.pricing-option-costs { background-color: #eeeeee;font-weight: 600;text-align: center;}
.pricing-table-option .cost-amount { font-style: italic;font-weight: 500;color: #24455B;}
.pricing-option-perks, .pricing-option-costs {padding: 25px;}
.pricing-table-option .et-learn-more,.pricing-table-option .et-learn-more p.heading-more span.et_learnmore_arrow { display: inline-block;}
.pricing-table-option .et-learn-more { margin: 0;}
.pricing-table-option .et-learn-more span.et_learnmore_arrow span { right: -20px;left: auto;}
.pricing-table-option .et-learn-more p.heading-more { padding: 0;text-decoration: none;font-weight: 600;margin-bottom: 8px!important;}
.pricing-table-option .et-learn-more .learn-more-content { top: 0;margin-bottom: 20px;}

/************************************
* Reputation *
************************************/
#reputation{ background-color:#fff; padding:20px; border-radius:15px;}
.r4e-widget.reviews .review .summary .info { color: #000;}
.r4e-widget.reviews .pagination a { display: none;}

/**** Hide reputation widget sort & pagination features ****/
.r4e-widget.reviews2 .sort-container {display:none;}
.r4e-widget .pagination {display:none;}

/************************************
* General Media Queries *
************************************/
@media only screen and ( min-width: 981px ) {
.elegantdesign .et_pb_column .et_pb_blog_grid[data-columns]::before { content: '2 .column.size-1of2' !important;}
.elegantdesign .et_pb_column .column.size-1of2 { width:47% !important;margin-right:6%;}
}

@media only screen and ( max-width: 980px ) {
.elegantdesign .et_pb_column .et_pb_blog_grid[data-columns]::before { content: '2 .column.size-1of2' !important;}
.elegantdesign .et_pb_column .column.size-1of2 { width:100% !important;margin-right:0%;}
#et_top_search { display: none;}	
}

