/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*rollover for footer etc */
.rollover-orange a:hover {
	 color: #ed8008 !important;
}

/* Nav orange arrow */
.sub-arrow{ 
    color: #ed8008;
}

/* flip box button and title*/
.elementor-flip-box__button {
    border: none !important;
    padding: 0 !important;
	margin-top: 20px !important;
}
.elementor-flip-box__layer__title{
	text-align: center !important;
}

/* Accordian radius */
#elementor-tab-title-2331{ 
    border-radius: 20px 20px 0px 0px;
}
#elementor-tab-content-2332{ 
    border-radius: 0px 0px 20px 20px;
}

/* CF7 two name fields */
.form-left{
	width: 48%;
	margin-right: 2%;
	float: left;
}
.form-right{
	width: 48%;
	float: right;
}
.bullets ol, .bullets ul {
    margin: 0 0 1.5em 1em !important; /*Removes indent from bulleted lists*/
}
.bullets li{margin-bottom: 6px;}

/*To have coloured bullets use the following 2 code blocks*/
.bullets-coloured ul {
  list-style: none !important; /* Remove default bullets */
} 
.bullets-coloured-dark ul {
  list-style: none !important; /* Remove default bullets */
}       

/*coloured light Orange bullets using the before tag*/
.bullets-coloured ul li::before {
  content: "\2022";
  color: #ed8008;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/*coloured Dark Orange bullets using the before tag*/
.bullets-coloured-dark ul li::before {
  content: "\2022";
  color: #e6600d;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Features Table styles */
i.fa.fa-check{
	color: #ed8008;
}
.tablepress th{
	background-color: #303030 !important;
	padding: 20px 10px 10px 10px !important; 
	vertical-align: top !important;
	color: #ed8008 !important;
	font-weight: 600 !important;
}
.tablepress-id-4 tbody td{
	text-align: center;
	border-radius: 15px;
}
.tablepress-id-1 th.column-2, .tablepress-id-1 th.column-3, .tablepress-id-1 th.column-4{
	width: 270px;
}
/* Responsive Table styles for Features Page */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.tablepress-id-1 th.column-1 {
		min-width: 250px;
	}
}
/* claude.ai */
@media (max-width: 768px) {
.tablepress-id-1 {
    overflow-x: auto;
    display: block;
    white-space: normal;
}
.tablepress-id-1 table {
    width: 100%;
    min-width: 600px;
}
}
/* End claude.ai */

.tablepress-id-1 .tablepress td.column-2, .tablepress-id-1 .tablepress td.column-3, .tablepress-id-1 .tablepress td.column-4{
	text-align: center;
}
.tablepress .tablepress-id-1 td.column-2, .tablepress .tablepress-id-1 td.column-4{
	background-color: #ececec !important;
}
.tablepress .tablepress-id-1 th.column-2, .tablepress .tablepress-id-1 th.column-4{
	background-color: #e6600d!important;
}
.tablepress-id-1 th.column-1{
	border-radius: 15px 0px 0px 0px;
}
.tablepress th.column-4{
	border-radius: 0px 15px 0px 0px;
}
.tablepress-id-2 th{
	background-color: #303030 !important;
	padding: 10px 10px 10px 10px !important; 
	vertical-align: top !important;
	color: #ed8008 !important;
	font-weight: 600 !important;
}
.tablepress-id-2 td.column-2, .tablepress-id-2 td.column-3{
	padding: 20px 10px 0px 20px !important;
}
.tablepress-id-2 th.column-2, .tablepress-id-2 th.column-3, .tablepress-id-2 th.column-4{
	width: 100px;
}
.tablepress-id-2 td.column-1 {
	width: 150px;
	text-align: center;
	padding-right: 1em;
}
.tablepress-id-2 th.column-1 {
	text-align: center;
}

/* Header shrinking on scroll */
.shrinker {
	background: transparent;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
.shrinker.elementor-sticky--effects {
	background: #fff;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* Home Infographic Alignment */
@media (min-width: 900px){
.text-widget-height{
    min-height: 300px;
}
}

/* Post Badge Category Link */
.elementor-post__badge a
{
color: #ececec !important;
}
.elementor-post__badge a:link
{
color: #ececec !important;
}
.elementor-post__badge a:hover
{
color: #303030 !important;
}

/* Customer Images Carousel Widget Settings - Target iPad Pro portrait specifically */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .elementor-image-carousel .swiper-slide {
        width: 28% !important;
        flex-shrink: 0;
    }
    .elementor-image-carousel .swiper-wrapper {
        display: flex !important;
        transform: translateX(0) !important;
    }
}
/* REST OF THE CSS IS IN THE ELEMENTOR PAGE TEMPLATE > ADVANCED */
