/**
Theme Name: Tigmo WP
Theme URI: https://tigmo.com.au/
Author: Tigmo
Author URI: https://tigmo.com.au/
Description: General wordpress theme with basic components
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tigmo
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images,

Use this theme to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------
>>> General Components
--------------------------------**/

@font-face{
    font-family: Open Sans;
    src: url('https://fonts.googleapis.com/css?family=Open+Sans');
}

body{
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
}
section{
   width:100%;
   margin:0;
}
a{
   text-decoration:none;
}
.section-content{
   max-width:1200px;
   width:100%;
   margin:0 auto;
   clear:both;
}
.text--primary{
    color:#d94949;
}
.bg-primary{
    background:#d94949;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}

/*--------------------------------
>>> Header Components
--------------------------------**/
header{
   
}




/*--------------------------------
>>> Footer Components
--------------------------------**/
footer{
   
}

.container::before, .container::after {
    display: table;
    content: " ";
}
.row::before, .row::after {
    display: table;
    content: " ";
}
#ww {
    padding-bottom: 70px;
    padding-top: 70px;
}
img {
	max-width : 100%;
}
a, a:hover {
	text-decoration : none;
}

.light-box-main::after {
    content: "";
    background-image: url(../../uploads/2018/11/dots.png);
    width: 100%;
    height: 2px;
    position: absolute;
    left: -24px;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
.lightbox-msg, .text-msg {
	padding: 10px;
}
input[type="submit"].submit-btn, input[type="submit"].light-submit, input[type="button"].light-submit {
    cursor: pointer;
}