/*
 Theme Name:     FLYACTS Child Theme Four
 Description:    FLYACTS Child Theme Four
 Author:         FLYACTS
 Author URI:     https://www.flyacts.com
 Template:       Divi
 Version:        0.1.0
*/

/**
 * Raleway-Font
 * --------------------------------------------------
 */


/*@font-face {
    font-family: 'icomoon';
    src:  url('icons/icomoon.eot?5lehux');
    src:  url('icons/icomoon.eot?5lehux#iefix') format('embedded-opentype'),
    url('icons/icomoon.ttf?5lehux') format('truetype'),
    url('icons/icomoon.woff?5lehux') format('woff'),
    url('icons/icomoon.svg?5lehux#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
    font-family: 'FontAwesome';
    src:  url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: '300plus_free_outline_icons_v2';
    src:  url('/wp-content/plugins/wp-and-divi-icons/icon-packs/free-icons/font/300plus_free_outline_icons_v2.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body, a {
    font-family: 'Raleway' !important;
    color: #000;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2em;
}
h1 {
	font-size: 40px !important;
	line-height: 1.2em;
}
h2 {
	font-size: 32px !important;
}
h3 {
	font-size: 28px !important;
}
h4 {
	font-size: 24px !important;
}
h5 {
	font-size: 22px !important;
}
h6 {
	font-size: 20px !important;
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 36px !important;
	}
	h2 {
		font-size: 28px !important;
	}
	h3 {
		font-size: 26px !important;
	}
	h4 {
		font-size: 22px !important;
	}
	h5 {
		font-size: 18px !important;
	}
	h6 {
		font-size: 16px !important;
	}
}

a {
	text-decoration: none;
	border-style: groove;
    border-bottom-width: 1px;
}

a.et_pb_lightbox_image {
    border-bottom-width: 0px;
}

#main-header a,
a.et_pb_video_play,
.et_pb_icon a {
    border-bottom-width: 0px;
}

#et-top-navigation {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.et_header_style_left #et-top-navigation .mobile_menu_bar {
	padding-bottom: unset;
}

#main-footer .et_pb_section {
	padding-bottom: 10px;
}

footer a {
	color: #fff !important;
}

/* buttons */
a.et_pb_button, a.et_pb_button:hover,
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
	border: 0px !important;
	border-radius: 0px;
    padding: 0.5em 2em 0.5em 0.7em;
}
a.et_pb_button.blue, a.et_pb_button.blue:hover {
	color: #fff;
	background-color: #393df5;
	font-size: 16px;
	font-weight: bold;
}
a.et_pb_button.green, a.et_pb_button.green:hover {
	color: #fff;
	background-color: #c0ce00;
	font-size: 16px;
	font-weight: bold;
}
a.et_pb_button.pink, a.et_pb_button.pink:hover {
	color: #fff;
	background-color: #e91a8b;
	font-size: 16px;
	font-weight: bold;
}
a.et_pb_button.lightblue, a.et_pb_button.lightblue:hover {
	color: #fff;
	background-color: #15a7e5;
	font-size: 16px;
	font-weight: bold;
}

.button_blue a {
	color: #fff !important;
	background-color: #393df5;
	font-size: 16px;
	font-weight: bold;
	border: 0px !important;
	border-radius: 0px;
    padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	padding-left: 0.7em !important;
	padding-right: 0.7em !important;
}

.button_lightblue a {
	color: #fff !important;
	background-color: #15a7e5;
	font-size: 16px;
	font-weight: bold;
	border: 0px !important;
	border-radius: 0px;
    padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
	padding-left: 0.7em !important;
	padding-right: 0.7em !important;
}


/* list element */
ul {
    list-style-type: none !important; }

ul.big-padding li {
    padding: 8px 0 8px 0;
}

.main-list>li:before {
    content: "_" " ";
}
.main-list li, .check-list li {
    padding-top: 10px;
}
.check-list>li:before {
    padding-right: 6px;
    content: "\ec34";
    font-family: icomoon;
    font-display: swap;
	font-weight: 900;
}

/* rotated-square */
.rotated-square, .rotated-square-small {
    padding: 10% 0%;
}
.rotated-square .et_pb_module_header, .rotated-square-small .et_pb_module_header {
    color: #fff;
    width: 102px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
.rotated-square .et_pb_blurb_description, .rotated-square-small .et_pb_blurb_description {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    border: 1px solid #fff;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: Rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: Rotate;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    width: 100px;
    height: 100px;
    position: relative;
    margin: auto;
}
.rotated-square-big .et_pb_module_header {
	width: 180px;
    height: 180px;
	line-height: 1.2em;
	font-size: 18px !important;
}

.rotated-square-big .et_pb_blurb_description {
	width: 200px;
	height: 200px;
	background-color: #15a7e5;
}


.rotated-square-small {
    padding: 5% 0%;
    margin-bottom: 0% !important;
    width: 130px;
    display: inline-block;
}
.rotated-square-small .et_pb_module_header {
    font-size: 12px;
    margin-top: -3px;
}

.rotated-square-small .et_pb_blurb_description {
    width: 80px;
    height: 80px;
}

.rotated-square--black .et_pb_module_header {
    color: #000;
}

.rotated-square--black .et_pb_blurb_description {
    border: 1px solid #000;
    color: #000;
}

.rotated-square-small {
    padding: 10% 0%;
}

.rotated-square {
    padding: 14% 0%;
}


/* Cases */ 
 
.df_cci_image_container img {
    border-radius: 100%;
    border: 4px solid #fff;
	z-index: 99;
	position: relative;

}

.df_cc_title {
	background-color: #fff !important;
}

