/*
Theme Name: Online reputation
Theme URI: https://onlinereputation.com
Author: Online reputation
Author URI:
Description: Bootstrap v.4 basic theme for developers to build their new theme very fast and easy. (WordPress 5 or Gutenberg ready.) The concept is to keep it basic, no rich features, no additional functions; all of these for theme developers will be easier to start develop their theme. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic4" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme. Please read notice on Bootstrap Basic 4 Help page in Dashboard &gt; Appearance &gt; Bootstrap Basic4 Help or in readme.txt file in this theme package.
Version: 1.2.9
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 5.8
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: onlinereputation
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/

/* .row a{
	color:#01b0f1 !important;
} */

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}
.md-accordion .fa-angle-down {
    float: right;
}
.md-accordion .faq-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home-btm{
	background: #f5f8fa;
	margin-bottom: 7px;
	padding: 55px 0 40px 0px;
}
.home-faq{
	background: #f5f8fa;
	margin-top: 14px;
	padding: 55px 0 80px 0px;
}
.home-btm h3,.home-btm h2{
	    margin-bottom: 20px;
}
 
.accordion {
	border-top: 1px solid #cbd3d3;
	}
.md-accordion .faq-header a:not(.collapsed),
#heading1 a[aria-expanded=true]{
    background: #fff;
    display: block;
}
a.collapsed{
	background: transparent;
}
.faq-body ul{
	padding-left: 16px;
}
.faq-body ul li {
    padding-left: 9px;
    padding-bottom: 6px;
    font-weight: 500;
}
#main-blog .wp-block-button__link {
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
	background: #01b0f1 !important;
}
#main-blog .wp-block-button__link:hover{

}
.home-faq h5{
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 30px;
}
.home-faq h6{
	font-size: 18px;
	padding: 20px 30px 20px 40px;
	color: #000000;
	font-weight: 600;
}
.content-faq{
	padding: 0px 30px 1px 40px;
	color: #000;
	font-size:16px;
	background: #fff;
	font-weight: 500;
}
.faq {
	border-bottom: 1px solid #cbd3d3;
}
.home-btm h4{
	font-size: 25px;
	color: #2a2a2a;
	font-weight: 700;
	margin-bottom: 25px;
}
.home-btm p{
	font-size: 18px;
	color: #2a2a2a;
	margin-bottom: 25px;
}

.focus-visible{
	outline: 0px;
}

/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.page-id-618 .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
}

/* .full-right{
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
} */


.btn .btn-primary {
    background: #01b0f1;
    color: #fff;
    border-radius: 20px;
    padding: 12px 20px 8px 20px;
    font-size: 16px;
    line-height: 20px;
    margin-top: -5px;
}






/*============ Gravity Form style 
  */

body .gform_legacy_markup_wrapper li.hidden_label input,
body gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
body gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
body .gform_legacy_markup_wrapper .top_label div.ginput_container {
	margin-top: 5px !important;
}
body .gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	background: #f9f9f9;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 10px;
}
body .gform_legacy_markup_wrapper textarea {
	background: #f9f9f9;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	padding: 10px;
	min-height: 118px;
}
.gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
body .gform_legacy_markup_wrapper .top_label .gfield_label,
body gform_legacy_markup_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
	margin: 0px 0 1px 1px;
	font-weight: 400;
	font-size: 16px !important;
	color: #333;
	
}
body .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 5px 0 0 !important;
}
.modal-dialog .wpcf7-submit,
body #gform_submit_button_1,
body #gform_submit_button_1
body #gform_submit_button_3{
	background: #01b0f1 !important;
	  color: #fff;
	  width: auto;
	  padding: 6px 54px;
	  font-size: 16px;
	  font-weight: 600;
	  text-transform: uppercase;
	  border: 0;
	  border-radius: 30px;
}
.modal .form-area h2 {
	color: #fff !important;
	margin-bottom: 25px;
}
.gform_legacy_markup_wrapper ol.validation_list {
	margin-right: 16px ;
}
.modal .gform_legacy_markup_wrapper form {
	margin-right: -10px !important;
}
.gform_legacy_markup_wrapper .name_first label:after,
.gform_legacy_markup_wrapper .name_last label:after{
	content: " *";
	color: #EA3829;
} 

/*-----------------------Gravity form Error 
 */

body .gform_legacy_markup_wrapper li.gfield.gfield_error, 
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	 background-color: transparent !important;
	 border-bottom: 0px !important; 
	 border-top: 0px !important;
	 margin-bottom: 0px !important; 
	 padding-bottom: 0px !important; 
	 padding-top: 0px !important;
}
body .gform_legacy_markup_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_legacy_markup_wrapper li.gfield_error textarea {
	border: 2px solid #f00;
}

body .gform_legacy_markup_wrapper div.validation_error, .gform_legacy_markup_wrapper ol.validation_list {
	clear: both;
	color: #fff;
	margin-bottom: 25px;
	width: 100%;
	background: #01b0f1 !important;
	border: 1px solid #01b0f1 !important;
}
body .gform_legacy_markup_wrapper div.validation_error {
	border-bottom: 0px !important;
	border-top: 0px !important;
	font-size: 14px inherit;
	font-weight: 500;
	padding: 15px 10px;
	text-align: center;
	display: none;
}
body .gform_legacy_markup_wrapper .gform_validation_errors > h2::before {
	margin: 0px !important;
	vertical-align: middle;
	position: absolute;
	left: 0px;
}
body .gform_legacy_markup_wrapper .gform_validation_errors > h2,
body #main-blog .gform_legacy_markup_wrapper .gform_validation_errors.validation_error > h2 {
	color: #fff !important;
	font-size: 14px;
	font-weight: 500;
	margin: 0px !important;  
	padding-left: 30px;
  	position: relative;
  	text-align: left;
}
body .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_legacy_markup_wrapper .gfield_required{
	color: #EA3829;
	
}
body .gform_legacy_markup_wrapper .field_description_below .gfield_description {
	padding-top: 5px;
}
body .gform_legacy_markup_wrapper .field_sublabel_above .gfield_description{
	margin-top: 5px;
}
body .gform_legacy_markup_wrapper .validation_message {
	color: #EA3829;
	font-weight: 500;
	letter-spacing: normal;
	font-size: 11px;
}
body .modal .gform_legacy_markup_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .modal .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .modal .gform_legacy_markup_wrapper .validation_message,
body .modal .gform_legacy_markup_wrapper .gfield_required {	
	color: #FFA348;
}

body  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body  .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
	margin-top: 8px;
}



@media screen and (max-width: 640px) {
	.modal .gform_legacy_markup_wrapper form {
		margin-right: 0px !important;
	}
	.modal-dialog .wpcf7-submit, body #gform_submit_button_3 {
		margin: 0 0px 30px;
	}
}



/*---------End gravity form style 
 */




@media (max-width:1200px){
	a.wp-block-button__link.has-white-color{
		padding: calc(0.667em + 2px) calc(1.333em + 6px) !important;
	}
}

@media (max-width:991px){
	.wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
		font-size: 22px;
	}
}

@media (max-width:520px){
.mob-menu-logo-holder {
	max-width: 70%;
	margin-top: 0 !important;
}
	.mob-menu-logo-holder img{
		width: 100%;
	}
}
 .inner-single table, td, th {
    border: 1px solid;
    padding: 5px 10px;
}
